Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component...
npx skills add Nirusan/claude-config --skill "refresh-context"
Install specific skill from multi-skill repository
# Description
Re-read project documentation (CLAUDE.md, progress.txt, memory-bank/) to refresh context. Use when starting a new session, after a break, or when the user says "refresh", "reload context", "what's the current state", or "on en est où".
# SKILL.md
name: refresh-context
description: Re-read project documentation (CLAUDE.md, progress.txt, memory-bank/) to refresh context. Use when starting a new session, after a break, or when the user says "refresh", "reload context", "what's the current state", or "on en est où".
triggers:
- "/refresh-context"
- "/refresh"
- "refresh context"
- "reload context"
- "what's the current state"
- "on en est où"
- "rafraîchir le contexte"
- "quel est l'état actuel"
allowed-tools: Read, Glob
user-invocable: true
Refresh Project Context
Re-read all key documentation files to understand the project.
Files to Read (in order)
- CLAUDE.md (project root)
- Code conventions
- Tech stack
-
Rules to follow
-
memory-bank/ (if present, exclude brainstorm.md)
prd.md/PRD.md- Product Requirementstech-stack.md- Detailed stackdesign-system.md- UI/UX guidelines-
plan.md- Implementation plan -
Implementation plan (fallback search in priority order if not in memory-bank/)
memory-bank/*-implementation-plan.mdormemory-bank/implementation-plan.md*-implementation-plan.mdorimplementation-plan.md(project root)docs/*-implementation-plan.mdordocs/implementation-plan.md-
First
**/*implementation-plan*.mdfound elsewhere -
Progress file (fallback search in priority order)
progress.txt,progress.md,PROGRESS.md(project root)-
memory-bank/progress.txt,memory-bank/progress.md -
database/schema.sql (if present)
- Database structure
Files to Ignore
brainstorm.md- Research/ideation, not relevant for implementationnode_modules/.next/
Summary Output
After reading, display:
## Context Loaded
**Project:** [Name]
**Stack:** [Next.js, Supabase, etc.]
**Current phase:** [Phase X - Name]
**Key conventions:**
- [Convention 1]
- [Convention 2]
**Suggested next action:**
[What seems to be the logical next step]
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.