Back to list
lackeyjb

code-styleguides

by lackeyjb

Context-Driven Development framework for Claude Code. Inspired by https://github.com/gemini-cli-extensions/conductor

9🍴 0📅 Jan 23, 2026

SKILL.md


name: code-styleguides description: Language-specific code style guidelines. Use when writing TypeScript, Python, Go, JavaScript, or HTML/CSS code to ensure consistent, idiomatic, and maintainable code following best practices. allowed-tools: Read, Glob

Code Styleguides

Language-specific coding standards and best practices.

How It Works

Reads project-level styleguides from conductor/code_styleguides/ (copied during /conductor:setup based on tech stack).

Supported Languages

LanguageExtensionsStyleguide File
TypeScript.ts, .tsx, .mts, .ctsconductor/code_styleguides/typescript.md
Python.py, .pyiconductor/code_styleguides/python.md
Go.goconductor/code_styleguides/go.md
JavaScript.js, .jsx, .mjs, .cjsconductor/code_styleguides/javascript.md
HTML/CSS.html, .css, .scss, .sassconductor/code_styleguides/html-css.md

When to Activate

Writing new code, reviewing code, refactoring, or setting up new files/modules.

Universal Principles

AspectGuideline
NamingDescriptive, meaningful; clarity over brevity; consistency
StructureSingle responsibility; max 3-4 nesting levels; group related code
DocumentationDocument "why" not "what"; keep updated; docstrings for public APIs
ErrorsHandle explicitly; fail fast with clear messages; never swallow
TestingWrite alongside code (TDD); test behavior not implementation; high coverage on critical paths

Quick Reference

SettingRecommendation
Line length80-120 characters
Indentation2 spaces (JS/TS), 4 spaces (Python), tabs (Go)
NamingFollow language conventions
ImportsOrganized and grouped
CommentsMinimal, meaningful

Setup

If styleguides missing:

  1. Run /conductor:setup to initialize
  2. Or copy from templates/code-styleguides/ to conductor/code_styleguides/

Check: ls conductor/code_styleguides/

Integration

Works with: conductor-context (project overrides), tdd-workflow (language test patterns)

Score

Total Score

75/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon