← All creators

laurigates

User

Claude Code plugins for development workflows

51 indexed · 0 Featured · 38 stars · avg score 80
Prolific

Categories

Indexed Skills (51)

AI & Automation Listed

wave-based-dispatch

Sequential-wave dispatch for WO chains where output of one feeds the next, shared locks, or shared files prevent fan-out. Use when planning dependent multi-WO landings.

38 Updated today
laurigates
Testing & QA Listed

blueprint-derive-tests

Derive test regression plans from git history by finding commits lacking tests. Use when finding untested bug fixes, coverage gaps, or generating a test backlog.

38 Updated today
laurigates
AI & Automation Listed

blueprint-feature-tracker-sync

Sync feature tracker with TODO.md, taskwarrior sidecars, and PRDs. Use when reconciling TODO.md vs tracker, draining WO entries, or recalculating stats.

38 Updated today
laurigates
Code & Development Listed

blueprint-sync-ids

Scan blueprint docs and assign missing PRD/ADR/PRP/WO IDs. Use when assigning IDs to docs; --dry-run to preview, --link-issues to create GitHub issues for orphans.

38 Updated today
laurigates
Testing & QA Listed

accessibility-implementation

WCAG 2.1/2.2 compliance, ARIA patterns, keyboard nav, focus management, a11y testing. Use when implementing accessible components or user mentions WCAG/ARIA/screen readers.

38 Updated today
laurigates
Web & Frontend Listed

design-tokens

Design tokens and CSS custom properties: theme systems, dark mode, component libraries. Use when implementing design systems or user mentions tokens, CSS variables, or theming.

38 Updated today
laurigates
AI & Automation Listed

agent-teams

Configure Claude Code agent teams (TeamCreate, SendMessage, TaskUpdate). Use when running parallel agents, coordinating with messaging, or setting up a lead/teammate architecture.

38 Updated today
laurigates
AI & Automation Listed

custom-agent-definitions

Write and configure custom agent definitions in Claude Code agents/ directory. Use when creating an agent .md file, defining a specialized agent, or configuring agent tools.

38 Updated today
laurigates
AI & Automation Listed

exclusive-lock-dispatch

Pre-dump-then-dispatch for tools holding an exclusive lock (Ghidra, migrations, single-writer caches). Use when fanning out parallel agents needing a non-concurrent resource.

38 Updated today
laurigates
AI & Automation Listed

mcp-code-execution

Scaffold the code execution pattern for MCP-based agents. Use when agents call many MCP tools, intermediate data exceeds context, you need loops, or PII must stay out of context.

38 Updated today
laurigates
AI & Automation Listed

meta-audit

Audit Claude subagent configs for completeness, security, and best practices. Use when reviewing agents/ for missing frontmatter, overprivileged tools, or bad model choices.

38 Updated today
laurigates
AI & Automation Listed

meta-promote

Promote rules, skills, or agents from project scope to parent or user-global scope. Use when reorganizing .claude/ directories or when sibling repos hold near-duplicate rules.

38 Updated today
laurigates
AI & Automation Listed

parallel-agent-dispatch

Dispatch contract for spawning parallel agents covering worktree collisions, scope overflow, and silent exits. Use when fanning out concurrent agents or authoring a lead prompt.

38 Updated today
laurigates
Data & Documents Listed

plugin-settings

Configure per-project plugin settings via .claude/plugin-name.local.md files. Use when building plugins with user-configurable behavior, storing agent state, or controlling hooks.

38 Updated today
laurigates
Data & Documents Listed

verify-before-plan

Verify orchestrator premises (file counts, build state, artefact presence) before dispatching parallel subagents. Use when a wave's briefs cite a number, path, or behaviour not yet checked.

38 Updated today
laurigates
AI & Automation Listed

agents-analyze

Audit plugins for sub-agent opportunities — verbose skills, coverage gaps, over-permissions. Use when reviewing where sub-agents would help or auditing model (haiku/opus) choices.

