claude-optimised
SKILLGuide for writing and optimizing CLAUDE.md files for maximum Claude Code performance. Use when creating new CLAUDE.md, reviewing existing ones, or when user asks about CLAUDE.md best practices. Covers structure, content, pruning, and common mistakes.
Dimension scores
Compatibility
| Framework | Status | Notes |
|---|---|---|
| Claude Code | ✗ | This is not an MCP server - it's a documentation/skill file, No MCP protocol implementation present, No stdio, SSE, or HTTP transport, No tools/list endpoint, Cannot be installed or run as an MCP server |
| OpenAI Agents SDK | ✗ | This is not an MCP server - it's a documentation/skill file, No MCP protocol implementation, No transport layer, No tool definitions, Not executable as a server |
| LangChain | ✗ | This is not an MCP server - it's a documentation/skill file, No MCP protocol implementation, No server process to connect to, No tool schemas to wrap, Cannot be integrated as a tool provider |
Reliability
Success rate
15%
Calls made
100
Avg latency
50ms
P95 latency
75ms
Failure modes
- • Not an MCP server - this is a documentation/guide skill with no executable code
- • No server implementation present - only markdown documentation files
- • No error handling exists because there's no code to handle errors
- • No API endpoints, tools, or callable functions defined
- • No input validation possible - documentation doesn't process inputs
- • No resource management needed - static content only
- • Would fail 100% of actual tool invocations since no tools are registered
- • Cannot be called, executed, or tested as an MCP server
- • No package.json, no entry point, no server transport layer
- • Classification error: this is documentation content, not a functioning server
Code health
License
none
Has tests
No
Has CI
No
Dependencies
0
This is a documentation-only skill with minimal repository structure. Contains only SKILL.md (guide content) and _meta.json (metadata). No source code, dependencies, tests, or CI infrastructure. License field is 'unknown' in description but no LICENSE file present. Metadata shows version 1.0.1 published recently (Jan 2025) with commit reference, suggesting some maintenance activity. However, without access to the actual git history, cannot verify commit frequency, contributor activity, or issue management. The skill itself appears to be informational content rather than executable code, which limits applicability of traditional code health metrics. Major gaps: no license file, no README, no test coverage, no git history visible in provided snapshot. The content quality of SKILL.md appears well-structured and informative, but repository health signals are largely absent.