- Home
- /
- Categories
- /
- Code Gen
Code Gen
Generate code, boilerplate, scaffolding
cloudrouter
by manaflow-ai
Manage cloud development sandboxes with cloudrouter. Create, sync, and access remote VMs with GPU support, Docker, and browser automation. Use when asked to create a sandbox, spin up a dev environment, run code in the cloud, use GPUs, automate a browser, or interact with remote VMs.
intent-interview
by ArcBlock
Transform vague ideas into implementation-ready specifications through structured interviewing. Use when user describes a new feature/product idea, has a problem to solve, needs to document requirements, or says things like "帮我梳理需求", "interview me about this", "细化这个想法", "spec out this project". Produces two artifacts - intent.md (technical spec for code agents) and overview.md (human-friendly summary for team).
workout-generator
by LKB-99
"Generate personalized workout plans with progression and tracking. Use this skill when users want to create a workout routine, training program, or exercise plan. Triggers: workout, training, exercise, fitness plan, gym routine, treino, academia, plano de treino, rotina de exercícios."
hytale-commands
by MnkyArts
Create custom commands for Hytale server plugins with arguments, permissions, and execution handling. Use when asked to "create a command", "add slash command", "make admin command", "register commands", or "command with arguments".
parsearger-core
by DimitriGilbert
Core functionality for parseArger. Use this skill to GENERATE new bash argument parsers or PARSE/MODIFY existing ones. Handles definition of positional arguments, flags, and options.
remediation
by SherifEldeeb
Security incident remediation playbooks for removing threats, restoring systems, and recovering from incidents. Use for post-containment cleanup, system recovery, and returning to normal operations.
analyze-bill-short
by bdmorin
Fabric pattern: analyze_bill_short
assistant-architect
by krishagel
Create AI Studio Assistant Architect JSON import files from screenshots or descriptions. Use when users provide a screenshot of a form/UI to replicate, describe an assistant they want built, or need to generate multi-prompt workflow JSON for PSD AI Studio.
vulnerability-management
by SherifEldeeb
Vulnerability assessment, tracking, and remediation management. Process scan results, prioritize findings, and track remediation progress. Use for vulnerability management programs and security assessments.
obs-plugin-developing
by meriley
Entry point for OBS Studio plugin development. Routes to specialized skills for audio plugins, video plugins, outputs, encoders, and services. Covers plugin types overview, build system setup, and module registration basics. Use when starting OBS plugin development or unsure which skill to use.
budget-planner
by LKB-99
"Create, manage, and analyze personal and family budgets. Use this skill when users want to track income and expenses, categorize spending, or set financial goals. Triggers: budget, budget planner, financial planning, expense tracker, savings plan, personal finance, orçamento, planejamento financeiro, controle de gastos, finanças pessoais."
psd-instructional-vision
by krishagel
Peninsula School District's instructional framework and pedagogical beliefs. Use when creating graphics about PSD instruction, designing AI assistants for educators, writing about good teaching practices, or sharing PSD's educational philosophy with external systems.
project-reporting
by spjoshis
Master project reporting with status reports, dashboards, metrics, and executive presentations for effective communication and transparency.
cruise-control
by jschulte
Automatic mode - shift through all 6 gears sequentially without stopping. Like cruise control or automatic transmission, this runs the entire StackShift workflow from analysis to implementation in one go. Perfect for unattended execution or when you want to let StackShift handle everything automatically.
proxmox
by poindexter12
Proxmox VE virtualization platform reference for VM/LXC management, clustering, storage, and networking. Includes Terraform and Ansible integration patterns. Use when working with Proxmox configurations, CLI commands, troubleshooting VMs/containers, or planning resource allocation. Triggers: proxmox, qemu, kvm, lxc, pve, vm, container, cluster, vzdump, qm, pct.
tofu
by poindexter12
OpenTofu infrastructure-as-code reference for HCL syntax, state management, module design, and provider configuration. Use when working with OpenTofu configurations (.tf files), running tofu commands, troubleshooting state issues, or designing modules. Includes Proxmox provider patterns. Triggers: tofu, opentofu, tfstate, .tf files, HCL, modules, providers.
invoice-generator
by LKB-99
"Create professional invoices and receipts with automatic calculations. Use this skill when users want to generate, create, or manage invoices, receipts, or bills. Triggers: invoice, receipt, bill, billing, generate invoice, criar fatura, nota fiscal, recibo."
image-gen
by krishagel
Generate images using Google's Nano Banana Pro (Gemini 3 Pro Image) with workflow-based prompting
skill-creator
by basher83
This skill should be used when the user asks to "create a skill", "build a skill", "write a new skill", "generate SKILL.md", "write skill frontmatter", "package a skill", "organize skill content", "add progressive disclosure", needs guidance on skill structure, bundled resources (scripts/references/assets), or wants to extend Claude's capabilities with specialized knowledge, workflows, or tool integrations.
meeting-notes
by LKB-99
"Use this skill to automatically generate comprehensive meeting minutes, including key decisions, action items, and follow-up tracking. Triggers: meeting notes, meeting minutes, meeting summary, action items, decisions, follow-up, ata de reunião, resumo da reunião, pauta da reunião."
docx
by SherifEldeeb
Read, modify, and create Microsoft Word documents (.docx). Convert markdown to formatted Word documents using templates. Use when working with Word documents, generating reports, or converting markdown to professional documents.
blocklet-branch
by ArcBlock
Git branch management tool. Detects main iteration branch and branch naming conventions, handles branch creation and switching. Referenced by blocklet-dev-setup, blocklet-pr, and other skills.
onboarding-guide
by LKB-99
"A comprehensive skill to create, manage, and automate onboarding guides. Use this skill when users want to create onboarding plans, guides for new employees, or integrate new members. Triggers: onboarding, new hire, new employee, integration, 30-60-90 plan, checklist, guia de integração, novo funcionário."
create-agnostic-composable
by serkodev
Create a library-grade Vue composable that accepts maybe-reactive inputs (MaybeRef / MaybeRefOrGetter) so callers can pass a plain value, ref, or getter. Normalize inputs with toValue()/toRef() inside reactive effects (watch/watchEffect) to keep behavior predictable and reactive. Use this skill when user asks for creating agnostic or reusable composables.