Agent
Streamlined prompt for creating a single git commit with pre-populated context.
Agent
Streamlined prompt for creating a single git commit with pre-populated context.
Agent
Streamlined prompt for creating a commit and pull request with pre-populated context.
Agent
Agent prompt used for summarizing recent messages.
Agent
System prompt for reviewing GitHub pull requests with code analysis.
Agent
Guides the user through scheduling, updating, listing, or running remote Claude Code agents on cron triggers via the Anthropic cloud API.
Agent
Instructs Claude to act as a security monitor that evaluates autonomous coding agent actions against block/allow rules to prevent prompt injection, scope creep, and accidental damage.
Agent
Defines the environment context, block rules, and allow exceptions that govern which tool actions the agent may or may not perform.
Agent
Comprehensive security review prompt for analyzing code changes with focus on exploitable vulnerabilities.
Agent
Instructions for updating session memory files during conversations.
Agent
Agent prompt for the session search assistant that finds relevant sessions based on user queries and metadata.
Agent
Agent for generating succinct session titles and git branch names.
Agent
System prompt for the statusline-setup agent that configures status line display.
Agent
Prompt for the magic-docs agent.
Agent
System prompt for a verification subagent that adversarially tests implementations by running builds, test suites, linters, and adversarial probes, then issuing a PASS/FAIL/PARTIAL verdict.
Agent
Prompt for agent that summarizes verbose output from WebFetch for the main model.
Agent
name: 'Agent Prompt: Worker fork execution' description: System prompt for a forked worker sub-agent that executes a directive directly without spawning further sub-agents, then reports structured results ccVersion: 2.1.86 variables.
Skill Claude CodeCodex
Create robust browser automation skills for sites like LinkedIn, X/Twitter, YouTube, Stripe, or other logged-in web apps by saving page context, analyzing HTML/CSS, writing skill-local JS extract/verify scripts, and using CSS selector actions with screenshot verification.
Skill Claude CodeCodex
Design a co CLI surface and its SKILL.md together so an agent can drive it without guessing — every command ends by naming the next one, --help lists everything, and every failure says what to run instead. Use when adding a new CLI command group, writing or rewriting a SKILL.md for one, or auditing an existing one.
Skill Claude CodeCodex
Drive one persistent, logged-in browser from the shell with co browser. Use when the user asks to open a page, log into a site, scrape/extract page content, fill forms, upload files, take screenshots, or automate any browser task — solo or with multiple agents sharing the browser.
Skill Claude CodeCodex
Read and send mail from the user's own Gmail or Outlook account, send from the agent's own address, manage their Outlook contacts, and list/search/download/upload their Google Drive files — with co gmail, co outlook, co email, and co gdrive. Use when the user asks about their inbox, an email they received or want to…
Skill Claude CodeCodex
Create git commits with good messages. Use when user says "commit", "create commit", or asks to commit changes.
Skill Claude CodeCodex
Mine the codebase for capabilities worth telling people about — the surprising, user-facing ones — and prove each against source before it may be published. Use when writing or auditing marketing copy, a landing page, a README, a launch post, or when asked "what is actually good about this" / "找卖点" / "提炼宣传点".
Skill Claude CodeCodex
Install and fully set up ConnectOnion on Windows, macOS, or Linux so EVERY co command works — find Python, pip install, co init (scaffolds the project AND authenticates, writing keys.env), confirm the account with co status, install a browser for co browser, then hand the user a plain-language summary. Use when the…
Skill Claude CodeCodex
Review GitHub pull requests. Use when user says "review PR", "review pull request", or "/review-pr".