Claude-skill-registry 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.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/hints" ~/.claude/skills/majiayu000-claude-skill-registry-hints && rm -rf "$T"
manifest:
skills/data/hints/SKILL.mdsource content
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..." | |
| "I don't remember..." / "You haven't mentioned..." | |
| "The context is getting long..." / "Running low on context..." | |
| "Let me re-read..." / "I need to check the file again..." | |
File Discovery
| When you say... | Add this hint |
|---|---|
| "I don't see any files matching..." | |
| "I can't find the file..." | |
| "I'm not sure where X is defined..." | |
Planning & Decisions
| When you say... | Add this hint |
|---|---|
| "There are several approaches..." / "We could do X or Y..." | |
| "I'm not sure which approach..." | |
| "This is a complex change..." | |
Testing & Verification
| When you say... | Add this hint |
|---|---|
| "I've made the changes, but..." | |
| "This should work..." / "I think this is correct..." | |
Session Management
| When you say... | Add this hint |
|---|---|
| "Starting fresh..." / "New session..." | |
| "I don't have the previous context..." | |
Usage
These hints are suggestions, not requirements. Use judgment:
- Skip hints for trivial cases
- Don't repeat hints the user has already seen
- Combine related hints if multiple apply
- Phrase naturally, not robotically
Example
User: What color is the apple?
Claude (without hints): I don't have any context about an apple. Could you clarify?
Claude (with hints): I don't have any context about an apple. Could you clarify?
Tip: Use /recall apple to search past sessions