juicesharp

73 mods across 2 repositories, 716 stars between them.

commit

25

juicesharp/rpiv-mono

Skill Claude CodeCodex

Create structured git commits by analyzing staged and unstaged changes and grouping them logically into one or more commits with clear, descriptive messages. Use when the user asks to commit, says "commit this" or "commit my changes", wants help writing a commit message, or has finished a chunk of work that needs…

705 3d ago A 65 tokens original MIT

create-handoff

26

juicesharp/rpiv-mono

Skill Claude CodeCodex

Create a context-preserving handoff document for session transitions, compacting the current task, decisions made, in-flight changes, and open questions into a single concise file so a fresh session can pick up where this one left off. Use when the user invokes /create-handoff, says context is getting large, asks to…

705 3d ago A 83 tokens original MIT

design-review

27

juicesharp/rpiv-mono

Skill Claude CodeCodex

One consolidated developer checkpoint over EVERY per-slice design a carve fanout produced — present the proposed shape (approach, data types, key interfaces, file map, scope) as a compact cross-slice summary and let the developer accept or adjust via askuserquestion, then surgically apply any adjustment in place…

705 3d ago A 115 tokens original MIT

design-slice

28

juicesharp/rpiv-mono

Skill Claude CodeCodex

Design ONE vertical slice from a slice map in isolation — its architecture decisions, file map, key interfaces, integration points, and success criteria — and write a per-slice design doc to .rpiv/artifacts/designs/. Single-pass, no research subagents, no self-review; asks the user only when a genuine design fork…

705 3d ago A 107 tokens original MIT

design

29

juicesharp/rpiv-mono

Skill Claude CodeCodex

Design complex features by decomposing them into vertical slices, generating and verifying one slice per session, and producing a resumable design artifact (architecture decisions, slice breakdown, file map) in .rpiv/artifacts/designs/. The design feeds the plan or blueprint skill. Use for complex multi-component…

705 3d ago A 121 tokens original MIT

discover

30

juicesharp/rpiv-mono

Skill Claude CodeCodex

Interview the developer one question at a time to extract feature intent and requirements, then synthesize into a Feature Requirements Document at .rpiv/artifacts/discover/. The first question is intent-only and runs before any codebase probe; subsequent questions ground in evidence the probe surfaces. Use as the…

705 3d ago C 103 tokens original MIT

elaborate

31

juicesharp/rpiv-mono

Skill Claude CodeCodex

Write implement-ready code into ONE phase of a synthesized plan — read the whole plan plus the real code the phase touches, then emit a code-bearing replacement for that single ## Phase N: section to .rpiv/artifacts/elaborations/. Single-pass, no subagents, no self-review, no questions. Dispatched once per phase by an…

705 3d ago A 123 tokens original MIT

explore

32

juicesharp/rpiv-mono

Skill Claude CodeCodex

Analyze solution options for a feature or change, comparing approaches with pros, cons, trade-offs, and a recommended path. Use when the user is weighing approaches, asks "what are the options" or "how should we approach X", wants approaches compared, says "explore solutions", or faces a decision with multiple valid…

705 3d ago A 89 tokens original MIT

frontend-design

33

juicesharp/rpiv-mono

Skill Claude CodeCodex

Inject tailored visual design guidance for frontend work. Scope: web frontends (HTML/CSS/JS, React, Vue, Svelte, Astro, etc.). Aesthetic principles generalize to native/TUI but examples assume web. Use when the user asks to build a page, full layout, or new application, or explicitly wants design direction. SKIP for…

705 3d ago A 122 tokens original MIT

grade

34

juicesharp/rpiv-mono

Skill Claude CodeCodex

Grade ONE artifact along ONE named quality dimension and write a verdict JSON to .rpiv/artifacts/verdicts/. Single-pass, no subagents, no fixes — it only judges. Dispatched once per dimension by a workflow's grade panel (a fanout over dimensions); the workflow folds the per-dimension verdicts into an advance/loop…

705 3d ago A 82 tokens original MIT

implement

35

juicesharp/rpiv-mono

Skill Claude CodeCodex

Execute an approved implementation plan from .rpiv/artifacts/plans/ phase by phase, applying changes and verifying each phase against its success criteria before moving on. Use when the user invokes /implement, asks to "implement this plan", or wants an existing phased plan executed. Pair with revise to update plans…

705 3d ago A 71 tokens original MIT

migrate-to-guidance

36

juicesharp/rpiv-mono

Skill Claude CodeCodex

Migrate a project's inline CLAUDE.md files to the .rpiv/guidance/ shadow-tree system. Finds every CLAUDE.md, transforms internal references, and creates equivalent architecture.md files under .rpiv/guidance/. Use when the user wants to move from inline CLAUDE.md to the guidance shadow tree, consolidate scattered…

