remember
Reloads critical instructions when behavior degrades. Use when forgetting tools, not delegating, or missing safety rules. Refreshes orchestration mode, tool awareness, and safety constraints.
Profile →npx skills add majiayu000/claude-skill-registry --skill remember-rustylindquist-enhancedhr-2 --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.
# Remember Forcefully reload critical instructions without losing session state. ## When to Use - Agent doing work directly instead of delegating - Forgetting tools (Supabase CLI, Playwright MCP) - Missing safety rules or not spawning agents - User says "you forgot" or "remember to..." - Every 30-45 min in long sessions ## Immediate Actions ### 1. Confirm Safety - NO destructive DB commands (`supabase db reset`, `DROP TABLE`, `TRUNCATE`) - Use targeted SQL, `createAdminClient()`, incremental migrations instead - Inject safety rules into any spawned agents ### 2. Confirm Orchestration - I am the **ORCHESTRATOR** — I plan, coordinate, synthesize - I **DELEGATE** implementation to specialized agents - Frontend work → @frontend-agent - Backend work → @backend-agent - Code exploration → @research-agent - Testing → @test-agent ### 3. Confirm Tool Awareness - **Supabase CLI** — Use for ALL database questions - **Playwright MCP** — Use AFTER any UI changes - **Agent spawning** — Use for implementation work ### 4. Confirm Process - 2-gate flow: doc-informed plan → execute with doc updates - Context management: spawn agents, query lazily, checkpoint regularly ## Output ``` ## Instructions Re
- When to Use
- Immediate Actions
- 1. Confirm Safety
- 2. Confirm Orchestration
- 3. Confirm Tool Awareness
- 4. Confirm Process
- Output
- Related
What does the remember skill do?
Reloads critical instructions when behavior degrades. Use when forgetting tools, not delegating, or missing safety rules. Refreshes orchestration mode, tool awareness, and safety constraints.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill remember-rustylindquist-enhancedhr-2 --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.