{"id":34979193,"url":"https://github.com/dotcommander/cclint","last_synced_at":"2026-03-13T19:09:36.006Z","repository":{"id":330200257,"uuid":"1121379238","full_name":"dotcommander/cclint","owner":"dotcommander","description":"Linter for Claude Code agents, commands, and skills","archived":false,"fork":false,"pushed_at":"2026-03-06T01:35:35.000Z","size":11224,"stargazers_count":13,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-06T05:37:31.365Z","etag":null,"topics":["claude-code","cli","golang","linter"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dotcommander.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-22T22:37:01.000Z","updated_at":"2026-03-06T01:35:33.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/dotcommander/cclint","commit_stats":null,"previous_names":["dotcommander/cclint"],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/dotcommander/cclint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotcommander%2Fcclint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotcommander%2Fcclint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotcommander%2Fcclint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotcommander%2Fcclint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dotcommander","download_url":"https://codeload.github.com/dotcommander/cclint/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotcommander%2Fcclint/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30472991,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T17:15:31.527Z","status":"ssl_error","status_checked_at":"2026-03-13T17:15:22.394Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["claude-code","cli","golang","linter"],"created_at":"2025-12-27T00:51:42.154Z","updated_at":"2026-03-13T19:09:35.982Z","avatar_url":"https://github.com/dotcommander.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cclint\n\nA linter for Claude Code components. Catches schema errors, enforces structure, and flags cross-file problems before they surface as confusing runtime behavior.\n\nHandles agents, commands, skills, plugins, and settings.\n\n## Install\n\n```bash\ngo install github.com/dotcommander/cclint@latest\n```\n\n## Usage\n\n```bash\ncclint                    # lint everything under ~/.claude\ncclint agents             # one component type\ncclint ./path/to/file.md  # lint specific files\ncclint --staged           # only staged files (pre-commit)\ncclint --scores           # quality scores (0-100)\ncclint fmt --write        # auto-format component files\n```\n\n## What it catches\n\n- Frontmatter schema errors (embedded CUE schemas)\n- Size, structure, and naming violations per component type\n- Cross-file issues: broken references, orphaned skills, ghost triggers\n- Settings validation: hooks, permissions, MCP servers, security\n- Delegation anti-patterns in commands and agents\n\n## Baseline mode\n\nFor projects with existing violations, adopt incrementally:\n\n```bash\ncclint --baseline-create   # snapshot current state\ncclint --baseline          # only fail on new issues\n```\n\nCommit `.cclintbaseline.json` and tighten over time.\n\n## Quality scoring\n\nEvery component gets a 0-100 score across structural completeness, practices, composition, and documentation. Tier grades A-F. Useful for prioritizing what to fix first.\n\n## More\n\nSee `docs/README.md` for setup, CI integration, and contributor guides.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotcommander%2Fcclint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdotcommander%2Fcclint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotcommander%2Fcclint/lists"}