ai-assist-skills

A collection of AI agent skills that automate recurring engineering workflows that can be installed across multiple AI coding assistants.

AI-Assist Skills is a collection of AI agent skills that automate recurring engineering workflows and can be installed across multiple AI coding assistants. Skills are installed globally via skills.sh and auto-detected by 40+ AI agents, including Claude Code, Cursor, Windsurf, and GitHub Copilot. A single sync command removes any stale or renamed skills, then installs the latest version of every skill from the repo. For local development, the skills add command accepts a local path as the source, so a skill can be installed directly from the working tree and tested before committing or pushing.

Installation

This single command removes any stale or renamed skills, then installs the latest version of every skill from this repo. Run it any time to stay current:

npx github:jparkerweb/ai-assist-skills

Skills are installed globally via skills.sh and auto-detected by 40+ AI agents (Claude Code, Cursor, Windsurf, GitHub Copilot, etc.).