By dsieczko
Sentinel backtest runner — pure executor that reads backtest issue specs from GitHub, resolves the symbol universe, runs the test (locally or on EC2 spot), posts results back to the issue, and logs them. Does NOT interpret results or make recommendations — the engineering session owns that.
Modular agent plugins for Claude Code. Each directory is a self-contained plugin that can be installed into any project to give Claude a specific agent role.
| Agent | Directory | Role |
|---|---|---|
| Frontend | frontend-agent/ | Dashboard React components, WS connections, nginx proxy, UX |
| (planned) CTO | cto-agent/ | Technical direction, code review, project management |
| (planned) Coder | coder-agent/ | Backend implementation, scoring pipeline, tests |
| (planned) Infra | infra-agent/ | AWS, K8s, CI/CD, Grafana, deployments |
| (planned) Backtester | backtester-agent/ | Backtest execution, result analysis |
Each agent follows the Claude Code plugin format:
agent-name/
.claude-plugin/plugin.json ← manifest (name, version)
skills/<skill>/SKILL.md ← agent instructions + auto-invocation
skills/<skill>/references/ ← supporting docs
hooks/hooks.json ← lifecycle hooks
agents/ ← custom subagent definitions
.mcp.json ← MCP server configs
settings.json ← default permissions
Enable a plugin in your project's .claude/settings.json:
{
"enabledPlugins": {
"frontend-agent@claude-agent-plugins": true
}
}
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 claimDiscord channel for Claude Code — fork with bot-to-bot messaging support. Multiple Claude agents can coordinate via @mentions in shared Discord channels.
Sentinel project manager — owns GitHub project board hygiene + translates product specs into implementation plans + ensures issues are up to date. Zero code edits, zero PR merges.
Sentinel shadow reviewer — second independent reviewer on every PR. Focuses on what the primary architect normalizes: silent failure modes, test gaps, edge cases, premature abstractions, and whatever the loudest argument missed.
Sentinel UX/UI agent — owns visual quality, interaction design, layout robustness, and user-observable correctness on the dashboard. Designs experiences from PM specs, hands designs to frontend engineers. Does NOT write code.
Sentinel product manager agent — owns product discovery, requirement gathering, user interviews, and feature specs. Zero code edits.
npx claudepluginhub dsieczko/claude-agent-plugins --plugin backtester-agentLazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.