Senior engineer expertise for production agents — opinionated decision frameworks, architecture checklists, and artifact-grade deliverables across the full agent lifecycle.
Works with Claude Code · Codex · Gemini CLI · MIT License
| Orchestrator | → | Intent classification + routing |
| Worker A | → | Knowledge retrieval (RAG) |
| Worker B | → | Action execution (write/update) |
Skills activate automatically when you describe your problem. Explicit slash commands available for every workflow.
From deciding whether to build, through architecture and evaluation, all the way to production hardening — skills activate automatically as you describe your problem.
Each stage has a dedicated skill with step-by-step workflows, decision tables, and artifact outputs
Every question about agent architecture, evaluation strategy, or production readiness deserves a structured, defensible answer — not a hallucinated guess.
Generic advice about "using LangChain" or "adding memory" with no decision criteria, no trade-off analysis, no artifact you can share with stakeholders.
The plugin routes to /agentic-arch-review automatically. It assesses agent tier, selects a canonical pattern with rationale, and writes a stakeholder-facing HTML artifact.
The incident investigation skill walks through 6 fault layers — prompt, context, tool interface, model behavior, infra, environment — to pinpoint root cause before suggesting a fix.
| Layer 1 | Prompt | — clear |
| Layer 2 | Context | — clear |
| Layer 3 | Tool interface | ✗ FAULT |
| Layer 4 | Model behavior | — downstream |
Select a workflow to see how the plugin responds — structured decision frameworks, not free-form conversation.
| Multi-step workflow | ✓ High | (8 steps, exception routing) |
| Judgment required | ✓ High | (policy-based approval) |
| Structured outputs | ✓ High | (JSON → ERP API) |
| Compounding value | ~ Moderate | (improves with volume) |
| HITL feasible | ✓ High | (approval gate exists) |
| Cost-benefit positive | ✓ High | ($40k/yr labor cost) |
| Data available | ✓ High | (2yr invoice history) |
| Memory tier | ✓ | External (ticket history DB) |
| Tool footprint | ✓ | Read-only first principle |
| Escalation gate | ⚠ | Missing — add HITL gate (P1) |
| Observability | ✗ | No trace spans — add before prod |
| Layer 1 | Prompt / instruction | — clear |
| Layer 2 | Context / memory | — clear |
| Layer 3 | Tool interface | ✗ FAULT |
| Layer 4 | Model behavior | — downstream |
| Layer 5 | Infrastructure | — clear |
| Layer 6 | Environment | — clear |
| Prompt injection | ✗ P0 | Unmitigated |
| Indirect injection | ✗ P0 | CRM notes — critical |
| PII leakage | ⚠ P1 | Partial guard only |
| Unsafe tool execution | ✗ P1 | No permission tiers |
| API key exposure | ✗ P0 | Key in context window |
| Over-privileged agent | ✓ | Scoped correctly |
| Data exfiltration | ✓ | Output filtered |
| Replay attacks | ✓ | Idempotent operations |
Flagship skills write structured HTML reports to disk — stakeholder-ready, version-controllable, reopenable anytime. These are real outputs from the plugin.
No API keys. No config required. Skills activate automatically when you describe your problem.
One command in your terminal. Works with Claude Code, Codex, and Gemini CLI.
claude plugin install github:deepak-karkala/agentic-ai-skills
Optional but recommended — initializes artifact paths and project context.
/agentic-ai-engineering:setup-agentic-ai-engineering
Skills auto-route from plain language. Or use explicit slash commands for any skill.
Should we build an agent for X?
24 skills, each with step-by-step workflows, decision tables, and explicit scope boundaries.
24 skills. 5 specialist agents. Decision frameworks for the full lifecycle.
MIT LICENSE · CLAUDE CODE · CODEX · GEMINI CLI · OPENCODE