{
  "markdown": "# Agent Skills Distribution Template\n\nA vendor-neutral, valid empty repository for publishing portable agent skills. Use it as a GitHub\ntemplate or clone it, run the initializer, and add skills under `skills/`.\n\n## Start a distribution\n\n```sh\npython3 scripts/init_distribution.py \\\n  --name my-skills \\\n  --display-name \"My Skills\" \\\n  --description \"Portable skills for my domain.\" \\\n  --repository https://github.com/example/my-skills\n```\n\nThe initializer updates the canonical `distribution.json` and every checked-in host manifest. It\nsupports `--dry-run` and refuses to overwrite an already initialized distribution unless `--force`\nis supplied.\n\nCreate a skill from `templates/skill`, then validate the repository:\n\n```sh\ncp -R templates/skill skills/my-workflow\npython3 scripts/validate_distribution.py\n```\n\n## Contract\n\n- `distribution.json` is the source of truth for distribution identity, release version, repository,\n  and skills directory.\n- Root host manifests are packaging projections and must match the canonical identity and version.\n- Each production skill lives at `skills/<lowercase-hyphen-name>/` with `SKILL.md` and `skill.yaml`.\n- Host-specific metadata stays at the repository packaging layer, not inside individual skills.\n\nSee [the distribution schema](docs/distribution-json-schema.md) for the complete contract.\n\n## Deployment engine compatibility\n\nCI validates the repository locally and asks the released engine to load its distribution contract\nwithout requiring any agent host to be installed. It uses\n[`agent-skill-deployer`](https://github.com/tacticaldoll/agent-skill-deployer). The deployment\nengine keeps its required unit tests network-free by using a neutral local fixture with this same\ncontract.\n\n## License\n\nMIT — see [LICENSE](LICENSE).\n",
  "bytes": 1781,
  "sha": "8f6bbe1cd8e9818b236c7220c1edfd3d7599f6558fbcadd76c224702effd6be9",
  "repo_slug": "tacticaldoll/agent-skills-distribution-template",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_tacticaldoll_agent_skills_distribution_t_bcbd4dc1/readme"
}