{"id":50592316,"url":"https://github.com/hummbl-dev/hummbl-skills","last_synced_at":"2026-06-05T11:30:18.304Z","repository":{"id":357651637,"uuid":"1237729143","full_name":"hummbl-dev/hummbl-skills","owner":"hummbl-dev","description":"HUMMBL Agent Skills — canonical skill definitions, CI-validated SKILL.md files, skill creation templates, and cross-agent skill export tooling. Governed replacement for ad-hoc skill collections.","archived":false,"fork":false,"pushed_at":"2026-05-13T17:02:04.000Z","size":27,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-13T19:07:02.824Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hummbl-dev.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":null,"dco":null,"cla":null},"funding":{"github":"hummbl-dev"}},"created_at":"2026-05-13T13:02:49.000Z","updated_at":"2026-05-13T17:02:07.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/hummbl-dev/hummbl-skills","commit_stats":null,"previous_names":["hummbl-dev/hummbl-skills"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/hummbl-dev/hummbl-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hummbl-dev%2Fhummbl-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hummbl-dev%2Fhummbl-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hummbl-dev%2Fhummbl-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hummbl-dev%2Fhummbl-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hummbl-dev","download_url":"https://codeload.github.com/hummbl-dev/hummbl-skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hummbl-dev%2Fhummbl-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33939225,"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-05T02:00:06.157Z","response_time":120,"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-05T11:30:17.133Z","updated_at":"2026-06-05T11:30:18.298Z","avatar_url":"https://github.com/hummbl-dev.png","language":"Python","funding_links":["https://github.com/sponsors/hummbl-dev"],"categories":[],"sub_categories":[],"readme":"# HUMMBL Agent Skills\n\n*Canonical skill definitions, CI-validated SKILL.md files, and cross-agent skill export tooling. Maintained by [HUMMBL Research Institute](https://hummbl.io).*\n\n## What this is\n\nA governed, CI-validated catalog of agent skills for the HUMMBL multi-agent platform. Replaces ad-hoc skill collections with structured, versioned, testable skill definitions.\n\n## Structure\n\n```\nskills/            # Canonical skill definitions\n  aar/             # After Action Report generation\n  sitrep/          # Situational report\n  triage/          # Adopt/Adapt/Avoid evaluation\n  ...\ntemplate/          # Skill creation templates\n  SKILL.md         # Canonical SKILL.md template\nspec/              # Skill specification and validation rules\n  schema.json      # JSON Schema for SKILL.md validation\ntools/             # Skill management tooling\n  validate.py      # Validate all SKILL.md files against spec\n  export.py        # Export skills to other agent formats\n  score.py         # Score skill quality/completeness\n```\n\n## Skill Format\n\nEvery SKILL.md must include:\n\n- **Frontmatter**: name, description, triggers, chains, base120 mapping\n- **Workflow**: step-by-step instructions for the agent\n- **Constraints**: what the agent must not do\n- **Evidence**: required receipts/outputs\n\nSee `template/SKILL.md` for the canonical template.\n\n## Principles\n\n- **CI-validated** — every skill passes schema validation before merge\n- **Agent-agnostic** — skills export to Claude Code, Codex, OpenClaw, and custom agents\n- **Versioned** — skill changes are tracked with SemVer\n- **Governed** — follows HUMMBL append-only audit standards\n- **Stdlib-only tooling** — validation and export tools use Python stdlib only\n\n## Status\n\n**v0.1 — BOOTSTRAP COMPLETE.** The repository now contains:\n\n- `skills/`, `template/`, `spec/`, and `tools/` directories\n- canonical `template/SKILL.md`\n- schema-backed validation in `spec/schema.json` and `tools/validate.py`\n- cross-agent export tooling in `tools/export.py`\n- three initial skills: `data-export`, `mtsmu-review`, and `tag-release`\n- CI validation, scoring, self-review, export dry-run, and golden export comparison\n\nCurrent bootstrap receipts:\n\n```text\npython tools/validate.py      # 3 skills pass\npython tools/score.py         # average score: 100%\npython tools/self_review.py   # 0 issues, 0 warnings\npython tools/export.py --dry-run\n```\n\n## Related\n\n- [claude-config](https://github.com/hummbl-dev/claude-config) — production Claude Code configuration (rules, skills, hooks, memory)\n- [hummbl-governance](https://github.com/hummbl-dev/hummbl-governance) — governance runtime\n- [base120](https://github.com/hummbl-dev/base120) — Base120 mental model reference\n\n## License\n\nApache License 2.0.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhummbl-dev%2Fhummbl-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhummbl-dev%2Fhummbl-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhummbl-dev%2Fhummbl-skills/lists"}