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 authoring, the skills add command accepts a local path as its source, installing a skill directly from the working tree so it can be tested before committing or pushing.
Installation
Sync all skills (recommended)
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.).