Logo
ClawHub Skills Lib
HomeTrending
Home/๐Ÿ’ป Development/๐Ÿค– Coding Agents & IDEs

๐Ÿค– Coding Agents & IDEs AI Skills

386 AI agent skills for Coding Agents & IDEs. Part of the ๐Ÿ’ป Development category.

Coding Agents & IDEs Skills โ€” Page 2

386 skills
๐Ÿค–Coding Agents & IDEs

Skill Creator

skill-creator-2
yixinli867
v0.1.0
View Details

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

10
3.3k
16
3d ago
๐Ÿค–Coding Agents & IDEs

toughcoding

toughcoding
toughcoding
v1.0.2
View Details

Provides AI agents with authoritative knowledge on modern software development, emerging technologies, AI, AI systems, and applied engineering practices.

+2
10
3k
2
3d 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.

9
2.7k
5
today
๐Ÿค–Coding Agents & IDEs

Perry Coding Agents

perry-coding-agents
gricha
v1.5.0
View Details

Dispatch coding tasks to OpenCode or Claude Code on Perry workspaces. Use for development work, PR reviews, or any coding task requiring an isolated environment.

9
3.2k
2
today
๐Ÿค–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".

9
1.3k
3d ago
๐Ÿค–Coding Agents & IDEs

Python Coding Guidelines

python
adarshdigievo
v1.0.0
View Details

Python coding guidelines and best practices. Use when writing, reviewing, or refactoring Python code. Enforces PEP 8 style, syntax validation via py_compile, unit test execution, modern Python versions only (no EOL), uv for dependency management when available, and idiomatic Pythonic patterns.

9
2k
2
3d ago
๐Ÿค–Coding Agents & IDEs

Senior Architect

senior-architect
alirezarezvani
v1.0.0
View Details

This skill should be used when the user asks to "design system architecture", "evaluate microservices vs monolith", "create architecture diagrams", "analyze dependencies", "choose a database", "plan for scalability", "make technical decisions", or "review system design". Use for architecture decision records (ADRs), tech stack evaluation, system design reviews, dependency analysis, and generating architecture diagrams in Mermaid, PlantUML, or ASCII format.

9
2k
2
3d ago
๐Ÿค–Coding Agents & IDEs

Web Perf

web-perf
elithrar
v1.0.0
View Details

Analyzes web performance using Chrome DevTools MCP. Measures Core Web Vitals (FCP, LCP, TBT, CLS, Speed Index), identifies render-blocking resources, network dependency chains, layout shifts, caching issues, and accessibility gaps. Use when asked to audit, profile, debug, or optimize page load performance, Lighthouse scores, or site speed.

9
3.2k
today
๐Ÿค–Coding Agents & IDEs

Code Review

code-review
wpank
v1.0.0
View Details

Systematic code review patterns covering security, performance, maintainability, correctness, and testing โ€” with severity levels, structured feedback guidance, review process, and anti-patterns to avoid. Use when reviewing PRs, establishing review standards, or improving review quality.

8
1.1k
3d ago
๐Ÿค–Coding Agents & IDEs

Python

py
ivangdavila
v1.0.1
View Details

Write reliable Python avoiding mutable defaults, import traps, and common runtime surprises.

8
1.7k
2
3d ago
๐Ÿค–Coding Agents & IDEs

Prompt Log

prompt-log
thesash
v0.1.0
View Details

Extract conversation transcripts from AI coding session logs (Clawdbot, Claude Code, Codex). Use when asked to export prompt history, session logs, or transcripts from .jsonl session files.

7
2.4k
1
2d ago
๐Ÿค–Coding Agents & IDEs

Three.js

threejs
ivangdavila
v1.0.0
View Details

Build 3D web experiences with proper resource management and performance patterns.

7
765
2
3d ago
๐Ÿค–Coding Agents & IDEs

Computer Vision Expert

computer-vision-expert
zorrong
v1.0.0
View Details

