code

Discover, validate, and guide code style from configs and code.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/dohernandez/claude-skills --skill code-dohernandez
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code
Source: https://github.com/dohernandez/claude-skills/tree/main/plugins/code/skills/code
Command: npx skills add https://github.com/dohernandez/claude-skills --skill code-dohernandez

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code style discovery, validation, and guidance to ensure consistent patterns across a project by learning from existing configurations and real code.

Core Features & Use Cases

  • Discover and infer language-appropriate style from linter/formatter configs and codebases
  • Validate and enforce standards via configured linters and formatters
  • Use in practice to configure projects, learn new patterns, and guide developers during implementation

Quick Start

Run /code configure to start discovering your project's code style.

Frequently Asked Questions about code

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

FAQPage Schema
How do I discover and enforce code style across a multi-language project?

Discover and validate code style by learning from existing linter configs and representative code files, then apply end-to-end checks to ensure consistent formatting and naming patterns.

Can I learn code style automatically from an existing codebase?

Yes, you can learn code style automatically from an existing codebase by using the learn mode to analyze representative files and infer appropriate formatting and naming conventions.

How do I configure linter and formatter rules from existing project configs?

Configure linter and formatter rules by running the configure mode, which discovers and infers language-appropriate style settings directly from your project's existing configuration files.

What is the best way to guide developers on code style during implementation?

The best way to guide developers on code style during implementation is using the guide mode, which integrates with the Claude workflow to enforce discovered standards and validate compliance.

Does this code style validation work with frontmatter-driven configuration?

Yes, code style validation works with frontmatter-driven configuration, satisfying setup through specific modes for configure, learn, check, and guide to enforce style standards.