80,000+ Skills to Supercharge Claude
The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.
morning-report
by jwbaldwin
Generate a morning MR status report. Use when the user says "morning report", "mr status", "what needs my attention", or...
ast-grep
by erwinkn
Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases...
chatgpt-oracle
by erwinkn
Send prompts to ChatGPT Pro via Playwriter browser automation. Use for cross-validation, second opinions, or leveraging...
agent-browser
by erwinkn
Browser automation using Vercel's agent-browser CLI. Use when you need to interact with web pages, fill forms, take scre...
tuistory
by erwinkn
Test and automate TUI applications using tuistory (Playwright for terminals). PREFERRED over tmux-tui for most cases. Us...
prd-gen
by erwinkn
Convert a spec/architecture document into a PRD JSON file optimized for Ralph agent. Use when you have a design doc and...
tmux-tui
by erwinkn
Interact with TUI applications via tmux. Consider using tuistory skill instead for better synchronization (waitForText v...
dotfiles-commit
by erwinkn
Instructions for committing changes to config files in the home directory using the dotfiles bare git repo.
project-init
by erwinkn
Guidance for initializing new projects. Use framework/package manager commands instead of manual scaffolding.
Conditionally installs GitHub Packages component library at latest version. Adds to package.json when user requests it.
Generates src/shared/EnvConsts.ts for type-safe environment variable access. Provides TypeScript interface and exports f...
Generates vitest.config.ts for unit testing configuration. Configures Vitest with Vue, TypeScript support, coverage thre...
Conditionally generates .env.standalone file for micro-frontend applications only. Enables running micro-frontends in st...
Generates .env.local file for local development environment variables. Contains developer-specific configuration like AP...
Generates TypeScript declaration files (shims-vue.d.ts, shims-svg.d.ts) to enable type-safe imports of Vue components an...
Generates Babel configuration for JavaScript transpilation in tests. Creates babel.config.js file.
Generates public/ directory with static assets including favicons, app icons, and site.webmanifest for Progressive Web A...
Determines which files and dependencies to generate based on application type (standalone vs micro-frontend). Controls c...
Reads config.json and prompts user for application parameters. Merges configuration with defaults for project generation...
Generates initial view components with mandatory unit tests. Creates HomeView.vue, PageNotFoundView.vue, and their .spec...
Generates src/shared/constants/global.ts file containing application-wide constants used throughout the application.
Generates entrypoint.sh script for Docker container runtime environment variable injection. Replaces placeholder values...
Provides Vue component structure templates for Composition API and Options API. Used when generating .vue components and...