AI Agent Skills & Commands
A collection of reusable prompts and workflows for AI coding agents. Works with Claude Code, Cursor, AMP, Windsurf, and other AI-powered development tools.
Skills
Persistent capabilities that provide context and workflows for complex debugging or exploration tasks.
debug
skillAdd structured logging to track down bugs. Uses a local log file and an optional HTTP server for browser-side logging.
clicking 'Save' shows success toast but data isn't persistedWebSocket messages are received but UI doesn't updateCommands
Quick prompts you can invoke to perform specific tasks. Paste these into your AI agent's chat.
/council
commandSpawn multiple agents to deeply explore a codebase area before acting.
💡 Use params like n=10 to control agent count
/council n=15, how does authentication work?find all places we use InstancedGeometry /council n=5/iterate-browser
commandAutonomously iterate on UI changes using console.log and browser tools.
💡 Requires browser automation tools (MCP or built-in)
/iterate-browser the submit button doesn't close the modaldropdown menu is positioned off-screen /iterate-browser/fix-bugbot-comments
commandFetch, analyze, and fix bugbot comments from a GitHub PR.
/fix-bugbot-comments/fix-bugbot-comments for PR #123/fix-ci
commandAnalyze CI failures and automatically apply fixes based on error logs.
/fix-ci/fix-ci for the latest run/you-might-not-need-an-effect
commandReview React code for unnecessary useEffect usage based on react.dev guidelines.
💡 Run with /council to find issues across the codebase
/you-might-not-need-an-effect/you-might-not-need-an-effect scope=diff to mainHow to use
Copy the content and paste directly into chat, or save as a markdown file in your project for the agent to reference.
Skills go in .cursor/skills/, commands go in .cursor/commands/. Invoke commands with /command-name.
Check your tool's docs for custom instructions or rules files. Most support markdown-based prompts.
