Find the perfect skill
C Programming Expert
Development
Write efficient C code with memory management, pointers, and system calls. Covers embedded systems, kernel modules, and critical code.
Scaffold a new skill, command, agent, or rule
Development
Scaffold a new skill, command, agent, or Cursor rule with correct frontmatter and location.
Global Conventions
Development
Follow project-wide development conventions including consistent project structure, clear documentation, version control best practices, environment configuration, and dependency management.
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.
New Module Creation
Development
For creating a new module in the 9Trip ERP, this skill guides code file generation while strictly adhering to the database schema (DBSchema.js) and data access rules via DBManager. Helpful when implementing a new entity that requires compliant persistence and user interface following project best practices.
GORM Migration Generator
Development
Generate GORM database migration code for schema changes. Use when modifying database schema.
Detect CDS Breaking Changes
Development
Analyzes the last N commits for breaking changes in the CDS public API surface. Focuses on specific packages.
Git Commit Workflow
Development
Git commit workflow with precommit hook handling, lint/type checks, README and API reference updates. Automates staging and fixes errors.
New Track
Development
Create a new track (feature, bug fix, chore, or refactor) with a detailed specification and phased implementation plan.
Install Kokoro TTS on Apple Silicon
Development
This skill installs the Kokoro TTS engine on Apple Silicon (M1+). It verifies hardware, sets up a Python 3.13 virtual environment with uv, installs MLX-Audio dependencies, downloads the model, and runs a verification synthesis. It's useful for quickly setting up local text-to-speech on supported Macs.
Create a Pull Request
Development
Create a pull request for the current branch on a Docusaurus/React/TypeScript repository.
TaskBridge Task Management
Development
Manage TaskBridge development tasks using a markdown-based todo workflow. Use when creating, listing, completing, deferring, or bringing back tasks in the todo_tasks/ directory structure.