name: cc-lint description: >- Performs quick structural validation of Claude Code customizations against the Agent Skills spec. Checks YAML frontmatter and required fields along with naming conventions and file organization. Also validates settings.json health. Use when linting or reviewing any customization for correctness.
Reference Files
Detailed evaluation guidance:
- evaluation-criteria.md - Correctness, clarity, and effectiveness standards for all customization types
- evaluation-process.md - Step-by-step validation process from identification to reporting
- report-format.md - Standardized report template and guidelines
- common-issues.md - Frequent problems by type with prevention best practices
- examples.md - Good vs poor customization comparisons with assessments
Focus Areas
- YAML Frontmatter Validation - Required fields, syntax correctness, field values
- Markdown Structure - Organization, readability, formatting consistency
- Portability - Spec conformance, cross-agent compatibility
- Description Quality - Clarity, completeness, trigger phrase coverage
- File Organization - Naming conventions, directory placement, reference structure
- Progressive Disclosure - Context economy, reference file usage
- Integration Patterns - Compatibility with existing customizations, settings.json health
Approach
When evaluating a Claude Code customization, this skill follows a systematic process:
-
Check for
skill-validatorCLI — Runwhich skill-validatorto detect availability -
If available and target is a skill: Run
skill-validator check <path>as a structural baseline. Parse its output for structure, frontmatter, link, content, and contamination results. Use these as the foundation for the report rather than duplicating the mechanical checks manually. - If unavailable or target is not a skill: Fall back to manual validation — read and parse target file(s) to extract structure and content
- Validate YAML frontmatter for required fields and correct syntax
- Apply type-specific validation criteria (agent/skill/command/hook/output-style)
- Assess context economy and progressive disclosure usage
- Verify spec-standard frontmatter (no non-standard fields)
- Check integration with settings.json and other customizations
- Generate structured report with specific findings and recommendations
- Prioritize issues by severity (correctness > clarity > effectiveness)
Steps 4-8 are always performed regardless of whether skill-validator is available. The CLI handles mechanical checks; this skill adds subjective analysis (description quality, integration patterns, clarity assessment).
Detailed criteria, process steps, and examples are available in the reference files above.
Tools Used
This skill uses read-only tools for analysis:
- Read - Examine file contents
- Grep - Search for patterns across files
- Glob - Find files by pattern
- Bash - Execute read-only commands (ls, wc, stat, skill-validator, etc.)
No files are modified during evaluation.
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
9
GitHub Forks
0
Created
Mar 2026
Last Updated
il y a 3 mois
tools
tools ide plugins
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!