Loading...
Loading...
Search, install, and manage AI agent skills, commands, tools, knowledge, and memories from any source. Works with Claude Code, OpenCode, Cursor, and any AI coding assistant.
npx skill4agent add itlackey/akm akmakmakm# Setup (first time only)
akm setup
# Search for assets across all sources
akm search "deploy"
akm search "code review" --source registry
# Install a kit
akm add github:owner/repo
akm add @scope/my-kit
# Show asset details
akm show skill:code-review
akm show script:deploy.sh
# List and manage installed kits
akm list
akm update --all
akm remove my-kit
# Clone an asset to your project
akm clone skill:code-review --dest ./.claude/skillsAGENTS.mdCLAUDE.mdakm## Resources & Capabilities
You have access to a searchable library of scripts, skills, commands, agents,
knowledge, and memories via the `akm` CLI. Use `akm -h` for details.# via Bun
bun install -g akm-cli