skills/example-coding-skill/SKILL.md
示例 skill 模板,演示写法与结构,可复制并修改。符合 Agent-Skill 标准。
npx skillsauth add 7up-ai/coding-skill example-coding-skillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
4 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
占位模板,可复制作新 skill 起点。详见仓库根目录 SKILL-SPEC.md。
name、description 必填;选填放 meta(见 SKILL-SPEC.md)。---
name: my-skill
description: 一句话描述在什么场景下使用。
---
# My Skill
简短说明。
## 何时使用
- 用户说/做 X 时
## 使用方式
步骤或命令。
## 示例
\`\`\`bash
npx some-cli --option value
\`\`\`
提交到本仓库后,团队 npx skills update 或重新 npx skills add 即可。
documentation
根据 Conventional Commits 自动生成或更新 CHANGELOG,用于发布前整理变更、打 tag 前统一记录。包含可执行脚本,支持 dry-run、指定版本与起始 ref。
data-ai
Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary.
data-ai
Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary.
data-ai
OpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.