Find the perfect skill
API Change Shortcut
Development
Alias for aid-change-api that skips the describe step and directly produces a graded flattened Lite work.
Seed source file to processing queue
Development
Adds a source file to the processing queue. It validates the file, detects duplicates by filename and content similarity, creates an archive folder, and moves the source from inbox for processing. Use this to seed new documents into the system before extraction.
Total Recall - Autonomous Memory
Productivity
An LLM observer that compresses conversations into prioritized notes, consolidates automatically, and recovers missed sessions. Zero maintenance, no database.
Git - Version Control
Development
Provides expert guidance for Git version control operations including commits, branches, merging, rebasing, conflict resolution, and Git workflows. Useful when working with Git repositories, version control, or collaborative development.
Agentuity Project List
Development
Lists all projects using the Agentuity CLI. Outputs results in human-readable or JSON format. Use it to view or enumerate existing projects.
AST-Based Code Editing
Development
Edits code by function name using AST, avoiding failures from text-based matching when code appears multiple times. Ideal for safe renaming, moving files, and refactoring functions with automatic import updates and caller adjustments.
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.
LiquidIL Intermediate Language
Development
LiquidIL compiles Liquid templates into a stack-based intermediate language for optimized execution. It offers a CLI to inspect the generated IL and Ruby code, with instructions for output, constants, variable access, control flow, and filters. Useful when developing or debugging Liquid template performance and compilation.
Commitment Tracker
Productivity
Enforce immediate execution of any commitment made in a reply. Prevents the agent from saying it will do something without doing it.
Claude Code Skill Manager
Development
Manage Claude Code skills: create, improve, list, and analyze. Use this skill when you want to create a new skill, improve an existing one, or list all available skills.
Open Windows Explorer
Productivity
Opens Windows Explorer at the root of the current Git worktree. Falls back to the current directory if not in a Git repository. Useful when asked to open a folder or show it in Explorer.
Code Quality
Development
Enforces a 500-line limit per file and mandatory JSDoc/Docstring comments for all functions and complex logic. Helps maintain consistent code quality and prevents overly long or under-documented files.