{"id":47592251,"url":"https://github.com/itlackey/akm","last_synced_at":"2026-06-06T00:04:11.439Z","repository":{"id":342702468,"uuid":"1174743926","full_name":"itlackey/akm","owner":"itlackey","description":"akm — Agent Kit Manager. A package manager for AI agent skills, commands, tools, and knowledge.","archived":false,"fork":false,"pushed_at":"2026-04-19T06:58:55.000Z","size":2526,"stargazers_count":40,"open_issues_count":6,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-19T08:29:46.317Z","etag":null,"topics":["agent-kit-manager","agent-tools","ai-agents","ai-coding-assistant","ai-skills","akm","claude-code","cli","developer-tools","mcp","opencode","package-manager"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/itlackey.png","metadata":{"files":{"readme":".github/README.npm.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"docs/AGENTS.md","dco":null,"cla":null}},"created_at":"2026-03-06T19:43:46.000Z","updated_at":"2026-04-16T08:15:12.000Z","dependencies_parsed_at":"2026-03-07T04:03:43.777Z","dependency_job_id":null,"html_url":"https://github.com/itlackey/akm","commit_stats":null,"previous_names":["itlackey/agentikit"],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/itlackey/akm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itlackey%2Fakm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itlackey%2Fakm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itlackey%2Fakm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itlackey%2Fakm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itlackey","download_url":"https://codeload.github.com/itlackey/akm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itlackey%2Fakm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32280982,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent-kit-manager","agent-tools","ai-agents","ai-coding-assistant","ai-skills","akm","claude-code","cli","developer-tools","mcp","opencode","package-manager"],"created_at":"2026-04-01T17:39:55.569Z","updated_at":"2026-04-26T02:00:32.467Z","avatar_url":"https://github.com/itlackey.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# akm -- Agent Kit Manager\n\n\u003e **akm** (Agent Kit Manager) -- A package manager for AI agent skills, commands, tools, and knowledge.\n\n[![npm version](https://img.shields.io/npm/v/akm-cli)](https://www.npmjs.com/package/akm-cli)\n[![npm downloads](https://img.shields.io/npm/dm/akm-cli)](https://www.npmjs.com/package/akm-cli)\n[![license](https://img.shields.io/github/license/itlackey/akm)](https://github.com/itlackey/akm/blob/main/LICENSE)\n\n`akm` is a package manager for AI agent capabilities -- scripts, skills, commands,\nagents, knowledge, and memories. It works with any AI coding assistant that can\nrun shell commands, including [Claude Code](https://claude.ai/code),\n[OpenCode](https://opencode.ai), [Cursor](https://cursor.com), and more.\n\n## Install\n\n```sh\nbun install -g akm-cli\n```\n\nRequires [Bun](https://bun.sh) runtime. Upgrade in place with `akm upgrade`.\n\n## Quick Start\n\n```sh\nakm setup                         # Guided setup: configure, initialize, and index\nakm add github:owner/repo         # Add a kit from GitHub\nakm search \"deploy\"               # Find assets across all sources\nakm show script:deploy.sh         # View details and run command\n```\n\n## Why akm?\n\n- **Works with any AI agent** -- No plugins or SDKs required. Any model that can run shell commands can use `akm`.\n- **One command to search everything** -- Local stash, registries, and community skills from [skills.sh](https://skills.sh) in a single query.\n- **Install kits from anywhere** -- npm, GitHub, GitLab, local directories.\n- **Semantic search** -- Optional local embeddings (via Ollama or HuggingFace) for finding assets by meaning, not just keywords.\n- **Private registries** -- Host your own registry for team or enterprise use.\n\n## Agent Integration\n\nAdd this to your `AGENTS.md`, `CLAUDE.md`, or system prompt:\n\n```markdown\n## Resources \u0026 Capabilities\n\nYou have access to a searchable library of scripts, skills, commands, agents,\nknowledge, and memories via the `akm` CLI. Use `akm -h` for details.\n```\n\n## Install Kits from Anywhere\n\n```sh\nakm add @scope/my-kit                       # npm\nakm add github:owner/repo#v1.2.3            # GitHub with tag\nakm add git+https://gitlab.com/org/kit      # Any git repo\nakm add ./path/to/local/kit                 # Local directory\n```\n\nManage kits with `akm list`, `akm update --all`, and `akm remove`.\n\n## Publish Your Own Kit\n\n1. Organize your assets into a directory\n2. Add `\"akm\"` to `keywords` in `package.json`\n3. Optionally add `akm.include` in `package.json` to control what gets installed\n4. Publish to npm or push to GitHub\n\n## Documentation\n\nFull docs, CLI reference, and guides are available on [GitHub](https://github.com/itlackey/akm):\n\n- [Getting Started](https://github.com/itlackey/akm/blob/main/docs/getting-started.md)\n- [CLI Reference](https://github.com/itlackey/akm/blob/main/docs/cli.md)\n- [Configuration](https://github.com/itlackey/akm/blob/main/docs/configuration.md)\n- [Kit Maker's Guide](https://github.com/itlackey/akm/blob/main/docs/kit-makers.md)\n- [Registry](https://github.com/itlackey/akm/blob/main/docs/registry.md)\n\n## License\n\n[MPL-2.0](https://github.com/itlackey/akm/blob/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitlackey%2Fakm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitlackey%2Fakm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitlackey%2Fakm/lists"}