laurigates

laurigates

@laurigates

GitHub
45 Skills
1575 Total Stars
February 2026 Joined

Public Skills

blueprint-migration

by laurigates

Versioned migration procedures for upgrading blueprint structure between format versions

Templates 35 1mo ago

api-tests

by laurigates

Check and configure API contract testing with Pact, OpenAPI validation, and schema testing

API Dev 35 3mo ago

blog-post

by laurigates

Create a blog post about your work with guided prompts and templates

Git & VCS 35 3mo ago

blueprint-derive-tests

by laurigates

"Derive test regression plans from git history by identifying fix and feature commits lacking corresponding tests. Use when you need to find untested bug fixes, coverage gaps, or generate a test backlog from commit analysis."

Debugging 35 3mo ago

blueprint-derive-rules

by laurigates

"Derive Claude rules from git commit log decisions. Newer commits override older decisions when conflicts exist."

Code Review 35 3mo ago

agents-analyze

by laurigates

Analyze all plugins for sub-agent opportunities. Identifies skills with verbose output, gaps in agent coverage, and model selection improvements.

Agents 35 3mo ago

blueprint-prp-execute

by laurigates

"Execute a PRP with validation loop, TDD workflow, and quality gates"

Code Gen 35 3mo ago

blueprint-adr-validate

by laurigates

"Validate ADR relationships, detect orphaned references, and check domain consistency"

Analytics 35 3mo ago

blueprint-derive-plans

by laurigates

"Derive PRDs, ADRs, and PRPs from git history, codebase structure, and existing documentation"

Code Gen 35 3mo ago

blueprint-prp-create

by laurigates

"Create a PRP (Product Requirement Prompt) with systematic research, curated context, and validation gates"

Code Gen 35 3mo ago

blueprint-development

by laurigates

"Generate project-specific rules and commands from PRDs for Blueprint Development methodology. Use when generating behavioral rules for architecture patterns, testing strategies, implementation guides, or quality standards from requirements documents."

Agents 35 3mo ago

blueprint-curate-docs

by laurigates

"Curate library or project documentation for ai_docs to optimize AI context"

Code Gen 35 3mo ago

blueprint-init

by laurigates

"Initialize Blueprint Development structure in current project"

Automation 35 3mo ago

blueprint-promote

by laurigates

"Move generated artifact to custom layer to preserve modifications"

CLI Tools 35 3mo ago

blueprint-sync-ids

by laurigates

"Scan all blueprint documents and assign IDs to those missing them, update manifest registry"

Code Gen 35 3mo ago

blueprint-work-order

by laurigates

"Create work-order with minimal context for isolated subagent execution, optionally linked to GitHub issue"

Automation 35 3mo ago

design-tokens

by laurigates

CSS custom property architecture, theme systems, design token organization, and component library integration. Use when implementing design systems, theme switching, dark mode, or when the user mentions tokens, CSS variables, theming, or design system setup.

Processing 35 3mo ago

blueprint-claude-md

by laurigates

"Generate or update CLAUDE.md from project context and blueprint artifacts. Supports @import syntax, CLAUDE.local.md, and auto memory delineation."

Code Gen 35 3mo ago

meta-assimilate

by laurigates

Analyze and assimilate project-specific Claude configurations

Code Review 35 3mo ago

bevy-ecs-patterns

by laurigates

Advanced Bevy ECS patterns including complex queries, system scheduling, change detection, entity relationships, and performance optimization. Use when working on advanced Bevy game architecture, optimizing ECS performance, or implementing complex game systems.

35 3mo ago

blueprint-execute

by laurigates

"Idempotent meta command that determines and executes the next logical blueprint action"

Automation 35 3mo ago

blueprint-generate-rules

by laurigates

"Generate project-specific rules from PRDs. Supports path-specific rules with paths frontmatter and brace expansion."

Code Gen 35 3mo ago

accessibility-implementation

by laurigates

WCAG 2.1/2.2 compliance implementation, ARIA patterns, keyboard navigation, focus management, and accessibility testing. Use when implementing accessible components, fixing accessibility issues, or when the user mentions WCAG, ARIA, screen readers, or keyboard navigation.

Accessibility 35 3mo ago

blueprint-derive-prd

by laurigates

"Derive PRD from existing project documentation, README, and codebase analysis"

Code Gen 35 3mo ago

blueprint-derive-adr

