compartment
Self-hosted Kubernetes deployment for internal tools and apps
All Skills in This Repository (13)
Pure Emerald Level Indicatorscompartment skill
Onboard AI agents into the Compartment platform via install and help commands.
open-pr-and-monitor
Open or reuse a GitHub PR and monitor checks, reviews, and merge readiness.
public-docs-maintenance
Align public documentation with material changes in Compartment workflows.
review-a-change
Identify owning packages and run parallel subagent review passes on repository changes.
develop-a-feature
Coordinate feature implementation with preflight validation and diff-triggered checks.
preflight-feature-review
Automate a preflight review to produce a concise coding brief.
compartment-smoke-test
Automate browser-based smoke testing of local Compartment deployments.
ship-a-feature
Automate approved repository changes from request to terminal PR outcome.
commit-a-change
Automates git commits compliant with commitlint type/scope and Husky validation.
write-compartment-tests
Review and refactor compartment repository tests with harness ownership enforcement.
audit-type-ownership
Audit TypeScript type ownership across repository packages and output a move plan.
review-reuse-and-dedup
Identify reusable helpers and constants to reduce duplication in repository changes.
Frequently Asked Questions
FAQPage SchemaHow to install Compartment?βΌ
Run `npx skills add compartmentdev/compartment --all -g -y` in your terminal to install all skills in this suite globally.
What does Compartment do?βΌ
Compartment is a self-hosted Kubernetes deployment system that runs your internal tools and apps on infrastructure you own, with URLs, access control, and deployment history built in.
How do I deploy an app with Compartment?βΌ
Add a small `compartment.yml` descriptor to your repository, then run `compartment deploy` to build and publish the app through your own control plane.
Does Compartment work with AI coding agents?βΌ
Yes. It ships AGENTS.md guidance and SKILL.md workflows that let coding agents develop features, review changes, write tests, and open monitored pull requests in the repo.
Can I use Compartment without an existing Kubernetes cluster?βΌ
Yes. Running `compartment install` provisions a managed single-node Kubernetes host automatically when no cluster is available.
Related Repositories in Software Engineering
View All in Software Engineeringβopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core