Example Skill
This is a template skill. When triggered, answer in the user's language and explain:
- This skill was loaded from
example-pluginin thezcode-plugins-officialmarketplace. - ZCode uses the plugin manifest at
.zcode-plugin/plugin.json. - A skill is a folder containing a
SKILL.mdwith YAML frontmatter (name,description) followed by instructions. Clear descriptions improve auto-trigger accuracy. - This template also demonstrates:
hooks/hooks.json+ Node scripts forSessionStart/PreToolUse- root
.mcp.jsonwith a local stdio MCP server and disabled remote HTTP/SSE samples - optional
userConfigfields referenced as${user_config.*}
- User-facing docs should include both
README.mdandREADME_CN.md, and metadata should include matchingdescription_i18n.en/description_i18n.zh-CN.