Agent Claude Code
Locates where a concern lives and returns the concrete files, precedents, primitives, tests, and validation commands that describe the codebase as it exists.
Agent Claude Code
Locates where a concern lives and returns the concrete files, precedents, primitives, tests, and validation commands that describe the codebase as it exists.
Agent Claude Code
Finds changed comments and docstrings that misstate behavior, preserve a false invariant, or create a concrete maintenance trap. Use when a PR adds or edits comments, API documentation, TODOs, examples, or operational notes. Verifies every finding against code and direct consumers; ignores harmless wording preferences…
Agent Claude Code
Finds repository documentation made false by a change and missing documentation required to use or operate a new public behavior. Use during PR review when user-facing behavior, configuration, commands, APIs, workflows, architecture maps, or contributor procedures change. Checks the documentation surfaces this…
Agent Claude Code
Researches and validates GPUI usage patterns, APIs, and conventions. Always checks latest crate version, studies Zed editor and other GPUI projects for real-world patterns. Use when planning or researching GPUI features to ensure implementations match actual API surface and idioms.
Agent Claude Code
Finds meaningful changed behavior that lacks regression protection. Use when reviewing a PR or completed implementation for test completeness and quality. Maps outcomes and invariants to existing unit, integration, and end-to-end tests, then reports only gaps with a plausible faulty implementation the proposed test…
Agent Claude Code
Diagnoses bugs, errors, stack traces, regressions, and unexplained behavior by reproducing the symptom, testing competing hypotheses, and proving the smallest causal chain and fix boundary. Advisory only — does not modify files, commit, or publish findings.
Agent Claude Code
Hunts for a missing type at a seam — structure flattened and rebuilt downstream, hand-maintained lists held together by KEEP IN SYNC comments, a phase that exists in the code but not in the type, a second route that skips the validator, an invariant carried by a comment or by a helper with a reachable bypass, a type…
Agent Claude Code
Finds changed failure paths that become indistinguishable from success or lose the evidence needed by the owner who can act. Use when a change adds catches, fallbacks, retries, optional operations, error translation, default values, or recovery behavior. Requires a reachable failure, a suppression point, and a…
Agent Claude Code
Researches current external facts, APIs, platform behavior, and technical claims from primary sources, returning cited evidence, applicability, conflicts, and unresolved gaps.
Skill Claude CodeCodex
Design a dynamic research team and plan using agent teams -- analyzes question, composes team, creates executable research plan. Use when the user wants to plan multi-agent research on a question or topic, or invokes /prp-research-team.
Instructions file CodexOpenCode
AGENTS.md instructions for Wirasm/prp, covering agents.md, what this repo is, philosophy, what lives where and how to improve skills and assets.
Instructions file
Claude Code instructions for Wirasm/prp, a project described as: Prompts, workflows and more for agentic engineering.
Plugin Claude Code
Complete PRP workflow automation as agent skills - prd, plan, issue delivery, implement, debug, commit, pr, review, codebase research, a detached build loop, and a skill-authoring meta-skill, with specialized agents.
Hook
Runs when the agent finishes a response, executing prp-research-team-stop.sh. From Wirasm/prp.
Skill Claude CodeCodex
Create, manage, and cleanup git worktrees with Claude Code agents across all projects. USE THIS SKILL when user says "create worktree", "spin up worktrees", "new worktree for X", "worktree status", "cleanup worktrees", "sync worktrees", or wants parallel development branches. Also use when creating PRs from a worktree…
Instructions file
Claude Code instructions for Wirasm/obsidian-claude-code, covering obsidian plugin development guidelines, 🚨 critical compliance, 📚 official documentation, plugin development and optimization & best practices.
Command Claude Code
Please read through the key files in this repository to understand its structure and purpose.
Command Claude Code
YOU MUST READ THESE FILES AND FOLLOW THE INSTRUCTIONS IN THEM. Start by reading the conceptlibrary/ccPRPflow/README.md to understand what a PRP Then read conceptlibrary/ccPRPflow/PRPs/basetemplatev1 to understand the structure of a PRP.
Command Claude Code
Please take the following PRP file $ARGUMENTS and implement it.
Command Claude Code
I just merged our pr from the current branch to develop.
Command Claude Code
Lets start working on a new branch from develop.
Instructions file
Claude Code instructions for Wirasm/dylan, covering claude.md, core principles, example claude code usage, simple prompt and using in a script.
Command Claude Code
Generate a complete PRP for general feature implementation with thorough research. Ensure context is passed to the AI agent to enable self-validation and iterative refinement. Read the feature file first to understand what needs to be created, how the examples provided help, and any other considerations.
Command Claude Code
Implement a feature using using the PRP file.