By arosenkranz
Core dev automation — lifecycle hooks, coding standards, and Claude Island integration
ALWAYS 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:
Matches all tools
Hooks run on every tool call, not just specific ones
Modifies files
Hook triggers on file write and edit operations
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 [email protected]: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/
npx claudepluginhub arosenkranz/claude-code-config --plugin dev-environment92 productivity skills for Claude Code — invocable via /name (morning-plan, course-review, doc-generate, etc.)
Operation Goldeneye agent roster — 9 specialized subagents (boris, m, moneypenny, natalya, q, trevelyan, wade, xenia, jira-manager)
oh-my-zsh for Claude Code — 11 agents, 33 commands, 24 skills, 15 hooks + 9 examples (21 events), 9 rules, 4 MCP (minimal: playwright, context7, jina-reader, [email protected]). One-line install: curl -fsSL https://raw.githubusercontent.com/sangrokjung/claude-forge/main/install.sh | bash
Meta-tools for Claude Code configuration and customization
Claude Code hooks for enforcing best practices and workflow automation
Bootstrap and customize dotclaude in any project. Copies the full template into .claude/ if missing, then tunes every config file to match your stack.
Generate AI assistant configurations with environment detection, TDD options, local best-practices references, and multi-file sync
Analyze codebases and recommend tailored Claude Code automations such as hooks, skills, MCP servers, and subagents.