laurigates
@laurigates
Public Skills
blueprint-migration
by laurigates
Versioned migration procedures for upgrading blueprint structure between format versions
api-tests
by laurigates
Check and configure API contract testing with Pact, OpenAPI validation, and schema testing
blog-post
by laurigates
Create a blog post about your work with guided prompts and templates
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."
blueprint-derive-rules
by laurigates
"Derive Claude rules from git commit log decisions. Newer commits override older decisions when conflicts exist."
agents-analyze
by laurigates
Analyze all plugins for sub-agent opportunities. Identifies skills with verbose output, gaps in agent coverage, and model selection improvements.
blueprint-prp-execute
by laurigates
"Execute a PRP with validation loop, TDD workflow, and quality gates"
blueprint-adr-validate
by laurigates
"Validate ADR relationships, detect orphaned references, and check domain consistency"
blueprint-derive-plans
by laurigates
"Derive PRDs, ADRs, and PRPs from git history, codebase structure, and existing documentation"
blueprint-prp-create
by laurigates
"Create a PRP (Product Requirement Prompt) with systematic research, curated context, and validation gates"
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."
blueprint-curate-docs
by laurigates
"Curate library or project documentation for ai_docs to optimize AI context"
blueprint-init
by laurigates
"Initialize Blueprint Development structure in current project"
blueprint-promote
by laurigates
"Move generated artifact to custom layer to preserve modifications"
blueprint-sync-ids
by laurigates
"Scan all blueprint documents and assign IDs to those missing them, update manifest registry"
blueprint-work-order
by laurigates
"Create work-order with minimal context for isolated subagent execution, optionally linked to GitHub issue"
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.
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."
meta-assimilate
by laurigates
Analyze and assimilate project-specific Claude configurations
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.
blueprint-execute
by laurigates
"Idempotent meta command that determines and executes the next logical blueprint action"
blueprint-generate-rules
by laurigates
"Generate project-specific rules from PRDs. Supports path-specific rules with paths frontmatter and brace expansion."
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.
blueprint-derive-prd
by laurigates
"Derive PRD from existing project documentation, README, and codebase analysis"
blueprint-derive-adr
by laurigates
"Derive Architecture Decision Records from existing project structure, dependencies, and documentation"
confidence-scoring
by laurigates
"Assess quality of PRPs and work-orders using systematic confidence scoring. Use when evaluating readiness for execution or subagent delegation."
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.
blueprint-feature-tracker-sync
by laurigates
"Synchronize feature tracker with TODO.md and PRDs, manage tasks"
blueprint-feature-tracker-status
by laurigates
"Display feature tracker statistics and completion summary"
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.
blueprint-status
by laurigates
"Show blueprint version, configuration, and check for available upgrades"
blueprint-upgrade
by laurigates
"Upgrade blueprint structure to the latest format version"
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.
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.
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.
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.
adr-relationships
by laurigates
Domain analysis, conflict detection, and relationship validation for Architecture Decision Records. Use when creating or validating ADRs to ensure consistency.
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.
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.
meta-audit
by laurigates
Audit Claude subagent configurations for completeness, security, and best practices
blueprint-rules
by laurigates
"Manage modular rules in .claude/rules/ directory. Supports path-specific rules with glob patterns, brace expansion, and user-level rules."
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."
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."
blueprint-docs-list
by laurigates
"List blueprint documents (ADRs, PRDs, PRPs) with metadata extracted from frontmatter and headers"
blueprint-adr-list
by laurigates
"List all ADRs with title, status, date, and domain in a markdown table"