Carchaloneo22/creador-de-frameworks-agenticos
Agent
Specialist subagent that writes the actual prompts for project subagents (researcher, coder, reviewer, tester, etc). Invoked by framework-supervisor during Fase 3 of framework construction. Takes the topology decided with the user and produces well-crafted .claude/agents/.md files following the standard template.
Carchaloneo22/creador-de-frameworks-agenticos
Agent
QA specialist subagent that audits a completed agentic framework before packaging — checks CLAUDE.md completeness, agent/skill consistency, hook safety, MCP credentials hygiene, link integrity, and applies the Swiss Cheese evaluation model (deterministic checks + state assertions + LLM-as-judge). Invoked by…
Carchaloneo22/creador-de-frameworks-agenticos
Agent
The orchestrator agent for the Creador de Frameworks Agénticos plugin. Coordinates the 6 phases of building a project's agentic framework by delegating to specialized subagents (memory-architect, agent-prompter, skill-writer, hooks-engineer, mcp-integrator, framework-reviewer) and synthesizing results. Operates on the…
Carchaloneo22/creador-de-frameworks-agenticos
Agent
Specialist subagent that designs and writes lifecycle hooks for a Claude project — PreToolUse, PostToolUse, SessionStart, SessionEnd, UserPromptSubmit. Invoked by framework-supervisor during Fase 5 when governance, auditing, sanitization, or permission gates are needed.
Carchaloneo22/creador-de-frameworks-agenticos
Agent
Specialist subagent that connects a Claude project to external systems via the Model Context Protocol (MCP) — Slack, GitHub, Google Drive, Notion, Postgres, Jira, custom APIs, etc. Invoked by framework-supervisor during Fase 5 when the project needs to read/write data in services beyond the local filesystem. Also…
Carchaloneo22/creador-de-frameworks-agenticos
Agent
Specialist subagent that designs and writes CLAUDE.md, MEMORY.md, and the entire .claude/ memory hierarchy for a project. Invoked by framework-supervisor during Fases 1 and 2. Produces the project's constitution and seed memory based on inputs from the supervisor.
Carchaloneo22/creador-de-frameworks-agenticos
Agent
Specialist subagent that drafts new skills for a project — turning recurring workflows into cargable SKILL.md modules with their references and scripts. Invoked by framework-supervisor during Fase 4. Follows the skill-forger procedure.
Carchaloneo22/creador-de-frameworks-agenticos
Skill Claude CodeCodex
Use this skill when designing, writing, or refactoring sub-agents for a Claude project — the specialized roles (researcher, coder, reviewer, tester, designer, release-manager, ops) that the Supervisor delegates to. Triggers include "diseña los subagentes", "create a code reviewer agent", "I need a research agent"…
Carchaloneo22/creador-de-frameworks-agenticos
Skill Claude CodeCodex
Use this skill whenever the user wants to design, build, set up, scaffold, structure, or improve the agentic framework of a Claude project — meaning the architecture of memory (CLAUDE.md, MEMORY.md), subagents, skills, hooks, and MCP connections. Triggers include phrases like "montar el framework del proyecto"…
Carchaloneo22/creador-de-frameworks-agenticos
Skill Claude CodeCodex
Use this skill when designing or refactoring the memory system of a Claude project — meaning the CLAUDE.md (project constitution), MEMORY.md (evolutionary memory), and the 6-layer hierarchy (active window → prompt cache → project memory → file storage → session notes → evolutionary memory). Triggers include "diseña la…
Carchaloneo22/creador-de-frameworks-agenticos
Skill Claude CodeCodex
Use this skill when packaging a project's agentic framework (skills + agents + hooks + memory templates) into a distributable .plugin file, or when validating that an existing .claude/ structure is complete and consistent. Triggers include "empaqueta el plugin", "package the framework", "create the .plugin file"…
Carchaloneo22/creador-de-frameworks-agenticos
Skill Claude CodeCodex
Use this skill when crafting NEW skills specifically tailored to a project — domain-specific manuals like "how to deploy", "how to onboard a customer", "how to investigate a Sentry alert", "how we write our copy". Triggers include "crea una skill para X", "convierte este workflow en skill", "make this a reusable…
Carchaloneo22/creador-de-frameworks-agenticos
Agent
Use when implementing a feature, fixing a bug, or making code changes that have clear acceptance criteria. Triggers include "implementa", "agrega la función", "corrige el bug donde", "refactoriza X", "make this work", or any task with a measurable code outcome. Operates strictly within CLAUDE.md rules.
Carchaloneo22/creador-de-frameworks-agenticos
Agent
Use when a technical question, decision, or comparison needs deep investigation across docs, web, codebase, or external sources before answering. Triggers include "investiga", "compara X vs Y", "qué dice la doc oficial", "research best practices for", "find out how to", or any question that requires reading 3+ sources…
Carchaloneo22/creador-de-frameworks-agenticos
Agent
Use when code, docs, or a PR needs to be audited against project standards before merging or accepting. Triggers include "revisa", "review this PR", "audita", "check the code in X", "is this OK to merge", "review my changes". Returns categorized findings, does not modify what it reviews.
Carchaloneo22/creador-de-frameworks-agenticos
Agent
Use when designing test cases, writing new test files, or executing test suites and analyzing failures. Triggers include "escribe tests para X", "test this component", "run the tests", "why is this test failing", "increase coverage of Y", "design a test plan for". Writes tests; doesn't modify production code to force…
Carchaloneo22/creador-de-frameworks-agenticos
Skill Claude CodeCodex
This is the EXAMPLE skill template. Copy this directory, rename it, and fill in the placeholders. The description field is the primary trigger mechanism — write 80-200 words explaining WHAT the skill does and WHEN to use it, with 5-8 concrete trigger phrases that real users would say. Be pushy on triggers — Claude…