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-generation

Browse skills that share this tag.

  • figma-to-code - Figma-to-Code Fidelity Skill
    figmafrontendui-reproductioncode-generation

    ★ 0 · Updated 2026-09-22

    Enforces pixel-faithful reproduction of Figma designs into code without creative substitutions or approximations.

    ⚙ Extract exact design properties⚙ Download actual design assets⚙ Reproduce layouts and components
  • frontend-design - Create distinctive, production-grade frontend interfaces.
    frontenddesignuicode-generation

    ★ 3 · Updated 2026-09-21

    Generates production-grade frontend code for web components, pages, artifacts, and applications while avoiding generic AI aesthetics.

    ⚙ Gather required project design context⚙ Run teach-impeccable for missing context⚙ Establish bold conceptual design directions
  • arxivist - Multi-Agent Research-to-Code Orchestrator
    multi-agentpaper-reproducibilityarxivcode-generation

    ★ 19 · Updated 2026-09-20

    Converts scientific papers into executable Git repositories using a multi-agent pipeline.

    ⚙ Parse scientific papers into SIR⚙ Register SIR artifacts⚙ Plan repository architecture
  • manim-idea-to-export - Convert ideas into ManimCE animations and exported videos
    manimmanimceanimationvideo-generation

    ★ 16 · Updated 2026-09-19

    Converts plain-language concepts, narration, and storyboard notes into ManimCE scene plans, runnable code, preview renders, and final video exports.

    ⚙ Parse text concepts⚙ Build scene blueprints⚙ Generate ManimCE code
  • nx-generate - Generate code and projects using Nx generators
    nxgeneratorscaffoldmonorepo

    ★ 0 · Updated 2026-09-19

    Scaffolds projects, applications, libraries, or boilerplate code in a monorepo using Nx generators.

    ⚙ Discover available Nx generators⚙ Match generators to user requests⚙ Inspect generator options and help
  • nx-generate - Generate code and scaffold projects using Nx generators
    nxgeneratorscaffoldingmonorepo

    ★ 0 · Updated 2026-09-19

    Scaffolds projects, libraries, and code artifacts using plugin or local generators in Nx monorepos.

    ⚙ Discover available Nx generators⚙ Inspect generator options and schema⚙ Read generator source code
  • soap-bin-script - Create synchronous SOAP operation scripts in bin/
    soapphphyper-vcode-generation

    ★ 7 · Updated 2026-09-19

    Generates boilerplate code for synchronous SOAP operation scripts in the bin directory using HyperVService.

    ⚙ Identify SOAP method signature⚙ Create script file in bin⚙ Add mandatory ini_set block
  • pseudocode-to-java-code - Convert pseudocode and algorithm specifications to Java code
    pseudocodejavacode-generationalgorithm

    ★ 18 · Updated 2026-09-18

    Converts pseudocode descriptions and algorithm specifications into complete, executable Java code while preserving logic and control flow.

    ⚙ Convert pseudocode into Java code⚙ Generate Java test cases⚙ Provide mapping summaries
  • mcu-cubemx - Modify STM32 .ioc and regenerate initialization code
    stm32cubemxemberprobecode-generation

    ★ 5 · Updated 2026-09-18

    Modifies STM32 .ioc configurations and regenerates initialization code using STM32CubeMX on Windows through EmberProbe.

    ⚙ Detect CubeMX configuration⚙ Inspect project configuration⚙ Generate candidate IOC file
  • zero-to-documented - Build a complete, documented pi extension from scratch
    pi-extensioncode-generationscaffoldingdocumentation

    ★ 0 · Updated 2026-09-18

    Guides through planning, scaffolding, implementing, documenting, validating, reviewing, and installing a pi extension.

    ⚙ Plan extension structure⚙ Scaffold extension workspace⚙ Implement extension logic
  • php-clean-architecture - Clean architecture patterns for PHP projects
    phpclean-architecturecode-generationdependency-checking

    ★ 16 · Updated 2026-09-18

    Provides patterns and CLI commands for scaffolding components, managing dependencies, and invoking UseCases with giacomomasseron/php-clean-architecture.

    ⚙ Scaffold clean architecture components⚙ Invoke UseCases via static helper⚙ Listen to UseCase events
  • dataverse-python-usecase-builder - Dataverse Python SDK Solution & Usecase Builder
    dataversepython-sdkpower-platformsolution-architecture

    ★ 0 · Updated 2026-09-17

    Generates complete solutions for Dataverse SDK use cases with architecture recommendations.

    ⚙ Analyze use case requirements⚙ Design data model structures⚙ Select architectural solution patterns
  • standard-first - Prefer standard official solutions over custom code
    best-practicescode-generationdependency-managementframeworks

    ★ 0 · Updated 2026-09-17

    Guides technical implementation to prefer built-in framework features and official packages over custom or AI-generated code.

    ⚙ Inspect project manifests for stack context⚙ Check session for technology-specific skills⚙ Search package registries for existing solutions
  • plan-analysis - Recommend statistical models and construct model hierarchies
    statisticsmodel-selectiondata-analysishypothesis-testing

    ★ 0 · Updated 2026-09-17

    Recommends statistical models and generates runnable hierarchical code stubs based on research questions, variable types, and study design.

    ⚙ Collect research intake details⚙ Navigate statistical decision trees⚙ Formulate hierarchical model sequences
  • code-gen - Generate project JSON schemas and OpenAPI specs
    code-generationjson-schemaopenapiprotobuf

    ★ 1 · Updated 2026-09-16

    Regenerates JSON schemas, OpenAPI specs, and protobuf bindings for project dataset manifests and APIs.

    ⚙ Regenerate all schemas and specs⚙ Generate common dataset manifest schema⚙ Generate derived dataset manifest schema
  • matlab-live-script - MATLAB Plain Text Live Script Generator
    matlablive-scriptcode-generation

    ★ 0 · Updated 2026-09-16

    Creates MATLAB plain text Live Scripts in .m format combining executable code with rich text documentation.

    ⚙ Create plain text Live Scripts⚙ Generate educational MATLAB content⚙ Convert code into Live Scripts
  • webrpc-ridl-schema - Write RIDL schemas and generate webrpc code
    webrpcridlcode-generationapi-contract

    ★ 828 · Updated 2026-09-15

    Write and edit webrpc .ridl schema files and run webrpc-gen code generation.

    ⚙ Edit RIDL schema files⚙ Format schemas using ridlfmt⚙ Generate code via webrpc-gen
  • ui-to-vue - Batch-convert UI screenshots into Vue 3 components
    vue3ui-convertercode-generationvant

    ★ 0 · Updated 2026-09-15

    Batch converts UI screenshots into Vue 3 Composition API components using Vant, Element Plus, or Ant Design Vue.

    ⚙ Convert UI screenshots into Vue components⚙ Group related screenshots into page components⚙ Map visual elements to UI libraries
  • file-builder-expert - Author and fix C# code templates using CSharpFile API
    c-sharpcode-generationcsharpfilefluent-api

    ★ 22 · Updated 2026-09-15

    Author or fix C# code generation templates using Fluent CSharpFile builder API covering constructor structure, callback priorities, and type resolution.

    ⚙ Author C# code generation templates⚙ Fix C# builder templates⚙ Register build callbacks
  • frontend-design - Build distinctive production-grade frontend interfaces
    frontenddesignuicode-generation

    ★ 18 · Updated 2026-09-14

    Guides the creation of production-grade frontend interfaces and code while avoiding generic aesthetics.

    ⚙ Understand frontend requirements and constraints⚙ Establish conceptual design directions⚙ Generate production-grade frontend code

Scroll to load more