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
griffnb

model-conventions

by griffnb

star 0

Standards, conventions, and struct tag reference for models

griffnb

new-column

by griffnb

star 0

conventions for new columns

griffnb

controller-generation

by griffnb

star 0

Code generation for CRUD endpoints

fdelache

graphite

by fdelache

star 0

Use when creating PRs, pushing branches, or using Graphite CLI (gt) commands. Covers gt submit, gt create, stacked PRs,...

fdelache

world-monorepo

by fdelache

star 0

Use when navigating Shopify's World monorepo, working across multiple zones, managing sparse checkouts, or discovering c...

yonesuke

option-pricing

by yonesuke

star 0

Option pricing tools including Black-Scholes model, Greeks Calculation using Auto-Differentiation, and Exotic Options.

star 0

Fast Python package installer and uninstaller. Manages projects, scripts, python versions, and tools.

yonesuke

interpolation

by yonesuke

star 0

Techniques for 1D and 2D data interpolation using SciPy (CPU) and JAX/Interpax (GPU/Differentiable).

star 0

Essential tools for using JAX in machine learning and mathematical analysis, covering core concepts, transformations, ML...

yonesuke

developing-flax-models

by yonesuke

star 0

A comprehensive guide for developing, training, and managing neural networks using Flax NNX. Use when defining models, m...

yonesuke

linear-solver

by yonesuke

star 0

Solves linear systems (Ax=b) using NumPy, JAX, PyTorch, and Lineax. Covers dense, sparse, and specialized (tridiagonal)...

yonesuke

training-mlps

by yonesuke

star 0

A skill for defining and training Multi-Layer Perceptrons (MLPs) using Flax NNX.

star 0

Implements Manifold-Constrained Hyper-Connections (mHC) to solve residual connection issues using Doubly Stochastic Matr...

yonesuke

polars

by yonesuke

star 0

High-performance DataFrame library usage. Covers Lazy API, Wrangling, Aggregation.

StackOneHQ

test-mcp-connector

by StackOneHQ

star 0

ONLY trigger this skill when the user EXPLICITLY asks for MCP-based testing: **Required triggers (ALL must mention "MCP...

Gravesjacob778

logic-gates

by Gravesjacob778

star 0

Expert knowledge for digital logic gates including AND, OR, NOT, NAND, NOR, XOR, and XNOR gates. Use when designing digi...

dpietersz

global-validation

by dpietersz

star 0

Implement comprehensive validation on both server and client sides with specific error messages, input sanitization, and...

dpietersz

global-conventions

by dpietersz

star 0

Follow project-wide development conventions including consistent project structure, clear documentation, version control...

dpietersz

backend-migrations

by dpietersz

star 0

Create and manage database migrations with reversible changes, zero-downtime deployments, and proper version control. Us...

skyosev

deslop

by skyosev

star 0

Remove AI-generated code slop from a branch. Use to delete unnecessary comments/docs, defensive checks, broad try/catch...

yoshiwatanabe

quick-commit

by yoshiwatanabe

star 0

Creates well-formatted conventional commit messages from your git changes. Analyzes git diff and status to generate prop...

yoshiwatanabe

file-stats

by yoshiwatanabe

star 0

Analyzes files and provides detailed statistics including line counts, file size, detected language, and complexity. Use...

yoshiwatanabe

code-reviewer

by yoshiwatanabe

star 0

Performs thorough code reviews with actionable feedback. Analyzes code for quality, bugs, security vulnerabilities, perf...

yoshiwatanabe

test-generator

by yoshiwatanabe

star 0

Generates comprehensive unit tests for code. Detects the testing framework, creates tests with edge cases and mocks, and...