用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/evidentloop/sopify --skill templates命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | templates |
| description | Knowledge-base document templates, loaded when long-lived knowledge files are created or materialized. |
The Templates skill defines stable knowledge-base document structures. It does not decide when to write, how to apply knowledge_sync, or how a plan moves through its lifecycle.
knowledge_sync, read the kb skill.light / standard / architecture levels and plan-body templates, read Design assets/.Replace placeholders and remove empty optional sections. Do not store one-off implementation detail as long-lived knowledge.
project.md# Project Conventions
## Technology
- Core: {language or framework version}
- Build: {build tool}
- Test: {test framework}
## Conventions
- {reusable technical convention}
## Document boundaries
- `project.md`: technical conventions
- `blueprint/background.md`: long-term goals, scope, and non-goals
- `blueprint/design.md`: module, host, directory, and consumption contracts
- `blueprint/tasks.md`: unfinished long-term work and explicit deferrals
blueprint/README.md# Project Blueprint Index
Status: {current status}
Maintenance: keep only status, current goal, current focus, and reading links
## Current goal
- {long-term goal summary}
## Current focus
- Active plan: {none / link to plan.md}
- Archive status: {status}
## Read next
- [Project conventions](../project.md)
- [Background](./background.md)
- [Design](./design.md)
- [Tasks](./tasks.md)
- [History](../history/index.md)
List each long-lived topic document in “Read next” when the blueprint/ root contains one.
blueprint/background.md# Blueprint Background
## Long-term goals
- {goal}
## Scope
- In scope: {content}
- Out of scope: {content}
## Non-goals
- {content}
blueprint/design.md# Blueprint Design
## Governing contracts
- {contract that remains valid across plans}
## Module and consumption boundaries
- {module, host, or directory responsibility}
blueprint/tasks.md# Blueprint Tasks
## Unfinished long-term work
- [ ] {item}
## Explicit deferrals
- [-] {item and revisit condition}
Keep only unfinished long-term work and explicit deferrals. Remove [x] items.
history/index.md# Change History Index
| Date | Feature | Status | Plan package |
|------|---------|--------|--------------|
| {YYYY-MM-DD} | {feature} | {status} | [link](YYYY-MM/...) |
user/preferences.md# Long-term User Preferences
- {explicit preference that applies across tasks}
user/feedback.jsonl{"timestamp":"{ISO-8601}","source":"chat","message":"{raw feedback}","scope":"{scope}","promote_to_preference":false}