用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/diegosouzapw/awesome-omni-skill --skill compound命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Token-efficient tracking for AI orchestration. CLI-first for status updates (~50 tokens), agent fallback for complex ops (~1KB). Use when: updating task status, querying blockers, creating progress files, validating phases.
AshAi extension guidelines for integrating AI capabilities with Ash Framework. Use when implementing vectorization/embeddings, exposing Ash actions as LLM tools, creating prompt-backed actions, or setting up MCP servers. Covers semantic search, LangChain integration, and structured outputs.
This skill should be used when solving hard questions, complex architectural problems, or debugging issues that benefit from GPT-5 Pro or GPT-5.1 thinking models with large file context. Use when standard Claude analysis needs deeper reasoning or extended context windows.
基于 SOC 职业分类
正在显示 SKILL.md
| name | compound |
| description | Capture session learnings and save to skills, guidelines, or reference docs under ~/.claude/. |
| allowed-tools | ["Read","Glob","Grep","Edit","Write","AskUserQuestion","Skill"] |
Save new patterns and learnings from the current session into global skills, guidelines, or learnings under ~/.claude/.
/learnings:compound - Capture learnings from current sessioncontent-type-decisions.md — Read if categorization is ambiguousskill-template.md — Read only when a Skill-type learning is selectedwriting-best-practices.md — Read only when a Skill-type learning is selectedskill-authoring.md — Read only when a Skill-type learning is selectediterative-loop-design.md — Read only when learning involves iterative/loop patternspublic-release-review.md — Read when learning will be shared publicly or across reposIdentify learnings from current session:
Display learnings for selection:
ALWAYS use a markdown table — never use section breaks, horizontal rules, or prose paragraphs to list learnings.
Identified learnings from this session:
| # | Learning | Type | Target File | Utility |
|---|----------|------|-------------|---------|
| 1 | LGTM verification process | Skill | commands/address-pr-review/SKILL.md | High - novel project pattern |
| 2 | Co-authorship in PR replies | Guideline | guidelines/git-workflow.md | Low - already documented |
| 3 | SessionEnd hook configuration | Learning | learnings/ci-cd.md | High - useful reference |
Target files are relative to ~/.claude/.
Utility ratings (self-assessment of value to Claude):
Auto-save High and Medium-utility learnings. High and Medium learnings are automatically included — they represent patterns worth preserving without asking.
Prompt for Low-utility learnings. Use AskUserQuestion with multi-select to let the user choose which Low learnings to also capture (if any exist). If no Low learnings exist, skip the prompt entirely and proceed to writing. Include the utility rating in each option's description field (e.g., "Utility: Low — standard knowledge or already documented").
After the table, clearly state which learnings will be auto-saved:
Auto-saving N High/Medium-utility learning(s). Select any Low learnings to also include:
Combine the auto-saved and user-selected items into SELECTED_LEARNINGS.
Do NOT proceed until user selects (or all are auto-saved). If no learnings selected and none are High/Medium, inform user and exit.
Write learnings to files:
skill-template.md, writing-best-practices.md, and skill-authoring.md firstSELECTED_LEARNINGS:
~/.claude/<relative-path>) to check if it exists~/.claude/commands/<skill-name>/SKILL.md~/.claude/guidelines/<guideline-name>.md~/.claude/learnings/<topic>.mdVerify and report:
Updated files:
- <path> — <what was added> (Utility: <High/Medium/Low>)
Wrote N learnings to ~/.claude/.
For prompt-free execution, add these allow patterns to user-level ~/.claude/settings.local.json:
"Read(~/.claude/commands/**)",
"Read(~/.claude/learnings/**)",
"Read(~/.claude/guidelines/**)",
"Write(~/.claude/learnings/**)",
"Write(~/.claude/commands/**)",
"Write(~/.claude/guidelines/**)",
"Edit(~/.claude/learnings/**)",
"Edit(~/.claude/commands/**)",
"Edit(~/.claude/guidelines/**)"
learnings/guideline-authoring.md → "Provenance vs structural content")