Loading...
Loading...
Found 59 Skills
Use when you have 2+ tasks that Codex agents should execute. Runtime-native: Codex sub-agents when available, Codex CLI fallback otherwise. Handles file conflicts via merge/wave strategies. Triggers: "codex team", "spawn codex", "codex agents", "use codex for", "codex fix".
Stay current with how OpenCode, OpenAI Codex, and Claude Code implement extensibility features (skills, slash commands, subagents, custom prompts). Use when comparing implementations across AI coding assistants, researching how a specific tool implements a feature, or syncing knowledge about agent extensibility patterns. Triggers include questions like "how does X implement skills?", "compare slash commands across tools", "what's the latest on Claude Code sub-agents?", or requests to understand agent extensibility approaches.
Create and configure Claude Code sub-agents with custom prompts, tools, and models
One-click comprehensive analysis of a stock/company. Collect data from five dimensions - stock price, news sentiment, industry comparison, market environment, and official company website - simultaneously through parallel sub-agents, then conduct cross-analysis, causal attribution, and trend prediction in the main thread, and output a standardized analysis report. Trigger words: Analyze XX stock, analyze TICKER, How is XX, Is XX worth buying? Supports A-shares and U.S. stocks.
Launch multiple sub-agents in parallel to execute tasks across files or targets with intelligent model selection and quality-focused prompting
Deep dive into a book. Collect information from six dimensions including chapter structure, background key points, problem impacts, solutions, term index, and further reading through parallel sub-agents, then output a Markdown deep learning note after cross-analysis. Trigger words: Analyze the book XX, Study XX, Reading notes for XX, book analysis.
PUA Shot — v2 Original Concentrated Version (449 lines full injection), the complete single-file version before splitting, with the strongest flavor. Zero dependencies and zero references, injects all content into the context at once. Suitable for sub-agent injection, scenarios requiring the strongest PUA effect, or those who don't want progressive loading. Triggers on: '/pua:shot', '/pua shot', 'PUA Concentrate', 'Shot Mode', 'Max PUA', 'Full Injection'. Also great for injecting into sub-agents via Read tool since it's self-contained.
Plan-then-execute implementation against SPEC.md. Native single-thread loop, no sub-agents. On test or build failure, auto-invokes the backprop skill before retrying — a failed verification always considers whether a new §V invariant would prevent recurrence. Triggers when the user asks to build, implement, execute the spec, or tackle a specific §T task (`build §T.3`, `build --next`, `implement next task`, `run the build`). Expects SPEC.md to exist; if not, defers to the spec skill.
Process large codebases (>100 files) using the Recursive Language Model pattern. Orchestrates parallel sub-agents to map-reduce across files without context rot. Use when: analyzing large repositories; auditing security or auth across many files; finding patterns across 50+ files; processing large log files or data dumps
Novel chapter content creation, suitable for user requests such as "Write a chapter of a novel for me", "Continue the following content", "Generate XX plot", "Batch write web novel chapters", "Expand/rewrite this content", "Write me an XX plot", "Continue the novel", "Expand this content", "Rewrite this chapter", "Batch generate novel chapters", "Write an opening chapter", "Write a climax plot", "Novel content generation", "Help me write novel content", etc. It supports multiple modes such as single-chapter/multi-chapter batch generation, continuation, rewriting, and expansion. It automatically adapts to the rhythm of web novels, maintains consistency of characters and plot, and **automatically uses sub-Agents for parallel processing during batch generation, with each Agent responsible for a maximum of 3 chapters**
Use this skill when creating new Claude Code skills from scratch, editing existing skills to improve their descriptions or structure, or converting Claude Code sub-agents or slash commands to skills. This includes designing skill workflows, writing SKILL.md files, organizing supporting files with intention-revealing names, and leveraging CLI tools and appropriate scripting.
Use when answering complex questions about a codebase that require exploring multiple areas or understanding how components connect - coordinates parallel sub-agents to locate, analyze, and synthesize findings