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
jwbaldwin

morning-report

by jwbaldwin

star 0

Generate a morning MR status report. Use when the user says "morning report", "mr status", "what needs my attention", or...

erwinkn

ast-grep

by erwinkn

star 0

Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases...

erwinkn

chatgpt-oracle

by erwinkn

star 0

Send prompts to ChatGPT Pro via Playwriter browser automation. Use for cross-validation, second opinions, or leveraging...

erwinkn

agent-browser

by erwinkn

star 0

Browser automation using Vercel's agent-browser CLI. Use when you need to interact with web pages, fill forms, take scre...

erwinkn

tuistory

by erwinkn

star 0

Test and automate TUI applications using tuistory (Playwright for terminals). PREFERRED over tmux-tui for most cases. Us...

erwinkn

prd-gen

by erwinkn

star 0

Convert a spec/architecture document into a PRD JSON file optimized for Ralph agent. Use when you have a design doc and...

erwinkn

tmux-tui

by erwinkn

star 0

Interact with TUI applications via tmux. Consider using tuistory skill instead for better synchronization (waitForText v...

erwinkn

dotfiles-commit

by erwinkn

star 0

Instructions for committing changes to config files in the home directory using the dotfiles bare git repo.

erwinkn

project-init

by erwinkn

star 0

Guidance for initializing new projects. Use framework/package manager commands instead of manual scaffolding.

sayali-ingle-pdl

component-library

by sayali-ingle-pdl

star 0

Conditionally installs GitHub Packages component library at latest version. Adds to package.json when user requests it.

sayali-ingle-pdl

env-constants

by sayali-ingle-pdl

star 0

Generates src/shared/EnvConsts.ts for type-safe environment variable access. Provides TypeScript interface and exports f...

sayali-ingle-pdl

vitest-config

by sayali-ingle-pdl

star 0

Generates vitest.config.ts for unit testing configuration. Configures Vitest with Vue, TypeScript support, coverage thre...

sayali-ingle-pdl

env-standalone

by sayali-ingle-pdl

star 0

Conditionally generates .env.standalone file for micro-frontend applications only. Enables running micro-frontends in st...

sayali-ingle-pdl

env-local

by sayali-ingle-pdl

star 0

Generates .env.local file for local development environment variables. Contains developer-specific configuration like AP...

sayali-ingle-pdl

typescript-shims

by sayali-ingle-pdl

star 0

Generates TypeScript declaration files (shims-vue.d.ts, shims-svg.d.ts) to enable type-safe imports of Vue components an...

sayali-ingle-pdl

babel-config

by sayali-ingle-pdl

star 0

Generates Babel configuration for JavaScript transpilation in tests. Creates babel.config.js file.

star 0

Generates public/ directory with static assets including favicons, app icons, and site.webmanifest for Progressive Web A...

sayali-ingle-pdl

conditional-generation

by sayali-ingle-pdl

star 0

Determines which files and dependencies to generate based on application type (standalone vs micro-frontend). Controls c...

sayali-ingle-pdl

configuration

by sayali-ingle-pdl

star 0

Reads config.json and prompts user for application parameters. Merges configuration with defaults for project generation...

sayali-ingle-pdl

view-components

by sayali-ingle-pdl

star 0

Generates initial view components with mandatory unit tests. Creates HomeView.vue, PageNotFoundView.vue, and their .spec...

sayali-ingle-pdl

global-constants

by sayali-ingle-pdl

star 0

Generates src/shared/constants/global.ts file containing application-wide constants used throughout the application.

sayali-ingle-pdl

entrypoint

by sayali-ingle-pdl

star 0

Generates entrypoint.sh script for Docker container runtime environment variable injection. Replaces placeholder values...

sayali-ingle-pdl

api-pattern

by sayali-ingle-pdl

star 0

Provides Vue component structure templates for Composition API and Options API. Used when generating .vue components and...

sayali-ingle-pdl

gitignore

by sayali-ingle-pdl

star 0

Generates .gitignore file for Git version control exclusions. Defines files and directories to exclude from version cont...