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

skill

Add structured logging to track down bugs. Uses a local log file and an optional HTTP server for browser-side logging.

Claude CodeCursorAMPWindsurf
clicking 'Save' shows success toast but data isn't persistedWebSocket messages are received but UI doesn't update

Commands

Quick prompts you can invoke to perform specific tasks. Paste these into your AI agent's chat.

/council

command

Spawn multiple agents to deeply explore a codebase area before acting.

Claude CodeCursorAMP

💡 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

command

Autonomously iterate on UI changes using console.log and browser tools.

Claude CodeCursorAMP

💡 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

command

Fetch, analyze, and fix bugbot comments from a GitHub PR.

Claude CodeCursorAMP
/fix-bugbot-comments/fix-bugbot-comments for PR #123

/fix-ci

command

Analyze CI failures and automatically apply fixes based on error logs.

Claude CodeCursorAMP
/fix-ci/fix-ci for the latest run

/you-might-not-need-an-effect

command

Review React code for unnecessary useEffect usage based on react.dev guidelines.

Claude CodeCursorAMPWindsurf

💡 Run with /council to find issues across the codebase

/you-might-not-need-an-effect/you-might-not-need-an-effect scope=diff to main

How to use

Claude Code / AMP

Copy the content and paste directly into chat, or save as a markdown file in your project for the agent to reference.

Cursor

Skills go in .cursor/skills/, commands go in .cursor/commands/. Invoke commands with /command-name.

Windsurf / Others

Check your tool's docs for custom instructions or rules files. Most support markdown-based prompts.