Find the perfect skill
promptkit: Sharpen Your Prompts
Development
Sharpen the one-shot instructions you hand coding agents or ship as system prompts. Works in two modes: task (ephemeral) and system (durable).
Add Report Card to ClaudeBar
Development
Guide for adding report cards that analyze local data sources and display metrics with comparison deltas.
Repo Skill Style
Development
Enforces the repo-local style contract for skills. Guides SKILL.md authoring, Codex metadata, and progressive disclosure.
Create GitHub Pull Request
Development
Creates a GitHub pull request from the current branch by analyzing commit history, generating a conventional commit title and structured body, pushing to origin, and submitting via `gh pr create`. Useful when a user wants to create a pull request, open a PR, or ship changes. Automatically detects the base branch and validates that the branch has commits ahead and no uncommitted changes.
Fallout New Vegas Compatibility Audit
Testing
Per-game audit of Fallout New Vegas compatibility for ByroRedux, covering ESM, cells, RT lighting, and ragdoll. Detects regressions against recorded baselines.
Update Parker System
Development
Make correct updates to Parker's prompts, system docs, rubrics, knowledge docs, or skills, propagating changes across the context-engineering system. Requires human approval before global edits.
Security Auditing & Ethical Hacking
Security
Containerized security auditing and ethical hacking tools. All operations run in isolated Docker containers for safety.
Sentry Known Pitfalls
Development
Go through common Sentry pitfalls and how to avoid them. For troubleshooting and preventing mistakes.
PM (Horizon Alias)
Productivity
Backward-compat alias for Horizon: redirects to @horizon for VNX future-state planning (roadmap, tracks, deliverables). Prefer @horizon for any new work.
Skill Hardening Audit & Rewrite
Development
Audits and rewrites a Claude skill file to enforce correct visibility flags, deterministic steps, and self-verification. Outputs a hardened skill with a changelog.
PHPStan Error Resolver
Development
Automates resolution of PHPStan errors by analyzing and fixing type issues, looping until zero errors or stagnation.
Create Draft PR on GitHub
Development
Push committed changes and open a draft pull request on GitHub for early feedback. Covers commit messages, pushing, and judging which labels to apply.