Cross-agent skills for Cursor, Claude Code, and other coding agents. Install with skills.sh (npx skills add).
# List available skills
npx skills add lucavb/skills --list
# Install all skills
npx skills add lucavb/skills --skill ' *' -g -y
# Install one skill (review skills need review-core too — see below)
npx skills add lucavb/skills --skill ticket-to-pr-pipeline
You want to…
Install
Fix a Jira ticket end-to-end → PR
review-core + ticket-to-pr-pipeline
Review an open PR (including "is there a cleaner way?")
review-core + review-tribunal
Blind-review a local branch mid-work
review-core
Stop deferring discovery — explore before presenting a plan
discover-before-planning
GitHub URLs / explore remote repo source
gh-fetch
Estimate Jira story points from done-ticket benchmarks
story-point-estimation
# Ticket → PR
npx skills add lucavb/skills --skill review-core -g -y
npx skills add lucavb/skills --skill ticket-to-pr-pipeline -g -y
# PR review
npx skills add lucavb/skills --skill review-core -g -y
npx skills add lucavb/skills --skill review-tribunal -g -y
Skill
Description
Docs
discover-before-planning
Do discovery during planning — close open questions before presenting a plan
README
review-core
Shared blind review, tribunal, adversarial validation (dependency of review skills)
README
ticket-to-pr-pipeline
End-to-end Jira ticket flow with plan, build, review-core, and PR
README
review-tribunal
Open PR review — intake, review-core, interactive GitHub comments
README
refining-jira-tickets
Pre-scrum refinement — trace codebase, spot plot holes, comment on Jira
README
story-point-estimation
Size Jira tickets by benchmarking done work with SP set
README
atlassian-jira-adf-formatting
ADF round-trip for Jira story tables with bulleted Requirements/AC cells
README
writing-commit-messages
Commit messages that explain the why, matching each repo's style
README
gh-fetch
GitHub URLs via gh CLI; checkout when multiple file accesses foreseen
README
Review skill dependencies
Skill
Install with
review-tribunal
review-core
ticket-to-pr-pipeline
review-core
# Global install (all projects)
npx skills add lucavb/skills --skill < name> -g -y
# Target a specific agent
npx skills add lucavb/skills --skill < name> -a cursor -y
# Check for updates
npx skills check
npx skills update
Jira skills (refining-jira-tickets, story-point-estimation, atlassian-jira-adf-formatting, ticket-to-pr-pipeline): Atlassian MCP configured in your agent.
review-core , ticket-to-pr-pipeline , review-tribunal : agents that support subagent/task spawning (Cursor, Claude Code).
ticket-to-pr-pipeline , review-tribunal : GitHub CLI (gh) for PR creation and review.
gh-fetch : GitHub CLI (gh) authenticated for fetch and clone.
MIT — see LICENSE .