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
signalwire

signalwire-agents-sdk

by signalwire

star 0

Expert assistance for building SignalWire AI Agents in Python. Automatically activates when working with AgentBase, SWAI...

ByronWilliamsCPA

project-planning

by ByronWilliamsCPA

star 0

Generate initial project planning documents (PVS, ADR, Tech Spec, Roadmap) from a project concept description. Use when...

ByronWilliamsCPA

pr-prepare

by ByronWilliamsCPA

star 0

Prepare pull request descriptions following project template. Activates on: prepare PR, create PR, pull request, ready f...

sergiodk5

writing-tests

by sergiodk5

star 0

Guides writing Vitest tests for Chrome extension code. Use when creating tests, improving coverage, or testing Vue compo...

sergiodk5

creating-vue-components

by sergiodk5

star 0

Guides creating Vue 3 components with glass-morphism UI for the anime extension. Use when building UI components, stylin...

sergiodk5

creating-pull-requests

by sergiodk5

star 0

Guides creating GitHub pull requests with proper branch naming, commit messages, and PR descriptions. Use when asked to...

sergiodk5

using-anime-service

by sergiodk5

star 0

Guides using AnimeService for anime tracking operations. Use when implementing anime status checks, episode tracking, pl...

sergiodk5

handling-review-comments

by sergiodk5

star 0

Handles GitHub pull request review comments. Use when asked to fix review comments, address PR feedback, or resolve revi...

jasonpaulso

project-context-sync

by jasonpaulso

star 0

Maintains synchronized project context for long-running work across sessions. Use when: starting a session (read context...

snhrm

dependency-analyzer

by snhrm

star 0

ライブラリのEOL状況と互換性要件を確認する。endoflife.dateやnpmからバージョン互換性情報を取得する

snhrm

package-updater

by snhrm

star 0

npm/yarn/pnpm/bunに対応したパッケージ更新を実行する。Node.jsバージョン管理ツール(mise/nvm/asdf)にも対応

snhrm

library-release-checker

by snhrm

star 0

GitHubや公式ドキュメントからライブラリのリリース情報を取得し、破壊的変更・非推奨化・ビルトイン化を特定する

snhrm

test-runner

by snhrm

star 0

lint、test、buildコマンドを実行し、結果を解析する。エラー時は原因分析と修正提案を行う

snhrm

code-impact-checker

by snhrm

star 0

破壊的変更に基づいてプロジェクト内のコードを検索し、影響を受けるファイルと行を特定する。テストカバレッジも確認する

snhrm

code-migrator

by snhrm

star 0

破壊的変更に対応したコード修正を行う。import文の変更、API呼び出しの修正、設定ファイルの更新を実行

tachyon-beep

reward-shaping-engineerin...

by tachyon-beep

star 0

Master reward function design - potential-based shaping, hacking patterns, validation

tachyon-beep

prioritizing-improvements

by tachyon-beep

star 0

Use when stakeholders pressure you to change technical priorities and you're tempted to compromise on security-first or...

tachyon-beep

exploration-strategies

by tachyon-beep

star 0

Master ε-greedy, UCB, curiosity-driven, RND, intrinsic motivation exploration

tachyon-beep

identifying-technical-deb...

by tachyon-beep

star 0

Use when cataloging technical debt under time pressure and tempted to explain choices instead of delivering document - e...

tachyon-beep

rl-debugging

by tachyon-beep

star 0

Systematic RL debugging - diagnose learning failures, common bugs, diagnosis trees

tachyon-beep

offline-rl

by tachyon-beep

star 0

Master CQL, IQL, BCQ - offline RL from fixed datasets without environment interaction

tachyon-beep

value-based-methods

by tachyon-beep

star 0

Master DQN, Double DQN, Dueling DQN, Rainbow - value-based methods for discrete actions

tachyon-beep

policy-gradient-methods

by tachyon-beep

star 0

Master REINFORCE, PPO, TRPO - direct policy optimization with trust regions

tachyon-beep

model-based-rl

by tachyon-beep

star 0

Master Dyna-Q, MBPO, Dreamer - model-based RL with world models and planning