{"id":50773848,"url":"https://github.com/agent-rt/skillctl","last_synced_at":"2026-06-11T21:36:21.615Z","repository":{"id":354123380,"uuid":"1222193546","full_name":"agent-rt/skillctl","owner":"agent-rt","description":"Profile-driven Agent skill manager and protocol gateway","archived":false,"fork":false,"pushed_at":"2026-04-27T07:49:17.000Z","size":129,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-11T21:35:44.606Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/agent-rt/skillctl","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agent-rt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-04-27T06:09:59.000Z","updated_at":"2026-04-27T07:48:20.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/agent-rt/skillctl","commit_stats":null,"previous_names":["agent-rt/skillctl"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/agent-rt/skillctl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agent-rt%2Fskillctl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agent-rt%2Fskillctl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agent-rt%2Fskillctl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agent-rt%2Fskillctl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agent-rt","download_url":"https://codeload.github.com/agent-rt/skillctl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agent-rt%2Fskillctl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34219510,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-06-11T21:36:21.023Z","updated_at":"2026-06-11T21:36:21.607Z","avatar_url":"https://github.com/agent-rt.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# skillctl\n\n\u003e Profile-driven Agent skill manager and protocol gateway.\n\n`skillctl` is a CLI for users who **already know which skills they want their AI agents to use**. It manages a global skill library, applies profiles to projects in one shot, and exposes a stable shell-level protocol so any Agent (Claude Code, Codex, Cursor, …) can list / describe / load skills via four commands documented in `AGENTS.md`.\n\n```bash\n# Curate a profile once\nskillctl profile add github:agent-rt/skills/profiles/rust-cli.toml --as rust-cli\n\n# Apply it to a new project\ncd my-rust-cli\nskillctl init rust-cli\n\n# Agent in this project (per AGENTS.md):\nskillctl list --project --format tsv          # 4-col catalog\nskillctl describe rust/review --format json   # structured metadata\nskillctl show rust/review                     # full SKILL.md\n```\n\n## Install\n\nPre-built binaries (macOS Apple Silicon / Intel, Linux x86_64): see [Releases](https://github.com/agent-rt/skillctl/releases).\n\nHomebrew:\n\n```bash\nbrew install agent-rt/tap/skillctl\n```\n\nFrom source (Rust 1.83+):\n\n```bash\ngit clone https://github.com/agent-rt/skillctl\ncd skillctl\ncargo install --path apps/skillctl-cli --locked\n```\n\n## Position in the Agent-RT family\n\n| Tool | Layer |\n|---|---|\n| [`skillctl`](https://github.com/agent-rt/skillctl) | Curated capability bundles (skills + profiles) |\n| [`memoryctl`](https://github.com/agent-rt/memoryctl) | Persistent agent memory (lessons / decisions / facts) |\n| [`acpctl`](https://github.com/agent-rt/acpctl) | Agent Client Protocol (ACP) agent invocation |\n\n`skillctl` and `memoryctl` are **independent** — same `AGENTS.md` can host both managed blocks; either works without the other.\n\n## Why not the existing `.agents/skills/` filesystem convention?\n\n`skillctl` deliberately diverges from filesystem-scanning conventions to gain:\n\n- **Observability** — run the same commands the Agent runs and see exactly the same output\n- **Determinism** — `namespace/name` IDs make collisions explicit, never positional\n- **Stable bytes** — `AGENTS.md` doesn't churn on every skill add/remove (prompt cache stays warm)\n- **Reproducibility** — `skillctl.lock` pins versions for the team\n\nSee [`PROTOCOL.md`](https://github.com/agent-rt/skillctl/blob/main/PROTOCOL.md) for the full wire contract and conformance rules.\n\n## Documentation\n\n- [`REQ.md`](https://github.com/agent-rt/skillctl/blob/main/REQ.md) — product spec\n- [`PROTOCOL.md`](https://github.com/agent-rt/skillctl/blob/main/PROTOCOL.md) — wire schema and Agent-side rules\n\n## License\n\nApache-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagent-rt%2Fskillctl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagent-rt%2Fskillctl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagent-rt%2Fskillctl/lists"}