Add Language Rules banner
ysyecust ysyecust

Add Language Rules

Productivity community

Description

--- name: add-language-rules description: Workflow command scaffold for add-language-rules in everything-claude-code. allowed_tools: ["Bash", "Read", "Write", "Grep", "Glob"] --- # /add-language-rules Use this workflow when working on **add-language-rules** in `everything-claude-code`. ## Goal Adds a new programming language to the rules system, including coding style, hooks, patterns, security, and testing guidelines. ## Common Files - `rules/*/coding-style.md` - `rules/*/hooks.md` - `rul

Installation

Installs to ~/.claude/commands/ysyecust-everything-claude-code-add-language-rules.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/ysyecust/everything-claude-code/HEAD/.claude/commands/add-language-rules.md -o ~/.claude/commands/ysyecust-everything-claude-code-add-language-rules.md

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

Full documentation available on GitHub

View Source Repository