Find the perfect skill
Markdown Converter - File Transformer
Documentation
Convert documents and files to Markdown format. Transform PDFs, HTML, Word docs and more into clean, portable Markdown for easy editing and version control.
Horizon Alias (Project Planning)
Productivity
Backward-compat alias for the Horizon skill. Redirects to @horizon for roadmap and deliverables management.
Documentation Reference Generator
Documentation
This skill fetches official documentation for a specified technology, library, or framework before writing or modifying code. It extracts relevant APIs, usage patterns, and best practices to produce a concise technical reference summary, ensuring code is accurate and up-to-date. Helpful when implementing or fixing code with third-party dependencies.
Weekly Engineering Retrospective
Productivity
Analyzes commit history, work patterns, and code quality metrics with persistent history and trend tracking. Provides per-person contributions and growth areas.
WebSocket Implementation
Development
Build scalable WebSocket systems for real-time communication with connection management, message routing, and horizontal scaling support.
Compass Refresh
Development
Refresh Compass and wait for the current pass to settle.
Weekly Engineering Retrospective
Productivity
Generates a comprehensive engineering retrospective analyzing commit history, work patterns, and code quality metrics with per-person praise and growth opportunities.
Update Documentation
Documentation
Updates all project documentation after code changes. Analyzes git status and recent commits, then updates KNOWLEDGE_BASE.md, README.md, and the Chinese README. Ensures documentation stays accurate and in sync with the codebase.
Cold Email - Personalized Outreach
Marketing & SEO
Generate hyper-personalized cold email sequences using AI. Perfect for sales teams and founders doing outbound prospecting with data-driven personalization.
Atomic Fluent Database Updater
Development
Atomically update all 6 Fluent databases at session end using a single JSON payload. Persists errors, review results, new vocabulary, and metadata.
Integrate Claude Skill into Project Guidelines
Development
Guide to adapt and integrate a global Claude skill into your project's development guidelines without modifying project code directly.
Git Move - Move and Rename Files
Development
Move or rename files using `git mv` to preserve Git history and automatically stage changes. Avoids breaking history into delete+add operations. Use when reorganizing code structure or refactoring file locations.