Code Gen

Generate code, boilerplate, scaffolding

Showing 8665-8688 of 11152 skills
munolabs

looker-studio

by munolabs

Skill for creating dashboards and calculated fields in Google Looker Studio (formerly Data Studio). Use when the user: - Needs help with formulas or calculated fields in Looker Studio - Wants to connect Looker Studio to PostgreSQL/Supabase - Needs to create visualizations or dashboards - Asks about function syntax (CASE, IF, DATETIME, etc.) - Wants to convert timezones or format dates - Needs to blend data from multiple sources

Code Gen 1 4mo ago
SebastiaanWouters

create-skill

by SebastiaanWouters

Create new skills. Only trigger on /create-skill.

Code Gen 1 4mo ago
SebastiaanWouters

impeccable-extract

by SebastiaanWouters

"Skills-only equivalent of impeccable.style /extract. Extract and consolidate reusable components, design tokens, and patterns into your design system. Identifies opportunities for systematic reuse and enriches your component library. Use for frontend and UI design tasks."

Code Gen 1 3mo ago
yellinzero

aico-pm-competitor-analysis

by yellinzero

Research and analyze competitors with STRUCTURED output: feature comparison matrix, strengths/weaknesses analysis, and actionable recommendations. UNIQUE VALUE: Creates standardized competitor analysis document with feature matrix and strategic recommendations. Use this skill when: - User asks "what do competitors do?", "who are our competitors?" - User mentions competitor names or asks for product comparison - User asks for "competitor analysis", "market research", "competitive landscape" - Entering new market, feature area, or evaluating product direction - Need to understand competitive landscape before making product decisions - Writing PRD and need market context or differentiation strategy Output format: Feature comparison matrix + Strengths/Weaknesses + Actionable recommendations

Code Gen 1 5mo ago
evanfang0054

langchain-vector-stores

by evanfang0054

LangChain 向量存储集成使用指南,包括 Chroma、Pinecone、FAISS 和内存向量存储

Agents 1 4mo ago
factorial-io

himalaya

by factorial-io

Use when working with himalaya CLI for email management - reading, composing, searching, organizing, or scripting email workflows

Code Gen 1 4mo ago
CAPHTECH

disposable-distill

by CAPHTECH

Distill learnings from autopsy report into an improvement specification for the next cycle or production implementation. Extracts constraints, architecture decisions, interface contracts, and rejected options. Part of H-DGM cycle. Use after disposable-autopsy completes.

Code Gen 1 3mo ago
peterknezek

har-extraction

by peterknezek

Use when user has a HAR file and wants to create API mocks, or when setting up MSW mocking for tests/Storybook from network recordings.

API Dev 1 4mo ago
dagehaoshuang-dev

ai_daily

by dagehaoshuang-dev

企业部门日报生成技能。通过飞书知识库和群聊信号自动构建部门画像, 从互联网多渠道抓取与部门相关的资讯,经 AI 加工后生成 HTML 日报页面, 并启动本地 HTTP 服务自动收集阅读反馈。

Code Gen 1 2mo ago
yellinzero

aico-frontend-design

by yellinzero

Transform PRD or story into complete page/component designs with ASCII layouts, component specs, interaction flows, and frontend implementation prompts. Use this skill when: - User asks to "design the page", "design component", "create page design" - User mentions "page design", "component design", "UI design", "layout design" - Running /frontend.design command - PRD or story is ready and need visual/interaction design before implementation - Need to create design spec that frontend developer can implement from Prerequisites: Design system must exist at docs/reference/frontend/design-system.md Output: ALWAYS write design files to docs/reference/frontend/designs/{name}.md

Code Gen 1 4mo ago
yellinzero

aico-backend-init

by yellinzero

Initialize backend environment by creating constraints document from template. Use this skill when: - Running /backend.init command - User asks to "initialize backend", "setup backend environment" - Starting backend work and need to establish tech stack and conventions - Need to create docs/reference/backend/constraints.md

Code Gen 1 5mo ago
imjszhang

js-knowledge-prism

by imjszhang

Pyramid-principle knowledge distillation — extract atoms, form groups, synthesize insights from journal notes.

API Dev 1 3mo ago
yellinzero

aico-backend-task-breakdown

by yellinzero

Break down PM story into organized tasks in a single file following LAYERED ARCHITECTURE order: Types → Database → Repository → Service → API → Tests. UNIQUE VALUE: Creates single task file (story-{name}.md) containing all tasks for a story. Tasks are ordered by backend architecture layers. Use this skill when: - Running /backend.tasks command - User asks to "break down story", "create backend tasks", "split into tasks" - Have story at docs/reference/pm/stories/ and need organized task breakdown - Need tasks ordered by backend architecture layers (not random order) - Starting backend work and want organized task list Task order is CRITICAL: Types → Database → Repository → Service → API → Tests Output: Create single file docs/reference/backend/tasks/story-{name}.md with all tasks

