shaunchew

Lint Framework — Code Quality skill for Claude Code

Code Quality community

Run framework-linter to detect drift, missing files, malformed specs, rule violations, template drift, and stale scratchpads.

How to install Lint Framework

Installs to ~/.claude/skills/shaunchew-savvy-template-lint-framework/SKILL.md

Terminal
mkdir -p ~/.claude/skills/shaunchew-savvy-template-lint-framework && curl -fsSL https://raw.githubusercontent.com/shaunchew/savvy-template/HEAD/commands/lint-framework.md -o ~/.claude/skills/shaunchew-savvy-template-lint-framework/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Lint Framework does


description: Run framework-linter to detect drift, missing files, malformed specs, rule violations, template drift, and stale scratchpads.

/sf:lint-framework

Run the framework linter and surface its findings with concrete fix suggestions.

Procedure

  1. Invoke the framework-linter skill with no arguments. It scans for: file-budget violations on AGENTS.md / CLAUDE.md / constitution.md, missing required files, malformed spec frontmatter, rule violations from the placement decision

Alternatives in Code Quality

  • Lint — Run code quality checks on the project 155 ★
  • Lint Proposals — Lint Proposals Skill 115 ★
  • Foundry Lint — Health-check the Foundry vault 99 ★

Full documentation available on GitHub

View Source Repository