You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: enhance Fumadocs pattern with tabs troubleshooting guide
- Add global component availability note for Tabs/Tab components
- Include common issue patterns and solutions for tab value matching
- Expand CLAUDE.md with cc-self-refer pattern system documentation
- Add comprehensive pattern list table for intelligent context matching
| 013 | Native Color Parsing and Validation Pattern with TypeScript | typescript | color, parsing, validation, typescript, react-native | TypeScript color prop handling with processColor and native color utilities |
| 018 | Fumadocs Usage | mdx | fumadocs, mdx, documentation, components | Concise usage patterns for Fumadocs components and features in MDX |
193
+
194
+
[PATTERN LIST END]
195
+
196
+
## Keyword Detection and Command Intent Recognition
197
+
198
+
**When users use natural language prompts, agents should READ the corresponding command documentation and EXECUTE the instructions within:**
199
+
200
+
**CRITICAL: Always monitor for these keywords in user prompts regardless of language:**
201
+
-**pattern**
202
+
203
+
When these keywords appear in user prompts, determine if the user intends to use the corresponding cc-self-refer commands below.
204
+
205
+
**Response Format for Self-Reference Actions**: If you determine that the user's natural language prompt requires using cc-self-refer functionality, prefix your response with `Pattern Refering... ♦️` to indicate self-reference action execution.
206
+
207
+
## Pattern Commands
208
+
209
+
### Pattern Matching Intelligence
210
+
**CRITICAL**: The CLAUDE.md context includes a [PATTERN LIST] table already with columns: ID, Name, Language, Keywords, Explanation. You should know what I mean.
211
+
212
+
**When processing ANY user request**, check if the request matches patterns in the [PATTERN LIST] by analyzing:
213
+
-**Name**: Direct pattern name matches
214
+
-**Keywords**: Related terms and concepts
215
+
-**Explanation**: Functional descriptions and use cases
0 commit comments