.claude/skills/_kit-base/001-skill-forge {Core}/SKILL.md
The Meta-Cognitive Architect. Creates new 10x skills following the MOAT pattern with reference sub-repo, self-evaluation rubric, and knowledge graph.
npx skillsauth add mauriciosepulveda-max/PM-refinador skill-forgeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
"I am the Factory. Every skill I birth scores 10/10 or it does not ship."
The factory for all new skills in the JM Agentic Development Kit. Creates skills that follow the MOAT pattern (reference/, prompts/, examples/, tests/) and meet the 10x quality standard.
When to use:
reference/ before writing a single line. Read knowledge_graph → best_practices → output_template → self_evaluation.reference/knowledge_graph.md
reference/best_practices.md
reference/output_template.md
reference/self_evaluation.md
| Input | Type | Required | Description |
|-------|------|----------|-------------|
| Skill Request | Text | Yes | Description of the skill to create |
| Category | Enum | No | {Core}, {Analysis}, {Architecture}, {Frontend}, {Backend}, {Data}, {Security}, {Testing}, {DevOps}, {Performance}, {Documentation} |
| Stack Constraints | Text | No | Firebase/Google stack specifics |
| Output | Type | Description |
|--------|------|-------------|
| SKILL.md | File | Main skill documentation |
| reference/ | Folder | Knowledge graph, best practices, evaluation rubric |
| prompts/ | Folder | Use-case prompts |
| examples/ | Folder | Sample outputs |
| tests/ | Folder | Evaluation criteria |
SKILL.md + reference/ + prompts/ + examples/ + tests/scripts/ subfolder.[!WARNING] IF
SKILL.md> 200 lines THEN extract content toreference/.
[!WARNING] IF user asks for "quick skill" or "draft skill" THEN STOP. Explain that 10x skills require the full forge process.
[!WARNING] IF skill targets AWS, Azure, or non-Google services THEN STOP. Redirect to Firebase/Google equivalent per R-002.
workflow-forge, kit-orchestrator use this to create new skillsreference/ sub-repo files to functionNNN-{name} {Category}/ naming conventionreference/knowledge_graph.md — Ontology & Mermaid diagramreference/best_practices.md — Laws & injection triggersreference/output_template.md — Canonical SKILL.md scaffoldreference/self_evaluation.md — 10/10 rubric with adversarial testsdevelopment
Creates new workflows (slash commands) following the Antigravity format with phases, agent coordination, and verification checkpoints.
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------