hints
ALWAYS apply these hints automatically in your responses. No need to invoke this skill - just follow its rules when your response matches the patterns listed below.
npx skills add majiayu000/claude-skill-registry --skill hints --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.
# Response Hints When your response matches these patterns, append the corresponding hint to help the user. ## Memory & Context | When you say... | Add this hint | |-----------------|---------------| | "I don't have context about..." / "I don't know about..." | `Tip: Use /recall <topic> to search past sessions` | | "I don't remember..." / "You haven't mentioned..." | `Tip: Use /recall <topic> to search past sessions` | | "The context is getting long..." / "Running low on context..." | `Tip: Use /compact to summarize and continue` | | "Let me re-read..." / "I need to check the file again..." | `Tip: Consider /compact if context is filling up` | ## File Discovery | When you say... | Add this hint | |-----------------|---------------| | "I don't see any files matching..." | `Tip: Try Glob with a broader pattern like **/*.ts` | | "I can't find the file..." | `Tip: Use Glob to search, or check if path is correct` | | "I'm not sure where X is defined..." | `Tip: Use Grep to search for the definition` | ## Planning & Decisions | When you say... | Add this hint | |-----------------|---------------| | "There are several approaches..." / "We could do X or Y..." | `Tip: Use /plan to think thr
- Memory & Context
- File Discovery
- Planning & Decisions
- Testing & Verification
- Session Management
- Usage
- Example
What does the hints skill do?
ALWAYS apply these hints automatically in your responses. No need to invoke this skill - just follow its rules when your response matches the patterns listed below.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill hints --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.
