CO
Context7 MCP Rule
Always use the Context7 MCP server when foundational planning or architecture decisions are being made.
Install
mkdir -p .claude/skills/context7-mcp-rule && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15688" && unzip -o skill.zip -d .claude/skills/context7-mcp-rule && rm skill.zipInstalls to .claude/skills/context7-mcp-rule
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Always use the Context7 MCP server when foundational planning or architecture decisions are being made.103 chars✓ has a “when” trigger
About this skill
Context7 MCP Rule
Objective
Whenever starting to plan or design fundamental architecture, new features, or making foundational choices for the application, you must consult the Context7 MCP server first.
Trigger Conditions
- Planning a new module or feature implementation.
- Establishing core patterns (e.g., authentication, database access).
- Deciding which specific library/dependency versions to use.
Action Details
- Request the latest framework documentation and best practices via
@mcp:context7:. - Ensure that the project architecture aligns with the most current recommended patterns for Spring Boot 3.x and Java 21, verifying findings against Context7 instead of relying solely on general knowledge.
- Reference the updated documentation gathered from Context7 when explaining architectural choices to the user.