This skill improves CLAUDE.md files by wrapping important content in XML tags to ensure relevance. It is designed for users who want to optimize their Claude Code interactions.
$ npx skills add https://github.com/humanlayer/skills --skill improve-claude-mdimprove-claude-md is a Claude Code skill that automatically rewrites your CLAUDE.md files using `<important if>` blocks to strengthen instruction adherence. The skill helps ensure critical directives and context are properly formatted and recognized by Claude, improving the effectiveness of your AI agent interactions. By structuring important content in dedicated XML tags, the skill makes instructions more discoverable and adherence more consistent. This is particularly useful for teams managing complex project guidelines or sensitive operational constraints that Claude needs to reliably follow.
Install using npm and provide your CLAUDE.md for improvement.
Enhance task-specific CLAUDE.md files
Optimize context relevance for AI agents
Improve clarity in AI task descriptions
$ npx skills add https://github.com/humanlayer/skills --skill improve-claude-mdgit clone https://github.com/humanlayer/skillsCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Improve the following CLAUDE.md file by wrapping critical sections in XML tags for better relevance in AI interactions. Focus on [TASK/GOAL] and ensure the structure is clear. Here is the content: [CONTENT_TO_IMPROVE]
```markdown # CLAUDE.md - Project Guidelines ## Key Workflows <critical> **Primary Task:** Implement user authentication system for [COMPANY]'s SaaS platform. **Priority:** High (Blocker for Q3 release) **Dependencies:** Database schema v2.1, OAuth2 provider integration </critical> ## Technical Constraints <important> - Must support SSO via Google Workspace - Password reset flows require email verification - Session timeout: 2 hours of inactivity </important> ## Implementation Notes <context> The authentication system will use JWT tokens stored in HTTP-only cookies. Refer to `docs/architecture/auth.md` for detailed flow diagrams. </context> ```
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan