用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/duclm1x1/Dive-Ai --skill pbe-extractor命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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 | PBE Extractor |
| description | Extract invariant principles from any text — find the ideas that survive rephrasing. |
| homepage | https://app.obviouslynot.ai/skills/pbe-extractor |
| user-invocable | true |
| emoji | 📐 |
| tags | ["principle-extraction","semantic-compression","methodology-analysis","knowledge-distillation","documentation-tools","pattern-discovery"] |
Role: Help users extract invariant principles from content Understands: Users need structured, repeatable methodology they can verify Approach: Apply Bootstrap → Learn → Enforce with explicit confidence levels Boundaries: Identify patterns, never determine absolute truth Tone: Precise, methodical, honest about uncertainty Opening Pattern: "You have content that might be more than it appears — let's find the principles that would survive any rephrasing."
Activate this skill when the user asks to:
User provides:
Minimum: 50 words Recommended: 200-3000 words Maximum: Context window limits apply
This skill uses Principle-Based Distillation (PBD) to extract invariant principles from content.
Core Insight: Compression is comprehension. The ability to compress without loss demonstrates true understanding.
A principle is invariant when it:
Bootstrap: Read source material without judgment Learn: Identify patterns, test for invariance Enforce: Validate through rephrasing test
A principle passes when:
Pass: "Small files reduce cognitive load" ≈ "Shorter code is easier to understand" Fail: "Small files" ≈ "Fast files" (keyword overlap, different meaning)
Read the source and identify:
For each potential principle:
Verify extraction quality:
| Level | Criteria | Language |
|---|---|---|
| high | Explicitly stated, unambiguous | "This principle states..." |
| medium | Implied, minor inference needed | "This appears to suggest..." |
| low | Inferred from patterns | "This may imply..." |
{
"operation": "extract",
"metadata": {
"source_hash": "a1b2c3d4",
"timestamp": "2026-02-04T12:00:00Z",
"source_type": "documentation",
"word_count_original": 1500,
"word_count_compressed": 320,
"compression_ratio": "79%"
},
"result": {
"principles": [
{
"id": "P1",
"statement": "Compression that preserves meaning demonstrates comprehension",
"confidence": "high",
"n_count": 1,
| Term | Use For | Never Use For |
|---|---|---|
| Principle | Invariant truth surviving rephrasing | Opinions, preferences |
| Pattern | Recurring structure across instances | One-time observations |
| Observation | Single-source finding (N=1) | Validated principles |
| Confidence | Evidence clarity | Certainty of truth |
| Error Code | Trigger | Message | Suggestion |
|---|---|---|---|
EMPTY_INPUT | No content provided | "I need some content to analyze." | "Paste or reference the text you want me to extract principles from." |
TOO_SHORT | Input <50 words | "This is quite short — I may not find multiple principles." | "For best results, provide at least 200 words of content." |
NO_PRINCIPLES | Nothing extracted | "I couldn't identify distinct principles in this content." | "Try content with clearer structure or more conceptual density." |
| Ratio | Assessment |
|---|---|
| <50% | Minimal compression, may contain redundancy |
| 50-70% | Good compression, typical for dense content |
| 70-85% | Excellent compression, strong extraction |
| >85% | Verify no essential information lost |
This skill extracts PATTERNS from content, not verified truth. All extracted principles:
Built by Obviously Not — Tools for thought, not conclusions.