Summary
Skill 架构设计参考。当用户需要创建新 Skill、审查已有 Skill 的结构、或优化 SKILL.md 的 目录/引用/description 时使用。覆盖:渐进式加载、self-contained 文件拆分、description 编写、 引用策略、目录结构、常见反模式。与 skill-creator…
soulchildtc/soulchild-skills · Archived
Skill 架构设计参考。当用户需要创建新 Skill、审查已有 Skill 的结构、或优化 SKILL.md 的 目录/引用/description 时使用。覆盖:渐进式加载、self-contained 文件拆分、description 编写、 引用策略、目录结构、常见反模式。与 skill-creator 互补(前? Proactively suggest when user says "帮我优化这个 skill"、"帮我设计一个 skill 的结构"、 "这个 skill 的文件组织合理吗"、"怎么组织 skill 的文件"。
npx skills add soulchildtc/soulchild-skills --skill skill-architecture-guide
Skill 架构设计参考。当用户需要创建新 Skill、审查已有 Skill 的结构、或优化 SKILL.md 的 目录/引用/description 时使用。覆盖:渐进式加载、self-contained 文件拆分、description 编写、 引用策略、目录结构、常见反模式。与 skill-creator…
This repository is archived — consider an actively maintained alternative.
生成高质量结构化提示词。当用户说"帮我写个提示词"、"优化这个 prompt"、"生成 prompt"、 "写一个 AI…
4 installs通用代码学习助手。帮助用户理解任意开源项目的某个功能模块:从模糊问题出发,获取代码,分析结构,…
3 installsUniversal Open Code development skill. Use whenever the user asks to build, modify, debug, or u…
2 installsHelps users discover and install agent skills when they ask questions like "how do I do X", "fi…
3.3M installsRelated neighbors and high-traction skills in the same topics — useful to compare before installing.
Guidance for distinctive, intentional visual design when building new UI or reshaping an existi…
866.4K installsBrowser automation CLI for AI agents. Use when the user needs to interact with websites, includ…
810.4K installsReview UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "chec…
617.3K installsBuild, deploy, evaluate, optimize, fine-tune, and manage Microsoft Foundry agents, models, and …
576.5K installsDebug Azure production issues on Azure using AppLens, Azure Monitor, resource health, and safe …
568.9K installsOther skills from soulchildtc/soulchild-skills.
npx skills add soulchildtc/soulchild-skills
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
main
Parsed from SKILL.md frontmatter.
Read, Write, Edit, BashFiles included with this skill beyond the listing page.
SKILL.md
2,547 B
SUMMARY.md
568 B
这个 skill 管的是 Skill 的结构设计(文件怎么放、引用怎么指、description 怎么写),不覆盖 Skill 的 TDD 创建流程。如果用户同时需要创建流程指导,推荐配合 skill-creator 使用。
| 原则 | 一句话 |
|---|---|
| 渐进式加载 | SKILL.md 精简,references/ 放细节,按需加载 |
| Self-Contained | 每个 reference 文件只做一件事,AI 独立读取 |
| 一级引用 | 所有引用从 SKILL.md 出发,不要嵌套 |
| 目录索引 | 超过 100 行的引用文件必须有目录 |
| 简洁为王 | 假设 AI 已经够聪明,不加冗余解释 |
设计 SKILL.md 入口: references/frontmatter-and-entry.md
拆分 references/: references/file-structure-and-references.md
质量把关: references/quality-checklist.md
references/frontmatter-and-entry.md 设计元数据和入口references/file-structure-and-references.md 规划目录结构references/quality-checklist.md 自检references/quality-checklist.md 逐项扫描