CodyCody

MCP tools

ccw_skill_call

Fetch a skill's full instructions with every nested skill and instruction-file reference resolved, ready to follow.

Parameters

Name Type Required Meaning
skill string yes The skill's name or id, from ccw_skill_list.

Returns

The skill's complete markdown. A skill can reference other skills with {{skill:<name-or-id>}} and instruction files with {{include:<name-or-id>}}; the engine resolves those recursively (to a depth of ten, reporting cycles inline) so what comes back is the whole procedure in one piece.

Notes

Skills are how the same guidance — a safety rule, a report format, a house style — is kept in one place and used from many prompts and many agents. The same mechanism attaches instruction files to workflow steps; see instruction files and skills.