skillwiki 0.8.1 → 0.8.2

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.
Files changed (40) hide show
  1. package/package.json +1 -1
  2. package/skills/.claude-plugin/plugin.json +1 -1
  3. package/skills/.codex-plugin/plugin.json +1 -1
  4. package/skills/package.json +1 -1
  5. package/skills/proj-decide/SKILL.md +0 -1
  6. package/skills/proj-distill/SKILL.md +0 -1
  7. package/skills/proj-init/SKILL.md +0 -1
  8. package/skills/proj-work/SKILL.md +0 -1
  9. package/skills/skills/proj-decide/SKILL.md +0 -1
  10. package/skills/skills/proj-distill/SKILL.md +0 -1
  11. package/skills/skills/proj-init/SKILL.md +0 -1
  12. package/skills/skills/proj-work/SKILL.md +0 -1
  13. package/skills/skills/using-skillwiki/SKILL.md +6 -6
  14. package/skills/skills/wiki-adapter-prd/SKILL.md +0 -1
  15. package/skills/skills/wiki-add-task/SKILL.md +0 -1
  16. package/skills/skills/wiki-archive/SKILL.md +0 -1
  17. package/skills/skills/wiki-audit/SKILL.md +0 -1
  18. package/skills/skills/wiki-canvas/SKILL.md +0 -1
  19. package/skills/skills/wiki-crystallize/SKILL.md +0 -1
  20. package/skills/skills/wiki-gate-plan-mode/SKILL.md +0 -1
  21. package/skills/skills/wiki-ingest/SKILL.md +0 -1
  22. package/skills/skills/wiki-init/SKILL.md +0 -1
  23. package/skills/skills/wiki-lint/SKILL.md +0 -1
  24. package/skills/skills/wiki-query/SKILL.md +0 -1
  25. package/skills/skills/wiki-reingest/SKILL.md +0 -1
  26. package/skills/skills/wiki-sync/SKILL.md +0 -1
  27. package/skills/using-skillwiki/SKILL.md +6 -6
  28. package/skills/wiki-adapter-prd/SKILL.md +0 -1
  29. package/skills/wiki-add-task/SKILL.md +0 -1
  30. package/skills/wiki-archive/SKILL.md +0 -1
  31. package/skills/wiki-audit/SKILL.md +0 -1
  32. package/skills/wiki-canvas/SKILL.md +0 -1
  33. package/skills/wiki-crystallize/SKILL.md +0 -1
  34. package/skills/wiki-gate-plan-mode/SKILL.md +0 -1
  35. package/skills/wiki-ingest/SKILL.md +0 -1
  36. package/skills/wiki-init/SKILL.md +0 -1
  37. package/skills/wiki-lint/SKILL.md +0 -1
  38. package/skills/wiki-query/SKILL.md +0 -1
  39. package/skills/wiki-reingest/SKILL.md +0 -1
  40. package/skills/wiki-sync/SKILL.md +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skillwiki",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "skillwiki": "dist/cli.js"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skillwiki",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
4
4
  "skills": "./",
5
5
  "description": "Project-aware Karpathy-style knowledge base for Claude Code: 18 prompt-only skills (wiki-*, proj-*, using-skillwiki) backed by the deterministic `skillwiki` CLI.",
6
6
  "author": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skillwiki",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
4
4
  "description": "Project-aware Karpathy-style knowledge base for Codex with 18 prompt-only skills backed by the deterministic skillwiki CLI.",
5
5
  "author": {
6
6
  "name": "karlorz",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skillwiki/skills",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
4
4
  "private": true,
5
5
  "files": [
6
6
  "wiki-*",
@@ -1,5 +1,4 @@
1
1
  ---
2
- version: 0.2.1
3
2
  name: proj-decide
4
3
  description: Write an Architectural Decision Record (ADR). If the decision generalizes, also create a concepts/ page.
5
4
  ---
@@ -1,5 +1,4 @@
1
1
  ---
2
- version: 0.2.1
3
2
  name: proj-distill
4
3
  description: 2-step distillation (E4) — analyze project compound entry, then generate a vault concept page with provenance.
5
4
  ---
@@ -1,5 +1,4 @@
1
1
  ---
2
- version: 0.2.1
3
2
  name: proj-init
4
3
  description: Bootstrap a project workspace at projects/{slug}/ with README, requirements/, architecture/, work/, compound/.
5
4
  ---
@@ -1,5 +1,4 @@
1
1
  ---
2
- version: 0.2.2
3
2
  name: proj-work
4
3
  description: Open or run a work item under projects/{slug}/work/YYYY-MM-DD-{slug}/. Redirects brainstorming/writing-plans output paths.
5
4
  ---
@@ -1,5 +1,4 @@
1
1
  ---
2
- version: 0.2.1
3
2
  name: proj-decide
4
3
  description: Write an Architectural Decision Record (ADR). If the decision generalizes, also create a concepts/ page.
5
4
  ---
@@ -1,5 +1,4 @@
1
1
  ---
2
- version: 0.2.1
3
2
  name: proj-distill
4
3
  description: 2-step distillation (E4) — analyze project compound entry, then generate a vault concept page with provenance.
5
4
  ---
@@ -1,5 +1,4 @@
1
1
  ---
2
- version: 0.2.1
3
2
  name: proj-init
4
3
  description: Bootstrap a project workspace at projects/{slug}/ with README, requirements/, architecture/, work/, compound/.
5
4
  ---
@@ -1,5 +1,4 @@
1
1
  ---
2
- version: 0.2.2
3
2
  name: proj-work
4
3
  description: Open or run a work item under projects/{slug}/work/YYYY-MM-DD-{slug}/. Redirects brainstorming/writing-plans output paths.
5
4
  ---
@@ -1,5 +1,4 @@
1
1
  ---
2
- version: 0.2.2
3
2
  name: using-skillwiki
4
3
  description: Invoke at session start or when knowledge-base tasks arise — maps skillwiki skills, dev-loop alignment, and PRD/TDD routing with plan-mode gate checks
5
4
  ---
@@ -122,16 +121,17 @@ For longer-running project work, use `proj-init` → `proj-work` → `proj-disti
122
121
  Maintenance: **Archive** (`wiki-archive`) superseded pages, **Drift** (`wiki-reingest`) to detect stale sources, **Adapter** (`wiki-adapter-prd`) for foreign PRD format ingestion.
123
122
 
124
123
  ## Troubleshooting Version Drift
125
- skillwiki has three distribution channels that can drift:
124
+ skillwiki has multiple distribution channels that can drift:
126
125
  | Channel | Location | Update Command |
127
126
  |---------|----------|----------------|
128
127
  | npm CLI | `/usr/local/bin/skillwiki` | `npm install -g skillwiki@latest` |
129
128
  | npm skills | `/usr/local/lib/node_modules/skillwiki/skills/` | `skillwiki install` (copies to `~/.claude/skills/`) |
130
129
  | Claude plugin | `~/.claude/plugins/cache/llm-wiki/` | `claude plugin update skillwiki@llm-wiki` |
131
- | Local git dev | `~/.hermes/skills/llm-wiki/` | `npm link ./packages/cli` (from repo root) |
132
- **Check versions:** `skillwiki doctor` reports "Plugin/CLI version" mismatch warnings.
133
- **Common issue:** npm package ships SKILL.md files with older `version:` frontmatter than CLI code. This creates false-positive "version warnings" in `skillwiki doctor` the CLI is newer but skills report older version.
134
- **Fix:** If developing locally, use `npm link` from the git repo. If using released versions, wait for maintainer to bump SKILL.md versions in source and republish.
130
+ | Codex plugin | `~/.codex/plugins/cache/llm-wiki/` | `codex plugin marketplace upgrade llm-wiki`, then reinstall or restart Codex as needed |
131
+ | Local git dev | source repo checkout | `npm link ./packages/cli` (from repo root) |
132
+ **Check versions:** `skillwiki doctor` reports Plugin/CLI version mismatch warnings when installed channels disagree.
133
+ **Authoring rule:** `SKILL.md` frontmatter follows the Agent Skills schema: top-level `name` and `description` plus optional schema fields such as `metadata`. Do not put release version fields at the top level of `SKILL.md`; plugin and package release versions live in `plugin.json` and `package.json`.
134
+ **Fix:** If developing locally, use the repo source plus `npm link`. If using released versions, update the relevant plugin or npm channel; do not infer release freshness from `SKILL.md` frontmatter.
135
135
 
136
136
  ## Multi-Wiki Profiles
137
137
  skillwiki supports named wiki profiles for working with multiple vaults. Set `WIKI_DEFAULT` to control which wiki all skills target by default.
@@ -1,5 +1,4 @@
1
1
  ---
2
- version: 0.2.1
3
2
  name: wiki-adapter-prd
4
3
  description: Map foreign PRD formats (CodeStable, RFCs, structured markdown) into skillwiki raw + typed-knowledge pages.
5
4
  ---
@@ -1,5 +1,4 @@
1
1
  ---
2
- version: 0.2.2
3
2
  name: wiki-add-task
4
3
  description: Capture ad-hoc ideas, bugs, tasks, or notes into the vault with ad-hoc capture frontmatter and descriptive filenames.
5
4
  ---
@@ -1,5 +1,4 @@
1
1
  ---
2
- version: 0.2.1
3
2
  name: wiki-archive
4
3
  description: Archive a superseded typed-knowledge page. Moves page to _archive/, removes from index.md, logs the action.
5
4
  ---
@@ -1,5 +1,4 @@
1
1
  ---
2
- version: 0.2.1
3
2
  name: wiki-audit
4
3
  description: Verify per-page that every ^[raw/...] resolves and sources frontmatter matches the body.
5
4
  ---
@@ -1,5 +1,4 @@
1
1
  ---
2
- version: 0.2.1
3
2
  name: wiki-canvas
4
3
  description: Generate an Obsidian Canvas visualization of the vault graph. Runs skillwiki graph build then skillwiki canvas generate.
5
4
  ---
@@ -1,5 +1,4 @@
1
1
  ---
2
- version: 0.2.1
3
2
  name: wiki-crystallize
4
3
  description: Distill the current working session into a typed-knowledge page with provenance.
5
4
  ---
@@ -1,5 +1,4 @@
1
1
  ---
2
- version: 0.2.1
3
2
  name: wiki-gate-plan-mode
4
3
  description: Toggle EnterPlanMode gating — force superpowers planning skills instead of built-in plan mode
5
4
  ---
@@ -1,5 +1,4 @@
1
1
  ---
2
- version: 0.2.1
3
2
  name: wiki-ingest
4
3
  description: Convert URLs, files, or pasted text into typed-knowledge pages with raw provenance. Supports single and batch mode.
5
4
  ---
@@ -1,5 +1,4 @@
1
1
  ---
2
- version: 0.2.1
3
2
  name: wiki-init
4
3
  description: Bootstrap a CodeWiki vault — domain-aware SCHEMA.md, index.md, log.md, and ~/.skillwiki/.env binding. Use when starting a fresh vault.
5
4
  ---
@@ -1,5 +1,4 @@
1
1
  ---
2
- version: 0.2.2
3
2
  name: wiki-lint
4
3
  description: Vault health check via the umbrella `skillwiki lint` subcommand. Read-only by default; rotation requires explicit user consent.
5
4
  ---
@@ -1,5 +1,4 @@
1
1
  ---
2
- version: 0.2.2
3
2
  name: wiki-query
4
3
  description: Search the vault and synthesize an answer with E2 4-signal ranking. Optional file to queries/ or comparisons/.
5
4
  ---
@@ -1,5 +1,4 @@
1
1
  ---
2
- version: 0.2.1
3
2
  name: wiki-reingest
4
3
  description: Detect and act on source drift. Runs skillwiki drift, reviews changes, archives old raw + ingests new content.
5
4
  ---
@@ -1,5 +1,4 @@
1
1
  ---
2
- version: 0.6.1
3
2
  name: wiki-sync
4
3
  description: Safely sync the vault git repository — multi-session safe via advisory lockfile. Handles rebase conflict storms from archive-commit × snapshot-stream patterns. Runs skillwiki sync status, then guides push or pull with lint guards and conflict resolution.
5
4
  ---
@@ -1,5 +1,4 @@
1
1
  ---
2
- version: 0.2.2
3
2
  name: using-skillwiki
4
3
  description: Invoke at session start or when knowledge-base tasks arise — maps skillwiki skills, dev-loop alignment, and PRD/TDD routing with plan-mode gate checks
5
4
  ---
@@ -122,16 +121,17 @@ For longer-running project work, use `proj-init` → `proj-work` → `proj-disti
122
121
  Maintenance: **Archive** (`wiki-archive`) superseded pages, **Drift** (`wiki-reingest`) to detect stale sources, **Adapter** (`wiki-adapter-prd`) for foreign PRD format ingestion.
123
122
 
124
123
  ## Troubleshooting Version Drift
125
- skillwiki has three distribution channels that can drift:
124
+ skillwiki has multiple distribution channels that can drift:
126
125
  | Channel | Location | Update Command |
127
126
  |---------|----------|----------------|
128
127
  | npm CLI | `/usr/local/bin/skillwiki` | `npm install -g skillwiki@latest` |
129
128
  | npm skills | `/usr/local/lib/node_modules/skillwiki/skills/` | `skillwiki install` (copies to `~/.claude/skills/`) |
130
129
  | Claude plugin | `~/.claude/plugins/cache/llm-wiki/` | `claude plugin update skillwiki@llm-wiki` |
131
- | Local git dev | `~/.hermes/skills/llm-wiki/` | `npm link ./packages/cli` (from repo root) |
132
- **Check versions:** `skillwiki doctor` reports "Plugin/CLI version" mismatch warnings.
133
- **Common issue:** npm package ships SKILL.md files with older `version:` frontmatter than CLI code. This creates false-positive "version warnings" in `skillwiki doctor` the CLI is newer but skills report older version.
134
- **Fix:** If developing locally, use `npm link` from the git repo. If using released versions, wait for maintainer to bump SKILL.md versions in source and republish.
130
+ | Codex plugin | `~/.codex/plugins/cache/llm-wiki/` | `codex plugin marketplace upgrade llm-wiki`, then reinstall or restart Codex as needed |
131
+ | Local git dev | source repo checkout | `npm link ./packages/cli` (from repo root) |
132
+ **Check versions:** `skillwiki doctor` reports Plugin/CLI version mismatch warnings when installed channels disagree.
133
+ **Authoring rule:** `SKILL.md` frontmatter follows the Agent Skills schema: top-level `name` and `description` plus optional schema fields such as `metadata`. Do not put release version fields at the top level of `SKILL.md`; plugin and package release versions live in `plugin.json` and `package.json`.
134
+ **Fix:** If developing locally, use the repo source plus `npm link`. If using released versions, update the relevant plugin or npm channel; do not infer release freshness from `SKILL.md` frontmatter.
135
135
 
136
136
  ## Multi-Wiki Profiles
137
137
  skillwiki supports named wiki profiles for working with multiple vaults. Set `WIKI_DEFAULT` to control which wiki all skills target by default.
@@ -1,5 +1,4 @@
1
1
  ---
2
- version: 0.2.1
3
2
  name: wiki-adapter-prd
4
3
  description: Map foreign PRD formats (CodeStable, RFCs, structured markdown) into skillwiki raw + typed-knowledge pages.
5
4
  ---
@@ -1,5 +1,4 @@
1
1
  ---
2
- version: 0.2.2
3
2
  name: wiki-add-task
4
3
  description: Capture ad-hoc ideas, bugs, tasks, or notes into the vault with ad-hoc capture frontmatter and descriptive filenames.
5
4
  ---
@@ -1,5 +1,4 @@
1
1
  ---
2
- version: 0.2.1
3
2
  name: wiki-archive
4
3
  description: Archive a superseded typed-knowledge page. Moves page to _archive/, removes from index.md, logs the action.
5
4
  ---
@@ -1,5 +1,4 @@
1
1
  ---
2
- version: 0.2.1
3
2
  name: wiki-audit
4
3
  description: Verify per-page that every ^[raw/...] resolves and sources frontmatter matches the body.
5
4
  ---
@@ -1,5 +1,4 @@
1
1
  ---
2
- version: 0.2.1
3
2
  name: wiki-canvas
4
3
  description: Generate an Obsidian Canvas visualization of the vault graph. Runs skillwiki graph build then skillwiki canvas generate.
5
4
  ---
@@ -1,5 +1,4 @@
1
1
  ---
2
- version: 0.2.1
3
2
  name: wiki-crystallize
4
3
  description: Distill the current working session into a typed-knowledge page with provenance.
5
4
  ---
@@ -1,5 +1,4 @@
1
1
  ---
2
- version: 0.2.1
3
2
  name: wiki-gate-plan-mode
4
3
  description: Toggle EnterPlanMode gating — force superpowers planning skills instead of built-in plan mode
5
4
  ---
@@ -1,5 +1,4 @@
1
1
  ---
2
- version: 0.2.1
3
2
  name: wiki-ingest
4
3
  description: Convert URLs, files, or pasted text into typed-knowledge pages with raw provenance. Supports single and batch mode.
5
4
  ---
@@ -1,5 +1,4 @@
1
1
  ---
2
- version: 0.2.1
3
2
  name: wiki-init
4
3
  description: Bootstrap a CodeWiki vault — domain-aware SCHEMA.md, index.md, log.md, and ~/.skillwiki/.env binding. Use when starting a fresh vault.
5
4
  ---
@@ -1,5 +1,4 @@
1
1
  ---
2
- version: 0.2.2
3
2
  name: wiki-lint
4
3
  description: Vault health check via the umbrella `skillwiki lint` subcommand. Read-only by default; rotation requires explicit user consent.
5
4
  ---
@@ -1,5 +1,4 @@
1
1
  ---
2
- version: 0.2.2
3
2
  name: wiki-query
4
3
  description: Search the vault and synthesize an answer with E2 4-signal ranking. Optional file to queries/ or comparisons/.
5
4
  ---
@@ -1,5 +1,4 @@
1
1
  ---
2
- version: 0.2.1
3
2
  name: wiki-reingest
4
3
  description: Detect and act on source drift. Runs skillwiki drift, reviews changes, archives old raw + ingests new content.
5
4
  ---
@@ -1,5 +1,4 @@
1
1
  ---
2
- version: 0.6.1
3
2
  name: wiki-sync
4
3
  description: Safely sync the vault git repository — multi-session safe via advisory lockfile. Handles rebase conflict storms from archive-commit × snapshot-stream patterns. Runs skillwiki sync status, then guides push or pull with lint guards and conflict resolution.
5
4
  ---