kasperjungekasperjungeCommunityยท17 Agent Skills Included

agent-resources

Install, version, and share agent skills like software packages

Installs agent skills from any Git repo into Claude Code, Cursor, Codex, Copilot, and more with one command. Pins every skill to an exact version in a lockfile, ending silent breakages and copy-paste drift between machines. Lets teams sync identical skill setups across projects, upgrade on demand, and run skills once without installing.
npx skills add kasperjunge/agent-resources --all -g -y
Available:

Tells the agent how the agr and agrx CLI tools are structured, how to run tests and commands with uv, and what conventions and boundaries to follow when working in this repository.

All Skills in This Repository (17)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
kasperjungekasperjunge

discover-codebase-enhancements

Discover and prioritize codebase improvements using jobs-to-be-done analysis.

Community
Advanced
๐Ÿ“ฆ In Repo
kasperjungekasperjunge

migrate-to-skills

Convert legacy subagents, slash commands, and rules into SKILL.md-based skills.

Community
Intermediate
๐Ÿ“ฆ In Repo
kasperjungekasperjunge

discover-assumptions

Score assumptions and design validation tests for product strategy workflows.

Community
Intermediate
๐Ÿ“ฆ In Repo
kasperjungekasperjunge

research-codebase

Map a task or bug to relevant codebase modules and files.

Community
Intermediate
๐Ÿ“ฆ In Repo
kasperjungekasperjunge

design-solution

Converge brainstorming options into a structured decision brief with trade-offs.

Community
Intermediate
๐Ÿ“ฆ In Repo
kasperjungekasperjunge

create-plan

Create implementation plans with milestones, tasks, and success criteria.

Community
Advanced
๐Ÿ“ฆ In Repo
kasperjungekasperjunge

code-review

Automate code-review processes for staged or pushed changes using a deterministic context script and structured criteria.

Community
Intermediate
๐Ÿ“ฆ In Repo
kasperjungekasperjunge

refactor-for-determinism

Separate deterministic steps into scripts and leave judgment calls in SKILL.md prose.

Community
Intermediate
๐Ÿ“ฆ In Repo
kasperjungekasperjunge

discover-outcomes

Define outcomes and success metrics for early-stage product strategy.

Community
Intermediate
๐Ÿ“ฆ In Repo
kasperjungekasperjunge

make-release

Automate PyPI releases via GitHub Actions with version bumps and changelog updates.

Community
Advanced
๐Ÿ“ฆ In Repo
kasperjungekasperjunge

brainstorm-solutions

Generate 3-5 brainstorm options with trade-offs, risks, and next steps.

Community
Intermediate
๐Ÿ“ฆ In Repo
kasperjungekasperjunge

commit-work

Run quality checks, update CHANGELOG.md, and create a verified commit.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install agent-resources?โ–ผ

Run `npx skills add kasperjunge/agent-resources --all -g -y` in your terminal to install all skills in this suite globally.

What does agr do?โ–ผ

agr is a package manager for agent skills. It installs skills from any Git repo into tools like Claude Code, Cursor, and Codex, and locks their versions like npm does for code.

How do I share agent skills with my team?โ–ผ

Commit the agr.toml manifest and agr.lock lockfile to your repo. Teammates run `agr sync` to get the exact same skills in every tool.

Can I try a skill without installing it?โ–ผ

Yes. Run `agrx owner/repo/skill` to download and run a skill once without adding it to your project.

Which AI coding tools does agr support?โ–ผ

agr works with Claude Code, Cursor, OpenAI Codex, OpenCode, GitHub Copilot, and Pi, installing each skill into every configured tool automatically.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’