项目文件夹

文件
NomenAK f16ce67a1f Refactor SuperClaude Modes and MCP documentation for concise behavioral guidance
Transform 10 framework files from verbose technical documentation into concise
behavioral guides focusing on Claude's cognitive enhancement:

Modes/ - Behavioral mindset modifiers:
- MODE_Token_Efficiency: Symbol systems and compression communication (360→75 lines)
- MODE_Introspection: Meta-cognitive analysis and self-reflection (266→39 lines)
- MODE_Task_Management: Orchestration and delegation mindset (302→41 lines)
- MODE_Brainstorming: Collaborative discovery dialogue (84→44 lines)

MCP/ - External tool decision guides:
- MCP_Context7: Library documentation lookup (98→30 lines)
- MCP_Sequential: Multi-step reasoning engine (103→33 lines)
- MCP_Magic: UI component generation (93→31 lines)
- MCP_Playwright: Browser automation (102→32 lines)
- MCP_Morphllm: Pattern-based editing (159→31 lines)
- MCP_Serena: Semantic understanding and memory (207→32 lines)

Enhanced structure: Purpose, Activation Triggers, Behavioral Changes/Choose When,
Outcomes/Works Best With, Examples. Focus on WHEN to shift cognitive approaches
and HOW behavior transforms, not technical implementation details.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-15 16:01:09 +02:00

1.3 KiB

Context7 MCP Server

Purpose: Official library documentation lookup and framework pattern guidance

Triggers

  • Import statements: import, require, from, use
  • Framework keywords: React, Vue, Angular, Next.js, Express, etc.
  • Library-specific questions about APIs or best practices
  • Need for official documentation patterns vs generic solutions
  • Version-specific implementation requirements

Choose When

  • Over WebSearch: When you need curated, version-specific documentation
  • Over native knowledge: When implementation must follow official patterns
  • For frameworks: React hooks, Vue composition API, Angular services
  • For libraries: Correct API usage, authentication flows, configuration
  • For compliance: When adherence to official standards is mandatory

Works Best With

  • Sequential: Context7 provides docs → Sequential analyzes implementation strategy
  • Magic: Context7 supplies patterns → Magic generates framework-compliant components

Examples

"implement React useEffect" → Context7 (official React patterns)
"add authentication with Auth0" → Context7 (official Auth0 docs)
"migrate to Vue 3" → Context7 (official migration guide)
"optimize Next.js performance" → Context7 (official optimization patterns)
"just explain this function" → Native Claude (no external docs needed)