EinsZweiDrei-ai

Einszweidrei Claude Kit — Development skill for Claude Code

Development community

Portable engineering-standards kit for Claude Code — CLAUDE.md + .claude/ rules, agents, and review gates for production-grade code.

How to install Einszweidrei Claude Kit

This entry records only its repository, not the path inside it, so there is no exact command to give. Open EinsZweiDrei-ai/einszweidrei-claude-kit and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Einszweidrei Claude Kit does

Portable engineering-standards kit for Claude Code — CLAUDE.md + .claude/ rules, agents, and review gates for production-grade code.

Alternatives in Development

  • Generic Extract Skill — You are an Autonomous 3D Technical Artist Agent 14.1k ★
  • Meta Prompt Generator — You are a prompt engineering specialist who builds production-grade system 1.4k ★
  • Oh My Agent — Portable multi-agent harness for .agents-based skills, workflows, and standards-aware agent teams across Antig 786 ★

README

einszweidrei-claude-kit

A reusable Claude Code developer kit — an opinionated `CLAUDE.md`, subagents, slash commands, skills, and settings you can drop into any project, and improve together.

Published by [EinsZweiDrei.ai](https://einszweidrei.ai) under the MIT license.

The kit ships **two ways**, because Claude Code's plugin system distributes commands, agents, and skills — but it **cannot** inject a project-owned `CLAUDE.md` or `.claude/settings.json` into your repo. So:

  • Use the plugin for versioned, auto-updatable commands / agents / skills.
  • Use the copy-in installer to drop CLAUDE.md and .claude/settings.json (and, if you prefer, everything else) directly into your project.

You can use either or both.

What's inside

Component Location What it is
CLAUDE.md template/CLAUDE.md Stack-agnostic engineering standards — SOLID, KISS/DRY/YAGNI, security, testing, quality gates.
Settings template/.claude/settings.json Shared permissions + a commit-audit hook and a session-start bootstrap hook.
Workflow template/.claude/workflow.md The working loop (plan → implement → review → done) and task→agent routing.
Subagents template/.claude/agents/ A curated ~21 specialist agents in backend/, frontend/, infra/, quality/. Stack-specific ones carry a pack: tag (dotnet/frontend) so an install can be trimmed; the rest are core.
Stack rules template/.claude/rules/ File-type rules that auto-apply by path. Core: always-on code-review.md, commits.md, security.md. Pack-tagged: dotnet (dot