Core dev automation — lifecycle hooks, coding standards, and Claude Island integration
npx claudepluginhub arosenkranz/claude-code-config --plugin dev-environmentALWAYS create new objects, NEVER mutate:
```
SQLite-backed knowledge graph at `~/.claude/memory.db`. Use these tools proactively.
**Haiku 4.5** (90% of Sonnet capability, 3x cost savings):
Before ANY commit:
Test Types (ALL required):
A personal Claude Code marketplace with 3 plugins: 92 skills, 9 agents, and a full dev environment automation stack (hooks, coding standards, Claude Island integration).
git clone git@github.com:arosenkranz/claude-code-config.git ~/workspace/claude-code-config
~/.claude/settings.json{
"extraKnownMarketplaces": {
"arosenkranz-claude-plugins": {
"source": { "source": "github", "repo": "arosenkranz/claude-code-config" }
}
},
"enabledPlugins": {
"workflow-skills@arosenkranz-claude-plugins": true,
"goldeneye-agents@arosenkranz-claude-plugins": true,
"dev-environment@arosenkranz-claude-plugins": true
}
}
See config-templates/settings.json.template for a complete starting point.
cp config-templates/CLAUDE.md.template ~/.claude/CLAUDE.md
# Edit it — add your machine-specific paths, identity, infrastructure context
./scripts/migrate-to-marketplace.sh --dry-run # Preview
./scripts/migrate-to-marketplace.sh # Run
92 skills invocable via /skill-name:
/morning-plan /course-review /doc-generate
/api-scaffold /agent-browser /patrol
See plugins/workflow-skills/README.md for the full list.
9 specialized subagents (Operation Goldeneye roster):
| Agent | Role |
|---|---|
boris | Security specialist, attacker mindset |
m | Strategic planning, architecture, docs |
moneypenny | Session logging, blog content, brag docs |
natalya | TDD implementation engineer |
q | Infrastructure, Docker, CI/CD, incidents |
trevelyan | Adversarial code reviewer |
wade | Project continuity, session catch-up |
xenia | Performance and stress testing |
jira-manager | Jira ticket automation |
Lifecycle hooks, coding standards, and Claude Island integration:
session-start.sh, session-logger.sh, pre-compact.sh, post-edit-format.sh, check-console-log.sh, claude-island-state.py/dev-environment:coding-style, /dev-environment:git-workflow, /dev-environment:security, /dev-environment:testing, /dev-environment:performance, /dev-environment:memory-system| Tool | Purpose | Install |
|---|---|---|
| Claude Code | Required | See Anthropic docs |
| Node.js (v18+) | MCP servers via npx | brew install node |
| bats | Running tests | brew install bats-core |
| cmux | workspace skill | brew install cmux |
| yazi | workspace skill | brew install yazi |
| lazygit | workspace skill | brew install lazygit |
| agent-browser | browser automation | npm install -g agent-browser |
cmux, yazi, lazygit, and agent-browser are only required for specific skills.
These are never tracked by git — each machine maintains its own:
~/.claude/settings.json — model, permissions, plugins, MCP config~/.claude/CLAUDE.md — identity, machine paths, infrastructure contextStart from the templates in config-templates/.
bats tests/
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, and 16+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Matches all tools
Hooks run on every tool call, not just specific ones
Modifies files
Hook triggers on file write and edit operations
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Battle-tested Claude Code plugin for engineering teams — 38 agents, 156 skills, 72 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
Continuous self-referential AI loops for interactive iterative development, implementing the Ralph Wiggum technique. Run Claude in a while-true loop with the same prompt until task completion.
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer