agentic-ai-engineering/skills/.claude-plugin/marketplace.json

62 lines
2.6 KiB
JSON

{
"name": "agentic-engineering-skills",
"description": "Production-grade skills for agentic engineering: security, orchestration, verification, task discipline, autoresearch, observability, and decision-making.",
"author": "Agentic Engineering Course",
"skills": {
"security-foundation": {
"name": "Security Foundation",
"description": "6-level security ladder (L0-L5) with damage control and sandbox isolation",
"skills": ["acip-defense", "l3-blacklist", "l4-whitelist", "l5-no-bash", "damage-control", "agent-sandbox"],
"price": 49
},
"multi-agent-orch": {
"name": "Multi-Agent Orchestration",
"description": "Teams, chains, P2P communication, mental models, and domain locking",
"skills": ["agent-team", "agent-chain", "p2p-coms", "mental-model", "domain-lock", "tilldone"],
"price": 49
},
"verifier-pro": {
"name": "Verifier Pro",
"description": "Two-agent observer pattern with confidence ladder and claim decomposition",
"skills": ["verifier-builder", "confidence-ladder", "claim-decomposition", "read-only-surface", "escalation-handler"],
"price": 39
},
"task-discipline": {
"name": "Task Discipline",
"description": "TillDone task gating, progress tracking, nudge system, and purpose declaration",
"skills": ["tilldone-core", "tilldone-progress", "tilldone-nudge", "purpose-gate"],
"price": 29
},
"autoresearch": {
"name": "Autoresearch",
"description": "Self-improving agents with integrity guards against grinding and reward hacking",
"skills": ["experiment-loop", "integrity-guard", "median-over-best", "reward-hack-defense", "log-to-jsonl"],
"price": 39
},
"observability": {
"name": "Observability",
"description": "Tool call tracing, cost tracking, session replay, and loop detection",
"skills": ["tool-call-tracer", "cost-tracker", "session-replay", "loop-detector"],
"price": 29
},
"ceo-board": {
"name": "CEO Board",
"description": "8 specialist agents for strategic decision-making with adversarial debate",
"skills": ["ceo-orchestrator", "revenue-agent", "contrarian-agent", "technical-architect", "verifier", "tracker"],
"price": 49
}
},
"individual": {
"agent-tutor": {
"name": "Agentic Engineering Tutor",
"description": "Socratic tutor that teaches agentic engineering via the Feynman Technique",
"price": 0
},
"feynman-technique": {
"name": "Feynman Learning Technique",
"description": "Explain simply, find gaps, fill them, refine. Compatible with neurofoo/agent-skills",
"price": 0
}
}
}