Find the perfect skill
Blog Post Promotion Generator
Content
Drafts promotional email and tweet copy for blog posts from campedersen.com. It reads the latest post (or a specific post by slug) and generates a casual, problem-focused hook for both email and tweet formats. Helps when quickly promoting new content without drafting copy from scratch.
DCE and Edge Runtime
Development
Safe conditional require patterns and edge runtime constraints, covering webpack DCE and Node-only imports.
Domain Modeling
Development
Active discipline to build and refine a project's domain model, updating CONTEXT.md and ADRs as decisions are made.
Code Quality Orchestrator with TRUST 5
Development
Enterprise-grade code quality management combining systematic review, proactive improvement, and automated best practices enforcement via TRUST 5 validation with Context7 integration.
Dependency Upgrade Path Planning
Development
Creates a safe dependency upgrade plan considering breaking changes, security risks, and compatibility issues.
Paper Reference Assistant (CLI)
Data & AI
CLI tool for managing a local database of academic papers (list, exact search, add via arXiv/URL/PDF). Use it before MCP RAG tools: quickly check if a paper exists, extract summaries or equations, and search exact text without LLM overhead.
Scaffold New AgentKit Assets
Development
Scaffold a new skill, command, agent, or Cursor rule with correct frontmatter and location.
Cyberpunk Hacking Mini-Game
Security
Play a cyberpunk hacking mini-game where you must crack a 4-digit code.
Skill Creator v2.0
Productivity
Production-ready skill generator based on Anthropic best practices. Automatically creates well-structured skills with progressive disclosure, token optimization, and validation.
Session Completion Validation
Productivity
Validate that session state and progress are properly recorded before ending a coding session. Helps prevent losing work by checking active_context.yaml modifications, proof logs, and plan consistency. Run manually before closing a session or switching projects.
Live UAT Verification
Testing
Executes live UAT from the user's perspective, auto-routing scenarios to Playwright for functional checks and Claude in Chrome for visual QA.
Find bugs in codebase
Development
Reviews the entire codebase for bugs by reading source and test files, running the test suite, and checking for logic errors, input validation issues, resource leaks, and more. Writes a detailed bugs-summary.md report with specific file references and impact descriptions. Best used when you need a thorough bug hunt before a release.