SOTA Computer Vision Expert (2026). Specialized in YOLO26, Segment Anything 3 (SAM 3), Vision Language Models, and real-time spatial analysis.

7
1.1k
3d ago
๐Ÿค–Coding Agents & IDEs

Tdd Guide

tdd-guide
alirezarezvani
v1.0.0
View Details

Test-driven development workflow with test generation, coverage analysis, and multi-framework support

6
2.5k
yesterday
๐Ÿค–Coding Agents & IDEs

Senior Computer Vision

senior-computer-vision
alirezarezvani
v1.0.0
View Details

Computer vision engineering skill for object detection, image segmentation, and visual AI systems. Covers CNN and Vision Transformer architectures, YOLO/Faster R-CNN/DETR detection, Mask R-CNN/SAM segmentation, and production deployment with ONNX/TensorRT. Includes PyTorch, torchvision, Ultralytics, Detectron2, and MMDetection frameworks. Use when building detection pipelines, training custom models, optimizing inference, or deploying vision systems.

6
1.2k
yesterday
๐Ÿค–Coding Agents & IDEs

Agent Zero Bridge

agent-zero-bridge
DOWingard
v1.0.0
View Details

Delegate complex coding, research, or autonomous tasks to Agent Zero framework. Use when user says "ask Agent Zero", "delegate to A0", "have Agent Zero build", or needs long-running autonomous coding with self-correction loops. Supports bidirectional communication, file attachments, task breakdown, and progress reporting.

6
1.9k
4
today
๐Ÿค–Coding Agents & IDEs

Php Full Stack Developer

php-full-stack-developer
sja-dev1
v0.1.0
View Details

A senior, governance-backed PHP full-stack delivery OS for OpenClaw. Emphasizes pre-flight analysis, safe data changes, explicit contracts, and reproducible verification.

6
1.7k
4
yesterday
๐Ÿค–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

6
526
today
๐Ÿค–Coding Agents & IDEs

FastAPI

fastapi
ivangdavila
v1.0.0
View Details

Build fast, production-ready Python APIs with type hints, validation, and async support.

6
963
2
4d ago
๐Ÿค–Coding Agents & IDEs

ClawGator Superpowers

clawgator-superpowers
renggap
v1.0.0
View Details

Framework pengembangan perangkat lunak lengkap untuk tim ClawGator. Brainstorming, planning, eksekusi sistematis, TDD, debugging, code review, dan git worktrees. Trigger otomatis sebelum memulai proyek atau perubahan kode.

6
960
today
๐Ÿค–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

6
2.1k
today
๐Ÿค–Coding Agents & IDEs

Codesession

codesession
brian-mwirigi
v2.4.0
View Details

codesession (codesession-cli, code session, code-session) โ€” Track AI agent session costs, tokens, file changes, and git commits. Works with Claude Code, Open...

6
2.1k
2
today
๐Ÿค–Coding Agents & IDEs

Critical Code Reviewer

critical-code-reviewer
ziad-hsn
v0.1.0
View Details

Conduct rigorous, adversarial code reviews with zero tolerance for mediocrity. Use when users ask to "critically review" my code or a PR, "critique my code", "find issues in my code", or "what's wrong with this code". Identifies security holes, lazy patterns, edge case failures, and bad practices across Python, R, JavaScript/TypeScript, SQL, and front-end code. Scrutinizes error handling, type safety, performance, accessibility, and code quality. Provides structured feedback with severity tiers (Blocking, Required, Suggestions) and specific, actionable recommendations.

6
1.5k
3d ago
๐Ÿค–Coding Agents & IDEs

NodeJS

nodejs
ivangdavila
v1.0.1
View Details

Avoid common Node.js mistakes โ€” event loop blocking, async error handling, ESM gotchas, and memory leaks.

6
957
2
3d ago
โ†123โ€ฆ17โ†’

Data sourced from clawhub.ai ยท Built with Next.js, Supabase, Prisma