705 3d ago A 93 tokens original MIT

plan

37

juicesharp/rpiv-mono

Skill Claude CodeCodex

Convert a design artifact into a phased implementation plan with parallelized atomic phases and explicit success criteria, written to .rpiv/artifacts/plans/. Use after the design skill when the user wants a design turned into an actionable, phase-by-phase plan to hand to the implement skill. Prefer plan when a…

705 3d ago A 84 tokens original MIT

pr-triage

38

juicesharp/rpiv-mono

Skill Claude CodeCodex

Triage a GitHub pull request before committing review effort — fetch the PR thread (description, review comments, linked issues, CI status), assess the diff against whatever architecture/standards the target repo actually carries, and emit a triage disposition (Review · Request changes · Hold · Decline) with security…

705 3d ago A 149 tokens original MIT

quick-plan

39

juicesharp/rpiv-mono

Skill Claude CodeCodex

Produce a single unsliced, consistently-phased implementation plan for a small, well-understood task and write it directly to .rpiv/artifacts/plans/ with status: ready — one non-interactive pass, no slice decomposition, no in-skill review (the workflow's grade and validate stages are the gates). Dispatched by the ship…

705 3d ago A 120 tokens original MIT

remediate

40

juicesharp/rpiv-mono

Skill Claude CodeCodex

Surgically repair a working tree whose validate run returned a failing verdict — re-run each failed verify-at-implement risk ruling's prescribed procedure and each structured blocker's failing command, apply the minimal localized code fix grounded in the validation report, then confirm it passes. Single-pass, no…

705 3d ago A 90 tokens original MIT

research

41

juicesharp/rpiv-mono

Skill Claude CodeCodex

Answer structured research questions about a codebase using targeted parallel analysis agents, then synthesize findings into a research document in .rpiv/artifacts/research/. Internally dispatches the scope-tracer agent to formulate trace-quality research questions, then answers them. Use when the user wants in-depth…

705 3d ago A 85 tokens original MIT

resume-handoff

42

juicesharp/rpiv-mono

Skill Claude CodeCodex

Resume work from a handoff document produced by create-handoff. Reads the handoff, verifies current repo, branch, and state, and continues from where the previous session left off. Use at the start of a new session when the user references a handoff file, says "resume from handoff", "continue from where we left off"…

705 3d ago A 80 tokens original MIT

revise

43

juicesharp/rpiv-mono

Skill Claude CodeCodex

Surgically update an existing implementation plan in .rpiv/artifacts/plans/ based on review feedback, mid-implementation discoveries, or new constraints, preserving structure and quality rather than rewriting. Use when the user wants a plan adjusted after code-review feedback, has hit a blocker mid-implement, scope…

705 3d ago A 75 tokens original MIT

slice

44

juicesharp/rpiv-mono

Skill Claude CodeCodex

Decompose a research artifact into independent vertical slices — each a self-contained, separately-designable unit — and write a slice map to .rpiv/artifacts/slices/ with a machine-readable slices: frontmatter array. A research artifact is required (it is the cut's grounding); confirms the decomposition with you…

705 3d ago A 154 tokens original MIT

synthesize

45

juicesharp/rpiv-mono

Skill Claude CodeCodex

Merge N independent per-slice designs (plus the research they rest on) into ONE coherent phased plan in .rpiv/artifacts/plans/ — reconciling cross-slice overlaps, wiring inter-slice integration, and ordering phases by slice dependencies. Single-pass, no subagents, no self-review. The fan-in barrier of a…

705 3d ago A 162 tokens original MIT

validate

46

juicesharp/rpiv-mono

Skill Claude CodeCodex

Verify that an implementation plan was correctly executed by running each phase's success criteria against the working tree and producing a validation report. Use after the implement skill completes, when the user asks to "validate the plan", wants a post-implementation audit, or needs to confirm a feature is fully…

705 3d ago A 64 tokens original MIT

architecture

47

juicesharp/rpiv-pi

Agent

Named subagent profile library — isolated, single-purpose LLM workers dispatched by skills via the Agent tool. Each performs one narrow task (locate, analyze, connect, or fetch externally) and returns structured text. Agents never write files, dispatch other agents, or modify state.

11 3mo ago A 0 tokens original MIT

codebase-analyzer

48

juicesharp/rpiv-pi

Agent

Analyzes codebase implementation details. Call the codebase-analyzer agent when you need to find detailed information about specific components. As always, the more detailed your request prompt, the better! :).

11 3mo ago A 44 tokens copy · 100% MIT