- Home
- /
- Categories
- /
- Code Gen
Code Gen
Generate code, boilerplate, scaffolding
proj-doc-eval
by McLoone
Evaluate project documents (feature requests, initiatives, epics, etc.) against structured templates. Use when users need to assess document completeness, identify missing elements, or get improvement suggestions for project documentation. Supports markdown, PDF, and Word documents with built-in templates following the natural project flow (feature request → initiative → epic), plus custom template support.
Scaffolding Specialist
by Alpizar28
Ingeniero especializado en templates, bootstrap de proyectos y flujos de clonación industrializada para productos de software.
template-based-generation-template
by djankies
[REPLACE] Generate structured content from templates. Use when [REPLACE with specific triggers].
nextjs-page-generator
by ehtbanton
Generate Next.js page components with App Router, Server Components, and data fetching. Triggers on "create nextjs page", "generate next.js route", "nextjs app router page", "next page component".
speckit-checklist
by h3y6e
Generate custom quality checklists for validating requirements completeness
joplin-plugin-writer
by avenstack
Write, refactor, and debug Joplin plugins for desktop/mobile using the official Joplin plugin architecture, API, and manifest rules. Use when a user asks to create a new Joplin plugin, add features to an existing plugin, build CodeMirror/editor extensions, fix plugin loading/runtime errors, prepare manifest/package output, or align implementation with official docs from laurent22/joplin and joplin/plugins.
ai-agent-pricing
by dvorkinguy
Better proposals, faster closes. Use when creating AI agent pricing, automation proposals, ROI calculations, or sales materials. Generates professional pricing pages, case studies, and closing scripts for AI automation services.
plan_research
by HowardKao-1130
Draft an initial research plan using retrieved sources and interests.
game-changing-features
by VisualxIntelligence
Find 10x product opportunities and high-leverage improvements. Use when user wants strategic product thinking, mentions '10x', wants to find high-impact features, or says 'what would make this 10x better', 'product strategy', or 'what should we build next'.
user-story-creator
by aroldolanderos
Synthesize completed work into structured User Stories with intelligent subtask grouping. Use when you want to document development activities as a formal User Story (HU) with subtasks, acceptance criteria, and technical narrative. Triggered by user request "/user-story" or when suggesting story creation after completing work.
activecampaign
by CodeDraig
Manage email marketing and CRM with ActiveCampaign's automation platform.
Sanity schema skill
by ArdentForm
Note any new shared objects created and suggest updating SCHEMA_RULES.md
xcodegen-cli
by zyuapp
Use XcodeGen CLI to create, update, inspect, and troubleshoot Xcode projects from YAML or JSON specs. Trigger this skill when users ask to run xcodegen generate, xcodegen dump, or xcodegen cache; to author or fix project.yml; to split specs with include; or to diagnose parsing, validation, and path-related generation failures.
root-cause-tracing
by pproenca
This skill should be used when the user asks to "find the root cause", "trace the bug", "why is this happening", "where does this come from", or when errors occur deep in the call stack. Systematically traces backward to identify the source.
skill-porter
by Cursedpotential
Converts Claude Code skills to Gemini CLI extensions and vice versa. Use when the user wants to make a skill cross-platform compatible, port a skill between platforms, or create a universal extension that works on both Claude Code and Gemini CLI.
context
by kelvinz
"Maintain durable project context in tasks/context.md (state, decisions, milestones, gotchas, optional context links), inline during other workflows or standalone for cleanup/backfill. Triggers: update context.md, decision log, record project context, capture high-value reference links that improve context handoff."
entire-agreement-general
by scholarly360
Confirms that the written contract is the complete and final understanding, superseding all prior discussions and agreements. Prevents either party from relying on verbal promises, emails, or earlier drafts not included in the signed document.
create-robot-config
by PickNikRoboticsServices
Use when the user asks to create, set up, or configure a robot configuration package for MoveIt Pro, or asks about robot config structure, config.yaml, URDF/xacro setup, mock/sim/physical configs, objectives, or mobile base/navigation setup.
ansible-playbook-generator
by ehtbanton
Generate Ansible playbook files for infrastructure automation and configuration management. Triggers on "create ansible playbook", "generate ansible config", "ansible automation", "infrastructure playbook".
image-gen
by naohainezha
"Generate and edit images using AI. Use when users ask to: create/draw/generate images, take selfies, edit/modify photos, change backgrounds, add elements to images, create avatars, make logos, etc. Covers requests like '发自拍', '画一只猫', '把背景换成蓝色', 'generate a logo', 'send me a selfie'."
repo-standardization
by zitongzhaooo
Standardize a newly entered or drifting repository for both humans and AI agents. Use this skill whenever a project lacks clear README/CONTRIBUTING/CHANGELOG or core runtime docs, lacks model-facing memory, or when code changes have likely invalidated docs or memory. On first entry, inspect the repository, identify maintained paths, core entry points, source-of-truth files, and output structure, then choose one mode: audit, bootstrap, or sync. Prefer this skill before deep development in unfamiliar repositories and whenever you want the project to remain easy for both humans and agents to understand.
architecture-decision-records
by TriNgo0108
Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant technical decisions, reviewing past architectural choices, or establishing decision processes.
m365-calendar
by probichaux
Read, create, and manage Microsoft 365 calendar events via Graph API. Supports meeting invitations with attendees and Teams meetings.
dev-scout
by codihaus
Discover and document how the codebase works - patterns, rules, and team conventions. Use when: (1) Before implementation to understand existing code, (2) Onboarding to a new codebase, (3) Documenting team patterns and architecture, (4) Understanding how a specific feature is implemented