The Meta-Cognitive Architect. Creates new 10x skills following the MOAT pattern with reference sub-repo, self-evaluation rubric, and knowledge graph. [EXPLICIT]
From jm-adknpx claudepluginhub javimontano/jm-adk-alfaThis skill uses the workspace's default tool permissions.
agents/guardian.mdagents/lead.mdagents/specialist.mdagents/support.mdevals/evals.jsonknowledge/body-of-knowledge.mdknowledge/knowledge-graph.mdprompts/meta.mdprompts/primary.mdprompts/variations/deep.mdprompts/variations/quick.mdreferences/domain-knowledge.mdtemplates/output.docx.mdtemplates/output.html"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. [EXPLICIT]
When to use:
reference/ before writing a single line. Read knowledge_graph → best_practices → output_template → self_evaluation. [EXPLICIT]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 testsExample invocations:
| Scenario | Handling |
|---|---|
| Empty or minimal input | Request clarification before proceeding |
| Conflicting requirements | Flag conflicts explicitly, propose resolution |
| Out-of-scope request | Redirect to appropriate skill or escalate |
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.