decontextualize
Course-correct when artifacts overfit to conversation context. Invoke when examples, names, or language are too specific to current work.
npx skills add majiayu000/claude-skill-registry --skill decontextualize --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Decontextualize You're overfitting to the current conversation. The artifact you're creating will outlive this context. ## The Problem When you have rich context (current task, domain jargon, specific examples), you default to using it—even when the artifact should be portable. You optimize for the current conversation instead of the future reader. ## Symptoms - Examples drawn from current work ("Add validation to the user signup flow") - Domain jargon the reader won't know - Phrasing that mirrors the user's exact words instead of standing alone - References that require conversation history to understand ## The Fix **1. Identify the artifact's audience** | Artifact | Audience | Context they have | | ----------------- | ---------------------- | ----------------- | | Commit message | Repo contributors | Repo history | | PR description | Reviewers | Repo + diff | | Config/rules file | Future self, strangers | None | | Library docs | External users | None | | Skill/prompt | Any project | None | **2. Apply the stranger test** > "Would someone with zero context about this conversation understand this?" If any example, term, or reference requires conversation history—replace it. **3. G
- The Problem
- Symptoms
- The Fix
- On Activation
What does the decontextualize skill do?
Course-correct when artifacts overfit to conversation context. Invoke when examples, names, or language are too specific to current work.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill decontextualize --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
