Find the perfect skill
Git Commit Workflow Automation
Development
Automates git commits with precommit hook handling, lint/type checks, test fixing, README and API reference updates.
Logging API Requests
Development
Implement structured API request logging with correlation IDs, performance timing, security audit trails, and PII redaction.
Codebase Exploration & Architecture Explainer
Development
Explores codebases to answer 'how does X work?' with clear architectural explanations, runtime flows, and onboarding mental models. Supports critique mode for architectural issues.
Dependency Upgrade Path Planning
Development
Creates a safe dependency upgrade plan, considering breaking changes, security risks, and compatibility issues.
Create Git Commit
Development
Creates a git commit with a properly formatted message following project conventions. Automatically stages changes and generates atomic, descriptive commit subjects. Useful when saving progress or completing a task, ensuring commits are clean and reviewable.
Google Docstring Assistant
Development
Write Python docstrings following the Google Python Style Guide, using clear sections and examples.
Knowledge Extraction (KE)
Development
Captures and routes knowledge at work boundaries. Use to record patterns, decisions, distinctions, or sub-task completions.
Curaye Project Bootstrap
Development
Bootstrap a new project with a .curaye/ folder by mining session context before asking targeted questions.
Generate commit message and commit
Development
Generates a descriptive commit message and commits all changes using git add -A.
Git Undo
Development
Unstages the last commit while preserving changes in the staging area. Useful for correcting commit messages or adding omitted files before recommitting.
Decompose Feature into Atomic Specs
Development
Break a feature brief into atomic specs — small, testable, independently executable units.
Capacitor App Upgrade v6 to v7
Development
Guides upgrading a Capacitor app from version 6 to 7, covering package updates and native sync steps.