By tiagokrebs
SRE agent, observability skills, deploy checklist, and hooks for aaPanel-managed infrastructure
npx claudepluginhub tiagokrebs/claude-agentic-platform --plugin sre-toolkitPersonal Claude Code plugin monorepo. Each directory under plugins/ is a self-contained installable plugin.
| Plugin | Description |
|---|---|
dev-agents | Planner, architect, developer, reviewer + workflow commands + dev skills + GitHub MCP |
sre-toolkit | SRE agent + observability skills + deploy checklist + hooks |
docs | Shared team documentation — onboarding, conventions, runbooks |
1. Add this repo as a marketplace (once per machine):
/plugin marketplace add tiagokrebs/claude-agentic-platform
2. Install plugins:
# Every developer machine
/plugin install dev-agents@claude-agentic-platform
/plugin install docs@claude-agentic-platform
# Infra/SRE work only
/plugin install sre-toolkit@claude-agentic-platform
Requires GITHUB_TOKEN in your shell environment for the GitHub MCP server:
echo 'export GITHUB_TOKEN=ghp_yourtoken' >> ~/.zshrc
Decisions, anomalies, and findings captured automatically during development are pushed to:
github.com/tiagokrebs/claude-agentic-platform-engineering-intelligence
No setup required. The push-ei.sh script clones the repo to ~/claude-agentic-platform-engineering-intelligence on first run and pushes from there. Captures are written automatically by the architect and reviewer agents.
/plugin marketplace update claude-agentic-platform
claude-agentic-platform/
├── plugins/
│ ├── dev-agents/
│ │ ├── .claude-plugin/plugin.json
│ │ ├── .mcp.json ← GitHub MCP server
│ │ ├── CLAUDE.md ← agent routing rules
│ │ ├── agents/ ← planner, architect, developer, reviewer
│ │ ├── commands/ ← /plan, /review, /standup
│ │ ├── scripts/ ← session-summary.sh, push-ei.sh
│ │ └── skills/ ← git-workflow, adr-format, php-node-conventions, engineering-intelligence
│ ├── sre-toolkit/
│ │ ├── .claude-plugin/plugin.json
│ │ ├── agents/ ← sre
│ │ ├── commands/ ← /deploy-check
│ │ ├── hooks/ ← setup, pre-commit, post-write, notification
│ │ └── skills/ ← sre-patterns
│ └── docs/
│ ├── .claude-plugin/plugin.json
│ └── docs/
│ ├── onboarding.md
│ └── conventions.md
└── README.md
plugins/<name>/.claude-plugin/plugin.json with at minimum { "name": "<name>" }agents/, commands/, skills/, hooks/, .mcp.json as neededTeam-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Matches all tools
Hooks run on every tool call, not just specific ones
Uses power tools
Uses Bash, Write, or Edit tools
Semantic search for Claude Code conversations. Remember past discussions, decisions, and patterns.
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.
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification