- Home
- /
- Categories
- /
- Code Gen
Code Gen
Generate code, boilerplate, scaffolding
go-fuzz-testing
by sentenz
Automates fuzz test creation for Go projects using Go's native fuzzing engine with consistent software testing patterns. Use when creating fuzz tests, mutation testing, or when the user mentions fuzzing, coverage-guided testing, or property-based testing.
ruler-rules-init
by Adonis0123
Migrate and bootstrap Ruler-based AI rules across repositories with English-first templates, preset-based project detection, and safe, idempotent setup. Use when creating or standardizing .ruler/* files, generating AGENTS.md/CLAUDE.md, wiring ruler:apply into package.json, adding generated-file ignores in .gitignore, and designing applyTo scoping patterns such as ` and web/`.
terraform
by 1Mangesh1
Terraform infrastructure as code for provisioning, modules, state management, and workspaces. Use when user asks to "create infrastructure", "write Terraform", "manage state", "create module", "import resource", "plan changes", or any IaC tasks.
android-playstore-scan
by hitoshura25
Scan Android project and generate Play Console setup checklist (analysis only, no file modifications)
trae-agent-writer
by learnwy
"Create subagent definitions (agent.md files) for independent AI workers. Use when user wants to: create an agent, build a grader/evaluator, make an A/B comparator, spawn independent workers, or create something that runs in isolation. Triggers on: '创建 agent', 'subagent', 'grade outputs independently', 'blind comparison', 'run this in parallel'. Do NOT use for skills (use trae-skill-writer) or rules (use trae-rules-writer)."
jackyshen-consult-problem
by mebusw
Generate consultancy problem-solving solutions using McKinsey methods (SCQA, MECE, Pyramid Principle).
staged-review-validator
by Adonis0123
Validate staged-changes-review findings with evidence-based verdicts and minimal-fix guidance. Use when you need to confirm whether each reported issue is valid and actionable.
spec-driven-planning
by xbklairith
Use when planning new features or need structured requirements - creates feature structure, elicits EARS requirements through systematic questioning, proposes architectural approaches with trade-offs. Activates when user mentions "new feature", "requirements", "specs", "design", "architecture", or uses /dev-workflow:spec commands (create, requirements, design).
motion
by mikkelkrogsholm
"Motion (formerly Framer Motion) — React and JavaScript animation library. Use when animating with Motion or Framer Motion: page transitions, hover/tap/drag gestures, scroll-triggered animations, exit animations, layout animations, spring physics, variants, AnimatePresence, useAnimate, useMotionValue, or migrating from framer-motion to the motion package. Fetch live documentation for up-to-date details."
zustand-store-scaffold
by Adonis0123
"Scaffold class-based Zustand stores with flattenActions: web (component-level store + Context + Provider) and core (slice-based store with immer). Class-based actions provide Go-to-Definition DX, #private field encapsulation, and prototype-safe slice composition."
condition-based-waiting
by Crumbgrabber
Use when tests have race conditions, timing dependencies, or inconsistent
conductor-newtrack
by airclear
Initiates a new unit of work (Track) in a Conductor-managed project. Use when the user wants to start a new feature, fix a bug, or perform maintenance. This skill guides the user through interactive specification building and detailed implementation planning.
apastra
by BintzGavin
PromptOps skills for versioning, evaluating, and shipping AI prompts as disciplined software assets. Agent-as-harness — your IDE agent runs evals, compares baselines, and gates quality.
worktree-manager
by jtsang4
Manage Git worktrees. Use when asked to create/switch/list/merge/remove worktrees, to keep multiple branches in parallel directories, or to clean up worktrees safely during development.
Announce Mechanism
by torlando-tech
Cryptography & Identity: Key generation, signature verification, ratchets
trigger-dev
by mikkelkrogsholm
"Trigger.dev — open-source background jobs platform for TypeScript with durable execution, retries, scheduling, and real-time monitoring. Use when building with Trigger.dev or asking about its task definitions, schedules, delays, batching, concurrency, or deployment. Fetch live documentation for up-to-date details."
molecular-orbital-analysis
by silico-quantum
Complete workflow for molecular orbital analysis using PySCF, Multiwfn, and PyMOL
node-plan
by whichguy
Dual-perspective Node.js/TypeScript plan review (TypeScript/API + Node runtime) with iterative convergence loop. 36 Node/TS-specific questions (N20/N21 naming+docs deferred to L1's Q-G6/Q-G7 which cover these universally). AUTOMATICALLY INVOKE when: - Any plan exists for Node.js or TypeScript changes - Plan references package.json, tsconfig.json, .ts files, npm/yarn/pnpm/bun - Plan targets Express, Fastify, NestJS, Next.js, or similar Node frameworks - Plan modifies async code, environment variables, or Node process lifecycle - User says "review plan", "check plan", "node-plan" NOT for: GAS plans (use /gas-plan), code review (use /review-fix), non-Node plans
skill-finder
by learnwy
"Discover, install, and manage AI assistant skills using npx skills CLI. Use when user wants to find a skill, install a skill, remove skills, list installed skills, or create new skills. Triggers on: 'find a skill', 'install skill', 'remove skill', 'list skills', 'how do I do X', 'is there a skill for'."
trent-fish
by trentshaines
Help with fish shell configuration, aliases, functions, and keybindings. Use when the user asks about shell config, aliases, or when modifying shell behavior. IMPORTANT - Trent uses fish as his primary shell, not zsh.
commit-work
by fellipeutaka
"Create high-quality git commits: review/stage intended changes, split into logical commits, and write clear commit messages (including Conventional Commits). Use when the user asks to commit, craft a commit message, stage changes, or split work into multiple commits."
go-api-documentation
by sentenz
Automates API documentation creation for Go projects using godoc conventions and best practices. Use when creating, modifying, or reviewing documentation comments, or when the user mentions godoc, documentation, or API docs.
jackyshen-create-invitation-email
by mebusw
Generate compelling invitation emails for training programs, workshops, or events. Use when user asks to "write class invitation email", "create training invitation", "generate mass email for training", or mentions "course promotion email".
drizzle-orm
by fellipeutaka
Drizzle ORM — type-safe, lightweight TypeScript ORM for SQL databases. Schema declaration, CRUD queries, joins, relations, migrations with Drizzle Kit, and database seeding. Use when defining database schemas, writing queries (select/insert/update/delete), setting up migrations, configuring drizzle.config.ts, establishing database connections, validating data with drizzle-zod/valibot, or working with PostgreSQL, MySQL, SQLite, Turso, Bun SQL, Neon, Supabase, PGlite, Expo SQLite, Cloudflare D1, PlanetScale, SingleStore, MSSQL, CockroachDB.