Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .windsurf/skills/sprang-analyze/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: sprang-analyze
description: Analyze a codebase to produce a rich semantic knowledge graph — file summaries, architecture layers, guided tour, domain map, risk scores. Use when the user says "/sprang-analyze", "analyze the codebase", "full analysis", or "run sprang-analyze".
argument-hint: ["[path] [--full] [--language <lang>] [--chunk <N>]"]
argument-hint: "[path] [--full] [--language <lang>] [--chunk <N>]"
---

Analyze the codebase and produce `.sprang/knowledge-graph.json` with full semantic enrichment.
Expand Down
2 changes: 1 addition & 1 deletion .windsurf/skills/sprang-chat/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: sprang-chat
description: Ask any question about the codebase using the knowledge graph. Use when the user says "/sprang-chat", "ask about the codebase", "what does X do", or any question about code that should be answered from the knowledge graph.
argument-hint: ["<question about the codebase>"]
argument-hint: "<question about the codebase>"
---

Answer questions about this codebase grounded entirely in `.sprang/knowledge-graph.json`.
Expand Down
2 changes: 1 addition & 1 deletion .windsurf/skills/sprang-explain/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: sprang-explain
description: Deep-dive explanation of a specific file, function, or module. Use when the user says "/sprang-explain", "explain this file", "what does this function do", or "deep dive on X".
argument-hint: ["<file path or path:functionName>"]
argument-hint: "<file path or path:functionName>"
---

Provide a comprehensive explanation of a specific code component.
Expand Down
2 changes: 1 addition & 1 deletion .windsurf/skills/sprang-knowledge/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: sprang-knowledge
description: Build an interactive knowledge graph from a folder of markdown notes — Obsidian, Logseq, Dendron, Foam, Zettelkasten, or plain markdown. Use when the user says "/sprang-knowledge", "index my notes", "build graph from notes", or "analyze my Obsidian vault".
argument-hint: ["[path] [--format obsidian|logseq|dendron|foam|zettelkasten|plain] [--language <lang>] [--full]"]
argument-hint: "[path] [--format obsidian|logseq|dendron|foam|zettelkasten|plain] [--language <lang>] [--full]"
---

Analyze a folder of markdown notes and produce a `.sprang/knowledge-graph.json` with typed nodes (article/entity/topic/claim/source), wikilink edges, topic clusters, and a guided reading tour.
Expand Down
2 changes: 1 addition & 1 deletion skills/sprang-analyze/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: sprang-analyze
description: Analyze a codebase to produce a rich semantic knowledge graph — file summaries, architecture layers, guided tour, domain map, risk scores. Use when the user says "/sprang-analyze", "analyze the codebase", "full analysis", or "run sprang-analyze".
argument-hint: ["[path] [--full] [--language <lang>] [--chunk <N>]"]
argument-hint: "[path] [--full] [--language <lang>] [--chunk <N>]"
---

Analyze the codebase and produce `.sprang/knowledge-graph.json` with full semantic enrichment.
Expand Down