Code Gen

Generate code, boilerplate, scaffolding

Showing 7057-7080 of 11172 skills
ngxtm

angular-best-practices

by ngxtm

"Angular performance optimization and best practices guide. Use when writing, reviewing, or refactoring Angular code for optimal performance, bundle size, and rendering efficiency."

Code Gen 7 4mo ago
SwiftZilla

swift_package_manager

by SwiftZilla

Swift Package Manager (SPM) for dependency management, package creation, and modular code organization.

Code Gen 7 4mo ago
pluginagentmarketplace

kotlin-spring

by pluginagentmarketplace

Spring Boot with Kotlin - controllers, services, coroutines

API Dev 7 5mo ago
ilude

github-templates

by ilude

GitHub repository templates and configuration. Activate when setting up GitHub repos, CONTRIBUTING.md, CODEOWNERS, issue templates, PR templates, or GitHub Copilot instructions.

Code Gen 7 5mo ago
sablier-labs

sablier

by sablier-labs

This skill should be used when the user asks "what is Sablier", "explain Sablier protocol", "how does Sablier work", "Sablier vesting", "Sablier airdrops", "Sablier payroll", mentions Sablier company/product/protocol, or needs context about the Sablier ecosystem.

Code Gen 7 5mo ago
troykelly

no-deferred-work

by troykelly

Use during all development - no TODOs, no FIXMEs, no "we'll add this later"; do it now or get explicit deferral permission

Code Gen 7 5mo ago
ngxtm

agile-product-owner

by ngxtm

Agile product ownership toolkit for Senior Product Owner including INVEST-compliant user story generation, sprint planning, backlog management, and velocity tracking. Use for story writing, sprint planning, stakeholder communication, and agile ceremonies.

Code Gen 7 4mo ago
troykelly

branch-discipline

by troykelly

Use before any code changes - hard gate ensuring work never happens on main branch, with proper feature branch creation from correct base

Code Gen 7 5mo ago
XiaomingX

feishu-connection

by XiaomingX

Connect a Feishu (Lark) bot to Clawdbot via WebSocket long-connection. No public server, domain, or ngrok required. Use when setting up Feishu/Lark as a messaging channel, troubleshooting the Feishu bridge, or managing the bridge service (start/stop/logs). Covers bot creation on Feishu Open Platform, credential setup, bridge startup, macOS launchd auto-restart, and group chat behavior tuning.

CLI Tools 7 4mo ago
xinbenlv

codereview-config

by xinbenlv

Review configuration, secrets, and environment handling. Checks for safe defaults, secret management, feature flags, and environment parity. Use when reviewing config files, environment variables, or feature flags.

Code Gen 7 5mo ago
troykelly

database-architecture

by troykelly

MANDATORY when designing schemas, writing migrations, creating indexes, or making architectural database decisions - enforces PostgreSQL 18 best practices including AIO, UUIDv7, temporal constraints, and modern indexing strategies

Code Gen 7 5mo ago
ilude

archive-reprocessing

by ilude

Flexible, version-tracked reprocessing system for archive transformations using design patterns (Strategy, Template Method, Observer). Activate when working with tools/scripts/lib/, reprocessing scripts, transform versions, archive transformations, metadata transformers, or incremental processing workflows.

Code Gen 7 7mo ago
sablier-labs

xstate-react

by sablier-labs

This skill should be used when the user asks to "create a state machine", "add xState", "use xState with React", "implement actor-based state", "manage complex state with state machines", "use xState with Effect", "integrate Effect-ts with xState", mentions xState hooks (useMachine, useActor, useSelector), or discusses finite state machines in React applications.

Code Gen 7 5mo ago
ngxtm

ai-multimodal

by ngxtm

Analyze images/audio/video with Gemini API (better vision than Claude). Generate images (Imagen 4), videos (Veo 3). Use for vision analysis, transcription, OCR, design extraction, multimodal AI.

API Dev 7 4mo ago
AlphaMoeMoe

compare

by AlphaMoeMoe

Compare sentiment and blogger opinions between two stocks. Use when users want to analyze NVDA vs AMD, or any two tickers side by side.

