Logo
ClawHub Skills Lib
HomeCategoriesUse CasesTrendingStatisticsBlog
HomeCategoriesUse CasesTrendingStatisticsBlog
ClawHub Skills Lib
ClawHub Skills Lib

Browse 50.000+ community-built AI agent skills for OpenClaw. Updated daily from clawhub.ai.

Explore

  • Home
  • Categories
  • Use Cases
  • Trending
  • Blog

Categories

  • Development
  • AI & Agents
  • Productivity
  • Communication
  • Data & Research
  • Business
  • Platforms
  • Lifestyle
  • Education
  • Design

Use Cases

  • AI Code Generation
  • Code Review & Testing
  • DevOps & Cloud
  • Security & Compliance
  • Build an AI Agent
  • Agent Memory & RAG
  • Multi-Agent Orchestration
  • Browser & Web Automation
  • Financial & Market Data
  • Crypto & Web3
  • Real-Time Web Search
  • News & Media Monitoring
  • Academic Research
  • Data & Analytics
  • AI Image Generation
  • Voice & Audio AI
  • AI Video Creation
  • Content Writing
  • Task & Project Management
  • Knowledge Management
  • Email & Messaging
  • SEO & Content Marketing
  • Sales & CRM
  • Workflow Automation
  • Social Media
  • Chinese Platforms
  • E-Commerce
  • Education & Tutoring
  • HR & Recruiting
  • Legal & Compliance
  • AI Code Generation
  • Code Review & Testing
  • DevOps & Cloud
  • Security & Compliance
  • Build an AI Agent
  • Agent Memory & RAG
  • Multi-Agent Orchestration
  • Browser & Web Automation
  • Financial & Market Data
  • Crypto & Web3
  • Real-Time Web Search
  • News & Media Monitoring
  • Academic Research
  • Data & Analytics
  • AI Image Generation
  • Voice & Audio AI
  • AI Video Creation
  • Content Writing
  • Task & Project Management
  • See all use cases →
  • AI Code Generation
  • Code Review & Testing
  • DevOps & Cloud
  • Security & Compliance
  • Build an AI Agent
  • Agent Memory & RAG
  • Multi-Agent Orchestration
  • Browser & Web Automation
  • Financial & Market Data
  • See all use cases →
© 2026 ClawHub Skills Lib. All rights reserved.Built with Next.js · Neon · Prisma
Home/Use Cases/⚡ AI Code Generation/⚡ Autocomplete & Inline

⚡ Autocomplete & Inline AI Skills

Complete functions in context, generate docstrings, and convert pseudocode to working implementations.

315 skillsPart of ⚡ AI Code Generation
Lang:

315 skills found

Page 1 of 14

🤖Coding Agents & IDEs

Requesting Code Review

requesting-code-review
zlc000190
v0.1.0
View Details

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

91
3k
4
2mo ago
🤖Coding Agents & IDEs

Verification Before Completion

verification-before-completion
zlc000190
v0.1.0
View Details

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

81
2.5k
3
2mo ago
🤖Coding Agents & IDEs

Finishing a Development Branch

finishing-a-development-branch
zlc000190
v0.1.0
View Details

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

71
1.2k
2mo ago
🤖Coding Agents & IDEs

Testing Patterns

testing-patterns
wpank
v0.1.0
View Details

Unit, integration, and E2E testing patterns with framework-specific guidance. Use when asked to "write tests", "add test coverage", "testing strategy", "test this function", "create test suite", "fix flaky tests", or "improve test quality".

49
4.1k
2
2mo ago
🤖Coding Agents & IDEs

Receiving Code Review

receiving-code-review
chenleiyanquan
v0.1.0
View Details

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation

48
2.8k
1
8d ago
🤖Coding Agents & IDEs

Senior Dev

senior-dev
michaelmonetized
v0.1.0
View Details

Production development workflow with TODO tracking, Graphite PRs, GitHub issues, Vercel deploy checks, and SMS notifications. Use when starting a new task, fixing bugs, implementing features, or any development work that needs tracked progress and code review.

32
3.2k
5
2mo ago
🤖Coding Agents & IDEs

Clean Code

clean-code-review
wpank
v1.0.0
View Details

Pragmatic coding standards for writing clean, maintainable code — naming, functions, structure, anti-patterns, and pre-edit safety checks. Use when writing new code, refactoring existing code, reviewing code quality, or establishing coding standards.

31
4.6k
6
2mo ago
🤖Coding Agents & IDEs

Code Generator

code-generator
xueyetianya
v2.3.3
View Details

Multi-language code generator. Generate functions, classes, API endpoints, CRUD operations, test code, refactoring suggestions, language conversion guides, a...

30
2.8k
2
1mo ago
🤖Coding Agents & IDEs

Codex Orchestrator

codex-orchestrator
Microcarft
v1.0.0
View Details

Monitor, control, and orchestrate background Codex sessions. Use this skill to track progress, handle interruptions, and ensure task completion for long-running coding tasks.

29
3.5k
1
2mo ago
🤖Coding Agents & IDEs

Senior Fullstack

senior-fullstack
alirezarezvani
v1.0.0
View Details

Fullstack development toolkit with project scaffolding for Next.js/FastAPI/MERN/Django stacks and code quality analysis. Use when scaffolding new projects, analyzing codebase quality, or implementing fullstack architecture patterns.

17
2.1k
2
2mo ago
🤖Coding Agents & IDEs

Claude Code Supervisor

claude-code-supervisor
johba37
v1.0.0
View Details

Supervise Claude Code sessions running in tmux. Uses Claude Code hooks with bash pre-filtering (Option D) and fast LLM triage to detect errors, stuck agents, and task completion. Harness-agnostic — works with OpenClaw, webhooks, ntfy, or any notification backend. Use when: (1) launching long-running Claude Code tasks that need monitoring, (2) setting up automatic nudging for API errors or premature stops, (3) getting progress reports from background coding agents, (4) continuing work after session/context limits reset. Requires: tmux, claude CLI.

17
2.7k
3
8d ago
🤖Coding Agents & IDEs

Senior Backend

senior-backend
alirezarezvani
v2.1.1
View Details

Designs and implements backend systems including REST APIs, microservices, database architectures, authentication flows, and security hardening. Use when the...

16
2.5k
8d ago
🤖Coding Agents & IDEs

OpenAI Codex Sub Agents

codex-sub-agents
adamsardo
v1.0.0
View Details

Use OpenAI Codex CLI for coding tasks. Triggers: codex, code review, fix CI, refactor code, implement feature, coding agent, gpt-5-codex. Enables Clawdbot to delegate coding work to Codex CLI as a subagent or direct tool.

15
3.3k
6
8d ago
🤖Coding Agents & IDEs

Nodejs Patterns

nodejs-patterns
wpank
v1.0.0
View Details

WHAT: Production-ready Node.js backend patterns - Express/Fastify setup, layered architecture, middleware, error handling, validation, database integration, authentication, and caching. WHEN: User is building REST APIs, setting up Node.js servers, implementing authentication, integrating databases, adding validation/caching, or structuring backend applications. KEYWORDS: nodejs, node, express, fastify, typescript, api, rest, middleware, authentication, jwt, validation, zod, postgres, mongodb, redis, caching, rate limiting, error handling

14
2.3k
3
2mo ago
🤖Coding Agents & IDEs

Test Case Generator

test-case-generator
honestqiao
v1.0.0
View Details

Automatically generate complete unit test code including imports, test cases, mocks, and assertions for Jest, Mocha, or Pytest from given code.

12
784
8d ago
🤖Coding Agents & IDEs

Claude_Game_Developer

game-developer-skill
CryptoRabea
v1.0.0
View Details

Use when building game systems, implementing Unity/Unreal features, or optimizing game performance. Invoke for Unity, Unreal, game patterns, ECS, physics, ne...

11
1.7k
5
2mo ago
🤖Coding Agents & IDEs

Ralph Mode - Autonomous Development Loops

ralph-mode
richginsberg
v1.2.0
View Details

Autonomous development loops with iteration, backpressure gates, and completion criteria. Use for sustained coding sessions that require multiple iterations, test validation, and structured progress tracking. Supports Next.js, Python, FastAPI, and GPU workloads with Ralph Wiggum methodology adapted for OpenClaw.

11
3.5k
6
2mo ago
🤖Coding Agents & IDEs

Ralph Loop (Agent Mode)

ralph-loop-agent
addozhang
v1.1.0
View Details

Guide OpenClaw agents to execute Ralph Wiggum loops using exec and process tools. Agent orchestrates coding agents (Codex, Claude Code, OpenCode, Goose) with proper TTY support via pty:true. Plans/builds code via PROMPT.md + AGENTS.md, SPECS and IMPLEMENTATION_PLAN.md. Includes PLANNING vs BUILDING modes, backpressure, sandboxing, and completion conditions. Users request loops, agents execute using tools.

11
2k
8d ago
🤖Coding Agents & IDEs

Openssl

openssl
Asleep123
v1.0.0
View Details

Generate secure random strings, passwords, and cryptographic tokens using OpenSSL. Use when creating passwords, API keys, secrets, or any secure random data.

10
2.4k
1
2mo ago
🤖Coding Agents & IDEs

Project Scaffold

project-scaffold
cmanfre7
v1.0.0
View Details

Generate new projects with standardized structure, tooling, and configuration for web, API, mobile, CLI, or browser extension apps.

10
2.3k
2
2mo ago
🤖Coding Agents & IDEs

Senior Qa

senior-qa
alirezarezvani
v2.1.1
View Details

Generates unit tests, integration tests, and E2E tests for React/Next.js applications. Scans components to create Jest + React Testing Library test stubs, an...

10
2.1k
2
1mo ago
🤖Coding Agents & IDEs

simplify-and-harden

simplify-and-harden
pskoett
v1.0.1
View Details

Post-completion self-review for coding agents that runs simplify, harden, and micro-documentation passes on non-trivial code changes. Use when: a coding task...

8
1.5k
10
2mo ago
🤖Coding Agents & IDEs

Architect

architect
ivangdavila
v1.0.0
View Details

Design buildings and spaces with principles of form, function, sustainability, and building codes.

7
1.6k
2
2mo ago
🤖Coding Agents & IDEs

HTML Coder

html-coder
jhauga
v2.0.1
View Details

Expert HTML development skill for building web pages, forms, and interactive content. Use when creating HTML documents, structuring web content, implementing...

7
1.1k
2
1mo ago
…

Other ⚡ AI Code Generation Phases

🏗️
Project Scaffolding
Generate complete project structures, starter templates, and boilerplate from plain descriptions.
🔄
Refactoring
Refactor legacy code, apply design patterns, migrate APIs, and improve code structure.
🖥️
Frontend & UI
Generate React, Vue, and other frontend components, styles, and page layouts from descriptions.