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.
- package/package.json +1 -1
- package/skills/.claude-plugin/plugin.json +1 -1
- package/skills/.codex-plugin/plugin.json +1 -1
- package/skills/package.json +1 -1
- package/skills/proj-decide/SKILL.md +0 -1
- package/skills/proj-distill/SKILL.md +0 -1
- package/skills/proj-init/SKILL.md +0 -1
- package/skills/proj-work/SKILL.md +0 -1
- package/skills/skills/proj-decide/SKILL.md +0 -1
- package/skills/skills/proj-distill/SKILL.md +0 -1
- package/skills/skills/proj-init/SKILL.md +0 -1
- package/skills/skills/proj-work/SKILL.md +0 -1
- package/skills/skills/using-skillwiki/SKILL.md +6 -6
- package/skills/skills/wiki-adapter-prd/SKILL.md +0 -1
- package/skills/skills/wiki-add-task/SKILL.md +0 -1
- package/skills/skills/wiki-archive/SKILL.md +0 -1
- package/skills/skills/wiki-audit/SKILL.md +0 -1
- package/skills/skills/wiki-canvas/SKILL.md +0 -1
- package/skills/skills/wiki-crystallize/SKILL.md +0 -1
- package/skills/skills/wiki-gate-plan-mode/SKILL.md +0 -1
- package/skills/skills/wiki-ingest/SKILL.md +0 -1
- package/skills/skills/wiki-init/SKILL.md +0 -1
- package/skills/skills/wiki-lint/SKILL.md +0 -1
- package/skills/skills/wiki-query/SKILL.md +0 -1
- package/skills/skills/wiki-reingest/SKILL.md +0 -1
- package/skills/skills/wiki-sync/SKILL.md +0 -1
- package/skills/using-skillwiki/SKILL.md +6 -6
- package/skills/wiki-adapter-prd/SKILL.md +0 -1
- package/skills/wiki-add-task/SKILL.md +0 -1
- package/skills/wiki-archive/SKILL.md +0 -1
- package/skills/wiki-audit/SKILL.md +0 -1
- package/skills/wiki-canvas/SKILL.md +0 -1
- package/skills/wiki-crystallize/SKILL.md +0 -1
- package/skills/wiki-gate-plan-mode/SKILL.md +0 -1
- package/skills/wiki-ingest/SKILL.md +0 -1
- package/skills/wiki-init/SKILL.md +0 -1
- package/skills/wiki-lint/SKILL.md +0 -1
- package/skills/wiki-query/SKILL.md +0 -1
- package/skills/wiki-reingest/SKILL.md +0 -1
- 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.
|
|
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": {
|
package/skills/package.json
CHANGED
|
@@ -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
|
|
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
|
-
|
|
|
132
|
-
|
|
133
|
-
**
|
|
134
|
-
**
|
|
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.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
|
|
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
|
-
|
|
|
132
|
-
|
|
133
|
-
**
|
|
134
|
-
**
|
|
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.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
|
---
|