.skill file works in Claude Code, Cursor, Codex, Copilot, Gemini CLI, and other Agent Skills-compatible coding agents. It does not run in a chat UI that cannot execute scripts or fetch documentation.cobre-create-solution-design.skill.| Requirement | Why |
|---|---|
| A coding agent with shell access (Claude Code, Cursor, Codex, Copilot, Gemini CLI, or similar) | The skill must fetch hosted content, refresh the OpenAPI spec, and run validate_spec.py. |
| Cobre Docs MCP | Required. Endpoints, schemas, examples, and enums come from a refreshed OpenAPI spec. See Build with AI. |
cobre-create-solution-design.skill from your KAM | Local scripts and validator. |
| Python 3, curl, HTTPS | Fetch hosted pages and validate the design. |
cobre-create-solution-design.skill.create-solution-design-self-service.skill, delete it and install the current wrapper instead.cobre-create-solution-design/ and must contain exactly one SKILL.md at its root. Delete any older copy first.| Agent | Install |
|---|---|
| Claude Code | Import the .skill in Settings → Skills, or unzip to ~/.claude/skills/ |
| Cursor | Import the .skill in Skills settings, or unzip to ~/.cursor/skills/ or .cursor/skills/ |
| Codex | Unzip to ~/.agents/skills/ or .agents/skills/ |
| Copilot / VS Code / Gemini CLI | Unzip into that product’s skills folder so SKILL.md sits at the skill root |
cobre-create-solution-design and create-solution-design-self-service from the skills folder you will use, then import or unzip the file your KAM sent.site-id=760877). No token is required. Then, in the same chat, ask:Refresh MCP and reload the latest API specification.
Create a Solution Design for our Cobre integration.
We are a PSP in Mexico and Colombia. We need SPEI payouts, collections, FX, and USDC on-ramp. Generate a Solution Design.
| Layer | How it updates |
|---|---|
| Hosted skill content (intake, product rules, templates, ontology) | Fetched on every run. You do not need a new zip. |
| OpenAPI spec | MCP refresh in this run. See Managing API and Product Changes. |
| Wrapper (fetch script, validator) | Ask your KAM for a new cobre-create-solution-design.skill only when they send one, or when fetch fails after a Cobre notice. |
llms.txt for documentation-grounded answers