{"id":51621398,"url":"https://github.com/httpdss/structkit-skills","last_synced_at":"2026-07-12T20:30:45.564Z","repository":{"id":368028417,"uuid":"1283239820","full_name":"httpdss/structkit-skills","owner":"httpdss","description":"Agent skills and workflows for using StructKit safely and repeatably.","archived":false,"fork":false,"pushed_at":"2026-06-28T18:11:30.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-28T19:23:44.798Z","etag":null,"topics":["ai-agents","ai-assistant","ai-tools","hermes-skill","skills","skills-sh","structkit"],"latest_commit_sha":null,"homepage":"https://structkit.app/docs/structkit-skill","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httpdss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2026-06-28T17:45:56.000Z","updated_at":"2026-06-28T18:27:57.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/httpdss/structkit-skills","commit_stats":null,"previous_names":["httpdss/structkit-skills"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/httpdss/structkit-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httpdss%2Fstructkit-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httpdss%2Fstructkit-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httpdss%2Fstructkit-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httpdss%2Fstructkit-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httpdss","download_url":"https://codeload.github.com/httpdss/structkit-skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httpdss%2Fstructkit-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35402741,"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-12T02:00:06.386Z","response_time":87,"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":["ai-agents","ai-assistant","ai-tools","hermes-skill","skills","skills-sh","structkit"],"created_at":"2026-07-12T20:30:44.805Z","updated_at":"2026-07-12T20:30:45.560Z","avatar_url":"https://github.com/httpdss.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StructKit Skills\n\nAgent skills and workflow guidance for using [StructKit](https://github.com/httpdss/structkit) safely and repeatably.\n\nThis repository currently ships one installable skill:\n\n- [`structkit-workflows`](./SKILL.md) — inspect, preview, generate, validate, and author StructKit structures.\n\n## Install\n\n### skills.sh / Skills CLI\n\nThis repository is laid out as a single root-level skill so Skills-compatible installers can install it directly:\n\n```bash\nnpx skills add httpdss/structkit-skills\n```\n\nIf your installer accepts raw `SKILL.md` URLs, use:\n\n```bash\nnpx skills add https://raw.githubusercontent.com/httpdss/structkit-skills/main/SKILL.md\n```\n\n### Hermes Agent\n\n```bash\nhermes skills install https://raw.githubusercontent.com/httpdss/structkit-skills/main/SKILL.md --name structkit-workflows\n```\n\nOr add the repository as a tap if your Hermes version supports GitHub skill taps:\n\n```bash\nhermes skills tap add httpdss/structkit-skills\n```\n\n## What this skill optimizes for\n\n- Prefer StructKit-native tools/MCP when available.\n- Inspect structures and variables before generation.\n- Preview diffs before writing files.\n- Avoid overwrites unless explicitly requested.\n- Validate `.struct.yaml` files and generated outputs.\n- Keep custom structures reusable, composable, and CI-checked.\n\n## Repository layout\n\n```text\n.\n├── SKILL.md\n├── references/\n│   ├── overview.md\n│   ├── safe-generation.md\n│   ├── authoring-structures.md\n│   ├── ci-validation.md\n│   └── publishing-structures.md\n├── templates/\n│   ├── basic-structure.struct.yaml\n│   └── repo-scaffold.struct.yaml\n├── scripts/\n│   └── validate_structkit_repo.py\n└── .github/workflows/validate.yml\n```\n\n## Validate locally\n\n```bash\npython scripts/validate_structkit_repo.py .\n```\n\nIf `structkit` is installed, the validation script also runs `structkit validate` against template structures.\n\n## Versioning\n\nUse semantic-ish versions in `SKILL.md`:\n\n- Patch: wording, examples, or reference corrections.\n- Minor: new references/templates or workflow sections.\n- Major: behavior-changing agent guidance.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhttpdss%2Fstructkit-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhttpdss%2Fstructkit-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhttpdss%2Fstructkit-skills/lists"}