skillwiki 0.10.64 → 0.10.65

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skillwiki",
3
- "version": "0.10.64",
3
+ "version": "0.10.65",
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.10.64",
3
+ "version": "0.10.65",
4
4
  "skills": "./",
5
5
  "description": "Project-aware Karpathy-style knowledge base for Claude Code: 20 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.10.64",
3
+ "version": "0.10.65",
4
4
  "description": "Project-aware Karpathy-style knowledge base for Codex with 20 prompt-only skills backed by the deterministic skillwiki CLI.",
5
5
  "author": {
6
6
  "name": "karlorz",
package/skills/README.md CHANGED
@@ -38,6 +38,12 @@ Each top-level skill subdirectory holds one canonical `SKILL.md`. The nested
38
38
  `skills/<skill>/SKILL.md` tree mirrors those files for Codex plugin discovery;
39
39
  keep it byte-for-byte in sync with the canonical top-level files.
40
40
 
41
+ `description` is routing metadata for every skill, not a README. Author to
42
+ 180 characters (CI fails above 220). Unique-canonical totals are capped with
43
+ agent-skills so the combined Codex catalog stays at 8,000 characters. See
44
+ vault concept `concepts/codex-skill-catalog-budget.md`. Run
45
+ `python3 scripts/lint-skill-descriptions.py --layout llm-wiki --max-total-chars 3200`.
46
+
41
47
  Codex installs through `packages/codex-skills`, a materialized plugin root that
42
48
  copies this package's `.codex-plugin/` manifest, `skills/` mirror, and
43
49
  Codex-specific hook files. That root exposes `hooks/hooks-codex.json` and
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skillwiki/skills",
3
- "version": "0.10.64",
3
+ "version": "0.10.65",
4
4
  "private": true,
5
5
  "files": [
6
6
  "wiki-*",
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: using-skillwiki
3
- description: Invoke when vault, wiki, knowledge-base, or SkillWiki setup work arises — maps skillwiki skills, dev-loop alignment, adaptive workflow profiles, and vault routing. Do not invoke for unrelated coding or creative tasks.
3
+ description: Invoke for vault, wiki, or SkillWiki setup. Maps skills, workflow profiles, and vault routing. Skip unrelated coding.
4
4
  ---
5
5
  *Note: If executing as a background subagent, skip this skill section.*
6
6
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: wiki-freshness-repair
3
- description: Repair stale vault sources end to end. Consumes skillwiki drift --affected-pages, re-ingests changed sources through wiki-reingest, then republishes the affected typed pages through the page publish approval flow. Attended only; never auto-repairs.
3
+ description: Repair stale vault sources via drift, reingest, and attended republish. Use when skillwiki drift lists affected pages.
4
4
  ---
5
5
 
6
6
  # wiki-freshness-repair
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: wiki-sync
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.
3
+ description: Safely sync vault git with a lockfile and lint guards. Use to push or pull wiki changes across sessions.
4
4
  ---
5
5
  # wiki-sync
6
6
  ## When This Skill Activates
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: using-skillwiki
3
- description: Invoke when vault, wiki, knowledge-base, or SkillWiki setup work arises — maps skillwiki skills, dev-loop alignment, adaptive workflow profiles, and vault routing. Do not invoke for unrelated coding or creative tasks.
3
+ description: Invoke for vault, wiki, or SkillWiki setup. Maps skills, workflow profiles, and vault routing. Skip unrelated coding.
4
4
  ---
5
5
  *Note: If executing as a background subagent, skip this skill section.*
6
6
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: wiki-freshness-repair
3
- description: Repair stale vault sources end to end. Consumes skillwiki drift --affected-pages, re-ingests changed sources through wiki-reingest, then republishes the affected typed pages through the page publish approval flow. Attended only; never auto-repairs.
3
+ description: Repair stale vault sources via drift, reingest, and attended republish. Use when skillwiki drift lists affected pages.
4
4
  ---
5
5
 
6
6
  # wiki-freshness-repair
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: wiki-sync
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.
3
+ description: Safely sync vault git with a lockfile and lint guards. Use to push or pull wiki changes across sessions.
4
4
  ---
5
5
  # wiki-sync
6
6
  ## When This Skill Activates