Find the perfect skill
i18n Pre-Commit Check
Development
Scans changed files for untranslated strings, missing locale keys, and locale sync issues. Fast and focused — only checks what changed.
Feature Development Workflow
Development
Automates 7-phase feature development with specialized agents. Use for multi-file features, architectural decisions, ambiguous requirements, integration patterns, and design approach errors.
Pull Request Review Command
Development
Adjudicate a pull request as a maintainer: reads the CI-pinned review, refreshes if stale, and offers an interactive approve/request changes/make changes/close workflow with optional auto-merge.
Create PR Workflow
Development
Step-by-step process to create a pull request: branch, build, tests, commit, push, and open the PR.
Complete Guide to Logging Systems
Development
Complete guide for application and script logging, error monitoring, and request logs, including best practices.
REST API Builder
Development
Scaffold production-ready REST APIs with authentication, rate limiting, validation, and OpenAPI docs.
JARVIS Work Packet Creation
Development
Convert a plain-English request into a bounded JARVIS work packet with intent, risk, gates, allowed files, verification, and rollback, without executing anything.
Repository Dashboard
Development
Display repository status with PRs, issues, CI/CD health, and suggested tasks. Provides a prioritized overview and actionable next steps.
FastAPI Async Patterns
Development
Master async patterns in FastAPI for building high-performance APIs. Covers async route handlers, database operations, and best practices.
Tech-Debt Audit
Development
Audit accumulated technical debt: stale markers, dead code, duplication, magic numbers, stub impls, doc rot, oversized files.
Global Project Conventions
Development
Follow project-wide development conventions including structure, documentation, version control, environment configuration, and dependency management.
Setup Pre-Commit Hooks
Development
Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.