This repository contains skills and other reusable resources for agentic coding. Most skills are forks of existing skills, whicht I customized for my own use case.
Install local skills with https://skills.sh/
# install all skills
npx skills add https://github.com/wireless25/agentic-coding
# install specific skill
npx skills add https://github.com/wireless25/agentic-coding --skill <skill-name># install all skills
npx skills add <owner/repo>
# install specific skill
npx skills add <owner/repo> --skill <skill-name>You can search and find a lot of skills at https://skills.sh.
This skill requires you to set up a Jira Cloud API token and configure environment variables as described in skills/jira-fetcher/SKILL.md.