Find the perfect skill
Unshelve Session
Productivity
Find and resume a previously shelved session using bookmarks.
imsg CLI for iMessage/SMS Automation
Productivity
Use imsg to manage iMessage/SMS conversations, read history, send messages, and perform admin actions on macOS.
Rust Patterns for Video Processing
Development
Provides Rust development patterns for video processing: trait abstractions for swappable capture sources and processing effects, error handling with anyhow/thiserror, CLI parsing with clap, structured logging with tracing, and Linux v4l2 device I/O. Helps when building modular, performant video pipelines in Rust.
Expert Skill Creation & Lifecycle
Documentation
Create, refine, review, or retire reusable skills at expert level. Includes trigger conditions, fast paths, failure modes, and evidence capture.
Before/After Screenshots
Testing
Captures before/after screenshots of web pages or elements for visual comparison. Useful for visual diffs, PR screenshots, or UI documentation.
AskClaude - Get Claude Code's Opinion
Development
Submit a plan, code, or question to Claude Code for a second opinion. Challenge Vibe's proposed approach with Claude's view.
Create PDF Test Fixtures
Testing
Generate complete PDF test fixtures combining ReportLab tables and AI-generated images to test extractors. Orchestrates create-table and create-image skills.
Honcho Integration Guide
Development
Guide for integrating Honcho memory library into Python or TypeScript codebases. Use to add Honcho SDK, set up peers and sessions, and implement the dialectic chat endpoint.
Documenso Upgrade & Migration
Development
Manage Documenso API version upgrades and SDK migrations. Use when upgrading from v1 to v2 API or updating SDK versions.
Git Workflows
Development
Provides Git version control capabilities including branching, commits, merging, rebasing, and GitHub collaboration.
FireCrawl CI Integration
DevOps
Set up CI/CD pipelines for FireCrawl with automated testing using GitHub Actions.
Build generate_job_data binary
Development
Builds the `generate_job_data` binary with file locking to prevent concurrent builds. Supports both release and debug (AddressSanitizer) builds via the `--asan` flag.