How this skill is triggered — by the user, by Claude, or both
Slash command
/llmwiki:lintThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Check the health of .llmwiki/ and report issues.
Check the health of .llmwiki/ and report issues.
If .llmwiki/ does not exist, report "llmwiki not yet created" and stop.
Resolve input_dir: read from .llmwiki/config.json, or fall back to the project root (cwd).
python3 ${CLAUDE_PLUGIN_ROOT}/skills/make/scripts/llmwiki_preprocess.py <input_dir> --llmwiki-dir .llmwiki > /tmp/llmwiki_lint.xml
python3 ${CLAUDE_PLUGIN_ROOT}/skills/make/scripts/llmwiki_decay.py --llmwiki-dir .llmwiki --threshold-days 90
Read /tmp/llmwiki_lint.xml and report the following:
status: dormant but references > 0 or recent source updatesIf all clean, report "no issues found".
If issues exist, propose corrective actions by category:
For user-approved decay candidates:
status: dormant to the wiki page frontmatter"status": "dormant" to the corresponding entity in entities.jsonDormant entities are not excluded from matching targets in /llmwiki:make Phase 1, but their reading priority is lowered in /llmwiki:query Step 2, and they are flagged as stale in /llmwiki:docs Step 2.
For user-approved promotion candidates:
status: dormant from the wiki page frontmatter"status": "dormant" from the corresponding entity in entities.jsonupdated to todayAppend an entry to .llmwiki/log.md in the following format:
## [YYYY-MM-DD] lint | Detected <total issue count>, demoted <decay count>, promoted <promotion count>
npx claudepluginhub ktrysmt/claude-plugins --plugin llmwikiFetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.
Generates daily or weekly digests of activity from connected sources (chat, email, docs, tasks, CRM), highlighting action items, decisions, mentions, and project updates.