Code Gen

Generate code, boilerplate, scaffolding

Showing 193-216 of 11124 skills
alirezarezvani

atlassian-templates

by alirezarezvani

Atlassian Template and Files Creator/Modifier expert for creating, modifying, and managing Jira and Confluence templates, blueprints, custom layouts, reusable components, and standardized content structures. Use for building org-wide templates, custom blueprints, page layouts, and automated content generation.

Code Gen 17K 3mo ago
affaan-m

csharp-testing

by affaan-m

C# and .NET testing patterns with xUnit, FluentAssertions, mocking, integration tests, and test organization best practices.

Code Gen 205.8K 2mo ago
Besty0728

unity-prefab

by Besty0728

"Prefab management. Use when users want to create, instantiate, apply, or unpack prefabs. Triggers: prefab, instantiate, spawn, apply, unpack, variant, 预制体, 实例化, 生成."

Automation 1.2K 3mo ago
oliver-kriska

phx:compound

by oliver-kriska

Capture solved problems as searchable Elixir/Phoenix solution documentation. Creates compound knowledge that makes future debugging faster.

Code Gen 398 3mo ago
Besty0728

unity-ui

by Besty0728

"Unity UI creation. Use when users want to create Canvas, Button, Text, Image, or other UI elements. Triggers: UI, canvas, button, text, image, panel, slider, toggle, UGUI, 界面, 按钮, 文本, 面板."

Code Gen 1.2K 3mo ago
tonylofgren

esphome-devices

by tonylofgren

Use when user EXPLICITLY requests "ESPHome", "ESP32", "ESP8266", or device firmware. NOT for: Home automations (use home-assistant or node-red skill).

Code Gen 84 5mo ago
Chachamaru127

maintenance

by Chachamaru127

"ファイル整理とクリーンアップ。散らかった部屋をピカピカに。Use when user mentions cleanup, archive, file bloat, or organizing Plans.md/session logs. Do NOT load for: implementation work, reviews, new feature development, or deployment."

Auth 2.6K 3mo ago
Galaxy-Dawn

architecture-design

by Galaxy-Dawn

Use ONLY when creating NEW registrable components in ML projects that require Factory/Registry patterns. ✅ USE when: - Creating a new Dataset class (needs @register_dataset) - Creating a new Model class (needs @register_model) - Creating a new module directory with init.py factory - Initializing a new ML project structure from scratch - Adding new component types (Augmentation, CollateFunction, Metrics) ❌ DO NOT USE when: - Modifying existing functions or methods - Fixing bugs in existing code - Adding helper functions or utilities - Refactoring without adding new registrable components - Simple code changes to a single file - Modifying configuration files - Reading or understanding existing code Key indicator: Does the task require @register_* decorator or Factory pattern? If no, skip this skill.

Code Gen 4.2K 3mo ago
coreyhaines31

pricing-strategy

by coreyhaines31

"When the user wants help with pricing decisions, packaging, or monetization strategy. Also use when the user mentions 'pricing,' 'pricing tiers,' 'freemium,' 'free trial,' 'packaging,' 'price increase,' 'value metric,' 'Van Westendorp,' 'willingness to pay,' or 'monetization.' This skill covers pricing research, tier structure, and packaging strategy."

Academic 31.8K 3mo ago
lee-to

aif-rules

by lee-to

Add project-specific rules and conventions to .ai-factory/RULES.md. Each invocation appends new rules. These rules are automatically loaded by /aif-implement before execution. Use when user says "add rule", "remember this", "convention", or "always do X".

Code Gen 911 3mo ago
Besty0728

unity-shader

by Besty0728

"Shader creation and management. Use when users want to create or inspect shaders. Triggers: shader, HLSL, ShaderLab, Unlit, Standard, custom shader, 着色器, 创建Shader."

Code Gen 1.2K 3mo ago
thedotmack

make-plan

by thedotmack

Create a detailed, phased implementation plan with documentation discovery. Use when asked to plan a feature, task, or multi-step implementation — especially before executing with do.

Code Gen 80.6K 3mo ago
iOfficeAI

mermaid

by iOfficeAI

Render Mermaid diagrams as SVG or ASCII art using beautiful-mermaid. Use when users need to create flowcharts, sequence diagrams, state diagrams, class diagrams, or ER diagrams. Supports both graphical SVG output and terminal-friendly ASCII/Unicode output.

Analytics 27.5K 4mo ago
steipete

nano-banana-pro

by steipete

Generate/edit images with Nano Banana Pro (Gemini 3 Pro Image). Use for image create/modify requests incl. edits. Supports text-to-image + image-to-image; 1K/2K/4K; use --input-image.

Code Gen 4.1K 5mo ago
sickn33

architecture-patterns

by sickn33

Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex backend systems or refactoring existing applications for better maintainability.

Code Gen 39.7K 4mo ago
ComposioHQ

support-ticket-triage

by ComposioHQ

Triage customer support tickets/emails/chats into categories, priority, and next action; draft responses and create reproducible steps; use for Zendesk/Intercom/Help Scout exports or pasted threads.

Code Gen 12.9K 4mo ago
affaan-m

springboot-patterns

by affaan-m

Spring Boot architecture patterns, REST API design, layered services, data access, caching, async processing, and logging. Use for Java Spring Boot backend work.

API Dev 205.8K 3mo ago
ComposioHQ

notion-spec-to-implementation

by ComposioHQ

Turn Notion specs into implementation plans, tasks, and progress tracking; use when implementing PRDs/feature specs and creating Notion plans + tasks from them.

Code Gen 12.9K 4mo ago
sickn33

airtable-automation

by sickn33

"Automate Airtable tasks via Rube MCP (Composio): records, bases, tables, fields, views. Always search tools first for current schemas."

Code Gen 39.7K 3mo ago
ComposioHQ

template-skill

by ComposioHQ

Replace with description of the skill and when Claude should use it.

Code Gen 12.9K 4mo ago
ComposioHQ

notion-meeting-intelligence

by ComposioHQ

Prepare meeting materials with Notion context and Codex research; use when gathering context, drafting agendas/pre-reads, and tailoring materials to attendees.

Code Gen 12.9K 4mo ago
steipete

create-cli

by steipete

Design command-line interface parameters and UX: arguments, flags, subcommands, help text, output formats, error messages, exit codes, prompts, config/env precedence, and safe/dry-run behavior. Use when you’re designing a CLI spec (before implementation) or refactoring an existing CLI’s surface area for consistency, composability, and discoverability.

CLI Tools 4.1K 5mo ago
steipete

swiftui-view-refactor

by steipete

Refactor and review SwiftUI view files for consistent structure, dependency injection, and Observation usage. Use when asked to clean up a SwiftUI view’s layout/ordering, handle view models safely (non-optional when possible), or standardize how dependencies and @Observable state are initialized and passed.

Code Gen 4.1K 5mo ago
forcedotcom

trigger-refactor-pipeline

by forcedotcom

Refactor Salesforce triggers into handler patterns with automated test generation and deployment. Use when modernizing legacy triggers with DML/SOQL in loops or inconsistent patterns.

CI/CD 468 4mo ago