38 Updated today
laurigates
Testing & QA Listed

api-testing

HTTP API testing with Supertest (TS) and httpx/pytest (Python). Use when the user mentions API testing, Supertest, httpx, REST/GraphQL validation, or HTTP response errors.

38 Updated today
laurigates
Testing & QA Listed

api-tests

API contract testing with Pact, OpenAPI validation, and Zod/AJV schemas. Use when setting up contract tests, validating OpenAPI compliance, or adding breaking-change CI checks.

38 Updated today
laurigates
Data & Documents Listed

bevy-ecs-patterns

Advanced Bevy ECS: complex queries, system scheduling, change detection, and performance tuning. Use when optimizing Bevy architecture or implementing complex game systems.

38 Updated today
laurigates
Web & Frontend Listed

bevy-game-engine

Bevy game engine: ECS, rendering, input, and asset management. Use when building Bevy games, working with entities/components/systems, or mentioning Rust gamedev or 2D/3D games.

38 Updated today
laurigates
Code & Development Listed

blog-post

Create a blog post via guided prompts with git context auto-populated. Use when writing a quick update, retrospective, tutorial, deep dive, or devlog entry.

38 Updated today
laurigates
Data & Documents Listed

blueprint-adr-list

List ADRs as a markdown table with title, status, date, domain. Use when generating an ADR index, auditing ADR status, or reviewing all architecture decisions.

38 Updated today
laurigates
AI & Automation Listed

blueprint-adr-validate

Validate ADR relationships and domain consistency. Use when auditing ADRs before release, finding broken supersedes/extends links, or detecting cycles.

38 Updated today
laurigates
Data & Documents Listed

blueprint-claude-md

Generate or update CLAUDE.md from blueprint artifacts. Use when adding team instructions, converting inline content to @imports, or setting up CLAUDE.local.md.

38 Updated today
laurigates
Data & Documents Listed

blueprint-curate-docs

Curate docs into ai_docs entries for AI context. Use when documenting library gotchas for PRP reuse or building a knowledge base under docs/blueprint/ai_docs/.

38 Updated today
laurigates
Data & Documents Listed

blueprint-derive-adr

Derive ADRs from project structure, deps, and docs. Use when onboarding a project to capture implicit architecture, framework, or database decisions retroactively.

38 Updated today
laurigates
Code & Development Listed

blueprint-derive-plans

Derive PRDs, ADRs, PRPs from git history, docs, and codebase. Use when onboarding a project to blueprint, generating a PRD or ADRs retroactively, or extracting features from conventional commits.

38 Updated today
laurigates
Data & Documents Listed

blueprint-derive-prd

Derive a PRD from existing docs, README, and codebase. Use when onboarding a project to blueprint or extracting stakeholders, features, and personas into a PRD.

38 Updated today
laurigates
Code & Development Listed

blueprint-derive-rules

Derive Claude rules from git commit history. Use when extracting implicit decisions from commits or codifying code-style, testing, and API-design rules.

38 Updated today
laurigates
Testing & QA Listed

blueprint-development

Generate project-specific rules from PRDs for Blueprint Development. Use when generating architecture, testing, or quality rules from requirements documents.

38 Updated today
laurigates
Code & Development Listed

blueprint-docs-currency

Enforce same-commit landing of code and docs (APIs, formats, ADRs). Use when committing API/format changes, promoting research to docs/, or landing an ADR decision.

38 Updated today
laurigates
Data & Documents Listed

blueprint-docs-list

List blueprint documents (ADRs, PRDs, PRPs) with frontmatter metadata. Use when listing docs, auditing statuses, or generating an index for project documentation.

38 Updated today
laurigates
Web & Frontend Listed

blueprint-execute

Blueprint meta command: determine and execute the next logical action. Use when asked 'what's next?', 'continue blueprint', or 'run blueprint' without a subcommand.

38 Updated today
laurigates
Data & Documents Listed

blueprint-feature-tracker-status

Display feature tracker stats, phase progress, and completion summary. Use when checking feature status, viewing blocked features, or seeing ready-to-start work.

38 Updated today
laurigates
Testing & QA Listed

blueprint-generate-rules

Generate project-specific rules from PRDs with path-scoped frontmatter. Use when auto-creating architecture, testing, or quality rules from docs/prds/.

38 Updated today
laurigates
Data & Documents Listed

blueprint-init

Initialize Blueprint Development structure. Use when bootstrapping docs/blueprint/ with manifest, PRD/ADR/PRP directories, and feature tracking for the first time.

38 Updated today
laurigates
Data & Documents Listed

blueprint-promote

Move generated artifact to custom layer to preserve manual edits. Use when promoting a generated rule, preserving .claude/rules/ changes, or stopping sync warnings.

38 Updated today
laurigates
AI & Automation Listed

blueprint-prp-create

Create a PRP (Product Requirement Prompt) with research, context, and validation gates. Use when planning a feature packet for subagent execution with TDD and confidence scoring.

38 Updated today
laurigates
AI & Automation Listed

blueprint-prp-execute

Execute a PRP with validation loop, TDD, and quality gates. Use when asked to execute a PRP, run a planned feature from docs/prps/, or delegate a PRP to subagents.

38 Updated today
laurigates
Testing & QA Listed

blueprint-rules

Manage modular rules in .claude/rules/ with path-specific globs. Use when adding or listing rules, syncing with CLAUDE.md, or validating path frontmatter.

38 Updated today
laurigates
Data & Documents Listed

blueprint-status

Show blueprint version, config, PRD/ADR/PRP counts, and feature tracker progress. Use when auditing traceability, orphan docs, or stale generated content.

38 Updated today
laurigates
AI & Automation Listed

blueprint-story-audit

Audit user stories against codebase and tests for tier-ranked coverage gaps. Use when running story audit, PRD reconciliation, or surfacing PRD-code drift.

38 Updated today
laurigates
DevOps & Infrastructure Listed

blueprint-story-reconcile

Reconcile PRD requirements with a story-audit drift report. Use when marking PRD entries implemented/partial/missing, or promoting code-only stories into the PRD.

38 Updated today
laurigates
Data & Documents Listed

blueprint-sync

Check for stale generated content and offer regeneration or promotion. Use when syncing blueprint after PRD changes, or reconciling .claude/rules/ drift.

38 Updated today
laurigates
Code & Development Listed

blueprint-upgrade

Upgrade blueprint structure to the latest format version. Use when migrating between format versions, enabling monorepo workspaces, or batch upgrading repos.

38 Updated today
laurigates
AI & Automation Listed

blueprint-work-order

Create a work-order for isolated subagent execution, optionally linked to a GitHub issue. Use when breaking a PRP into delegatable tasks or spawning from an issue.

38 Updated today
laurigates
Data & Documents Listed

blueprint-workspace-scan

Discover child blueprint workspaces and refresh the manifest. Use when adding/removing a child blueprint or when status shows stale portfolio data.

38 Updated today
laurigates
Code & Development Listed

confidence-scoring

Assess quality of PRPs and work-orders using systematic confidence scoring. Use when evaluating readiness for execution or subagent delegation.

38 Updated today
laurigates
AI & Automation Listed

feature-tracking

Track feature implementation against requirements with hierarchical FR codes and TODO.md sync. Use when linking features to PRDs or recalculating completion stats.

38 Updated today
laurigates
Code & Development Listed

ast-grep-search

Find and replace code patterns structurally with ast-grep. Use when matching code by AST structure, finding functions with specific signatures, or detecting anti-patterns regex cannot match.

38 Updated today
laurigates
AI & Automation Listed

meta-assimilate

Copy, generalize, or merge a project's .claude/{agents,commands} into user-scoped configuration. Use when assimilating another project's Claude setup or generalizing an agent.

38 Updated today
laurigates

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.