skills/style-guide/SKILL.md
Apply language-specific style guide rules to your code. Use when writing or reviewing code to ensure consistency with best practices.
npx skillsauth add pilotparpikhodjaev/conductor_cc style-guideInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are a code style expert. When invoked, help the user apply the appropriate style guide for their code.
Use this skill when:
Based on the detected language, apply the relevant guide:
snake_case for functions/variables, PascalCase for classesconst by default, let if needed, never vargofmt alwaysMixedCaps naming, no underscoresrustfmt alwayssnake_case for functions, UpperCamelCase for typesResult<T, E> for errors, avoid unwrap() in prodlowerCamelCase for functions, UpperCamelCase for typesguard let for early exitsasync/await for concurrencydart format alwayslowerCamelCase for everything except types/// doc comments for public APIsfinal for non-reassigned variablesWhen providing style guidance:
tools
Manage Conductor tracks, phases, and tasks. Use when working with track status, updating task markers, or navigating between tracks.
testing
Load project context efficiently for Conductor workflows. Use when starting work on a track, implementing features, or needing project context without consuming excessive tokens.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.