How this command is triggered — by the user, by Claude, or both
Slash command
/llm-wiki:wiki-log <kind> | <title> (kind: setup | research | decision | bugfix | feature | refactor | policy | incident | finding | cleanup)This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Append a single entry to `llm-wiki/log.md`. The new entry goes at the top (newest first). Parse `$ARGUMENTS` as `<kind> | <title>`. If the user provided just a title without a kind, ask them to pick from: `setup | research | decision | bugfix | feature | refactor | policy | incident | finding | cleanup`. Use today's date (YYYY-MM-DD). Then write 2–6 bullets describing what happened. Pull bullets from the actual session — don't invent filler. If you only have one bullet's worth of substance, write one bullet. Format: Insert above any existing entries; do not edit prior ones. If `log.m...
Append a single entry to llm-wiki/log.md. The new entry goes at
the top (newest first).
Parse $ARGUMENTS as <kind> | <title>. If the user provided just
a title without a kind, ask them to pick from:
setup | research | decision | bugfix | feature | refactor | policy | incident | finding | cleanup.
Use today's date (YYYY-MM-DD). Then write 2–6 bullets describing what happened. Pull bullets from the actual session — don't invent filler. If you only have one bullet's worth of substance, write one bullet.
Format:
## [YYYY-MM-DD] <kind> | <title>
- bullet 1
- bullet 2
Insert above any existing entries; do not edit prior ones.
If log.md does not exist, create it with a # Log heading first.
npx claudepluginhub atototo/llm-wiki-skill --plugin llm-wiki