This skill should be used when the user asks to "bootstrap an ecosystem", "audit artifact consistency", "create a coordinated system of skills", "verify ecosystem integrity", or mentions ecosystem forge, artifact coordination, cross-artifact validation, or governance bootstrap. It verifies, repairs, and bootstraps interconnected artifact ecosystems including skills, rules, workflows, and naming conventions as coordinated systems. Use this skill whenever 3+ interrelated artifacts need to work together as a system, even if they don't explicitly ask for "ecosystem forge".
From jm-adknpx claudepluginhub javimontano/jm-adk-alfaThis skill is limited to using the following tools:
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.htmlIndividual forges (prompt-forge, rule-forge, workflow-forge) create artifacts. Ecosystem-forge coordinates them into a coherent system. Use it when you need 3+ interrelated artifacts working together. [EXPLICIT]
| Need | Skill |
|---|---|
| Create a single skill | skill-creator |
| Create a single rule | rule-forge |
| Create a single workflow | workflow-forge |
| Create a coordinated system of skills + rules + workflows | ecosystem-forge |
| Bootstrap governance for a new project | ecosystem-forge |
| Audit an existing ecosystem for consistency | ecosystem-forge |
Minimum threshold: If the request involves fewer than 3 artifacts, redirect to the appropriate individual forge.
my-domain/
├── skills/
│ └── my-skill/
│ ├── SKILL.md
│ ├── references/
│ └── tools/
├── rules/
│ ├── R-constraint-one.md
│ └── R-constraint-two.md
├── workflows/
│ ├── create-artifact.md
│ └── validate-output.md
Before creating anything, answer: [EXPLICIT]
Use naming-and-slugging conventions to name all artifacts before creating them. Consistent naming makes cross-referencing reliable. [EXPLICIT]
Domain: API Development [EXPLICIT]
├── Skill: api-builder
├── Rules: R-no-inline-sql, R-typed-responses, R-auth-required
├── Workflows: create-endpoint, validate-api, deploy-api
Order matters because later artifacts reference earlier ones: [EXPLICIT]
Each artifact follows its forge's standards: rule-forge for rules, skill-creator for skills, workflow-forge for workflows. [EXPLICIT]
After all artifacts exist, run the integration checklist: [EXPLICIT]
Best for regulated or quality-critical domains. [EXPLICIT]
1. Define all rules (forbidden/required behaviors)
2. Create skills that inherently comply with rules
3. Create workflows that enforce rules during execution
Trade-off: Thorough but slow to bootstrap. Rules may be over-specified before real usage reveals what matters.
Best for process automation. [EXPLICIT]
1. Map the manual process into a workflow
2. Identify steps needing specialized knowledge → create skills
3. Identify invariants that must always hold → create rules
Trade-off: Practical and grounded, but may miss cross-cutting constraints that span multiple workflows.
Best for capability building. [EXPLICIT]
1. Create the core skill with references and tools
2. Add rules to prevent common mistakes
3. Add workflows for common usage patterns
Trade-off: Fast to start delivering value, but governance is retrofitted. Works well for greenfield projects.
| Check | What to Verify |
|---|---|
| Naming consistency | All artifacts follow the same naming conventions |
| Reference integrity | No broken cross-references between artifacts |
| Rule coverage | Rules cover critical paths in the domain |
| Workflow completeness | Key user journeys have corresponding workflows |
| No redundancy | No two artifacts do the same thing |
| Scope alignment | Rule scopes match the files workflows actually create |
Before declaring an ecosystem complete, confirm: [EXPLICIT]
references/ecosystem-checklist.md — Complete integration verification checklistreferences/artifact-relationships.md — How to map dependencies between artifactsAuthor: Javier Montano | Last updated: March 18, 2026
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.