@jayjiang/byoao 0.8.0 → 0.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/skills/challenge.md +1 -1
- package/src/skills/connect.md +1 -1
- package/src/skills/diagnose.md +1 -1
- package/src/skills/drift.md +1 -1
- package/src/skills/emerge.md +2 -4
- package/src/skills/explain.md +1 -1
- package/src/skills/ideas.md +1 -1
- package/src/skills/trace.md +1 -1
- package/src/skills/weave.md +1 -1
package/package.json
CHANGED
package/src/skills/challenge.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: challenge
|
|
3
|
-
description: Pressure-test a belief, assumption, or decision using the vault's own history. Finds counter-evidence, contradictions, and blind spots.
|
|
3
|
+
description: Pressure-test a belief, assumption, or decision using the vault's own history. Finds counter-evidence, contradictions, and blind spots. Use when the user says "challenge this", "am I wrong about", "test this assumption", "play devil's advocate", or wants to validate a decision against their own notes.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# /challenge — Pressure-Test Your Thinking
|
package/src/skills/connect.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: connect
|
|
3
|
-
description: Bridge two seemingly unrelated topics or domains using the vault's link graph. Discovers hidden paths and shared contexts between
|
|
3
|
+
description: Bridge two seemingly unrelated topics or domains using the vault's link graph. Discovers hidden paths and shared contexts. Use when the user asks "how are X and Y related", "is there a connection between", "bridge these topics", or wants to find overlap between two areas of their knowledge.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# /connect — Bridge Two Domains
|
package/src/skills/diagnose.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: diagnose
|
|
3
|
-
description: Diagnose knowledge graph health — find missing frontmatter, orphan notes, broken wikilinks, and AGENT.md drift.
|
|
3
|
+
description: Diagnose knowledge graph health — find missing frontmatter, orphan notes, broken wikilinks, and AGENT.md drift. Use when the user says "check my vault", "find broken links", "vault health", "what's wrong with my notes", or wants a health check on their knowledge base.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# /diagnose — Knowledge Graph Health Check
|
package/src/skills/drift.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: drift
|
|
3
|
-
description: Compare stated intentions vs actual behavior over 30-60 days using daily notes and project documents.
|
|
3
|
+
description: Compare stated intentions vs actual behavior over 30-60 days using daily notes and project documents. Use when the user asks "am I doing what I said I would", "what happened to my goals", "where did my time go", "check my follow-through", or wants to reflect on alignment between plans and actions.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# /drift — Detect Intention-Action Gaps
|
package/src/skills/emerge.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: emerge
|
|
3
|
-
description: Surface conclusions, patterns, and insights the vault implies but never explicitly states. Analyzes clusters, orphans, and cross-domain connections.
|
|
3
|
+
description: Surface conclusions, patterns, and insights the vault implies but never explicitly states. Analyzes clusters, orphans, and cross-domain connections. Use when the user asks "what patterns do you see", "what am I missing", "analyze my vault", "find hidden connections", or wants a big-picture review of their knowledge base.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# /emerge — Surface Hidden Patterns
|
|
@@ -43,9 +43,7 @@ Identify:
|
|
|
43
43
|
Use graph-level queries to identify interesting patterns:
|
|
44
44
|
|
|
45
45
|
**Orphan notes** — notes with no links in or out:
|
|
46
|
-
|
|
47
|
-
obsidian search -orphans
|
|
48
|
-
```
|
|
46
|
+
Use `byoao_graph_health` or scan notes checking for those with zero wikilinks (no `[[` in content) and zero backlinks.
|
|
49
47
|
Orphans may contain ideas the user hasn't connected yet.
|
|
50
48
|
|
|
51
49
|
**Dead-end notes** — notes that link out but nobody links to them:
|
package/src/skills/explain.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: explain
|
|
3
|
-
description: Explain codebase systems and workflows in clear, non-jargon language.
|
|
3
|
+
description: Explain codebase systems and workflows in clear, non-jargon language, cached in the Obsidian vault. Use when the user asks "how does this system work", "explain the architecture", "what does this service do", or needs a plain-language explanation of any codebase or technical system.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# /explain — System Explainer
|
package/src/skills/ideas.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ideas
|
|
3
|
-
description: Deep vault scan to generate actionable ideas by combining insights across domains, finding gaps, and proposing concrete next steps.
|
|
3
|
+
description: Deep vault scan to generate actionable ideas by combining insights across domains, finding gaps, and proposing concrete next steps. Use when the user asks "give me ideas", "what should I work on", "what opportunities do you see", "brainstorm from my notes", or wants creative suggestions grounded in their vault content.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# /ideas — Generate Actionable Ideas
|
package/src/skills/trace.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: trace
|
|
3
|
-
description: Track how an idea, concept, or topic evolved across the vault over time. Builds a chronological timeline from scattered mentions
|
|
3
|
+
description: Track how an idea, concept, or topic evolved across the vault over time. Builds a chronological timeline from scattered mentions. Use when the user asks "how did X evolve", "what's the history of", "when did we start thinking about", "trace this idea", or wants to understand the arc of a concept.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# /trace — Track Idea Evolution
|
package/src/skills/weave.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: weave
|
|
3
|
-
description: Scan vault notes, enrich with frontmatter + wikilinks, maintain the Glossary, create hub notes — building a connected knowledge graph.
|
|
3
|
+
description: Scan vault notes, enrich with frontmatter + wikilinks, maintain the Glossary, create hub notes — building a connected knowledge graph. Use when the user says "connect my notes", "add links", "enrich", "organize my vault", "run weave", or after importing new files into the vault.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# /weave — Connect Your Notes
|