用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/diegosouzapw/awesome-omni-skill --skill apex-evolve命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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.
正在显示 SKILL.md
基于 SOC 职业分类
| name | apex-evolve |
| description | Build and maintain apex articles—human-readable synthesis pieces. |
Build and maintain apex articles through creation, evolution, and length management.
/apex-evolve create "Article Title"
/apex-evolve evolve [article-slug]
/apex-evolve check
createGenerate a new apex article from scratch.
Input: Article title from the approved list in obsidian/apex/apex-articles.md
Process:
obsidian/project/writing-style.md for apex article guidelinesOutput: New apex article at obsidian/apex/[slug].md
evolveUpdate an existing apex article when sources have changed.
Input: Specific article slug, or omit to auto-select stalest
Process: See 10-step evolution process below
Output: Improved article + review archive
checkReport which apex articles need evolution.
Process:
apex_sources frontmattermodified date against the apex article's apex_last_synthesisOutput: List of articles needing attention with staleness scores
Apex articles use standard frontmatter plus apex-specific fields:
---
title: "Article Title"
created: 2026-01-24
modified: 2026-01-24
human_modified: null
ai_modified: 2026-01-24T00:00:00+00:00
draft: false
topics: []
concepts: []
related_articles: []
ai_contribution: 100
author: null
ai_system: claude-opus-4-5-20251101
ai_generated_date: 2026-01-24
last_curated: null
# Apex-specific fields
apex_sources:
- topics/free-will
- topics/agent-causation
- concepts/mental-causation
apex_last_synthesis: 2026-01-24T00:00:00+00:00
apex_thesis: "One-sentence thesis statement"
---
If article specified, use it. Otherwise, auto-select:
obsidian/apex/apex_last_synthesisCompare each source's modified date to apex_last_synthesis. List all changed sources.
Read the full content of each changed source to understand new material.
Apply three critical personas:
Clarity Critic: Where is the prose unclear, jargon-heavy, or hard to follow? Where does the narrative lose the reader?
Redundancy Hunter: What passages repeat information? Where does the article say the same thing twice? What can be cut without losing meaning?
Narrative Flow Analyst: Where does the argument structure break down? Are transitions smooth? Does the piece build to its conclusion?
Apply three supportive personas:
Connection Finder: What new connections from changed sources should be woven in? What synthesis opportunities exist?
Synthesis Strengthener: Where can the article better show how pieces fit together? Where is the "so what" unclear?
Human Reader Advocate: What would make this more engaging to read? Where does it feel like a reference rather than a narrative?
Always do:
If over 4000 words (condensation required):
If under 2500 words (expansion needed):
ai_modified: [current UTC timestamp]
apex_last_synthesis: [current UTC timestamp]
Adjust ai_contribution if human edits were preserved.
Create obsidian/reviews/apex-evolve-[date]-[slug].md containing:
Log to obsidian/workflow/changelog.md:
## [timestamp] apex-evolve
- **Status**: Complete
- **Article**: [title]
- **Changed sources**: [count]
- **Word count**: [before] → [after]
- **Review**: reviews/apex-evolve-[date]-[slug].md
Create git commit:
feat(apex): Evolve [article-title]
- Integrated changes from [N] updated sources
- [Brief summary of improvements]
Apex articles follow this structure:
# [Title]
[Opening paragraph stating the integrated thesis - what this synthesis argues]
## [Narrative Section 1]
[Build the argument, drawing from multiple sources]
[Link to sources: "As explored in [[source-article]]..."]
## [Narrative Section 2]
[Continue building, showing connections between ideas]
## [Additional sections as needed]
## Synthesis
[Show how the pieces fit together in a way individual articles don't]
[This is the unique value of the apex article]
## Relation to Site Perspective
[Connect to tenets - required for all articles]
## Source Articles
This apex article synthesizes:
- [[source-1|Source 1 Title]]
- [[source-2|Source 2 Title]]
- ...
Target: 2500-4000 words
Why this range:
Condensation techniques:
Expansion techniques:
When other skills create or modify content that's an apex source:
/expand-topic or /research-topic completesapex_sourcesobsidian/workflow/todo.md:
- [ ] P2 apex-evolve: [apex-article-slug] — source [modified-article] updated
This ensures apex articles stay current without manual tracking.
obsidian/apex/apex-articles.md