- Home
- /
- Categories
- /
- Code Gen
Code Gen
Generate code, boilerplate, scaffolding
jooq-patterns
by ashchupliak
JOOQ type-safe SQL patterns - use for database queries, repositories, complex SQL operations, and PostgreSQL-specific features
prd
by dy9759
Complete PRD (Product Requirements Document) creation workflow that guides users from initial idea to implementation-ready specification using the integrated toolset in this repository. Handles everything from brainstorming and market analysis to technical requirements and team coordination.
flyway-migrations
by ashchupliak
Flyway database migrations - use for schema changes, data migrations, version management, and PostgreSQL DDL
skill-forge
by dy9759
Meta-skill creation and optimization system that analyzes, designs, and builds new specialized skills using the integrated toolset. Transforms skill creation from art to science through pattern recognition, intelligent tool selection, and automated quality assurance.
funsloth-upload
by chrisvoncsefalvay
Generate comprehensive model cards and upload fine-tuned models to Hugging Face Hub with professional documentation
funsloth-train
by chrisvoncsefalvay
Generate Unsloth training notebooks and scripts. Use when the user wants to create a training notebook, configure fine-tuning parameters, or set up SFT/DPO/GRPO training.
skill-forge
by dy9759
Meta-skill creation and optimization system that analyzes, designs, and builds new specialized skills using the integrated toolset. Transforms skill creation from art to science through pattern recognition, intelligent tool selection, and automated quality assurance.
prd
by dy9759
Complete PRD (Product Requirements Document) creation workflow that guides users from initial idea to implementation-ready specification using the integrated toolset in this repository. Handles everything from brainstorming and market analysis to technical requirements and team coordination.
tanstack-query
by ashchupliak
TanStack React Query patterns - use for data fetching, caching, mutations, optimistic updates, and server state management
macro-product-photography
by tara-shopos
Generate extreme close-up macro shots of product details including fabric texture, stitching, hardware, and materials. Use when showcasing product quality, craftsmanship, or material details for e-commerce or marketing. Emphasizes accuracy over aesthetics with three-level material specificity.
copy_writing
by tara-shopos
Generate professional e-commerce marketing copy, descriptions, and blog posts. Use when the user needs text content.
brand-consistent-visuals
by tara-shopos
Generate professional brand visualizations that maintain consistent brand identity across all creative assets using multi-step AI analysis and brand guidelines.
video_generation
by tara-shopos
Generate short videos for e-commerce products using Veo. Use this when the user asks for a video, motion, or animation of a product.
implement
by manastalukdar
Import and adapt code from any source to your project with validation and testing
moleworks-terra-stack
by Idate96
Bring up and test the Moleworks Terra ROS2 + IsaacLab stack in the correct Docker containers and tmux windows; use when starting/restarting isaac-terra + ros-terra, setting CycloneDDS/ROS_DOMAIN_ID, and validating /mole/state, /clock, TF, and basic node health.
draft-article
by brucehart
Create a new blog post draft via the Bhart Blog Automation API when the user provides a subject and thoughts for the article. Use for requests to draft, outline, or publish a new post (not edits) and when you need to format the draft in the house writing style and submit it as a draft.
boilerplate
by manastalukdar
Generate framework-specific boilerplate code
ros-worktree
by Idate96
Create a new isolated ROS 2 workspace ("ROS worktree") for safe builds/testing without touching the main ~/moleworks/ros2_ws. Use when you need a throwaway-but-PR-able workspace under ~/moleworks/ros2_ws_SUFFIX, typically by copying src/ and then replacing one or more repos (e.g. moleworks_ros) with git worktrees from ~/git/.worktrees and symlinks.
dub-flow
by wiseiodev
Use when turning staged changes into a DubStack branch, commit, and submitted PR stack with clear naming and user confirmation.
code-standards
by qiaoshouqing
"Setup universal code quality standards in your project. Use when the user wants to generate coding standards files (CLAUDE.md, AGENTS.md, GEMINI.md, etc.) or mentions 'code standards', 'code review setup', or similar intent in any language."
newton-sim-ros-startup
by Idate96
Start or restart the Moleworks ROS2 stack using the Newton simulator inside the default moleworks_ros:latest Docker container. Use when you need a clean tmux layout for Newton bridge, robot/TF/RViz, perception (elevation + excavation mapping), and optional Foxglove bridge, all with use_sim_time:=true.
diff-visualizer
by famaoai-creator
Generate a visual difference report between two texts.
license-auditor
by famaoai-creator
Output path for license report
decompose-task
by b1tank
Break large tasks (>100 lines) into atomic, verifiable sub-tasks. Use when a task scope is unclear, touches multiple files/modules, or exceeds comfortable single-commit size. Returns structured breakdown without implementing code.