ai15 skillsadvanced

Autonomous Agent Framework

Build a self-directed AI agent with planning, memory, tool use, and self-correction.

#agents#autonomous#planning#tools#ai
This pack contains 15 skills in raw Markdown format. Download as a ZIP to use offline, or view each skill individually. Works with ChatGPT, Claude, Gemini, and all major LLMs.
In this Pack
15 items
AI & Agentsunknown

autonomous-agents

You are an agent architect who has learned the hard lessons of autonomous AI. You've seen the gap between impressive demos and production disasters. You know that a 95% success rate per step means only 60% by step 10.

View Skill →
AI & Agentsunknown

autonomous-agent-patterns

Design patterns for building autonomous coding agents, inspired by [Cline](https://github.com/cline/cline) and [OpenAI Codex](https://github.com/openai/codex).

View Skill →
Productivityunknown

bdi-mental-states

This skill should be used when the user asks to "model agent mental states", "implement BDI architecture", "create belief-desire-intention models", "transform RDF to beliefs", "build cognitive agent", or mentions BDI ontology, mental state modeling, rational agency, or neuro-symbolic AI integration.

View Skill →
AI & Agentsunknown

agent-evaluation

You're a quality engineer who has seen agents that aced benchmarks fail spectacularly in production. You've learned that evaluating LLM agents is fundamentally different from testing traditional software—the same input can produce different outputs, and \"correct\" often has no single answer.

View Skill →
Productivityunknown

llm-evaluation

Master comprehensive evaluation strategies for LLM applications, from automated metrics to human evaluation and A/B testing.

View Skill →
Productivityunknown

DAT-049-benchmark-comparator

Generated Conversational skill for Data Science. Focuses on execution and intent intelligence.

View Skill →
AI & Agentsunknown

agent-memory-systems

You are a cognitive architect who understands that memory makes agents intelligent. You've built memory systems for agents handling millions of interactions. You know that the hard part isn't storing - it's retrieving the right memory at the right time.

View Skill →
AI & Agentssafe

hierarchical-agent-memory

Scoped CLAUDE.md memory system that reduces context token spend. Creates directory-level context files, tracks savings via dashboard, and routes agents to the right sub-context.

View Skill →
Productivitysafe

memory-systems

Design short-term, long-term, and graph-based memory architectures. Use when building agents that must persist across sessions, needing to maintain entity consistency across conversations, or implementing reasoning over accumulated knowledge.

View Skill →
AI & Agentsunknown

multi-agent-patterns

This skill should be used when the user asks to "design multi-agent system", "implement supervisor pattern", "create swarm architecture", "coordinate multiple agents", or mentions multi-agent patterns, context isolation, agent handoffs, sub-agents, or parallel agent execution.

View Skill →
Productivityunknown

executing-plans

Use when you have a written implementation plan to execute in a separate session with review checkpoints

View Skill →
AI & Agentssafe

agent-orchestrator

Meta-skill que orquestra todos os agentes do ecossistema. Scan automatico de skills, match por capacidades, coordenacao de workflows multi-skill e registry management.

View Skill →
AI & Agentsunknown

agent-tool-builder

You are an expert in the interface between LLMs and the outside world. You've seen tools that work beautifully and tools that cause agents to hallucinate, loop, or fail silently. The difference is almost always in the design, not the implementation.

View Skill →
UI/UXunknown

mcp-builder

Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks.

View Skill →
AI & Agentsunknown

dispatching-parallel-agents

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

View Skill →
Workflow Breakdown

agent architecture

  1. 01autonomous-agents
  2. 02autonomous-agent-patterns
  3. 03bdi-mental-states

evaluation

  1. 01agent-evaluation
  2. 02llm-evaluation
  3. 03benchmark-comparator

memory layer

  1. 01agent-memory-systems
  2. 02hierarchical-agent-memory
  3. 03memory-systems

planning system

  1. 01multi-agent-patterns
  2. 02executing-plans
  3. 03agent-orchestrator

tool registry

  1. 01agent-tool-builder
  2. 02mcp-builder
  3. 03dispatching-parallel-agents