lucasnad27

19 mods across 1 repository, 3 stars between them.

cut a release

02

lucasnad27/claude-plugins

Skill Claude CodeCodex

Use when cutting a release for a plugin in this claude-plugins marketplace repo. Triggers on phrases like "cut a release", "ship v1.2.3", "deploy to the marketplace", "bump the plugin version", or any request to publish/update a plugin for end users. Handles the dual-version-file gotcha (marketplace.json AND…

3 3d ago A 91 tokens original MIT

lucasnad27/claude-plugins

Plugin Claude Code

Expanded workflow for managing AI agent context through intentional compaction. Research codebase, align on design, create detailed plans, implement phase-by-phase with verification, and review changes. Includes design alignment, testing-aware implementation, and guided review. Inspired by HumanLayer, CRISPY/Dex, and…

3 3d ago A tokens not measured original MIT

setup

04

lucasnad27/claude-plugins

Skill Claude CodeCodex

Generate project-specific research/plan/implement workflow by analyzing your project and intelligently adapting reference templates.

3 3d ago A 20 tokens original MIT

artifact-analyzer

05

lucasnad27/claude-plugins

Agent

Extracts high-value insights from a specific document under .rpi/ — decisions made, constraints identified, technical specifications, and whether any of it is still current. Use on the few documents artifact-locator surfaces as most relevant, not as a general search.

3 3d ago A 56 tokens copy · 94% MIT

artifact-locator

06

lucasnad27/claude-plugins

Agent

Finds workflow artifacts in the repo's .rpi/ directory — tickets, research, designs, plans, PR descriptions — and returns them grouped by type with one-line descriptions. Use to surface prior work on a topic before researching it fresh; pair with artifact-analyzer to read the most relevant ones deeply.

3 3d ago A 66 tokens original MIT

lucasnad27/claude-plugins

Agent

Infers the ticket/issue a developer is working on from the current git branch and worktree, then fetches its details. Used by /research-codebase (and optionally /design-doc, /create-plan) as a fallback when the user runs the command without naming a ticket or question.

3 3d ago A 64 tokens original MIT

codebase-analyzer

08

lucasnad27/claude-plugins

Agent

Analyzes HOW code works — traces data flow and explains implementation with precise file:line references. Documents the system as it exists today; does not critique, recommend, or perform root cause analysis. The more detailed your request prompt, the better.

3 3d ago A 54 tokens original MIT

codebase-locator

09

lucasnad27/claude-plugins

Agent

Locates WHERE files, directories, and components live for a feature or task. Call it with a human-language description of what you're looking for — basically a "Super Grep/Glob/LS". Reports locations and organization; does not read implementations or evaluate structure.

3 3d ago A 58 tokens original MIT

lucasnad27/claude-plugins

Agent

Finds similar implementations, usage examples, and existing patterns that new work can be modeled after. Like codebase-locator, but returns concrete code snippets with file:line references, not just locations. Reports which patterns exist and how widely each is used; leaves the choice between them to the caller.

3 3d ago A 66 tokens original MIT

query-planner

11

lucasnad27/claude-plugins

Agent

Generates focused research questions from a ticket or task description. Used as a preprocessing step by /research-codebase to keep research objective.

3 3d ago A 31 tokens original MIT

lucasnad27/claude-plugins

Agent

Researches external documentation, APIs, and technical resources on the web. Use when the answer lives outside the codebase — library docs, version-specific behavior, error messages, best-practice comparisons — or when the information is newer than training data. Returns findings with direct quotes and source links.

3 3d ago A 64 tokens original MIT

create-plan

13

lucasnad27/claude-plugins

Skill Claude CodeCodex

Create vertical implementation plans with per-phase testing from a design document.

3 3d ago A 15 tokens original MIT

design-doc

14

lucasnad27/claude-plugins

Skill Claude CodeCodex

Create a lightweight design discussion document for human-agent alignment before planning.

3 3d ago A 15 tokens original MIT

guide

15

lucasnad27/claude-plugins

Skill Claude CodeCodex

Contextual workflow orientation — where you are, what's next, and topic-based deep dives.

3 3d ago A 19 tokens original MIT

iterate-plan

17

lucasnad27/claude-plugins

Skill Claude CodeCodex

Iterate on existing implementation plans with thorough research and updates.

3 3d ago A 14 tokens original MIT

prepare-pr

18

lucasnad27/claude-plugins

Skill Claude CodeCodex

Commit outstanding changes, open a pull request, and land a numbered review guide — a short index in the description, the detail as inline review comments anchored to the diff.

3 3d ago A 36 tokens original MIT