Wirasm

49 mods across 5 repositories, 2.5k stars between them.

codebase-explorer

25

Wirasm/prp

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.

2.2k 4d ago A 36 tokens original MIT

comment-analyzer

26

Wirasm/prp

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…

2.2k 4d ago A 83 tokens original MIT

docs-impact-agent

27

Wirasm/prp

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…

2.2k 4d ago A 81 tokens original MIT

gpui-researcher

28

Wirasm/prp

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.

2.2k 4d ago A 59 tokens original MIT

pr-test-analyzer

29

Wirasm/prp

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…

2.2k 4d ago A 78 tokens original MIT

root-cause-analyzer

30

Wirasm/prp

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.

2.2k 4d ago A 56 tokens original MIT

seam-analyzer

31

Wirasm/prp

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…

2.2k 4d ago A 177 tokens original MIT

Wirasm/prp

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…

2.2k 4d ago A 81 tokens original MIT

web-researcher

33

Wirasm/prp

Agent Claude Code

Researches current external facts, APIs, platform behavior, and technical claims from primary sources, returning cited evidence, applicability, conflicts, and unresolved gaps.

2.2k 4d ago A 35 tokens original MIT

prp-research-team

34

Wirasm/prp

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.

2.2k 4d ago A 54 tokens original MIT

prp AGENTS.md

35

Wirasm/prp

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.

2.2k 4d ago A 1,880 tokens original MIT

prp CLAUDE.md

36

Wirasm/prp

Instructions file

Claude Code instructions for Wirasm/prp, a project described as: Prompts, workflows and more for agentic engineering.

2.2k 4d ago A 8 tokens original MIT

prp-core

37

Wirasm/prp

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.

2.2k 4d ago A tokens not measured original MIT

Stop

38

Wirasm/prp

Hook

Runs when the agent finishes a response, executing prp-research-team-stop.sh. From Wirasm/prp.

2.2k 4d ago A tokens not measured original MIT

worktree-manager

39

Wirasm/worktree-manager-skill

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…

138 7mo ago D 107 tokens

Wirasm/obsidian-claude-code

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.

37 11mo ago A 1,181 tokens

context-prime

41

Wirasm/dylan

Command Claude Code

Please read through the key files in this repository to understand its structure and purpose.

37 9mo ago A 0 tokens original MIT

create-prp

42

Wirasm/dylan

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.

37 9mo ago A 0 tokens original MIT

execute-prp

43

Wirasm/dylan

Command Claude Code

Please take the following PRP file $ARGUMENTS and implement it.

37 9mo ago A 0 tokens original MIT

m-pr-dev-new-b-arg

44

Wirasm/dylan

Command Claude Code

I just merged our pr from the current branch to develop.

37 9mo ago A 0 tokens original MIT

start-new

45

Wirasm/dylan

Command Claude Code

Lets start working on a new branch from develop.

37 9mo ago A 0 tokens original MIT

dylan CLAUDE.md

46

Wirasm/dylan

Instructions file

Claude Code instructions for Wirasm/dylan, covering claude.md, core principles, example claude code usage, simple prompt and using in a script.

37 9mo ago A 2,386 tokens original MIT

prp-create

47

Wirasm/orbit-mcp

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.

3 1y ago A 0 tokens