ワンクリックで
deployment-git
Kailash deployment + Git — PyPI publish, CI/CD, wheels, version bumps, multi-package.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Kailash deployment + Git — PyPI publish, CI/CD, wheels, version bumps, multi-package.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Claude Code architecture — artifact design, context, agentic patterns. For CC audit/build.
Kailash Ruby SDK — gem setup, workflows, nodes, runtime, Magnus FFI bindings.
Kailash DataFlow (Ruby/Magnus) — MANDATORY for DB/CRUD/bulk/migrations. Raw SQL/ORMs BLOCKED.
Kailash Nexus (Ruby) — MANDATORY for API+CLI+MCP. Direct Rack/Sinatra BLOCKED.
Kailash Kaizen (Ruby) — MANDATORY for AI agents/RAG/signatures. Raw LLM clients BLOCKED.
Kailash MCP (Ruby) — server, client, tools, resources, auth, transports. For AI agent integration.
| name | deployment-git |
| description | Kailash deployment + Git — PyPI publish, CI/CD, wheels, version bumps, multi-package. |
Comprehensive guides for releasing the Kailash Python SDK to PyPI, managing CI/CD pipelines, deploying documentation, and Git workflow best practices.
SDK release and development infrastructure patterns for:
deployment-onboarding - SDK release onboarding process
release-runbook - SDK release runbook (detailed procedures)
deployment-packages - Package release workflow
deployment-ci - CI/CD infrastructure
python-version-bump - Python minor-version bump playbook
uv pip install --dry-run --python 3.X verificationmulti-package-release-wave - Atomic 7-package release coordination
kailash → dataflow → nexus → kaizen → pact → align → ml)project-management - Project management architecture
todo-github-sync - Todo ↔ GitHub issues sync patterns
Version bump + CHANGELOG → Build wheels → TestPyPI → Verify → PyPI → GitHub Release → Deploy Docs
git tag v1.2.3 → push tag → CI builds wheels → CI tests → CI publishes TestPyPI → CI publishes PyPI → CI creates GitHub Release
kailash (core)
↓
kailash-dataflow (depends on core)
kailash-nexus (depends on core)
kailash-kaizen (depends on core)
main (production)
↓
develop (integration)
↓
feature/* (new features)
hotfix/* (urgent fixes)
release/* (release prep)
feat: Add user authentication workflow
fix: Resolve async runtime threading issue
docs: Update DataFlow integration guide
test: Add cycle workflow test cases
chore: Bump version to 0.9.25
Use this skill when you need to:
For SDK release help, invoke:
release-specialist - Release onboarding, PyPI publishing, CI managementrelease-specialist - Git workflows, releases, version management