Albiee007

Init Project Rules — Code Quality skill for Claude Code

Code Quality community

Install lint tooling and the QuantQbit agent harness (rules, skills, agents, hooks) into the current project.

How to install Init Project Rules

Installs to ~/.claude/skills/albiee007-quantqbit-claude-rules-init-project-rules/SKILL.md

Terminal
mkdir -p ~/.claude/skills/albiee007-quantqbit-claude-rules-init-project-rules && curl -fsSL https://raw.githubusercontent.com/Albiee007/quantqbit-claude-rules/HEAD/commands/init-project-rules.md -o ~/.claude/skills/albiee007-quantqbit-claude-rules-init-project-rules/SKILL.md

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

What Init Project Rules does


description: Install lint tooling and the QuantQbit agent harness (rules, skills, agents, hooks) into the current project argument-hint: "[--non-interactive] [--project-name=NAME] [--code-subdir=DIR] [--force] [--no-harness]"

/init-project-rules

Set up the current project in two steps:

  1. Lint tooling, tailored to the detected stacks: .editorconfig, .shellcheckrc, .yamllint, .ansible-lint, scripts/lint.sh and Makefile, placed under the code subdirectory. Existing fil

Alternatives in Code Quality

  • Refactor Claude Md — Refactor CLAUDE.md by extracting sections to dedicated docs with path-scoped rules 1.6k ★
  • Brooks Debt — Run a Brooks-Lint tech debt assessment 1.5k ★
  • Lint — Run code quality checks on the project 155 ★

Full documentation available on GitHub

View Source Repository