LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: code style

Browse skills that share this tag.

  • golang-code-style - Go Code Style and Conventions
    Golangcode styleformattingconventions

    ★ 0 · Updated 2026-05-11

    Provides Go code style rules and formatting conventions for clarity and consistency

    ⚙ format code⚙ review code style⚙ write Go code
  • golang-code-style - Go Code Style Guide
    golangcode styleformattinglinting

    ★ 0 · Updated 2026-05-11

    Golang code style, formatting and conventions for writing and reviewing Go code

    ⚙ write Go code⚙ review code style⚙ configure linters
  • golang-code-style - Go Code Style & Formatting Guide
    GoGolangcode styleformatting

    ★ 11 · Updated 2026-05-11

    Go code style rules, formatting conventions, and code organization standards for writing and reviewing Go code.

    ⚙ format Go code⚙ review code style⚙ configure linters
  • spec-writer - AI Coding Agent Specification Writer
    AI agentspecificationdocumentationworkflow

    ★ 602 · Updated 2026-05-11

    Guide structured specification writing for AI coding agents using a 4-stage gated workflow and 6-domain framework

    ⚙ write specifications⚙ guide users⚙ create files
  • ruby-style - Ruby Style Guide Code Conventions
    Rubycode styleformattinglinter

    ★ 0 · Updated 2026-03-24

    Apply Ruby Style Guide conventions for consistent code formatting and structure

    ⚙ apply Ruby style conventions⚙ format Ruby code⚙ review code style
  • project-conventions - Discover and Apply Project Conventions
    code conventionscode styleproject structurecode review

    ★ 18 · Updated 2026-03-23

    Guides discovery and application of project-specific conventions for code patterns, naming, structure, and team practices

    ⚙ read configuration files⚙ examine documentation⚙ analyze source code
  • code-style - Code Style Enforcement for Consistent Development
    code styleformattingcode reviewcode quality

    ★ 602 · Updated 2026-02-23

    Enforces code style rules and formatting preferences during coding and review.

    ⚙ check control flow brackets⚙ search for existing utilities⚙ delete obsolete code
  • go-functional-options - Implement Functional Options Pattern for Go APIs
    Godesign patternsAPI designcode style

    ★ 211 · Updated 2026-02-11

    Applies the functional options pattern to Go constructors and public APIs with optional configuration.

    ⚙ define Option interface⚙ create With* constructors⚙ configure optional parameters