Code Gen 7 4mo ago
Gourdbaby

wechat-miniprogram-skill

by Gourdbaby

Expert guidelines for Native WeChat Mini Program development focusing on performance, code size, and native compatibility. Use when developing WeChat Mini Programs in native JavaScript.

Code Gen 5 5mo ago
klamping

writing-webdriverio-code

by klamping

Use when implementing, extending, or fixing WebdriverIO tests, including converting pseudo-code scaffolds into clean WDIO commands, selectors, waits, and assertions.

Code Gen 5 4mo ago
front-depiction

typeclass-design

by front-depiction

Implement typeclasses with curried signatures and dual APIs for both data-first and data-last usage

Code Gen 17 6mo ago
Zate

godot-ui

by Zate

Expert knowledge of Godot's UI system including Control nodes, themes, styling, responsive layouts, and common UI patterns for menus, HUDs, inventories, and dialogue systems. Use when working with Godot UI/menu creation or styling.

Code Gen 16 7mo ago
johnlindquist

github

by johnlindquist

Manage GitHub issues using gh CLI - create, list, view, update, close, and assign issues. Use when working with GitHub issues, bug tracking, or project management tasks.

Code Gen 16 7mo ago
johnlindquist

diagram

by johnlindquist

Maintain and synchronize Unified Impact Diagrams following Diagram Driven Development (DDD) methodology. Create, update, and manage diagrams that connect user value to technical implementation.

Code Gen 16 7mo ago
jackspace

cloudflare-durable-objects

by jackspace

Comprehensive guide for Cloudflare Durable Objects - globally unique, stateful objects for coordination, real-time communication, and persistent state management. Use when: building real-time applications, creating WebSocket servers with hibernation, implementing chat rooms or multiplayer games, coordinating between multiple clients, managing per-user or per-room state, implementing rate limiting or session management, scheduling tasks with alarms, building queues or workflows, or encountering "do class export", "new_sqlite_classes", "migrations required", "websocket hibernation", "alarm api error", or "global uniqueness" errors. Prevents 15+ documented issues: class not exported, missing migrations, wrong migration type, constructor overhead blocking hibernation, setTimeout breaking hibernation, in-memory state lost on hibernation, outgoing WebSocket not hibernating, global uniqueness confusion, partial deleteAll on KV backend, binding name mismatches, state size limits exceeded, non-atomic migrations, location hints misunderstood, alarm retry failures, and fetch calls blocking hibernation. Keywords: durable objects, cloudflare do, DurableObject class, do bindings, websocket hibernation, do state api, ctx.storage.sql, ctx.acceptWebSocket, webSocketMessage, alarm() handler, storage.setAlarm, idFromName, newUniqueId, getByName, DurableObjectStub, serializeAttachment, real-time cloudflare, multiplayer cloudflare, chat room workers, coordination cloudflare, stateful workers, new_sqlite_classes, do migrations, location hints, RPC methods, blockConcurrencyWhile, "do class export", "new_sqlite_classes", "migrations required", "websocket hibernation", "alarm api error", "global uniqueness", "binding not found"

Code Gen 15 7mo ago
jackspace

cloudflare-queues

by jackspace

Complete knowledge domain for Cloudflare Queues - flexible message queue for asynchronous processing and background tasks on Cloudflare Workers. Use when: creating message queues, async processing, background jobs, batch processing, handling retries, configuring dead letter queues, implementing consumer concurrency, or encountering "queue timeout", "batch retry", "message lost", "throughput exceeded", "consumer not scaling" errors. Keywords: cloudflare queues, queues workers, message queue, queue bindings, async processing, background jobs, queue consumer, queue producer, batch processing, dead letter queue, dlq, message retry, queue ack, consumer concurrency, queue backlog, wrangler queues

Automation 15 7mo ago
mosif16

SwiftUI Multiplatform Design Guide

by mosif16

"Unified SwiftUI architecture for iOS, iPadOS, macOS, and visionOS with spatial design principles."

Code Gen 15 7mo ago