From miller
Use when auditing registered Miller workspaces for dangerous strings, deprecated APIs, compatibility markers, secrets-like terms, or other exact text across source, docs, logs, external files, and web imports.
How this skill is triggered — by the user, by Claude, or both
Slash command
/miller:miller-text-audit<audittermsortermfile>This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this workflow for token-efficient text audits. Prefer content-corpus search over raw grep because it returns ranked snippets, workspace identity, and bounded read coordinates.
Use this workflow for token-efficient text audits. Prefer content-corpus search over raw grep because it returns ranked snippets, workspace identity, and bounded read coordinates.
miller workspace list
miller content search "dangerous phrase" --workspace-id all --kind source --limit 20 --json
miller content search "deprecated config key" --workspace-id all --kind config --limit 20 --json
miller content search "old docs phrase" --workspace-id all --kind docs --limit 20 --json
Use --kind external_file for imported logs/reports and --kind web for imported web markdown. Use search --mode all-text only when a broad one-workspace union query is more useful than a registered-workspace audit.
miller content read --source-id SOURCE_ID --line 120 --context-lines 8
context unless the user asks for code context around a finding.--limit or switch kind only after the targeted query misses.content export only for integration feeds, not for interactive audit output.--workspace-id all returns no rows, confirm workspaces are registered and content DBs are built before falling back to shell search.Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub anortham/miller --plugin miller