Agent skill

decontextualize

Course-correct when artifacts overfit to conversation context. Invoke when examples, names, or language are too specific to current work.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill decontextualize --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/ai-llm/decontextualize/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. The Problem
  2. Symptoms
  3. The Fix
  4. On Activation
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going