sebastianluuque-collab

18 mods across 1 repository, 2 stars between them.

agent-prompter

03

sebastianluuque-collab/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 3mo ago A 69 tokens

framework-reviewer

04

sebastianluuque-collab/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 3mo ago A 74 tokens

sebastianluuque-collab/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 3mo ago A 98 tokens

hooks-engineer

06

sebastianluuque-collab/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 3mo ago B 62 tokens

mcp-integrator

07

sebastianluuque-collab/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 3mo ago A 85 tokens

memory-architect

08

sebastianluuque-collab/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 3mo ago A 63 tokens

skill-writer

09

sebastianluuque-collab/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 3mo ago A 52 tokens

agent-designer

10

sebastianluuque-collab/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 3mo ago A 131 tokens

framework-architect

11

sebastianluuque-collab/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 3mo ago A 244 tokens

memory-designer

12

sebastianluuque-collab/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 3mo ago A 157 tokens

plugin-packager

13

sebastianluuque-collab/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 3mo ago A 114 tokens

skill-forger

14

sebastianluuque-collab/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 3mo ago A 119 tokens

coder

15

sebastianluuque-collab/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 3mo ago E 72 tokens

researcher

16

sebastianluuque-collab/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 3mo ago A 78 tokens

reviewer

17

sebastianluuque-collab/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 3mo ago A 70 tokens

example-skill

18

sebastianluuque-collab/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 3mo ago A 86 tokens