{"id":51454018,"url":"https://github.com/webteractive/hydra","last_synced_at":"2026-07-05T23:01:26.294Z","repository":{"id":364963603,"uuid":"1269750729","full_name":"webteractive/hydra","owner":"webteractive","description":null,"archived":false,"fork":false,"pushed_at":"2026-06-15T08:22:38.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-15T11:19:11.529Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webteractive.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-06-15T04:10:53.000Z","updated_at":"2026-06-15T08:22:36.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/webteractive/hydra","commit_stats":null,"previous_names":["webteractive/hydra"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/webteractive/hydra","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webteractive%2Fhydra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webteractive%2Fhydra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webteractive%2Fhydra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webteractive%2Fhydra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webteractive","download_url":"https://codeload.github.com/webteractive/hydra/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webteractive%2Fhydra/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35171814,"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-07-05T02:00:06.290Z","response_time":100,"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-07-05T23:01:25.570Z","updated_at":"2026-07-05T23:01:26.274Z","avatar_url":"https://github.com/webteractive.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hydra\n\nA CLI for managing a library of reusable skills for AI coding agents (Claude Code and\nothers). It sets up a small curator workflow in a project: before real work, the agent\nchecks the library and captures a new skill when a problem is worth reusing.\n\n## Install\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/webteractive/hydra/main/install.sh | sh\n```\n\nDownloads the latest prebuilt binary for your platform, verifies the checksum, and installs\nit to `~/.local/bin`.\n\n## Quick start\n\n```bash\ncd your-project\nhydra init      # scaffold .hydra/, wire the hook, seed the skill-curator skill\nhydra doctor    # check the install\n```\n\nRun `hydra init --global` to set it up once for every project (library in `~/.hydra/`, wired\ninto `~/.claude` and `~/.agents`).\n\n## Commands\n\n| Command | Description |\n|---|---|\n| `hydra init [--global]` | Set up the curator in a project, or globally. |\n| `hydra sync [--global]` | Rebuild skill symlinks from `.hydra/skills/`. |\n| `hydra new \u003cname\u003e` | Create a new skill and sync it. |\n| `hydra log \u003cCREATE\\|UPDATE\\|RENAME\u003e \u003cskill\u003e \u003creason\u003e` | Record a change in `.hydra/curator.log`. |\n| `hydra doctor [--global]` | Check that everything is wired up. |\n| `hydra self-update` | Update to the latest release. |\n\n## How it works\n\n`hydra init` scaffolds a `.hydra/` directory and seeds one skill, `skill-curator`, which\nruns on each prompt through a `UserPromptSubmit` hook:\n\n```\nscan → decide → build | update | use | inline → sync → log\n```\n\nSkills live in `.hydra/skills/\u003cname\u003e/SKILL.md` and are symlinked into the agent runtimes\n(`.claude/skills`, `.agents/skills`) by `hydra sync`. Build a skill when the problem is\nlikely to recur; otherwise handle it inline and create nothing.\n\n## Development\n\n```bash\ngo test ./...\ngo vet ./...\ngo build -o hydra .\n```\n\nThe source is the `*.go` files plus `assets/`, embedded with `//go:embed`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebteractive%2Fhydra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebteractive%2Fhydra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebteractive%2Fhydra/lists"}