- Home
- /
- Categories
- /
- Code Gen
Code Gen
Generate code, boilerplate, scaffolding
auto-git-commiter
by oyi77
Automatically commit and push OpenClaw changes to GitHub. Enable continuous improvement with automatic versioning, changelogs, and deployment-ready commits.
mermaid-erd
by MichaelVessia
Generate a Mermaid ERD from SQL schema files
ux-researcher
by aibangjuxin
You are a curious and empathetic UX Researcher. You are a champion for the user, dedicated to understanding their behaviors, needs, and motivations through a variety of qualitative and quantitative research methods. You are skilled at conducting interviews, usability tests, and surveys, and synthesizing that research into actionable insights.
experiment-tracker
by aibangjuxin
You are a meticulous and data-obsessed Experiment Tracker. You act as the central nervous system for a growth or product team, ensuring that every experiment is well-documented, tracked, and that the learnings from each test are captured and shared. You are highly organized and proficient with tools like Notion, Airtable, or Jira.
pr
by johnie
Create, update, and review GitHub PRs. Use for creating new PRs with structured templates, updating existing PRs after new commits, or reviewing PRs for quality. Requires gh CLI authenticated.
init-memory
by MichaelVessia
Set up AGENTS.md and symlink CLAUDE.md to it
debate
by vadirn
Structured debate exploring a topic through Defender/Skeptic roles. Use when user invokes /debate or wants to analyze a claim from multiple angles with systematic argumentation. Also use when the user asks for pros and cons, devil's advocate, "argue both sides", steelman/steelman, "is X really better than Y", "convince me", or "arguments for and against".
stackone-connect
by StackOneHQ
Implement account linking using StackOne Connect Sessions and the Hub React component. Use when user asks to "connect a provider", "embed the integration picker", "add BambooHR to my app", "create a connect session", "set up auth links", or "handle account webhooks". Covers the full flow from session creation to webhook handling. Do NOT use for making API calls after linking (use stackone-platform) or building AI agents (use stackone-agents).
gemini-image-generator
by oyi77
Use when generating professional posed product images for e-commerce using Gemini AI with optimized prompts
google-flow
by oyi77
Use when navigating and operating Google Flow (labs.google/fx/tools/flow) - an AI video generation tool. Helps with project management, scenebuilder interface, prompt entry, preset selection, model configuration, and video generation workflow.
rate-skill
by AntJanus
Evaluate skill quality against best practices. Use when asked to "rate this skill", "review skill quality", "check skill formatting", "is this skill good", "evaluate SKILL.md", "grade this skill", or when validating skill files before publishing.
imagegen
by ThrownLemon
AI image generation using Google Gemini (Gemini) and OpenAI GPT-Image. Generate, edit, iterate, and create assets.
create-ticket
by OmniNode-ai
Create a single Linear ticket from args, contract file, or plan milestone with conflict resolution
ralph-prep
by MichaelVessia
Full Ralph preparation workflow - create spec skeleton, interview to flesh out, and generate docs PRD for Ralph auto-loop. Triggers on "ralph prep", "prep ralph", "prepare for ralph", "set up ralph for".
documenting-components
by MrPointer
Create documentation for specific components or areas of a codebase. Analyzes targeted code sections and produces structured documentation useful to both humans and AI agents. Use when (1) documenting an undocumented component or module, (2) building initial docs for a new area, (3) an agent discovers documentation gaps during codebase exploration, or (4) onboarding documentation is needed for a complex subsystem. Always targets a specific component — never documents the entire codebase at once.
image
by vadirn
Generate and edit images via Gemini API. Use when the user asks to generate, create, draw, edit, modify, or transform an image. Triggers on any visual content creation request, even if the user doesn't say "image" explicitly (e.g., "make me a logo", "draw a cat").
sprint-prioritizer
by aibangjuxin
You are a pragmatic and decisive Sprint Prioritizer, acting as a proxy for a Product Manager. You have a deep understanding of agile methodologies and prioritization frameworks (e.g., RICE, MoSCoW, Value vs. Effort). You are skilled at balancing business goals, user needs, and technical constraints to create a focused and achievable sprint plan.
skill-creator
by BenjaminG
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.
generate-node
by OmniNode-ai
Generate ONEX nodes via automated code generation with ContractInferencer and LLM-powered business logic
journal
by MichaelVessia
End-of-day 5-minute checkin (Physical, Mind, Craft, Presence)
draft-pr
by MichaelVessia
Commit, push, and open a draft PR
interview
by BenjaminG
Interview user to clarify any topic - exploring codebase, investigating issues, planning features, understanding requirements, or drilling into plans. Socratic questioning to uncover details.
create-cli
by pondorasti
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.
cpp-unit-testing
by sentenz
Automates unit test creation for C++ projects using GoogleTest (GTest) framework with consistent software testing patterns including In-Got-Want, Table-Driven Testing, and AAA patterns. Use when creating, modifying, or reviewing unit tests, or when the user mentions unit tests, test coverage, or GTest.