get-zeked/ai-agent-super-skill

11 stars · Last commit 2026-03-03

Comprehensive AI agent building skill merging Perplexity Computer's skill creation and automation with Claude Code's agent orchestration, MCP servers, RAG, subagent coordination, and prompt optimization. Build and deploy AI systems.

README preview

# AI Agent Builder Super-Skill

Comprehensive AI agent building skill merging **Perplexity Computer's skill creation and automation** with **Claude Code's agent orchestration, MCP servers, RAG, subagent coordination, and prompt optimization**.

## What's Inside

| Section | Description |
|---------|-------------|
| Agent Architecture | ReAct, Plan-Execute, Reflexion patterns with Python implementations |
| MCP Server Dev | TypeScript + Python FastMCP templates, tool design checklist |
| RAG Construction | Chunkers, vector stores, rerankers, HyDE, evaluation metrics |
| Subagent Coordination | Implementer/Reviewer/Quality prompt templates |
| Execution Planning | Parallel dispatch, conflict detection, checkpoints |
| Prompt Engineering | CoT, structured output, meta-prompting, few-shot |
| ML Integration | Provider abstraction, FastAPI agent server, drift detection |
| Skill Creation | SKILL.md format, validation, packaging |
| Backend Infrastructure | SQLite memory, webhook receivers, pub/sub |
| Deployment & Monitoring | Production checklist, Prometheus metrics, scaling |

## Sources Merged

View full repository on GitHub →