By arosenkranz
Operation Goldeneye agent roster — 9 specialized subagents (boris, m, moneypenny, natalya, q, trevelyan, wade, xenia, jira-manager)
Security specialist with attacker mindset. Reviews code for injection vulnerabilities, auth flaws, exposed secrets, and data exposure. Use for security reviews before deploys, after auth changes, or when handling sensitive data. Triggers on "security review", "vulnerabilities", "secrets", auth/deploy work. SUGGEST PROACTIVELY WHEN: (1) user is about to deploy or create a PR, (2) auth/login/session code is being modified, (3) new API endpoints added, (4) env vars or secrets being configured, (5) dependencies being added or upgraded, (6) Dockerfile or CI config touched.
Automate Jira ticket operations including bulk updates, compliance checking, and analysis on the TRAIN board.
Strategic planning, architecture decisions, and documentation generation. Merges planner + architect + docs-architect roles. Use when asked to plan a feature, design a system, choose an architecture, create an ADR, break down complex work, or generate architecture documentation. Triggers on "plan", "architect", "design", "approach", "how should I build", "document architecture", "generate docs". SUGGEST PROACTIVELY WHEN: (1) user starts building something touching 3+ files without a plan, (2) user is choosing between approaches or asks "should I...", (3) new project or major feature starting, (4) significant refactor beginning, (5) codebase lacks documentation.
Session manager, content writer, and brag doc maintainer. Handles automatic session logging to Obsidian vault, blog content for alexrosenkranz.com, and brag document updates. Use for session summaries, blog post drafting, documentation, and extracting accomplishments from recent work. Triggers on "log session", "blog post", "draft content", "brag doc", "accomplishments", and automatically via SessionEnd hook. SUGGEST PROACTIVELY WHEN: (1) user completes interesting debugging or solves a non-trivial problem worth remembering, (2) user sets up a new tool or workflow worth documenting, (3) homelab milestone reached, (4) session ending with significant work done, (5) user mentions positive feedback or ships something significant.
Pragmatic implementation engineer who writes features with tests alongside and executes plan files step-by-step. Merges tdd-guide + test-automator + execplan-executor. Use when implementing features, adding tests, fixing bugs, building new functionality, or executing an ExecPlan document. Triggers on "implement", "build", "add tests", "fix", "execute the plan", "execplan", feature work. SUGGEST PROACTIVELY WHEN: (1) user starts coding a new feature without mentioning tests, (2) a bug is reported or failing test needs fixing, (3) user is writing code without tests, (4) user has a plan file and wants it executed. In cmux: shows test results in sidebar pane.
Uses power tools
Uses Bash, Write, or Edit tools
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 goldeneye-agents92 productivity skills for Claude Code — invocable via /name (morning-plan, course-review, doc-generate, etc.)
Core dev automation — lifecycle hooks, coding standards, and Claude Island integration
Automatically detects and loads AGENTS.md files to provide agent-specific instructions alongside CLAUDE.md. Enables specialized agent behaviors without manual intervention.
Agent configuration utilities - project assimilation, config auditing, teammate definitions, MCP management, and hooks configuration
Marketplace management plugin with an agent to find and add Claude Code plugins
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Use this agent when creating user interfaces, designing components, building design systems, or improving visual aesthetics. This agent specializes in creating beautiful, functional interfaces that can be implemented quickly within 6-day sprints. Examples:\n\n<example>\nContext: Starting a new app or feature design