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 with input: project conventions

Browse skills that use this input.

  • prd-task-creation - PRD Task Creation for ralph-tui
    PRDuser storiestask creationJSON schema

    ★ 602 · Updated 2026-05-28

    Provides PRD format rules, sizing guidance, and templates for generating ralph-tui compatible prd.json files from deltas

    ⚙ define PRD format⚙ generate prd.json files⚙ size user stories
  • review-code - Review Code Against Project Conventions
    code reviewquality assuranceTypeScriptHono

    ★ 1 · Updated 2026-05-09

    Review code changes against project conventions and best practices

    ⚙ determine review scope⚙ read changed files⚙ check code conventions
  • code-review - Structured code review with taxonomy guidance
    code-reviewstatic-analysiscode-qualitygit

    ★ 4 · Updated 2026-03-25

    Performs two-pass structured code review across selectable error categories with severity and confidence ratings

    ⚙ read diff source⚙ select review categories⚙ load review rules
  • codex-review-loop - Automated adversarial code review with Codex
    code reviewCodex CLIPR automationadversarial testing

    ★ 0 · Updated 2026-03-21

    Run adversarial code review via Codex CLI with structured finding analysis and atomic fix-verify-commit loop

    ⚙ detect open PR⚙ determine base branch⚙ launch codex review
  • zgrok-developer - zgrok Tunnel Service Development
    Rusttunnel servicedevelopmentngrok alternative

    ★ 18 · Updated 2026-03-19

    Develop zgrok tunnel service following project conventions and Rust best practices

    ⚙ read issues⚙ implement features⚙ fix bugs
  • compose-pro - Jetpack Compose Code Review Expert
    code-reviewandroid-developmentjetpack-composekotlin

    ★ 0 · Updated 2026-03-09

    Reviews Kotlin and Jetpack Compose code for best practices, modern APIs, and adherence to project conventions

    ⚙ check deprecated APIs⚙ validate state management⚙ ensure navigation performance
  • code-review - Automated Code Review for Quality and Security
    code-reviewquality-assurancesecuritybest-practices

    ★ 0 · Updated 2026-02-24

    Reviews code changes for bugs, style issues, security vulnerabilities, and best practices

    ⚙ review code changes⚙ check coding standards⚙ identify security vulnerabilities
  • finfocus-dev - FinFocus Core Development Workflow Guide for Contributors
    developmentgolangclitesting

    ★ 10 · Updated 2026-02-17

    Guide for implementing features, fixing bugs, writing tests, and following conventions in finfocus Go codebase

    ⚙ create CLI command files⚙ run make targets⚙ write Go tests
  • bench - Generate Mitata benchmark files following project conventions
    benchmarkingperformancetestingcode generation

    ★ 602 · Updated 2026-02-13

    Generate mitata benchmark files for specified benchmark categories

    ⚙ read existing benchmark patterns⚙ create benchmark file⚙ follow project conventions
  • commit-changes - Create Well-Formatted Git Commits Following Project Conventions
    gitversion-controlcommitcode-management

    ★ 6 · Updated 2026-02-13

    Create a commit for staged/unstaged changes following project conventions with auto-detected commit style

    ⚙ check git status⚙ analyze git log history⚙ categorize code changes
  • mock-data - Create Typed Mock Data Files for Development
    developmenttestingdata generationTypeScript

    ★ 602 · Updated 2026-02-13

    Creates typed mock data files in src/data/ following project conventions

    ⚙ create mock data files⚙ generate TypeScript interfaces⚙ export mock data objects