Agent skill · AI & Agents

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.

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/agent/hints/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

# 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

What's inside
Steps it walks through
  1. Memory & Context
  2. File Discovery
  3. Planning & Decisions
  4. Testing & Verification
  5. Session Management
  6. Usage
  7. Example
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going