From miller
Use before changing existing indexed files with Miller edit, especially symbol rewrites, text replacements, renames, or refactors.
How this skill is triggered — by the user, by Claude, or both
Slash command
/miller:miller-editingThis 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 Miller's index-aware `edit` tool for existing indexed files. It previews a diff by default and blocks stale targets unless you explicitly allow stale edits.
Use Miller's index-aware edit tool for existing indexed files. It previews a diff by default and blocks stale targets unless you explicitly allow stale edits.
Creating a brand-new file is outside this skill; use the normal file creation path.
search(query="<symbol or file>")
inspect(target="<symbol-or-file>")
impact(target="<symbol-or-file>")
edit(operation="replace_text", target="<file>", old_text="<old>", new_text="<new>")
edit(operation="replace_symbol_body", target="<symbol>", new_text="<body>")
edit(operation="rename_symbol", target="<symbol>", new_text="<new-name>")
edit(operation="...", target="...", new_text="...", apply=true)
workspace(operation="refresh")
Use allow_stale=true only when the user explicitly accepts the risk or the edit is purely mechanical and the current disk state was independently checked.
replace_symbol_body or replace_symbol_signature for code symbols.rename_symbol for symbol renames.replace_text for docs, config, and arbitrary text.impact.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