- Home
- /
- Categories
- /
- Code Gen
Code Gen
Generate code, boilerplate, scaffolding
AI Influencer Generation
by eachlabs
Generate consistent AI influencer personas and social media content using each::sense API
music-generation
by michaelboeding
Use this skill for AI music generation. Triggers include: "generate music", "create a song", "make music", "compose", "create a beat", "generate audio", "make a soundtrack", "create a jingle", "instrumental music", "background music", "lo-fi beats", "electronic music" Supports vocals (Suno/Udio) and instrumental-only (Google Lyria).
icml-reviewer
by sundial-org
Paper reviewer that evaluates machine learning research projects following official ICML reviewer guidelines. Provides comprehensive reviews with actionable feedback across all key dimensions: claims/evidence, relation to prior work, originality, significance, clarity, and reproducibility. Also provides formative feedback on incomplete drafts, proposals, and research code repositories. MANDATORY TRIGGERS: review paper, ICML review, paper review, evaluate paper, research paper feedback, ML paper review, conference review, academic review, paper critique, NeurIPS review, ICLR review, project proposal, research proposal, paper draft, early feedback, incomplete paper, work in progress, WIP review, review repo, review codebase, research project review
neuro-symbolic-reasoning
by sundial-org
Neuro-symbolic AI combining LLMs with symbolic solvers. Use when exploring neuro-symbolic approaches (ideation, no code) or implementing solver integrations (code).
agent-navigation-sop
by IgorWarzocha
Generate AGENTS.md for AI agent navigation. Covers build/test commands, coding conventions, task routing, and codebase structure. Use proactively during /init workflow or when creating agent-readable repository documentation. Examples: - user: "/init" → full AI navigation AGENTS.md + skill recommendations - user: "/init basic" → minimal AGENTS.md structure only - user: "Create AGENTS.md for this repo" → assess complexity, generate navigation doc - user: "Document codebase for AI agents" → structured AGENTS.md with task routing
zig-0.16
by zigcc
Notes for porting code to Zig 0.16-dev (std.Io era). Use this when fixing 0.15-era code that fails on 0.16 master/dev.
coder-rules-requirements
by OzeroHAX
Requirement quality rules for coding tasks with traceable MUST/SHOULD and verifiable acceptance criteria.
planning-risk-assessment
by OzeroHAX
Risk assessment: likelihood/impact, mitigations, residual risk
testing-api-manual
by OzeroHAX
Manually verify API behavior with reproducible requests and response checks; not contract version compatibility governance
testing-e2e-flow
by OzeroHAX
End-to-end scenarios (user paths, integration chains)
planning-rollback-mechanism
by OzeroHAX
Rollback mechanics and scenario: criteria, steps, data impact, recovery
systematic-debugging
by julianromli
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
skill-creator
by julianromli
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
database-design
by julianromli
Database schema design, optimization, and migration patterns for PostgreSQL, MySQL, and NoSQL databases. Use for designing schemas, writing migrations, or optimizing queries.
shadcn-management
by julianromli
Manage shadcn/ui components using MCP tools. Use when user needs to: (1) Add new shadcn components to a project (2) Build complex UI features requiring multiple components (3) Research component implementations and examples (4) Get component installation commands Triggers: "add shadcn", "shadcn component", "build UI with shadcn", "install component", "create form", "create dialog"
changelog-generator
by julianromli
Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.
using-superpowers
by julianromli
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
template-skill
by julianromli
Replace with description of the skill and when Claude should use it.
task-generator
by julianromli
Generate structured task lists from specs or requirements. IMPORTANT: After completing ANY spec via ExitSpecMode, ALWAYS ask the user: "Would you like me to generate a task list for this spec?" Use when user confirms or explicitly requests task generation from a plan/spec/PRD.
frontend-ui-integration
by julianromli
Implement or extend a user-facing workflow in a web application, integrating with existing backend APIs. Use when the feature is primarily a UI/UX change backed by existing APIs, affects only the web frontend, and requires following design system, routing, and testing conventions.
browser
by julianromli
Minimal Chrome DevTools Protocol tools for browser automation and scraping. Use when you need to start Chrome, navigate pages, execute JavaScript, take screenshots, or interactively pick DOM elements.
token-minter
by kukapay
Generate, build, and deploy custom ERC20 tokens on EVM networks. Use when users want to create and deploy their own ERC20 tokens with custom parameters like name, symbol, decimals, and initial supply. Supports deployment to various networks including Sepolia testnet and requires Foundry (forge/cast) for blockchain interactions.
taiwan-student-benefits
by bingo-taiwan
"Taiwan .edu.tw student benefits tracker and reminder system. Discovers, tracks, and reminds students of 50+ free subscriptions and credits available to Taiwan university students (GitHub Student Pack, JetBrains, Azure, Figma, Notion, etc.). Use this skill whenever the user mentions: student benefits, edu.tw perks, free student subscriptions, GitHub Student Pack, student developer tools, academic discounts Taiwan, or wants to set up benefit tracking/reminders. Also trigger when user asks about free software for students, student cloud credits, or .edu.tw email benefits."
project-analyzer
by maroffo
"Analyze codebase and create CLAUDE.md documentation. Use when analyzing project, understanding codebase, or creating documentation."