From bork
Names relevant files and areas to leave alone before starting multi-file coding work, producing a brief that avoids exploratory repo reads. Fires automatically for features, bug fixes, or refactors; stays silent on single-file edits and questions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/bork:auto-scopeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Before diving into a substantive coding task, name the files that matter and the ones that don't — so the work doesn't open by reading the whole repo to orient.
Before diving into a substantive coding task, name the files that matter and the ones that don't — so the work doesn't open by reading the whole repo to orient.
The output is an in-context scope brief, not a file on disk and not a lock on the filesystem. Any file can still be read later; the brief steers the default, it doesn't enforce it. The win is that 5–15 named files replace an exploratory sprawl.
Run only when the task plausibly touches multiple files or an area not seen this session.
Skip silently — emit nothing, not even a note that you skipped — when the task is any of:
If you're skipping, say nothing about scoping and proceed normally. A "I decided not to scope this" line is itself noise.
Detect what's available before committing to a search method, then take the path that fits:
mcp__*grepika* tools) present → use its search / refs / outline for ranked, snippet-level discovery.graphify-out/ dir or the graphify skill) present → query the graph for structure and relationships.State in one line which method you used, so the choice is visible and correctable.
Whatever the tool, the discovery goal is the same — find:
Don't exhaustively crawl. Stop when the named set is enough to start; the brief's OPEN section carries the rest.
If discovery can't complete — no search tool resolves the area, the codebase is unfamiliar, or the task description is too vague to localize — do not block and do not guess silently. Emit a partial brief: list what you did find, mark it partial, and put what you couldn't localize in OPEN. A half-scoped task started honestly beats a fully-scoped one built on guesses.
Output exactly this block, nothing reformatted into prose:
## Scope: <task in one line>
Discovery: <grepika | graphify | grep/glob> [+ "partial" if incomplete]
IN — read / edit:
- path/to/a.ext (why: entry point)
- path/to/b.ext (why: caller)
- path/to/b.test.ext (why: coverage)
OUT — leave alone:
- vendor/, build/, generated output
- <unrelated module or area the task does NOT touch>
OPEN — unresolved scope:
- <question, with the assumption you're proceeding on>
Rules for the block:
why.After emitting the brief, proceed straight into the task against that scope — no confirmation gate. The brief stays on screen; if it mis-scoped, the user's next message corrects it. Treat a correction as authoritative and re-scope from it.
/clear or restart, that's a different request — flag it rather than silently writing a file.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 borkweb/skills --plugin bork