{
  "markdown": "# claude-skills\n\nA collection of Claude skills distributed as a **Claude Code plugin marketplace**. Skills are primarily designed for the Claude.ai PaaS skill compute environment; mileage will vary if used as Claude Code Agent Skills.\n\n## Installing as a Plugin Marketplace (Claude Code)\n\nAdd this repository as a plugin marketplace in Claude Code:\n\n```\n/plugin marketplace add oaustegard/claude-skills\n```\n\nThen browse and install individual plugins:\n\n```\n/plugin install skill-name@oaustegard-claude-skills\n```\n\nUpdate all marketplace plugins to latest:\n\n```\n/plugin marketplace update\n```\n\n## Installing Skills for Claude.ai (Web/Mobile)\n\n1. You need a paid Claude account (Pro or Team)\n2. Download the skill ZIP from the [Releases page](../../releases)\n   - **Note:** Use the direct download link for the skill ZIP, not the \"Source code\" archives auto-generated by GitHub\n3. Upload to [Claude.ai Skills Settings](https://claude.ai/settings/capabilities)\n4. See [official documentation](https://support.claude.com/en/articles/12512198-how-to-create-custom-skills) for more details\n\n### Automated Installation (Claude Code)\n\nInstall skills directly to your project with a single command:\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/oaustegard/claude-skills/main/templates/installation/install-skills.sh | bash\n```\n\nOr download and customize which skills to install:\n\n```bash\ncurl -O https://raw.githubusercontent.com/oaustegard/claude-skills/main/templates/installation/install-skills.sh\nnano install-skills.sh  # Edit SKILLS array\nchmod +x install-skills.sh && ./install-skills.sh\n```\n\n**CI/CD Integration:**\n\n```bash\nmkdir -p .github/workflows\ncurl -o .github/workflows/install-skills.yml \\\n  https://raw.githubusercontent.com/oaustegard/claude-skills/main/templates/installation/install-skills.yml\n```\n\nFor complete documentation, see [templates/installation/README.md](templates/installation/README.md)\n\n## Contributing Skills\n\nNote: If your skill contribution is just a marketing ploy I'll simply delete it.\n\n### Via ZIP Upload (Easiest)\n\n1. Create your skill folder with `SKILL.md` at the root\n2. Package your skill:\n   ```bash\n   your-skill.zip\n     └── your-skill/\n         ├── SKILL.md\n         └── resources/  (optional)\n   ```\n3. Upload the ZIP to the `.uploads/` directory\n4. The workflow will automatically create a PR with your skill content\n\n### Via Direct Development\n\n1. Create a new branch\n2. Add your skill folder at the repository root (SKILL.md and resources)\n3. Submit a PR with your skill content\n\n## Releasing Skills\n\nReleases are triggered by updating `metadata.version` in SKILL.md frontmatter on main branch.\n\n### Version Format\n\nUse [semantic versioning](https://semver.org/):\n- `0.1.0` - Initial release\n- `0.1.1` - Patch (bug fixes)\n- `0.2.0` - Minor (new features, backward compatible)\n- `1.0.0` - Major (breaking changes)\n\n## Resources\n\n- [Introducing Agent Skills](https://www.anthropic.com/news/skills)\n- [Claude Code Plugin Marketplaces](https://code.claude.com/docs/en/plugin-marketplaces)\n- [Creating Custom Skills](https://support.claude.com/en/articles/12512198-how-to-create-custom-skills)\n",
  "bytes": 3142,
  "sha": "54e3d18762faeaff0dd446cfaf2c4a2ae15410296ec57c9032a7392c676f1c09",
  "repo_slug": "oaustegard/claude-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_oaustegard_claude_skills_categorizing_bs_8c05b5d0/readme"
}