Automation 1 4mo ago
SebastiaanWouters

agents-md

by SebastiaanWouters

Create/refactor AGENTS.md files. Only trigger on /agents-md.

Code Gen 1 4mo ago
JustineDevs

erc8004-agent-creator

by JustineDevs

Usage and installation for create-8004-agent (ERC-8004 / 8004 AI agent scaffold). Use when the user asks how to create an ERC-8004 or 8004 agent, how to install or run create-8004-agent, what wizard options mean, which chains are supported, what gets generated, or how to configure and register the generated project (env, npm run register, start:a2a, start:mcp). Covers EVM (Ethereum, Base, Polygon, Monad) and Solana.

Agents 1 3mo ago
yellinzero

aico-frontend-init

by yellinzero

Initialize frontend environment by creating design system and constraints documents from templates. Use this skill when: - Running /frontend.init command - User asks to "initialize frontend", "setup frontend environment" - Starting frontend work and need to establish design system and constraints - Need to create docs/reference/frontend/design-system.md or constraints.md

Code Gen 1 5mo ago
ian-pascoe

nano-banana-pro

by ian-pascoe

Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.

Code Gen 1 4mo ago
yellinzero

aico-frontend-plan

by yellinzero

Create or enhance frontend tasks with detailed implementation steps. Supports TWO modes: MODE A: Enhance existing task (add detailed steps to task in file) MODE B: Create new standalone task file (can contain single or multiple tasks) IMPORTANT: This skill creates MICRO-LEVEL atomic steps, NOT macro architecture plans. For architecture planning or feature scoping, use EnterPlanMode instead. Use this skill when: - Running /frontend.plan command - User asks for "atomic steps", "step-by-step plan with verification" - Have a specific task and need implementation steps - User wants to create a standalone task file (not from story) - Need granular steps: Setup (create files) → Implementation (write code) → Test (verify) DO NOT use for: - Architecture planning (use EnterPlanMode) - General development planning - Feature scoping or estimation Output: - MODE A: Update specific task section in file with Implementation Steps - MODE B: Create new standalone-{name}.md file with one or multiple tasks

Automation 1 4mo ago
godstale

taskops

by godstale

Project task management skill using ETS (Epic-Task-SubTask) structure. INVOKE AUTOMATICALLY — without waiting for user instruction — when: (1) a project plan or implementation spec has been finalized and the user is about to start execution, (2) a user presents a multi-step project and asks you to implement or build it, (3) a new development session begins on a project that already has a taskops.db. Use TaskOps BEFORE execution starts: initialize the DB, decompose the plan into Epics/Tasks, set workflow order, then begin work. During execution, guide the user to launch TaskBoard for real-time monitoring.

CLI Tools 1 3mo ago
mokbhai

slash-command-creator

by mokbhai

This skill should be used when users want to create custom slash commands for Claude Code. It guides the creation of project-specific or personal slash commands with proper frontmatter, argument handling, and Claude Code standards.

CLI Tools 1 4mo ago
limkim0530

image-generation-studio

by limkim0530

Generate or edit images with the image-generation-studio CLI through supported adapters (gemini, openai_images, openai_responses) and user-configured providers, endpoints, models, and aliases. Use this skill whenever the user wants to create, edit, compose, or restyle images — including prompts like "make an image", "generate a picture", "edit this photo", "combine these images", "4K poster", or mentions of configured image providers/models such as "nano banana", "Gemini image", "Grok image", "xAI image", "OpenAI image", "OpenAI Responses", "custom image provider", or "gpt-image".

CLI Tools 1 1mo ago
SebastiaanWouters

impeccable-onboard

by SebastiaanWouters

"Skills-only equivalent of impeccable.style /onboard. Design or improve onboarding flows, empty states, and first-time user experiences. Helps users get started successfully and understand value quickly. Use for frontend and UI design tasks."

Code Gen 1 3mo ago
mokbhai

subagent-builder

by mokbhai

Create and configure custom subagents in Claude Code. Use when user asks to create a new subagent, needs specialized AI assistance with specific tool restrictions or permissions, implements task-specific workflows with isolated context, sets up domain-specific agents with custom prompts, or creates subagents with hooks or validation rules

CLI Tools 1 4mo ago
fredericosantos

astral-uv

by fredericosantos

Guide for using uv, the extremely fast Python package and project manager. Use this when working with Python projects, scripts, packages, or tools to manage dependencies, environments, and project setup with universal lockfiles for reproducible builds.

Automation 1 4mo ago