- Home
- /
- Categories
- /
- Code Gen
Code Gen
Generate code, boilerplate, scaffolding
using-superpowers
by Crumbgrabber
Use when starting any conversation - establishes mandatory workflows
react-email
by fellipeutaka
Use when creating HTML email templates with React components - welcome emails, password resets, notifications, order confirmations, newsletters, or transactional emails.
tailwindcss-next-init
by Adonis0123
Initialize Tailwind CSS v4 and Iconify for Next.js App Router projects with script-driven templates. Use when you need a fast setup or migration with consistent style-entry conventions.
angular-best-practices
by sajeetharan
Angular performance optimization and best practices guidelines for change detection, bundle optimization, templates, RxJS, and component architecture. Use when writing, reviewing, or refactoring Angular code, designing component hierarchies, optimizing performance, or implementing reactive patterns.
ai-avatar-video
by alfredang
Create AI avatar and talking head videos with OmniHuman, Fabric, PixVerse via inference.sh CLI. Models: OmniHuman 1.5, OmniHuman 1.0, Fabric 1.0, PixVerse Lipsync. Capabilities: audio-driven avatars, lipsync videos, talking head generation, virtual presenters. Use for: AI presenters, explainer videos, virtual influencers, dubbing, marketing videos. Triggers: ai avatar, talking head, lipsync, avatar video, virtual presenter, ai spokesperson, audio driven video, heygen alternative, synthesia alternative, talking avatar, lip sync, video avatar, ai presenter, digital human
trae-skill-writer
by learnwy
"Create Trae IDE skills (SKILL.md files) for reusable AI capabilities. Use when user wants to: create a skill, make a reusable workflow, automate repetitive tasks, turn a conversation into a skill, or encapsulate a process for AI to follow. Triggers on: '创建 skill', 'write a SKILL.md', 'make this reusable', '.trae/skills/', 'I keep doing the same thing every time'. Do NOT use for rules (use trae-rules-writer) or agents (use trae-agent-writer)."
nomadnet-pages
by torlando-tech
This skill should be used when the user asks about "NomadNet page development", "creating .mu pages", "hosting files on NomadNet nodes", "dynamic NomadNet pages", "NomadNet page authentication", "node page serving", ".allowed files", or needs to create, configure, or troubleshoot NomadNet node pages.
solid
by fellipeutaka
Apply SOLID principles to write flexible, maintainable, and testable code. Use when designing classes, interfaces, and module boundaries. Covers Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, and Dependency Inversion with practical TypeScript examples and detection heuristics.
openclaw-agent-creator
by tumf
Create and maintain OpenClaw agent workspaces using the "Memory as Documentation" layout. Use when you need to: (1) create a new OpenClaw workspace/profile, (2) generate bootstrap files (AGENTS.md, SOUL.md, USER.md, IDENTITY.md, TOOLS.md, MEMORY.md, memory/YYYY-MM-DD.md), (3) keep instructions/persona/memory separated and token-lean, or (4) set up a safe git backup of an OpenClaw workspace without committing secrets.
develop
by whichguy
Implement features end-to-end. Dispatches to feature-developer agent for complex multi-file features requiring planning, testing, and documentation. AUTOMATICALLY INVOKE when: - "build this", "implement this", "develop", "create this feature" - "add functionality", "new feature", "feature request" - Multi-file implementation tasks NOT for: Bug fixes (fix directly), refactoring (use /refactor), test generation (use /test)
brainstorming
by jtsang4
"Use only when the user explicitly asks to do brainstorming (e.g., says 'brainstorm'/'头脑风暴' or invokes $brainstorming). Do not auto-trigger based on general creative work."
integrate-asset-delivery-with-transloadit-smartcdn-in-nextjs
by transloadit
Add Transloadit Smart CDN URL signing to a Next.js App Router project (server-side signing route + optional client demo page).
transloadit
by transloadit
Main entry-point skill for Transloadit. Route to the right integrate-, transform-, or docs-* skill, and prefer executing via npx -y @transloadit/node ... (CLI) for deterministic behavior.
tasks
by whichguy
Break down features into step-by-step implementation tasks. Dispatches to feature-task-creator agent for complex decomposition. AUTOMATICALLY INVOKE when: - "break this down", "create tasks", "plan implementation", "decompose" - "what steps", "task list", "how do I implement this" - Large feature requests without clear action items NOT for: Architecture decisions (use /architect), actual implementation (use /develop)
trent-obsidian
by trentshaines
Help with Obsidian Zettelkasten vault management - search, create, and organize notes in the user's personal knowledge base with 993+ notes. Use when the user asks about their Zettelkasten, vault, notes, or knowledge management. (project, gitignored)
using-git-worktrees
by Crumbgrabber
Use when starting feature work that needs isolation from current workspace
test
by whichguy
Generate comprehensive tests for code. Dispatches to qa-analyst agent for complex components requiring test architecture decisions. AUTOMATICALLY INVOKE when: - "write tests", "test this", "generate tests", "add test coverage" - "test plan", "what should I test" - After feature implementation is complete NOT for: Running existing tests (use npm test), GAS test review (use /gas-test-review)
theme-factory
by Crumbgrabber
Toolkit for styling artifacts with a theme. These artifacts can be slides,
root-cause-tracing
by Crumbgrabber
Use when errors occur deep in execution and you need to trace back to
memory
by lidessen
Manages cross-session knowledge persistence. Triggers on "remember", "recall", "what did we", "save this decision", "todo", or session handoff.
generate-skill
by AntJanus
Use when asked to "create a skill", "generate a SKILL.md", "make me a skill", "build a custom skill", or when user wants to extend Claude Code capabilities with a new skill
ensemble-team
by jwilger
Set up a full AI ensemble/mob programming team for any software project. Creates team member profiles (.team/), coordinator instructions (.team/coordinator-instructions.md), project owner constraints (PROJECT.md), team conventions (AGENTS.md), architectural decisions (docs/ARCHITECTURE.md), domain glossary, and supporting docs. Use when: (1) starting a new project and wanting a full expert agent team, (2) the user asks to "set up a team", "create a mob team", "set up ensemble programming", or "create agent profiles", (3) converting an existing project to the driver-reviewer mob model, (4) the user wants AI agents to work as a coordinated product team with retrospectives and consensus-based decisions.
zustand
by fellipeutaka
Implement global state management for React/TypeScript applications. Use when creating, modifying, or debugging Zustand stores, implementing state management patterns (slices, persist, devtools, immer), setting up Zustand with Next.js/SSR, writing tests for Zustand stores, or working with TypeScript typing for Zustand (curried create, StateCreator, middleware mutators).
defense-in-depth
by Crumbgrabber
Use when invalid data causes failures deep in execution, requiring validation