Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BeTomorrow Agent Skills

A collection of Agent Skills for AI coding agents. Install them with the skills CLI from skills.sh.

skills.sh

Installation

Install every skill in this repository:

npx skills add BeTomorrow/skills

Install one skill:

npx skills add BeTomorrow/skills --skill refine-story

The 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.

Available skills

refine-story

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.

Adding a skill

  1. Create skills/<skill-name>/SKILL.md with YAML frontmatter (name matching the folder, plus description).
  2. Keep supporting material in references/, scripts/, or assets/ next to SKILL.md.
  3. Add the skill name to the right group in skills.sh.json (or create a group). Ungrouped skills still install; they just appear under Other skills on skills.sh.
  4. Document the skill in this README.

The CLI discovers SKILL.md files under skills/ up to three levels deep.

Publishing

This repository must stay public on GitHub. After a push:

npx skills add BeTomorrow/skills --list

That 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.

License

MIT

About

Shared skills for the BeTomorrow organization

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors