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: best practices

Browse skills that share this tag.

  • Code Reviewer - AI-Powered Code Review and PR Analysis
    code reviewPR analysiscode qualitybug detection

    ★ 602 · Updated 2026-06-30

    Analyzes code changes to identify bugs, security vulnerabilities, performance issues, and style violations, generating prioritized review feedback.

    ⚙ detect logic bugs and edge cases⚙ scan security vulnerabilities⚙ review performance issues
  • claudemd-optimization - Optimize CLAUDE.md with best practices and progressive disclosure
    claude.mdoptimizationdocumentationprogressive disclosure

    ★ 602 · Updated 2026-06-30

    Optimizes CLAUDE.md by reducing verbosity, classifying sections into keep/move/delete, and relocating detailed content to agent_docs/ following HumanLayer best practices.

    ⚙ count CLAUDE.md lines⚙ classify CLAUDE.md sections⚙ create agent_docs directory
  • rules-generation - Generate Project-Specific Coding Rules from Confirmed Tech Stack
    coding rulescode qualitybest practicestech stack

    ★ 3 · Updated 2026-06-30

    Reads confirmed tech stack, ADRs, and NFR documents to generate project-specific .claude/rules/*.md files with YAML frontmatter paths scoping for code quality and best practices.

    ⚙ read tech stack document⚙ read ADR documents⚙ read NFR documents
  • cpp-coding - C++ Coding Standards and Best Practices Guide
    C++coding standardscode reviewRAII

    ★ 15 · Updated 2026-06-30

    Provides modern C++ coding standards covering RAII, smart pointers, error handling, concurrency, performance, and safety for implementation, refactoring, and code review.

    ⚙ Enforce modern C++ coding standards⚙ Review C++ code quality⚙ Guide C++ code refactoring
  • airflow-dag-patterns-v2 - Build Production Apache Airflow DAGs with Best Practices
    apache airflowdag patternsdata pipelineworkflow orchestration

    ★ 148 · Updated 2026-06-30

    Build production-ready Apache Airflow DAGs with best practices for operators, sensors, testing, and deployment strategies.

    ⚙ Design DAG structures and dependencies⚙ Implement custom operators and sensors⚙ Test Airflow DAGs locally
  • clean-code - Clean Code Standards & Best Practices
    code qualityrefactoringclean codenaming conventions

    ★ 14 · Updated 2026-06-30

    Pragmatic coding standards for clean, maintainable code including naming, functions, structure, and anti-patterns.

    ⚙ write new code⚙ refactor existing code⚙ review code quality
  • Creating and Editing Claude Skills - Create and edit Claude Code skills
    skillsClaude Codebest practicesskill creation

    ★ 602 · Updated 2026-06-15

    Guides creation, editing, and review of Claude Code skills with best practices

    ⚙ create skill⚙ edit skill⚙ review skill
  • laravel-best-practices - Laravel 13 Best Practices Guide
    LaravelPHPweb frameworkbest practices

    ★ 0 · Updated 2026-05-28

    Comprehensive best practices guide with 31 rules across 7 categories for Laravel 13 applications

    ⚙ create controllers⚙ create models⚙ create services
  • laravel-best-practices - Laravel 13 Best Practices Guide
    LaravelPHPbest practicesweb development

    ★ 0 · Updated 2026-05-28

    Comprehensive best practices guide for Laravel 13 applications with 31 rules across 7 categories

    ⚙ provide architecture guidelines⚙ provide database guidelines⚙ provide routing guidelines
  • react - React Best Practices Guide
    reactfrontendweb developmentcomponents

    ★ 602 · Updated 2026-05-28

    Provides React best practices for building scalable web applications with official documentation guidance and community standards

    ⚙ create React components⚙ design project structure⚙ implement state management
  • .claude/skills/best-practices-curation/SKILL.md - Systematically curate and maintain best practices
    knowledge managementbest practicesquality assurancecuration

    ★ 602 · Updated 2026-05-11

    Collects, evaluates, integrates, and updates best practices systematically

    ⚙ collect information sources⚙ classify information sources⚙ evaluate information sources
  • coding-standards - Universal Coding Standards and Best Practices
    code qualityTypeScriptReactAPI design

    ★ 26 · Updated 2026-05-11

    Defines universal coding standards, best practices, and patterns for code quality

    ⚙ define variable naming conventions⚙ establish function naming patterns⚙ enforce immutability rules
  • code-reviewer - Automated code review for quality
    code reviewcode qualitysecuritybest practices

    ★ 63 · Updated 2026-05-09

    Reviews code for quality, security, and best practices

    ⚙ Review code quality⚙ Check best practices⚙ Check security issues
  • clickhouse-best-practices - ClickHouse Best Practices Guide
    ClickHousedatabaseschema designquery optimization

    ★ 63 · Updated 2026-05-09

    Review ClickHouse schemas, queries, and configurations using 28 best practice rules for schema design, query optimization, and data ingestion.

    ⚙ review ClickHouse schemas⚙ review ClickHouse queries⚙ review data ingestion strategies
  • review-code - Code Review for Hono + React Monorepo
    code reviewcode qualitymonorepoHono

    ★ 0 · Updated 2026-05-09

    Review code against project conventions, identify errors, warnings, and nits in a Hono + React monorepo

    ⚙ review staged changes⚙ review pull requests⚙ review specific files
  • domain-research - MCP Domain Research for Requirements
    requirements engineeringdomain researchMCPknowledge gathering

    ★ 602 · Updated 2026-03-26

    Uses MCP servers to research domain knowledge, best practices, and industry requirements

    ⚙ search domain information⚙ query best practices⚙ analyze competitors
  • agent-reviewer - Code Review Agent
    code reviewquality assurancesecurityperformance

    ★ 18 · Updated 2026-03-25

    Code review and quality assurance specialist

    ⚙ review code structure⚙ read code⚙ audit security
  • agent-reviewer - Code Review Agent for Quality Assurance
    code reviewquality assurancesecurity auditperformance analysis

    ★ 602 · Updated 2026-03-25

    Code review and quality assurance specialist

    ⚙ review code⚙ audit security⚙ analyze performance
  • agent-reviewer - Code Review and Quality Assurance
    code reviewquality assurancesecurityperformance

    ★ 73,120 · Updated 2026-03-25

    Code review and quality assurance specialist

    ⚙ review code⚙ audit security⚙ analyze performance
  • ai-coding-discipline - AI Coding Discipline Rules
    code qualityerror handlingtestingdebugging

    ★ 172 · Updated 2026-03-24

    Enforces coding discipline rules to prevent common AI anti-patterns in code writing, editing, reviewing, bug fixing, and testing

    ⚙ write code⚙ edit code⚙ fix bugs

Scroll to load more