Find the perfect skill
Skill Hot Reload
Development
Manages skill activation across Claude sessions by injecting them into CLAUDE.md for next-session use.
Review Uncommitted Changes
Development
Reviews uncommitted working changes using 'git diffall' to identify logic errors, unwanted behavior, and bugs. Does not summarize changes but focuses on actual or potential issues, including significant omissions.
React Modernization
Development
Master React version upgrades, class to hooks migration, concurrent features adoption, and codemods for automated transformation.
Fix broken links
Development
Fixes broken links reported by the daily link checker. Reads .broken-links.json, triages each link into a fix strategy (alias, S3 redirect, source edit, exclusion) and opens an auditable PR.
Scaffold a new skill, command, agent, or rule
Development
Scaffold a new skill, command, agent, or Cursor rule with correct frontmatter and location.
Session Preflight
Development
Runs read-only checks to report project state before work begins: open issues, in-flight work, recent log errors, service health, expiries, and doc drift. Maintains project-checks.md.
Feature Development Workflow
Development
Automate 7-phase feature development with specialized agents for exploration, architecture design, and quality review. Use for multi-file features and ambiguous requirements.
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.
Detect CDS Breaking Changes
Development
Analyzes the last N commits for breaking changes in the CDS public API surface. Focuses on specific packages.
Experiment Environment Setup & Validation
Development
Prepare the local environment for the cross-modal transfer project: Python dependencies, GPU, dataset access, version pinning, and model boot smoke tests.
New Track
Development
Create a new track (feature, bug fix, chore, or refactor) with a detailed specification and phased implementation plan.
dbt Model Versioning
Development
Load when task involves dbt model versioning, creating v2 of a model, or backward-compatible model changes. Covers versions YAML config, defined_in, latest_version, and ref() with version pins.