80,000+ Skills to Supercharge Claude
The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.
asyncredux-abort-dispatch
by marcglasberg
Stops an AsyncRedux (Flutter) action from dispatching. Use only when the user mentions abortDispatch(), or explicitly as...
asyncredux-before-after
by marcglasberg
Implement action lifecycle methods `before()` and `after()`. Covers running precondition checks, showing/hiding modal ba...
asyncredux-connector-patt...
by marcglasberg
Implement the Connector pattern for separating smart and dumb widgets. Covers creating StoreConnector widgets, implement...
asyncredux-nonreentrant-m...
by marcglasberg
Add the NonReentrant mixin to prevent an action from dispatching while already in progress. Covers preventing duplicate...
hexagonal-architecture
by PackmindHub
Describes the hexagonal architecture (ports and adapters) used across the Packmind monorepo. This skill should be used w...
asyncredux-user-exception...
by marcglasberg
Handle user-facing errors with UserException. Covers throwing UserException from actions, setting up UserExceptionDialog...
skills-download
by bytedance
Downloads skills from a AgentKit skill space to the local machine. Invoke when the user wants to fetch, download, or ret...
tos-file-access
by bytedance
Upload files or directories to Volcano Engine TOS (Torch Object Storage) and download files from URLs. Use this skill wh...
asyncredux-dispatching-ac...
by marcglasberg
Dispatch actions using all available methods: `dispatch()`, `dispatchAndWait()`, `dispatchAll()`, `dispatchAndWaitAll()`...
packmind-create-command
by PackmindHub
Guide for creating reusable commands via the Packmind CLI. This skill should be used when users want to create a new com...
packmind-create-skill
by PackmindHub
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an exist...
packmind-create-command
by PackmindHub
Guide for creating reusable commands via the Packmind CLI. This skill should be used when users want to create a new com...
packmind-create-skill
by PackmindHub
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an exist...
packmind-create-command
by PackmindHub
Guide for creating reusable commands via the Packmind CLI. This skill should be used when users want to create a new com...
packmind-create-skill
by PackmindHub
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an exist...
packmind-create-standard
by PackmindHub
Guide for creating coding standards via the Packmind CLI. This skill should be used when users want to create a new codi...
packmind-onboard
by PackmindHub
Complete automated onboarding: analyzes codebase, creates package, and generates standards & commands via CLI. Automatic...
packmind-create-standard
by PackmindHub
Guide for creating coding standards via the Packmind CLI. This skill should be used when users want to create a new codi...
packmind-onboard
by PackmindHub
Complete automated onboarding: analyzes codebase, creates package, and generates standards & commands via CLI. Automatic...
packmind-create-standard
by PackmindHub
Guide for creating coding standards via the Packmind CLI. This skill should be used when users want to create a new codi...
hook-analyzer
by bytedance
视频前三秒钩子分析技能。从分镜拆解结果中提取前三秒分镜数据,为钩子吸引力评估提供结构化上下文。运行脚本 `python scripts/a...
report-generator
by bytedance
视频分析报告生成技能。整合分镜拆解数据和钩子分析结果,生成 Markdown 格式的专业视频分析报告。运行脚本 `python scripts/gen...
deepsearch
by bytedance
深度研究代理系统社区版,对复杂主题进行多轮迭代的网络搜索和综合分析。使用场景:当用户需要对特定主题进行深入、全面的研究时...
commit
by aviatesk
MUST invoke before creating any git commit. Provides commit message format and safety rules.