Apply language-specific style guide rules to your code. Use when writing or reviewing code to ensure consistency with best practices.
Apply language-specific style guides to your code for consistency and best practices. Use when writing or reviewing code to ensure proper formatting, naming conventions, and idiomatic patterns.
/plugin marketplace add pilotparpikhodjaev/conductor_cc/plugin install conductor@conductor-ccThis skill inherits all available tools. When active, it can use any tool Claude has access to.
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:
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.