Best Development Claude SkillsPage 26

#SkillAuthorDownloadsStars
1251
GitLab Code Review
GitLab 定时代码审查,自动获取新提交并生成 Review 报告。触发场景:(1) 用户说"配置 GitLab code review"、"设置代码审查"、"帮我监控 GitLab 提交"; (2) 用户提到 GitLab code review 或需要定时审查代码;(3) Heartbeat 执行定时检查时。
zhanghaiyu05111.2K-
1252
MIJ Kakao Local API (PowerShell)
PowerShell skill for calling Kakao Local API to normalize addresses and search places with keyword, location, radius, and category filters.
MunInJun1.2K-
1253
DynamoDB
Design DynamoDB tables and write efficient queries avoiding common NoSQL pitfalls.
Iván1.2K2
1254
Post Merge Rename
Post-merge branch renaming. Appends --merged-YYYY-MM-DD to preserve history.
Parker Todd Brooks1.2K-
1255
Praxis Google Workspace
Google Workspace CLI for Gmail, Calendar, and Drive. Official Google APIs wrapper for secure, direct API access without third-party proxies. Use when managin...
JFab681.2K1
1256
Frontend Composition Patterns
Build flexible React components using compound components, context providers, and explicit variants to avoid boolean prop proliferation and improve scalability.
wpank1.2K-
1257
Cassandra
Design Cassandra tables, write efficient queries, and avoid distributed database pitfalls.
Iván1.2K2
1258
stable-layer-sdk
A TypeScript SDK for interacting with Stable Layer on Sui blockchain, supporting minting, burning stablecoins, claiming yield rewards, and querying supply.
k66 (Lana Chen)1.2K-
1259
RegexVisualizer
Render Regulex-style railroad diagrams for a JavaScript regular expression and export the exact same SVG/PNG as the Regulex-Plus web UI (docs/index.html) "Ex...
Zhong Siyao1.2K2
1260
Claude Max Proxy Setup
Use when an agent or developer wants to reduce Claude API costs, route requests through a Claude Max or Pro subscription instead of per-token billing, or set...
DeepBlue1.2K-
1261
script creator with github companion
Create and modify scripts in ~/.nanobot/workspace/test with strict Git versioning. Each script lives in its own directory with an isolated git repository. Al...
cadot-eu1.2K-
1262
Android 3d Development
Help build and optimize 3D games and interactive experiences on Android, using engines and frameworks such as Unity, Unreal, or OpenGL/ Vulkan.
Tippy Entertainment1.2K-
1263
Near Qr Skill
Generate QR codes for NEAR addresses and payment requests, and read NEAR QR codes from images.
ussyalfaks1.2K-
1264
Scaffold
Generate complete project from PRD + stack template — directory structure, configs, CLAUDE.md, git repo, and GitHub push. Use when user says "scaffold projec...
Rust1.2K-
1265
gcal-oauth-bridge
Interact with the Calendar Bridge — a self-hosted Node.js service that provides a persistent REST API for Google Calendar events. Handles OAuth token auto-re...
Daniel Killenberger1.2K-
1266
Doctorbot Ci Validator
Stop failing in production. Validate your GitHub Actions, GitLab CI & Keep workflows offline with surgical precision. Born from Keep bounty research, perfected for agents.
bamontejano1.2K-
1267
Wechat Qwen Reply
WeChat chat reader + auto-reply (Qwen-VL vision + AHK send). Supports fast/slow capture, group nickname labels, file/red-packet cards, and filtering system m...
chenxundaozu1.2K1
1268
Plan
Explore codebase and create spec + phased implementation plan with file-level task breakdown. Use when user says "plan this feature", "create implementation...
Rust1.2K1
1269
Code Runner Local
Run code snippets in 30+ programming languages including JavaScript, Python, TypeScript, Java, C, C++, Go, Rust, Ruby, PHP, and more. Use when the user wants...
panchenbo1.2K-
1270
Windows Notifier
Send native Windows desktop notifications for local reminders, alerts, and background-attention events. Use when the user wants a Windows popup, a local toas...
Dougzl1.2K-
1271
Macro Helper
Excel宏与VBA助手。生成VBA代码、解释宏、调试错误、模板库、格式转换、性能优化。Excel macro and VBA helper with generate, explain, debug, template, convert.
BytesAgain21.2K-
1272
测试用例生成专家
测试用例生成专家技能。当用户提供产品需求文档、API链接、页面链接,或要求生成测试用例时触发。功能:多维度需求分析、系统化测试用例设计(等价类划分、边界值分析、决策表、状态转换、场景法、错误推测法)、高覆盖率保障。输出语言统一使用中文,严格按照标准测试用例格式输出。
wuhuqifei111111.2K4
1273
Karpathy Guidelines
基于 Andrej Karpathy 观察的编码指南。用于编写、审查或重构代码时,避免过度复杂化、进行精准修改、表面化假设,并定义可验证的成功标准。
wasinc1.2K1
1274
Raindrop CLI
Manage Raindrop.io bookmarks from the command line (search, exists, add, update, remove) using the Raindrop REST API. Use when automating bookmark capture and organization with a personal RAINDROP_TOKEN.
adorostkar1.2K-
1275
Universal Game Primitives
Universal game architecture DSL with six primitives (LOOP, TILEGRID, CONTROLBLOCK, POOL, EVENT, DISPATCHER). Use when: (1) designing portable game/sim loops, (2) translating between architectures (68K ↔ Cell ↔ CUDA ↔ ECS), (3) explaining engine structure to AI agents, (4) refactoring chaos into explicit state + flow. Invocation produces: Primitive Map, Dataflow Sketch, Worked Example, Portability Notes.
stusatwork-oss1.2K-
1276
browser Devtools Inspector
Inspect and analyze browser DevTools Console, Network, and Performance data to debug frontend issues like errors, failed requests, CORS, and slow loads.
QtadaGM1.2K1
1277
WeChat Work Doc Fetcher
Fetch and convert WeChat Work developer docs pages into clean Markdown files for use in Obsidian, handling SPA content and required authentication.
mouzhi1.2K-
1278
brave-api-free-search
Free Brave API alternative for OpenClaw. Completely FREE web search. Secure localhost-only deployment. Supports hidden --dev flag.
pipe1.2K-
1279
Sui Network
Assist with SUI transactions, object model, staking, and Move smart contracts.
Iván1.2K2
1280
PocketBase
Build backends with PocketBase collections, auth, and realtime.
Iván1.2K2
1281
Release Skills
WHAT: Universal release workflow with auto-detection, multi-language changelogs, semantic versioning, and git tagging. WHEN: User wants to create a release, bump version, update changelog, push a new version, or prepare for deployment. KEYWORDS: "release", "发布", "new version", "新版本", "bump version", "update version", "更新版本", "push", "推送", "create release", "prepare release", "tag version"
wpank1.2K-
1282
Go Concurrency Patterns
Production Go concurrency patterns — goroutines, channels, sync primitives, context, worker pools, pipelines, and graceful shutdown. Use when building concurrent Go applications or debugging race conditions.
wpank1.2K-
1283
FinTS Banking
Support for German personal online banking following FinTS banking standard. Out of the box support for many german banks. Uses system keychain to keep crede...
Hagen Hoferichter1.2K2
1284
Pinata ERC-8004
Register and verify ERC-8004 AI agents on-chain using Pinata IPFS and Viem for blockchain transactions
Pinata1.2K2
1285
Robot
Build robots from hobby to industrial with hardware wiring, ROS2, motion planning, and safety constraints.
Iván1.2K2
1286
Jarvis Codebase Mapper 01
Map unfamiliar codebases into modules, owners, and entrypoints. Use when handling development work that needs repeatable steps, quality gates, and practical...
xammarie1.2K1
1287
Android Native Dev
Android native application development and UI design guide. Covers Material Design 3, Kotlin/Compose development, project configuration, accessibility, and b...
smasherlxd1.2K-
1288
Landing Page Generator
Generate complete, responsive HTML landing pages from a product name, tagline, and description. Clean CSS, mobile-ready, with hero, features, CTA, and footer...
claudiodrusus1.2K-
1289
Service Layer Architecture
Controller-service-query layered API architecture with data enrichment and parallel fetching. Use when building REST APIs or GraphQL resolvers with clean separation of concerns. Triggers on API architecture, service layer, controller pattern, data enrichment, REST API.
wpank1.2K-
1290
Outlit SDK
Use when integrating Outlit tracking into web, server, native, or desktop apps; adding SDK event tracking, identity, consent, activation, billing, visitor tr...
Leo1.2K-
1291
Token Launcher - Tator Launch Pad
Launch tokens on any chain without giving up 30-50% of your fees. Two paths: Easy Mode (call Tator API via x402 — works with any wallet provider, no env vars...
Ninja Dev (QI)1.2K1
1292
auteng-docs
Publish technical docs with Mermaid diagrams, KaTeX math, and code highlighting. Persistent workspace, shareable links, versioning. Free.
Operator @ AutEng AI1.2K-
1293
Typescript Mastery
TypeScript advanced patterns — branded types, discriminated unions, template literals, generics, type guards, tsconfig optimization, and migration strategies
msruruguay1.2K-
1294
Futu Client
Provides a Python client to query stock positions, account info, place orders, and retrieve market data using the Futu OpenAPI.
xdl20031.1K1
1295
RegexTester
正则表达式助手,支持匹配测试、提取所有匹配、分组捕获、文本替换及常用模式生成。
crossallen1.1K-
1296
Confluence
Confluence API integration with managed OAuth. Manage pages, spaces, blogposts, comments, and attachments. Use this skill when users want to create, read, up...
byungkyu1.1K-
1297
Magic Quill
Generate YAML spell mapping files for OpenClaw Spellbook themed by a topic or URL, using dynamic spell-list discovery and heuristic fallback.
Yong1.1K-
1298
Markdown Validator
Validates Markdown files for broken local links.
WANGJUNJIE1.1K-
1299
Feishu Api Cache Fix
Reduces Feishu API calls from every minute to once every 2 hours by caching bot status, saving 99% of API quota usage.
bryan-chx1.1K-
1300
Weather Checker
Command-line weather checker tool with global city support, temperature, precipitation, and probability display with emoji formatting
luckisnow1.1K-
Browse all 8,476 Development skills

More Categories

Category listings include Claude skills with 1,000+ downloads, merged from Clawhub & SkillHub. See methodology.