A collection of Agent Skills for AI coding agents. Install them with the skills CLI from skills.sh.
Install every skill in this repository:
npx skills add BeTomorrow/skillsInstall one skill:
npx skills add BeTomorrow/skills --skill refine-storyThe CLI copies each skill into your agent’s skills directory (Cursor, Claude Code, Codex, and others). Use -g for a user-wide install, or -a <agent> to target a specific agent.
Refines Jira user stories through interactive Q&A, then appends a structured refinement block to the issue description. Requires the Atlassian MCP.
Use when: /refine-story PRO-45, or when asking to refine a ticket, groom a story, or clarify requirements before implementation.
- Create
skills/<skill-name>/SKILL.mdwith YAML frontmatter (namematching the folder, plusdescription). - Keep supporting material in
references/,scripts/, orassets/next toSKILL.md. - Add the skill
nameto the right group inskills.sh.json(or create a group). Ungrouped skills still install; they just appear under Other skills on skills.sh. - Document the skill in this README.
The CLI discovers SKILL.md files under skills/ up to three levels deep.
This repository must stay public on GitHub. After a push:
npx skills add BeTomorrow/skills --listThat command is also what skills.sh uses as a signal to index the repo. Listing on skills.sh/BeTomorrow/skills follows from install telemetry, not a separate submission form.
Recommended GitHub topics for other indexes: agent-skills, claude-skills, codex-skills, skill-md, ai-agents.