Skip to content
Merged
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
3 changes: 2 additions & 1 deletion .claude/skills/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ Skills are on-demand capabilities Wick can invoke without bloating the main prom
| `wick-research` | Structured research with CRAAP test and source hierarchy |
| `wick-catalog` | Extract structured fields from a source and save a queryable record to `memory/catalog/` |
| `wick-changelog-summary` | Produce a one-paragraph narrative from a CHANGELOG.md version entry — for release notes, blog posts, social copy |
| `wick-migrate` | Make an agent fully portable between machines — consolidate host auto-memory into `memory/`, disable the shadow, relativize paths (see `PORTABILITY.md`) |

## Relationship to slash commands

Wick's 14 slash commands (`/reflect`, `/calibrate`, `/decide`, `/learn`, `/review`, `/status`, `/premortem`, `/steelman`, `/frame`, `/doubt`, `/forget`, `/audit`, `/evolve`, `/promote`) ship as `.claude/commands/*.md` files — they appear in Claude Code's `/` autocomplete menu and are also pattern-recognized from the main `CLAUDE.md` on every session.
Wick's 16 slash commands (`/reflect`, `/calibrate`, `/decide`, `/learn`, `/review`, `/status`, `/premortem`, `/steelman`, `/frame`, `/doubt`, `/forget`, `/audit`, `/evolve`, `/promote`, `/checkup`, `/sync`) ship as `.claude/commands/*.md` files — they appear in Claude Code's `/` autocomplete menu and are also pattern-recognized from the main `CLAUDE.md` on every session.

Skills are **on-demand** — they load only when you invoke them. This keeps the core prompt lean while making specialized capabilities available when needed.

Expand Down
2 changes: 1 addition & 1 deletion WICK-INTEGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ the explicit "what I could not verify" section.
Question: [your question]
```

Swap `wick-research` for any of the 10 skills (`wick-base-rate`, `wick-red-team`, `wick-tldr`, `wick-catalog`, `wick-changelog-summary`, etc.).
Swap `wick-research` for any of the 11 skills (`wick-base-rate`, `wick-red-team`, `wick-tldr`, `wick-catalog`, `wick-changelog-summary`, `wick-migrate`, etc.).

**3. Memory bootstrap (when resuming a long-running thread):**

Expand Down
2 changes: 1 addition & 1 deletion wick-meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"confabulation_triggers": "clean",
"truncation": "clean",
"secret_scanner_pass": "clean (wick-scrub 16 patterns, all memory files)",
"skill_spec_validation": "clean (skills-ref v0.1.5 validate, 10/10 skills pass agentskills.io/specification)",
"skill_spec_validation": "clean (skills-ref v0.1.5 validate, 11/11 skills pass agentskills.io/specification)",
"public_readiness_scan": "clean (wick-public-readiness scanner, default .wick-blocklist.json, 66 files scanned 0 findings)",
"identity_claim_audit": "clean (wick-identity-audit scanner, 56 .md files scanned 0 matches across HIGH/MED/LOW severity)",
"path_audit": "clean (wick-path-audit, default scope memory/ + loaded config, 18 files scanned 0 findings)"
Expand Down
Loading