neoeinstein

36 mods across 1 repository, 3 stars between them.

neoeinstein-plugins

01

neoeinstein/claude-plugins

Plugin Claude Code

Claude Code plugins for Rust development, Askama templates, HTMX+Alpine patterns, mise toolchain management, agent pipelines, and macOS sleep prevention.

3 8d ago A tokens not measured

neoeinstein/claude-plugins

Instructions file

Claude Code instructions for neoeinstein/claude-plugins, covering neoeinstein-plugins, purpose, project structure, conventions and plugin manifest format.

3 8d ago A 450 tokens

agent-team-pipeline

03

neoeinstein/claude-plugins

Plugin Claude Code

Structured multi-agent development pipeline with phased investigation, planning, implementation, and two-stage review (spec compliance + pluggable evaluators).

3 8d ago A tokens not measured

neoeinstein/claude-plugins

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.

3 8d ago A 47 tokens

combined-researcher

05

neoeinstein/claude-plugins

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.

3 8d ago A 47 tokens

evaluator

06

neoeinstein/claude-plugins

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.

3 8d ago A 48 tokens

fixer

07

neoeinstein/claude-plugins

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.

3 8d ago A 49 tokens

implementor

08

neoeinstein/claude-plugins

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.

3 8d ago A 51 tokens

internet-researcher

09

neoeinstein/claude-plugins

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.

3 8d ago A 43 tokens

plan-validator

10

neoeinstein/claude-plugins

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.

3 8d ago A 40 tokens

planner

11

neoeinstein/claude-plugins

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.

3 8d ago A 44 tokens

neoeinstein/claude-plugins

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.

3 8d ago C 50 tokens

spec-reviewer

13

neoeinstein/claude-plugins

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.

3 8d ago A 46 tokens

SessionStart

14

neoeinstein/claude-plugins

Hook

Runs when a session starts, executing detect-pipeline-config.sh. From neoeinstein/claude-plugins.

3 8d ago A tokens not measured

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.

3 8d ago A 40 tokens

askama

16

neoeinstein/claude-plugins

Plugin Claude Code

Askama Rust template engine guidance with anti-rationalization patterns for scope errors and Jinja2 migration.

3 8d ago A tokens not measured

askama

17

neoeinstein/claude-plugins

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.

3 8d ago A 37 tokens

caffeinate

18

neoeinstein/claude-plugins

Plugin Claude Code

Prevents macOS sleep and screen lock during Claude's active turn, re-enabling sleep when waiting for user input.

3 8d ago A tokens not measured

htmx-alpine

19

neoeinstein/claude-plugins

Plugin Claude Code

HTMX and Alpine.js patterns for server-driven web applications with accessibility and framework-specific guidance.

3 8d ago A tokens not measured

htmx-alpine

20

neoeinstein/claude-plugins

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.

3 8d ago A 38 tokens

marcus-voice

21

neoeinstein/claude-plugins

Plugin Claude Code

Write prose as Marcus — measurement-first, constraint-driven, trade-offs-priced voice with corrections for common AI writing defaults.

3 8d ago A tokens not measured

marcus-voice

22

neoeinstein/claude-plugins

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…

3 8d ago A 81 tokens

mise

23

neoeinstein/claude-plugins

Plugin Claude Code

mise toolchain manager guidance with task runner, monorepo patterns, project onboarding, and SessionStart hook for toolchain detection.

3 8d ago A tokens not measured

mise

24

neoeinstein/claude-plugins

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.

3 8d ago A 47 tokens