Total 50,115 skills
Showing 12 of 50115 skills
Write meaningful documentation that explains why not what; focus on complex business logic and self-documenting code
Enforces local testing before any deployment. MUST be used before running vercel, git push, or any deployment command. Prevents deploying untested code.
Run tests from skill examples and generate a report (project)
Generates professional slide deck images from content. Creates outlines with style instructions, then generates individual slide images. Use when user asks to "create slides", "make a presentation", "generate deck", "slide deck", or "PPT".
WeChat Pay commodity coupon integration assistant, providing coupon type selection, API code examples (Java/Go), development parameter verification, interface error troubleshooting and launch quality inspection. Use when user mentions "商品券", "优惠券接入", "发券", "核销", "创建商品券", "商品券代码", "签名报错", "验签失败", "回调收不到", "Request-Id", "品牌直连", "服务商模式", or asks to "接入商品券", "生成发券代码", "排查接口报错", "检查签名逻辑".
WeChat Pay basic payment solution, covering payment, refund bills, profit sharing, merchant onboarding, and account opening willingness confirmation, providing five core capabilities: product selection, code examples, quick business reference, quality assessment, and troubleshooting. Use when user mentions "JSAPI payment", "APP payment", "H5 payment", "Native payment", Mini Program payment, payment code payment, combined payment, invoke payment, payment callback, order refund, download bill, account reconciliation, service provider mode, profit sharing, special merchant onboarding, account opening willingness confirmation, or asks to "recommend payment method", "provide payment interface code examples", "troubleshoot payment or refund issues".
Run agentlint CLI after code changes to catch patterns for AI evaluation. Activate when finishing code modifications, before committing, or when the developer asks to lint, scan, or review code with agentlint. Covers agentlint check, agentlint list, agentlint review, agentlint init, inline suppression, and output interpretation.
Classify a code quality concern into the right enforcement tool and act on it. Activate when the user wants to enforce a pattern, catch a mistake, add a check, create a rule, prevent a practice, guard against regressions, set up linting, improve their feedback loop, or asks "how do I make sure X."
Create new skills for the lovstudio/skills repo. Fork of the official skill-creator with lovstudio conventions: lovstudio: name prefix, skills/lovstudio-<name>/ directory structure, mandatory README.md per skill, SKILL.md with AskUserQuestion interactive flow, standalone Python CLI scripts, CJK text handling, and auto-update of root README + CLAUDE.md. Use when the user wants to create a new skill, add a skill to this repo, scaffold a skill, or mentions "新建skill", "创建skill", "new skill", "add skill", "生成skill".
[Pragmatic DDD Architecture] Interactive guide for scaffolding and bootstrapping a new project or module from scratch. Use this skill when the user asks to start a new project or add a massive new feature. It instructs the agent to run an assessment wizard, define the PRD, evaluate serverless tech, and set up the foundation.
Use this when deciding whether data belongs in Redux, component state, router state, or another external source. Covers state ownership, authority boundaries, slice sizing, and when to move or split data as the app evolves.
Use this when setting up a new Redux Toolkit app or modernizing an existing React + Redux codebase. Covers configureStore, Provider wiring, typed hooks, hooks-first React-Redux usage, feature folders, and the correct store lifetime for SPA and SSR-heavy React environments.