Find the perfect skill
Specification Document Reviewer
Documentation
Reviews specification documents (architecture, ADRs, BDDs, API specs) and developer docs (docs-site) for compliance with project guidelines. It detects ambiguous expressions like 'high speed' or 'low latency' that lack numeric thresholds, flags missing required sections, and checks for broken links or missing note banners. Use this skill to enforce documentation quality and consistency across a project.
Video Processing & Editing with FFmpeg
Content
Automate video editing with FFmpeg: cutting, concatenation, audio mixing, transitions, and export optimization for YouTube and social media. Includes subtitle handling and batch processing.
WebNovel Task Resume
Productivity
Recovers interrupted WebNovel tasks with precise workflow state tracking. Detects interruption point and provides safe recovery options.
Project Todo Management
Productivity
Manage project tasks using the `todo.md` file as the source of truth. This skill helps track pending and completed items, maintain a focused list (only the last 10 completed), and ensures continuity across work sessions by always referencing the file.
Interactive aitask file creation
Development
Interactively create aitask files in the terminal using bash/fzf. Supports parent selection, priority, effort, dependencies, and description entry with file reference insertion. A faster alternative to /aitask-create, also supporting batch creation of child tasks.
Extract insights from transcripts
Productivity
Process raw transcript logs from AI coding sessions and extract structured insights into organized markdown files in notes/digest/. Helps when you have long conversation logs and need to capture optimization ideas, unresolved items, research leads, completed work, and learned preferences.
Twitter/X Tweet Fetching
Content
Fetches tweet content (text and media) from Twitter/X URLs using the public syndication API, requiring no authentication. Accepts both full URLs and tweet IDs, returning JSON with tweet text, author info, like/retweet counts, and attached media. Ideal when you need to programmatically retrieve information from a tweet without API keys.
PR State Diagnostics
Development
This skill reads the data/state.json file and produces a dashboard of all tracked pull requests, including status distribution, error entries, skipped PRs, and anomalies. It also supports detailed diagnosis of individual PRs by identifier to show full state information. It helps quickly identify stuck, errored, or stale PRs in an automated review system.
fit-universe Synthetic Data Generator
Testing
Generates synthetic data for the Forward Impact suite from a universe DSL file. Produces framework definitions, organizational documents, activity records, and personal knowledge base content. Use for testing, generating example datasets, or creating synthetic pathways for new installations.
Claude Collective Intelligence Knowledge Search
Productivity
Search a shared knowledge base (Claude Collective Intelligence) for existing solutions before solving problems from scratch. Use when encountering common programming issues, when the user mentions "CCI", "knowledge base", or when you want to avoid reinventing solutions.
DDD Tactical Patterns
Development
Use DDD tactical patterns to structure code with entities, value objects, aggregates, repositories, and domain events. Focuses on enforcing invariants and keeping domain logic within domain objects. Ideal for moving from anemic models to behavior-rich domain models.
Code Review
Development
Reviews code changes (local branch, GitHub PR, uncommitted diffs) by running parallel sub-agents for quality, performance, security, and guideline compliance. Helps catch issues before merging, with optional breaking change detection for APIs, schemas, and dependencies.