Find the perfect skill
Scaffold a new Claude skill/command
Development
Scaffold a new Claude command/skill file in .claude/commands/ following the repo's house format (frontmatter, steps, verify, final report).
Import Skill from GitHub
Development
Imports a skill from a GitHub URL, transforms it to meet marketplace standards, validates, and creates a PR.
Checkpoint: Save & Restore Task State
Development
Mid-task rollback points — save/restore state before risky ops such as refactors, migrations, destructive edits. Use /handoff for end-of-session save.
Do Workflow
Development
Autonomous end-to-end task execution: research, implement, CI, PR, and ship. Options for review pause, no-git, and minimal modes.
Create GitHub Pull Request
Development
Skill to create a GitHub Pull Request from commits on the current branch. Handles push, title/body generation, and PR creation automatically without user confirmation unless issues arise.
ADR Decisions
Development
Draft and gate Architecture Decision Records when changes are decision-worthy. Machine drafts; human approves.
Architectural Pattern Analyzer
Development
Analyzes a single pattern implementation, calculates 4 scores (compliance, completeness, quality, implementation), and identifies gaps.
Sharding Strategies for Multi-Tenant Databases
Development
Covers horizontal scaling patterns for multi-tenant databases, including shard key selection, consistent hashing, and shard management.
Rust Best Practice
Development
Best practices for Rust coding. Activate before writing Rust code or answering questions.
API Implementation Patterns
Development
Template skill for defining project-specific REST API implementation patterns and conventions.
Build Apple Clients via Remote Mac Builder
Development
Guide for building/testing iOS, tvOS, and macOS apps from a Linux workstation using a remote Mac over SSH and XcodeBuildMCP. Covers syncing, code signing, and log capture.
DCO Sign-off Recovery
Development
Recover from missing DCO sign-off on commits. Handles single-commit amend, older-commit recovery via interactive rebase or cherry-pick, and explains the Probot DCO check.