Carchaloneo22

17 mods across 1 repository, 2 stars between them.

agent-prompter

01

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.

2 2mo ago A 69 tokens

framework-reviewer

02

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…

2 2mo ago A 74 tokens

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…

2 2mo ago A 98 tokens

hooks-engineer

04

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.

2 2mo ago B 62 tokens

mcp-integrator

05

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…

2 2mo ago A 85 tokens

memory-architect

06

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.

2 2mo ago A 63 tokens

skill-writer

07

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.

2 2mo ago A 52 tokens

agent-designer

08

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"…

2 2mo ago A 131 tokens

framework-architect

09

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"…

2 2mo ago A 244 tokens

memory-designer

10

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…

2 2mo ago A 157 tokens

plugin-packager

11

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"…

2 2mo ago A 114 tokens

skill-forger

12

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…

2 2mo ago A 119 tokens

coder

13

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.

2 2mo ago E 72 tokens

researcher

14

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…

2 2mo ago A 78 tokens

reviewer

15

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.

2 2mo ago A 70 tokens

tester

16

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…

2 2mo ago A 74 tokens

example-skill

17

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…

2 2mo ago A 86 tokens