Plugin Claude Code
Claude Code plugins for Rust development, Askama templates, HTMX+Alpine patterns, mise toolchain management, agent pipelines, and macOS sleep prevention.
Plugin Claude Code
Claude Code plugins for Rust development, Askama templates, HTMX+Alpine patterns, mise toolchain management, agent pipelines, and macOS sleep prevention.
Instructions file
Claude Code instructions for neoeinstein/claude-plugins, covering neoeinstein-plugins, purpose, project structure, conventions and plugin manifest format.
Plugin Claude Code
Structured multi-agent development pipeline with phased investigation, planning, implementation, and two-stage review (spec compliance + pluggable evaluators).
Agent
Use this agent for Phase 1 investigation when the task requires codebase exploration — systematically catalogs the current state of a concern. Searches for patterns, construction sites, and edge cases. Returns a structured findings report.
Agent
Use this agent for Phase 1 investigation when the task requires both codebase exploration AND external knowledge — e.g., understanding current implementation then researching how an API or library actually works. Returns a unified findings report.
Agent
Use this agent for Phase 6 code quality evaluation — reviews implementation for code quality, security, type safety, or other concerns. Dispatched with a specific evaluator prompt from the project's evaluator configuration. Runs AFTER spec compliance passes.
Agent
Use this agent to address specific findings from evaluators or spec-reviewers that indicate spec compliance or quality failures. Input is a set of findings with file:line references. Must re-run verification after fixes and report what was changed.
Agent
Use this agent to implement a specific task from a plan. Follows the plan exactly, writes tests, self-reviews, commits, and reports back with evidence. Dispatched once per task — fresh agent each time to prevent context pollution.
Agent
Use this agent for Phase 1 investigation when the task requires external knowledge — API documentation, library usage patterns, current best practices, or technology comparisons. Returns a structured findings report with sources.
Agent
Use this agent for Phase 3 plan validation — independently verifies that a plan is correct, complete, and safe to implement. Reads the actual codebase to verify the planner's claims.
Agent
Use this agent for Phase 2 planning — takes investigation findings and produces an actionable change plan with exact file:line specifications. Every change must be specific enough for an implementor with no project context to execute.
Agent
Use this agent when you need to understand how an external library or open-source project implements a feature by examining actual source code. Clones the repo, investigates with codebase analysis, and reports with file:line citations.
Agent
Use this agent after implementation completes to verify the implementation matches its specification. Compares actual code changes against the planned changes — does NOT trust the implementor's report. Must be dispatched BEFORE code quality evaluators.
Hook
Runs when a session starts, executing detect-pipeline-config.sh. From neoeinstein/claude-plugins.
Skill Claude CodeCodex
Use when coordinating multi-agent development pipelines with phased investigation, planning, implementation, and review. Orchestrates teams of specialized agents through gated phases. Language-agnostic.
Plugin Claude Code
Askama Rust template engine guidance with anti-rationalization patterns for scope errors and Jinja2 migration.
Skill Claude CodeCodex
Use when writing Askama templates in Rust to ensure idiomatic patterns, fix compile errors by understanding module scope, and avoid common anti-patterns from Jinja2 muscle memory.
Plugin Claude Code
Prevents macOS sleep and screen lock during Claude's active turn, re-enabling sleep when waiting for user input.
Plugin Claude Code
HTMX and Alpine.js patterns for server-driven web applications with accessibility and framework-specific guidance.
Skill Claude CodeCodex
Use when building server-driven web applications with HTMX and Alpine.js - covers the interaction model, when to use each tool, and when NOT to use raw JavaScript.
Plugin Claude Code
Write prose as Marcus — measurement-first, constraint-driven, trade-offs-priced voice with corrections for common AI writing defaults.
Skill Claude CodeCodex
Use when writing prose as Marcus or for his signature — emails, messages, forum posts, design write-ups, vault notes, PR bodies — applies his measurement-first, constraint-driven, trade-offs-priced voice and corrects AI defaults. Triggers on "write as me", "in my voice", "draft an email/message for me", "write it up…
Plugin Claude Code
mise toolchain manager guidance with task runner, monorepo patterns, project onboarding, and SessionStart hook for toolchain detection.
Skill Claude CodeCodex
Use when setting up development toolchains with mise, managing tool versions, configuring project environments, or defining build/test/deploy tasks - covers both mise.toml for repos you control and mise.local.toml for repos you contribute to.