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 packages recurring engineering workflows as agent skills that install once and work across multiple AI coding assistants. A single sync command removes any stale or renamed skills, then installs the latest version of every skill from the repo, so re-running it is the way to stay current. Skills are installed globally via skills.sh and auto-detected by 40+ AI agents, including Claude Code, Cursor, Windsurf and GitHub Copilot. For authoring, the skills add command accepts a local path as its source, so a skill installs directly from your working tree and can be tested before committing or pushing; the same command overwrites the installed copy, so there is no separate update step. Installed skills can be listed back with npx skills list -g to verify what is in place.

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 --allow-git=all 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.).