@kasperjunge/agent-resources

by kasperjunge · v1.0.0 · prompt

A package manager for AI agents.

Install

Add @kasperjunge/agent-resources to Claude Code with the PolySkill CLI: polyskill add @kasperjunge/agent-resources

Instructions

# Agent Resources A package manager for AI agents. ## Commands This project uses `uv` for Python environment management. **Always use `uv run` to execute Python commands** to ensure they run in the correct virtual environment. ```bash # Run tests uv run pytest # Run linters/formatters uv run ruff check . uv run ruff format . # Run type checker uv run ty check # Test the CLI tools uv run agr --help uv run agrx --help ``` ## Architecture ... ## agr.toml Format The configuration file uses a flat array of dependencies: ```toml dependencies = [ {handle = "username/repo/skill", type = "skill"}, {ha…

Keywords: github, ai-agent, package-manager, dependency-management, npm, software-packaging, open-source, version-control, repository-management