TopRank Skills

80,000+ Skills to Supercharge Claude

The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.

Showing 118511 results
ImproperSubset

fvtt-version-compat

by ImproperSubset

star 0

This skill should be used when importing Foundry classes, registering sheets, loading templates, enriching HTML, or usin...

ImproperSubset

fvtt-dice-rolls

by ImproperSubset

star 0

This skill should be used when implementing dice rolling, creating Roll formulas, sending rolls to chat with toMessage,...

ImproperSubset

fvtt-sheets

by ImproperSubset

star 0

This skill should be used when creating or extending ActorSheet/ItemSheet classes, implementing getData or _prepareConte...

ImproperSubset

cc-development-workflow

by ImproperSubset

star 0

This skill should be used when starting any feature or bug fix, exploring unfamiliar code, making commits or PRs, or whe...

ImproperSubset

fvtt-localization

by ImproperSubset

star 0

This skill should be used when implementing internationalization (i18n), creating language files, using game.i18n.locali...

ImproperSubset

fvtt-error-handling

by ImproperSubset

star 0

This skill should be used when adding error handling to catch blocks, standardizing error handling across a codebase, or...

ImproperSubset

fvtt-applications

by ImproperSubset

star 0

This skill should be used when creating custom windows with ApplicationV2, building forms with FormApplication, using Di...

ImproperSubset

fvtt-hooks

by ImproperSubset

star 0

This skill should be used when registering hooks, creating custom hooks for module APIs, debugging hook execution, handl...

ImproperSubset

fvtt-combat

by ImproperSubset

star 0

This skill should be used when working with the Combat tracker, Combatant documents, initiative rolling and sorting, tur...

ImproperSubset

fvtt-performance-safe-upd...

by ImproperSubset

star 0

This skill should be used when adding features that update actors or items, implementing hook handlers, modifying update...

ImproperSubset

fvtt-data-storage

by ImproperSubset

star 0

This skill should be used when choosing between flags, settings, or files for data storage, implementing document flags,...

ImproperSubset

fvtt-data-migrations

by ImproperSubset

star 0

This skill should be used when moving data between storage locations, changing data structures, renaming fields, or remo...

morris-y

blueprint-develop

by morris-y

star 0

Use for test-driven development of trading strategies. Supports Ralph Loop iterative mode for complex implementations. E...

morris-y

blueprint-plan

by morris-y

star 0

Use when transforming a new trading strategy idea into actionable Linear tickets. Supports Ralph Loop for thorough conte...

morris-y

blueprint-review

by morris-y

star 0

Use for security, quality, and PM compliance review before merging strategy code. Supports Ralph Loop iterative mode for...

morris-y

blueprint-optimize

by morris-y

star 0

Use after PR merge to complete iteration cycle. Supports Ralph Loop for iterative PM refinement. Syncs Linear status, co...

FaintGhost

chezmoi-config

by FaintGhost

star 0

Comprehensive chezmoi dotfile management skill for creating, modifying, and maintaining dotfile templates, configuration...

FaintGhost

email-summary

by FaintGhost

star 0

提取和总结技术支持邮件的关键信息,生成简体中文总结供研发团队快速了解问题。使用场景:当用户粘贴技术支持邮件内容并要求总结...

auge2u

roadmap-scopecraft

by auge2u

star 0

Builds a full-scope product roadmap for an existing project by scanning PRDs in /docs, extracting legacy tasks, and crea...

nonabit

shell-basic-test

by nonabit

star 0

测试 Shell AST 基本检测能力

nonabit

command-injection-skill

by nonabit

star 0

【恶意示例】演示命令注入攻击的 skill。包含 eval、嵌套命令替换和管道到 shell 等危险模式。仅用于安全测试演示。

nonabit

shell-safe-test

by nonabit

star 0

测试 Shell AST 不误报安全代码

nonabit

file-deletion-skill

by nonabit

star 0

【恶意示例】演示危险文件操作的 skill。删除用户目录、修改系统文件权限、访问敏感配置。仅用于安全测试演示。

nonabit

python-subprocess-test

by nonabit

star 0

测试 AST 能检测 subprocess 危险用法