By dsieczko
Sentinel Agent Resource Manager (ARM) — owns repository hygiene, agent skills, plugin marketplace, onboarding docs, and disaster recovery substrate. The meta-role that maintains the substrate that lets all other agents work.
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 agent-resource-manager-agentUpstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Build and maintain an LLM-curated personal knowledge base in your project — Andrej Karpathy's LLM Wiki pattern, designed to scale to thousands of pages without becoming a context bottleneck. Now with an optional compiled graph layer for typed, provenance-backed relationships.
Connect to Atlassian products including Jira and Confluence. Search and create issues, access documentation, manage sprints, and integrate your development workflow with Atlassian's collaboration tools.
AI-powered wiki generator for code repositories. Generates comprehensive, Mermaid-rich documentation with dark-mode VitePress sites, onboarding guides, deep research, and source citations. Inspired by OpenDeepWiki and deepwiki-open.
20 modular skills for idiomatic Go — each under 225 lines, backed by 48 reference files, 8 automation scripts (all with --json, --limit, --force), and 4 asset templates. Covers error handling, naming, testing, concurrency, interfaces, generics, documentation, logging, performance, and more. Activates automatically with progressive disclosure and conditional cross-references.
Claude + Obsidian knowledge companion. Sets up a persistent, compounding wiki vault (Karpathy's LLM Wiki pattern). v1.7 "Compound Vault" + v1.8 methodology modes close 5 of 5 priority gaps from the May 2026 compass artifact. Ships: substrate alignment with kepano/obsidian-skills, default Obsidian CLI transport, hybrid retrieval (contextual prefix + BM25 + cosine rerank per Anthropic's Sept 2024 research), per-file advisory locking for multi-writer safety, pre-commit verifier agent, AND methodology modes (LYT / PARA / Zettelkasten / Generic) for first-class organizational support no other Claude+Obsidian competitor offers. v1.7.x audit closure: every BLOCKER + HIGH + MEDIUM + LOW finding from the v1.7.0 audit is CLOSED or DEFERRED-with-rationale. Optional DragonScale Memory extension (log folds, deterministic addresses, semantic tiling lint, boundary-first autoresearch).