agent-resources
Install, version, and share agent skills like software packages
All Skills in This Repository (17)
Pure Emerald Level Indicatorsdiscover-codebase-enhancements
Discover and prioritize codebase improvements using jobs-to-be-done analysis.
migrate-to-skills
Convert legacy subagents, slash commands, and rules into SKILL.md-based skills.
discover-assumptions
Score assumptions and design validation tests for product strategy workflows.
research-codebase
Map a task or bug to relevant codebase modules and files.
design-solution
Converge brainstorming options into a structured decision brief with trade-offs.
create-plan
Create implementation plans with milestones, tasks, and success criteria.
code-review
Automate code-review processes for staged or pushed changes using a deterministic context script and structured criteria.
refactor-for-determinism
Separate deterministic steps into scripts and leave judgment calls in SKILL.md prose.
discover-outcomes
Define outcomes and success metrics for early-stage product strategy.
make-release
Automate PyPI releases via GitHub Actions with version bumps and changelog updates.
brainstorm-solutions
Generate 3-5 brainstorm options with trade-offs, risks, and next steps.
commit-work
Run quality checks, update CHANGELOG.md, and create a verified commit.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core