You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(cc-lint): remove stale Portability dimension, fold into Correctness
Portability was really just field conformance (use only documented
frontmatter fields) — not cross-platform portability. Fold it into
Correctness where it belongs, add trigger synonyms, align approach
steps with evaluation-process.md, and add conflict resolution guidance.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: skills/cc-lint/SKILL.md
+7-10Lines changed: 7 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
disable-model-invocation: true
3
3
allowed-tools: Read, Grep, Glob, Bash
4
-
description: Performs quick structural validation of Claude Code customizations. Use when linting, validating structure, checking frontmatter, or reviewing any skill, agent, or hook for correctness. Checks YAML frontmatter, required fields, naming conventions, file organization, and settings.json health.
4
+
description: Performs quick structural validation of Claude Code customizations. Use when linting, validating structure, checking frontmatter, auditing customizations, reviewing skill structure, or reviewing any skill, agent, or hook for correctness. Checks YAML frontmatter, required fields, naming conventions, file organization, and settings.json health.
5
5
---
6
6
7
7
## Reference Files
@@ -41,16 +41,13 @@ If a specific file or directory is passed as an argument, lint that target direc
41
41
42
42
## Approach
43
43
44
-
When evaluating a Claude Code customization, this skill follows a systematic process:
44
+
When evaluating a Claude Code customization, this skill follows the process in [evaluation-process.md](references/evaluation-process.md):
45
45
46
-
1. Read and parse target file(s) to extract structure and content
47
-
2. Validate YAML frontmatter for documented fields and correct syntax
When dimensions conflict (e.g., brevity aids context economy but hurts trigger coverage), prioritize correctness first, then effectiveness, then clarity.
12
+
11
13
## Correctness Criteria
12
14
13
15
### Agents
@@ -37,7 +39,7 @@ Per the [Claude Code skills docs](https://docs.anthropic.com/en/docs/claude-code
37
39
38
40
- All fields are optional; only `description` is recommended
0 commit comments