Command Claude Code
Stage all changes and create a detailed commit message.
Command Claude Code
Stage all changes and create a detailed commit message.
Command Claude Code
Analyze CLAUDE.md files against best practices and produce an optimization plan.
Command Claude Code
Redirect support requests on GitHub issues to the Skool community.
Command Claude Code
Analyze the issue/PR thread, check for required info, and produce an implementation plan.
Command Claude Code
Analyze user-facing docs against the current codebase and produce an update plan.
Instructions file
Instructions for stephengpope/thepopebot, covering thepopebot — package source reference, deployment model, package vs. templates — where code goes, managed paths and directory structure.
Skill Claude CodeCodex
Use to spawn or check on long-running background agent jobs (each launches a new Docker agent container that opens a PR when done). Trigger when the user says "create a background job", "spawn an agent", "kick off a job", "run this in the background", "check job status", or asks "what's the status of job ".
Skill Claude CodeCodex
Send a direct message to a user OR broadcast to all subscribed admins via their default channel (currently Telegram). Also looks up users when a specific person is named. Trigger when the user says "let me know when…", "DM me", "send X to ", "tell that…", "notify the admins", "alert everyone", "broadcast this", "let…
Skill Claude CodeCodex
Use to list or retrieve agent job secrets, API keys, and OAuth credentials (auto-refreshed). Trigger when the user mentions a secret/credential by name, or asks "what secrets are available", "get the X token", "fetch the Y API key", or when a previously-fetched credential stops working and needs to be re-fetched.
Skill Claude CodeCodex
Automate browser interactions, test web pages and work with Playwright tests.
stephengpope/claude-design-importer
Plugin Claude Code
Import static design mockups into clean, tokenized Tailwind/shadcn components instead of copying magic pixel values.
stephengpope/claude-design-importer
Plugin Claude Code
Convert pixel-exact design mockups (e.g. HTML from Claude's design tool) into production Tailwind / shadcn-on-Radix components that use a real token system instead of arbitrary values like text-[13.5px].
stephengpope/claude-design-importer
Skill Claude CodeCodex
Use when given an HTML mockup, design file, or screenshot and asked to implement, build, or recreate it in a Tailwind/shadcn codebase — even a bare "build this" with no mention of quality. Converts inline styles and magic values like text-[13.5px] into tokenized components. Also use to clean up an already-imported…