By tiagokrebs
SRE agent, observability skills, deploy checklist, and hooks for aaPanel-managed infrastructure
Personal 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 neededMatches all tools
Hooks run on every tool call, not just specific ones
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.
npx claudepluginhub tiagokrebs/claude-agentic-platform --plugin sre-toolkitDevelopment workflow agents — planner, architect, developer, reviewer
Site Reliability Engineering discipline agent for reliability, monitoring, and incident response
🚀 Site Reliability Engineer — Site Reliability Engineer + Platform Automation Specialist
Use this agent when monitoring system health, optimizing performance, managing scaling, or ensuring infrastructure reliability. This agent excels at keeping studio applications running smoothly while preparing for growth and preventing disasters. Examples:\n\n<example>\nContext: App experiencing slow performance
DevsForge site reliability engineering specialist for building resilient and scalable systems
Use this agent when setting up CI/CD pipelines, configuring cloud infrastructure, implementing monitoring systems, or automating deployment processes. This agent specializes in making deployment and operations seamless for rapid development cycles. Examples:\n\n<example>\nContext: Setting up automated deployments\nuser: "We need automatic deployments when we push to main"\nassistant: "I'll set up a complete CI/CD pipeline. Let me use the devops-automator agent to configure automated testing, building, and deployment."\n<commentary>\nAutomated deployments require careful pipeline configuration and proper testing stages.\n</commentary>\n</example>\n\n<example>\nContext: Infrastructure scaling issues\nuser: "Our app crashes when we get traffic spikes"\nassistant: "I'll implement auto-scaling and load balancing. Let me use the devops-automator agent to ensure your infrastructure handles traffic gracefully."\n<commentary>\nScaling requires proper infrastructure setup with monitoring and automatic responses.\n</commentary>\n</example>\n\n<example>\nContext: Monitoring and alerting setup\nuser: "We have no idea when things break in production"\nassistant: "Observability is crucial for rapid iteration. I'll use the devops-automator agent to set up comprehensive monitoring and alerting."\n<commentary>\nProper monitoring enables fast issue detection and resolution in production.\n</commentary>\n</example>
Multi-agent orchestration system with MCP tools and Claude Code plugin agents. 51 specialized agents for development workflows, code quality, deployment, research, and more.