skillwiki 0.10.30 → 0.10.32
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 +2 -1
- package/skills/proj-decide/SKILL.md +10 -4
- package/skills/proj-work/SKILL.md +10 -3
- package/skills/skills/proj-decide/SKILL.md +10 -4
- package/skills/skills/proj-work/SKILL.md +10 -3
- package/skills/skills/using-skillwiki/SKILL.md +5 -3
- package/skills/skills/using-skillwiki/activation.md +2 -1
- package/skills/using-skillwiki/SKILL.md +5 -3
- package/skills/using-skillwiki/activation.md +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "skillwiki",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.32",
|
|
4
4
|
"skills": "./",
|
|
5
5
|
"description": "Project-aware Karpathy-style knowledge base for Claude Code: 19 prompt-only skills (wiki-*, proj-*, using-skillwiki) backed by the deterministic `skillwiki` CLI.",
|
|
6
6
|
"author": {
|
package/skills/package.json
CHANGED
|
@@ -8,10 +8,16 @@ description: Write an Architectural Decision Record (ADR). If the decision gener
|
|
|
8
8
|
## Model routing
|
|
9
9
|
|
|
10
10
|
`proj-decide` authors architectural decisions and ADRs, so its companion
|
|
11
|
-
agent must run at the invoking main-agent model. Keep `model: inherit` in
|
|
12
|
-
`
|
|
13
|
-
|
|
14
|
-
|
|
11
|
+
agent must run at the invoking main-agent model. Keep `model: inherit` in the
|
|
12
|
+
plugin-root agent definition `agents/proj-decide.md` (repository canonical
|
|
13
|
+
source: `packages/skills/agents/proj-decide.md`; root `agents/proj-decide.md` is
|
|
14
|
+
a materialized install mirror). Do not pin decision-making work to `sonnet`,
|
|
15
|
+
`haiku`, or `opus`. Do not add a `model` field to this `SKILL.md` frontmatter.
|
|
16
|
+
|
|
17
|
+
After plugin install the runtime path is
|
|
18
|
+
`<installed-plugin-root>/agents/proj-decide.md` (for example
|
|
19
|
+
`~/.grok/installed-plugins/.../agents/proj-decide.md`). Refresh a stale Grok
|
|
20
|
+
install with `grok plugin update skillwiki`, not `skillwiki install`.
|
|
15
21
|
|
|
16
22
|
## When to invoke
|
|
17
23
|
- User commits to an architectural decision worth recording for future reference.
|
|
@@ -8,9 +8,16 @@ description: Open or run a work item under projects/{slug}/work/YYYY-MM-DD-{slug
|
|
|
8
8
|
## Model routing
|
|
9
9
|
|
|
10
10
|
`proj-work` authors implementation specifications and plans, so its companion
|
|
11
|
-
agent must run at the invoking main-agent model. Keep `model: inherit` in
|
|
12
|
-
`
|
|
13
|
-
`
|
|
11
|
+
agent must run at the invoking main-agent model. Keep `model: inherit` in the
|
|
12
|
+
plugin-root agent definition `agents/proj-work.md` (repository canonical source:
|
|
13
|
+
`packages/skills/agents/proj-work.md`; root `agents/proj-work.md` is a
|
|
14
|
+
materialized install mirror). Do not pin planning work to `sonnet`, `haiku`, or
|
|
15
|
+
`opus`. Do not add a `model` field to this `SKILL.md` frontmatter.
|
|
16
|
+
|
|
17
|
+
After plugin install the runtime path is
|
|
18
|
+
`<installed-plugin-root>/agents/proj-work.md` (for example
|
|
19
|
+
`~/.grok/installed-plugins/.../agents/proj-work.md`). Refresh a stale Grok
|
|
20
|
+
install with `grok plugin update skillwiki`, not `skillwiki install`.
|
|
14
21
|
|
|
15
22
|
## When to invoke
|
|
16
23
|
- User starts a feature, issue, refactor, or decision inside an existing project.
|
|
@@ -8,10 +8,16 @@ description: Write an Architectural Decision Record (ADR). If the decision gener
|
|
|
8
8
|
## Model routing
|
|
9
9
|
|
|
10
10
|
`proj-decide` authors architectural decisions and ADRs, so its companion
|
|
11
|
-
agent must run at the invoking main-agent model. Keep `model: inherit` in
|
|
12
|
-
`
|
|
13
|
-
|
|
14
|
-
|
|
11
|
+
agent must run at the invoking main-agent model. Keep `model: inherit` in the
|
|
12
|
+
plugin-root agent definition `agents/proj-decide.md` (repository canonical
|
|
13
|
+
source: `packages/skills/agents/proj-decide.md`; root `agents/proj-decide.md` is
|
|
14
|
+
a materialized install mirror). Do not pin decision-making work to `sonnet`,
|
|
15
|
+
`haiku`, or `opus`. Do not add a `model` field to this `SKILL.md` frontmatter.
|
|
16
|
+
|
|
17
|
+
After plugin install the runtime path is
|
|
18
|
+
`<installed-plugin-root>/agents/proj-decide.md` (for example
|
|
19
|
+
`~/.grok/installed-plugins/.../agents/proj-decide.md`). Refresh a stale Grok
|
|
20
|
+
install with `grok plugin update skillwiki`, not `skillwiki install`.
|
|
15
21
|
|
|
16
22
|
## When to invoke
|
|
17
23
|
- User commits to an architectural decision worth recording for future reference.
|
|
@@ -8,9 +8,16 @@ description: Open or run a work item under projects/{slug}/work/YYYY-MM-DD-{slug
|
|
|
8
8
|
## Model routing
|
|
9
9
|
|
|
10
10
|
`proj-work` authors implementation specifications and plans, so its companion
|
|
11
|
-
agent must run at the invoking main-agent model. Keep `model: inherit` in
|
|
12
|
-
`
|
|
13
|
-
`
|
|
11
|
+
agent must run at the invoking main-agent model. Keep `model: inherit` in the
|
|
12
|
+
plugin-root agent definition `agents/proj-work.md` (repository canonical source:
|
|
13
|
+
`packages/skills/agents/proj-work.md`; root `agents/proj-work.md` is a
|
|
14
|
+
materialized install mirror). Do not pin planning work to `sonnet`, `haiku`, or
|
|
15
|
+
`opus`. Do not add a `model` field to this `SKILL.md` frontmatter.
|
|
16
|
+
|
|
17
|
+
After plugin install the runtime path is
|
|
18
|
+
`<installed-plugin-root>/agents/proj-work.md` (for example
|
|
19
|
+
`~/.grok/installed-plugins/.../agents/proj-work.md`). Refresh a stale Grok
|
|
20
|
+
install with `grok plugin update skillwiki`, not `skillwiki install`.
|
|
14
21
|
|
|
15
22
|
## When to invoke
|
|
16
23
|
- User starts a feature, issue, refactor, or decision inside an existing project.
|
|
@@ -246,10 +246,12 @@ skillwiki has multiple distribution channels that can drift:
|
|
|
246
246
|
| npm skills | `/usr/local/lib/node_modules/skillwiki/skills/` | `skillwiki install` only for standalone CLI skill copies; defers when the plugin channel is active |
|
|
247
247
|
| Claude plugin | `~/.claude/plugins/cache/llm-wiki/` | `claude plugin update skillwiki@llm-wiki` |
|
|
248
248
|
| Codex plugin | `~/.codex/plugins/cache/llm-wiki/` | `codex plugin marketplace upgrade llm-wiki`, then reinstall or restart Codex as needed |
|
|
249
|
+
| Grok plugin | `~/.grok/installed-plugins/` (marketplace cache under `~/.grok/marketplace-cache/`) | `grok plugin update skillwiki`, then start a new session or reload plugins |
|
|
249
250
|
| Local git dev | source repo checkout | `npm link ./packages/cli` (from repo root) |
|
|
250
|
-
**Check versions:** `skillwiki doctor` reports Plugin/CLI version mismatch warnings when installed channels disagree.
|
|
251
|
-
**Plugin channel rule:** Plugin-managed skills are not refreshed with `skillwiki install`. When Claude or
|
|
252
|
-
**Agent
|
|
251
|
+
**Check versions:** `skillwiki doctor` reports Plugin/CLI version mismatch warnings when installed channels disagree. For Grok, also inspect `~/.grok/installed-plugins/*/.claude-plugin/plugin.json` version and agent frontmatter under `agents/*.md`.
|
|
252
|
+
**Plugin channel rule:** Plugin-managed skills and agents are not refreshed with `skillwiki install`. When Claude, Codex, or Grok plugin is installed and enabled, the plugin install root is the skill/agent provider; `skillwiki install` is only a legacy/standalone copier for `~/.claude/skills/`.
|
|
253
|
+
**Agent path model:** Runtime agents live at `<plugin-root>/agents/<name>.md` (plugin-dev convention: `agents/` at the plugin root). In this repository the canonical sources are `packages/skills/agents/*.md`; root `agents/` is a materialized mirror for direct root installs. After install there is no `packages/skills/` nesting under the Grok install root — the install root is flattened and typically contains top-level skill folders, nested `skills/` (Codex-compat mirror), `agents/`, `hooks/`, `bin/`, and plugin manifests.
|
|
254
|
+
**Agent update rule:** Do not run `skillwiki install` just to refresh plugin-managed skills or agents. If `skillwiki install` reports `deferred_to_plugin: true`, stop there and update the active plugin channel instead: Claude uses `claude plugin update skillwiki@llm-wiki`; Codex uses `codex plugin marketplace upgrade llm-wiki`, then reinstall or restart Codex as needed; Grok uses `grok plugin update skillwiki`. Only use `skillwiki install --force` when the user explicitly wants duplicate CLI-managed copies under `~/.claude/skills/` and accepts that `skillwiki doctor` may report overlap.
|
|
253
255
|
**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`.
|
|
254
256
|
**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.
|
|
255
257
|
|
|
@@ -53,5 +53,6 @@ If `skillwiki doctor` mentions a version newer than this file, re-read the full
|
|
|
53
53
|
|
|
54
54
|
## Canonical Paths
|
|
55
55
|
|
|
56
|
-
- Full skill: `packages/skills/using-skillwiki/SKILL.md`
|
|
56
|
+
- Full skill (logical): invoke `/using-skillwiki` or read the installed plugin skill at `<plugin-root>/using-skillwiki/SKILL.md` (repository source: `packages/skills/using-skillwiki/SKILL.md`)
|
|
57
57
|
- Vault schema: `SCHEMA.md` at the vault root (run `skillwiki path` to resolve)
|
|
58
|
+
- Frontier agents (`proj-work`, `proj-decide`): plugin-root `agents/<name>.md` with `model: inherit` — refresh with the active plugin channel (`grok plugin update skillwiki` on Grok)
|
|
@@ -246,10 +246,12 @@ skillwiki has multiple distribution channels that can drift:
|
|
|
246
246
|
| npm skills | `/usr/local/lib/node_modules/skillwiki/skills/` | `skillwiki install` only for standalone CLI skill copies; defers when the plugin channel is active |
|
|
247
247
|
| Claude plugin | `~/.claude/plugins/cache/llm-wiki/` | `claude plugin update skillwiki@llm-wiki` |
|
|
248
248
|
| Codex plugin | `~/.codex/plugins/cache/llm-wiki/` | `codex plugin marketplace upgrade llm-wiki`, then reinstall or restart Codex as needed |
|
|
249
|
+
| Grok plugin | `~/.grok/installed-plugins/` (marketplace cache under `~/.grok/marketplace-cache/`) | `grok plugin update skillwiki`, then start a new session or reload plugins |
|
|
249
250
|
| Local git dev | source repo checkout | `npm link ./packages/cli` (from repo root) |
|
|
250
|
-
**Check versions:** `skillwiki doctor` reports Plugin/CLI version mismatch warnings when installed channels disagree.
|
|
251
|
-
**Plugin channel rule:** Plugin-managed skills are not refreshed with `skillwiki install`. When Claude or
|
|
252
|
-
**Agent
|
|
251
|
+
**Check versions:** `skillwiki doctor` reports Plugin/CLI version mismatch warnings when installed channels disagree. For Grok, also inspect `~/.grok/installed-plugins/*/.claude-plugin/plugin.json` version and agent frontmatter under `agents/*.md`.
|
|
252
|
+
**Plugin channel rule:** Plugin-managed skills and agents are not refreshed with `skillwiki install`. When Claude, Codex, or Grok plugin is installed and enabled, the plugin install root is the skill/agent provider; `skillwiki install` is only a legacy/standalone copier for `~/.claude/skills/`.
|
|
253
|
+
**Agent path model:** Runtime agents live at `<plugin-root>/agents/<name>.md` (plugin-dev convention: `agents/` at the plugin root). In this repository the canonical sources are `packages/skills/agents/*.md`; root `agents/` is a materialized mirror for direct root installs. After install there is no `packages/skills/` nesting under the Grok install root — the install root is flattened and typically contains top-level skill folders, nested `skills/` (Codex-compat mirror), `agents/`, `hooks/`, `bin/`, and plugin manifests.
|
|
254
|
+
**Agent update rule:** Do not run `skillwiki install` just to refresh plugin-managed skills or agents. If `skillwiki install` reports `deferred_to_plugin: true`, stop there and update the active plugin channel instead: Claude uses `claude plugin update skillwiki@llm-wiki`; Codex uses `codex plugin marketplace upgrade llm-wiki`, then reinstall or restart Codex as needed; Grok uses `grok plugin update skillwiki`. Only use `skillwiki install --force` when the user explicitly wants duplicate CLI-managed copies under `~/.claude/skills/` and accepts that `skillwiki doctor` may report overlap.
|
|
253
255
|
**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`.
|
|
254
256
|
**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.
|
|
255
257
|
|
|
@@ -53,5 +53,6 @@ If `skillwiki doctor` mentions a version newer than this file, re-read the full
|
|
|
53
53
|
|
|
54
54
|
## Canonical Paths
|
|
55
55
|
|
|
56
|
-
- Full skill: `packages/skills/using-skillwiki/SKILL.md`
|
|
56
|
+
- Full skill (logical): invoke `/using-skillwiki` or read the installed plugin skill at `<plugin-root>/using-skillwiki/SKILL.md` (repository source: `packages/skills/using-skillwiki/SKILL.md`)
|
|
57
57
|
- Vault schema: `SCHEMA.md` at the vault root (run `skillwiki path` to resolve)
|
|
58
|
+
- Frontier agents (`proj-work`, `proj-decide`): plugin-root `agents/<name>.md` with `model: inherit` — refresh with the active plugin channel (`grok plugin update skillwiki` on Grok)
|