code-standards

Audit source files against language-specific coding standards and graph-based conventions.

2|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/jscott3201/ai-agent-skills --skill code-standards-jscott3201
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-standards
Source: https://github.com/jscott3201/ai-agent-skills/tree/main/skills/code-standards
Command: npx skills add https://github.com/jscott3201/ai-agent-skills --skill code-standards-jscott3201

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enforce language-specific coding standards, catch anti-patterns early, and guide idiomatic code. Operates as background knowledge during development and automatically audits files or scopes when invoked.

Core Features & Use Cases

  • Load and apply language-specific standards based on detected language to guide coding decisions during development.
  • Load project conventions from the graph to enforce organization-wide patterns and promote recurring issues to conventions.
  • Manual audit mode to check a specific file or directory against the current standards and conventions, returning actionable findings.

Quick Start

Audit a target source file or scope against the project's language standards and graph-based conventions.

Frequently Asked Questions about code-standards

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce language-specific coding standards during development?

To enforce coding standards, this Skill operates as background knowledge to guide coding decisions and automatically audits files or scopes against language-specific standards when invoked, catching anti-patterns early.

How do I audit a specific source file against project conventions?

You can manually audit a specific file or directory by invoking the manual audit mode, which checks the target against loaded language standards and graph-based conventions, returning actionable findings.

Can I promote recurring code violations into permanent project conventions?

Yes, recurring violations can be promoted to conventions. The Skill queries active conventions from the graph and elevates recurring issues it detects during static analysis into organization-wide patterns.

Does this static analysis tool require external linting dependencies?

No external linting dependencies are required. The Skill operates as background knowledge during development and performs code audits directly against loaded language standards and graph conventions.

What is the best way to catch anti-patterns before they spread across a codebase?

The best way to catch anti-patterns is using background knowledge enforcement that guides idiomatic code during development and audits files against language-specific standards to identify issues early.