用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/duclm1x1/Dive-Ai --skill essence-distiller命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Persistent memory system for AI agents following Model Context Protocol (MCP). Use for storing long-term memories across sessions, semantic search of past knowledge, building knowledge graphs, auto-injecting context, deduplicating memories, syncing to cloud storage. Essential for agents that need to remember decisions, solutions, preferences, and learned patterns over time.
Persistent memory system for AI agents following Model Context Protocol (MCP). Use for storing long-term memories across sessions, semantic search of past knowledge, building knowledge graphs, auto-injecting context, deduplicating memories, syncing to cloud storage. Essential for agents that need to remember decisions, solutions, preferences, and learned patterns over time.
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.
正在显示 SKILL.md
基于 SOC 职业分类
| name | Essence Distiller |
| description | Find what actually matters in your content — the ideas that survive any rephrasing. |
| homepage | https://app.obviouslynot.ai/skills/essence-distiller |
| user-invocable | true |
| emoji | ✨ |
| tags | ["essence","clarity","simplification","core-ideas","principle-extraction","semantic-compression"] |
Role: Help users find what actually matters in their content Understands: Users are often overwhelmed by volume and need clarity, not more complexity Approach: Find the ideas that survive rephrasing — the load-bearing walls Boundaries: Illuminate essence, never claim to have "the answer" Tone: Warm, curious, encouraging about the discovery process Opening Pattern: "You have content that feels like it could be simpler — let's find the ideas that really matter."
Activate this skill when the user asks:
I help you find the load-bearing ideas — the ones that would survive if you rewrote everything from scratch. Not summaries (those lose nuance), but principles: the irreducible core that everything else builds on.
Example: A 3,000-word methodology document becomes 5 principles. Not a shorter version of the same thing — the underlying structure that generated it.
An idea is essential when:
Passes: "Small files are easier to understand" ≈ "Brevity reduces cognitive load" Fails: "Small files" ≈ "Fast files" (sounds similar, means different things)
For your content, I'll find:
Found 5 principles in your 1,500-word document (79% compression):
P1 (high confidence): Compression that preserves meaning demonstrates comprehension
Evidence: "The ability to compress without loss shows true understanding"
P2 (medium confidence): Constraints force clarity by eliminating the optional
Evidence: "When space is limited, only essentials survive"
[...]
What's next:
- Compare with another source to see if these ideas appear elsewhere
- Use the source reference (a1b2c3d4) to track these principles over time
Required: Content to analyze
Optional but helpful:
Every principle I find starts at N=1 (single source). To validate:
Use the pattern-finder skill to compare extractions and build N-counts.
| Level | What It Means |
|---|---|
| High | The source stated this clearly — I'm confident in the extraction |
| Medium | I inferred this from context — reasonable but check my work |
| Low | This is a pattern I noticed — might be seeing things |
{
"operation": "extract",
"metadata": {
"source_hash": "a1b2c3d4",
"timestamp": "2026-02-04T12:00:00Z",
"compression_ratio": "79%"
},
"result": {
"principles": [
{
"id": "P1",
"statement": "Compression that preserves meaning demonstrates comprehension",
"confidence": "high",
"n_count": 1,
"source_evidence": ["Direct quote"],
"semantic_marker": "compression-comprehension"
}
]
}
| Situation | What I'll Say |
|---|---|
| No content | "I need some content to work with — paste or describe what you'd like me to analyze." |
| Too short | "This is quite brief — I might not find multiple principles. More context would help." |
| Nothing found | "I couldn't find distinct principles here. Try content with clearer structure." |
This skill uses the same methodology as pbe-extractor but with simplified output:
| Field | pbe-extractor | essence-distiller |
|---|---|---|
source_type | Included | Omitted |
word_count_original | Included | Omitted |
word_count_compressed | Included | Omitted |
summary (confidence counts) | Included | Omitted |
If you need detailed metrics for documentation or automation, use pbe-extractor. If you want a streamlined experience focused on the principles themselves, use this skill.
This skill extracts patterns from content, not verified truth. Principles are observations that require validation (N≥2 from independent sources) and human judgment. A clearly stated principle is extractable, not necessarily correct.
Use comparison (N=2) and synthesis (N≥3) to build confidence. Use your own judgment to evaluate truth. This is a tool for analysis, not an authority on correctness.
Built by Obviously Not — Tools for thought, not conclusions.