Sub-skill of github-release-swarm: Release Configuration.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill release-configuration --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Release Configuration?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-release-configuration-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: github-release-swarm-release-configuration
description: 'Sub-skill of github-release-swarm: Release Configuration.'
version: 1.0.0
category: development
type: reference
scripts_exempt: true
---
# Release Configuration
## Release Configuration
```yaml
# .github/release-swarm.yml
version: 1
release:
versioning:
strategy: semantic
breaking-keywords: ["BREAKING", "!"]
changelog:
sections:
- title: "Features"
labels: ["feature", "enhancement"]
- title: "Bug Fixes"
labels: ["bug", "fix"]
- title: "Documentation"
labels: ["docs", "documentation"]
artifacts:
- name: npm-package
build: npm run build
publish: npm publish
- name: docker-image
build: docker build -t app:$VERSION .
publish: docker push app:$VERSION
*See sub-skills for full details.*
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Understand the components, mechanics, and constraints of context in agent systems. Use when designing agent architectures, debugging context-related failures, or optimizing context usage.