by laurigates

"Derive Architecture Decision Records from existing project structure, dependencies, and documentation"

Code Gen 35 3mo ago

confidence-scoring

by laurigates

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

File Ops 35 3mo ago

bevy-game-engine

by laurigates

Bevy game engine development including ECS architecture, rendering, input handling, asset management, and game loop design. Use when building games with Bevy, working with entities/components/systems, or when the user mentions Bevy, game development in Rust, or 2D/3D games.

Game Dev 35 3mo ago

blueprint-feature-tracker-sync

by laurigates

"Synchronize feature tracker with TODO.md and PRDs, manage tasks"

Automation 35 3mo ago

blueprint-feature-tracker-status

by laurigates

"Display feature tracker statistics and completion summary"

Code Gen 35 3mo ago

custom-agent-definitions

by laurigates

Write and configure custom agent definitions in Claude Code's agents/ directory. Use when you want to create a new agent .md file, define a specialized agent with its own system prompt and tools, set up an agent with isolated context, or configure agent capabilities and restrictions in your project's .claude/ configuration.

Agents 35 3mo ago

blueprint-status

by laurigates

"Show blueprint version, configuration, and check for available upgrades"

Automation 35 3mo ago

blueprint-upgrade

by laurigates

"Upgrade blueprint structure to the latest format version"

Database 35 3mo ago

api-testing

by laurigates

HTTP API testing for TypeScript (Supertest) and Python (httpx, pytest). Covers REST APIs, GraphQL, request/response validation, authentication, and error handling. Use when user mentions API testing, Supertest, httpx, REST testing, endpoint testing, HTTP response validation, or testing API routes.

API Dev 35 3mo ago

mcp-code-execution

by laurigates

Design and scaffold the code execution pattern for MCP-based agent systems. Use when building agents that interact with many MCP tools, when intermediate data is too large for model context, when you need loops/conditionals across tool calls, or when PII must stay out of the model context. Based on Anthropic's engineering guidance.

Agents 35 3mo ago

mcp-management

by laurigates

Install and configure Model Context Protocol (MCP) servers for Claude Code projects. Use when you want to add or enable an MCP server, connect a tool or integration (database, API, file system), update MCP settings in .mcp.json, or troubleshoot MCP server connection issues.

API Dev 35 3mo ago

claude-hooks-configuration

by laurigates

Set up Claude Code lifecycle hooks and event handlers in settings.json. Use when you want to trigger a script on session start, run a hook before or after tool calls (PreToolUse/PostToolUse), configure hook timeouts to prevent cancellation errors, or debug hooks that aren't firing correctly.

Auth 35 3mo ago

adr-relationships

by laurigates

Domain analysis, conflict detection, and relationship validation for Architecture Decision Records. Use when creating or validating ADRs to ensure consistency.

35 3mo ago

blog-post-writing

by laurigates

Consistent style guide for writing blog posts about projects and technical work. Supports quick updates, detailed write-ups, retrospectives, and tutorials. Designed for low-friction entry and easy scanning.

35 3mo ago

ast-grep-search

by laurigates

Find and replace code patterns structurally using ast-grep. Use when you need to match code by its AST structure (not just text), such as finding all functions with specific signatures, replacing API patterns across files, or detecting code anti-patterns that regex cannot reliably match.

CLI Tools 35 3mo ago

meta-audit

by laurigates

Audit Claude subagent configurations for completeness, security, and best practices

Agents 35 3mo ago

blueprint-rules

by laurigates

"Manage modular rules in .claude/rules/ directory. Supports path-specific rules with glob patterns, brace expansion, and user-level rules."

Code Gen 35 3mo ago

feature-tracking

by laurigates

"Track feature implementation status against requirements documents. Provides hierarchical FR code tracking, phase management, task tracking, and sync with TODO.md."

Processing 35 3mo ago

document-linking

by laurigates

"Unified ID system for PRDs, ADRs, PRPs, and GitHub issues. Auto-generates IDs on document access, maintains bidirectional links, and provides traceability across all artifacts."

35 3mo ago

blueprint-docs-list

by laurigates

"List blueprint documents (ADRs, PRDs, PRPs) with metadata extracted from frontmatter and headers"

CLI Tools 35 3mo ago

blueprint-adr-list

by laurigates

"List all ADRs with title, status, date, and domain in a markdown table"

CLI Tools 35 3mo ago