← スキル一覧に戻る

opence-compound
by mufengbufeng
⭐ 2🍴 0📅 2026年1月19日
SKILL.md
name: opence-compound description: Document learnings, capture repeatable workflows as skills, and prepare to compound an opence change. metadata: short-description: Document learnings, capture skills, and archive.
Guardrails
- Favor straightforward, minimal implementations first and add complexity only when it is requested or clearly required.
- Keep changes tightly scoped to the requested outcome.
- Refer to
opence/AGENTS.md(located inside theopence/directory—runls openceoropence updateif you don't see it) if you need additional opence conventions or clarifications.
Steps
- Determine the change ID:
- If this prompt already includes a specific change ID (for example inside a
<ChangeId>block populated by slash-command arguments), use that value after trimming whitespace. - If the conversation references a change loosely, run
opence listto surface likely IDs, share the relevant candidates, and confirm which one the user intends. - Otherwise, ask the user which change to compound and wait for a confirmed change ID before proceeding.
- If this prompt already includes a specific change ID (for example inside a
- Create a documentation entry under
docs/solutions/summarizing the problem, root cause, and fix. - Skill memory checkpoint:
- If the change revealed a repeatable workflow, recurring pitfalls, or manual checks, create or update a skill to encode it.
- Consult the
opence-skill-creatorskill for guidance on skill structure, naming, and best practices. - Use
opence skill add <skill-name> --description "..."to create new skills; the command automatically creates proper structure in all configured tool directories. - After creation, edit the SKILL.md file to add detailed instructions, examples, and guidelines.
- Move extensive documentation to
references/and reusable code toscripts/as described in skill-creator skill.
- After documentation and any skill updates are complete, consult the
opence-archiveskill to finalize the change. The skill provides guidance on pre-archive verification, runningopence archive <change-id>, and post-archive verification.
Reference
- Use
opence listto confirm change IDs before documenting. - Use
opence skill listto see existing skills and avoid duplicates. - Keep documentation concise and focused on future reuse.
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です