Community skills for Claude Code and Claude.ai
npx claudepluginhub oaustegard/claude-skillsA 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.
Add this repository as a plugin marketplace in Claude Code:
/plugin marketplace add oaustegard/claude-skills
Then browse and install individual plugins:
/plugin install skill-name@oaustegard-claude-skills
Update all marketplace plugins to latest:
/plugin marketplace update
Install skills directly to your project with a single command:
curl -fsSL https://raw.githubusercontent.com/oaustegard/claude-skills/main/templates/installation/install-skills.sh | bash
Or download and customize which skills to install:
curl -O https://raw.githubusercontent.com/oaustegard/claude-skills/main/templates/installation/install-skills.sh
nano install-skills.sh # Edit SKILLS array
chmod +x install-skills.sh && ./install-skills.sh
CI/CD Integration:
mkdir -p .github/workflows
curl -o .github/workflows/install-skills.yml \
https://raw.githubusercontent.com/oaustegard/claude-skills/main/templates/installation/install-skills.yml
For complete documentation, see templates/installation/README.md
SKILL.md at the rootyour-skill.zip
└── your-skill/
├── SKILL.md
└── resources/ (optional)
.uploads/ directoryReleases are triggered by updating metadata.version in SKILL.md frontmatter on main branch.
Use semantic versioning:
1.0.0 - Initial release1.0.1 - Patch (bug fixes)1.1.0 - Minor (new features, backward compatible)2.0.0 - Major (breaking changes)AI model invocation, multi-agent orchestration, prompt distillation, and structured reasoning frameworks.
Codebase exploration, navigation, mapping, and static analysis tools for understanding unfamiliar codebases.
Software development utilities: MCP servers, bookmarklets, frameworks, patching, and environment validation.
Environment setup, credential management, container building, and workflow orchestration.
GitHub repository access, CLI operations, indexing, and git workflow tools.
Research methodology, corpus search, persistent memory, iterative workflows, and project knowledge management.
Image manipulation, video/audio processing, file format conversion, SVG conversion, and computer vision augmentation.
Tools for creating, versioning, installing, inspecting, and orchestrating Claude skills.
Claude Code marketplace entries for the plugin-safe Agentic Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 94 marketplace plugins, 203 local specialized agents, and 175 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations