Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Claude Code Skill for Nullstone infrastructure orchestration. Deploy, manage, and monitor applications on AWS via Nullstone CLI.
npx claudepluginhub iou-financial/nullstone-skill --plugin nullstone-skillA Claude Code skill for deploying and managing applications on AWS via Nullstone infrastructure orchestration platform.
.nullstone/ configuration files# Install from marketplace (when published)
claude plugin install nullstone-skill
Clone this repository:
git clone https://github.com/iou-financial/nullstone-skill.git ~/.claude/plugins/nullstone-skill
The skill will be automatically available in Claude Code.
# macOS
brew install nullstone-io/tap/nullstone
# Linux
curl -sSL https://nullstone.io/install.sh | bash
nullstone configure
This will prompt you to enter your Nullstone API key. Get your API key from your Nullstone Profile.
nullstone set-org <your-org-name>
Once installed, ask Claude to help with Nullstone operations:
For CI/CD and automation, set these environment variables:
| Variable | Description |
|---|---|
NULLSTONE_ORG | Your Nullstone organization name |
NULLSTONE_API_KEY | API key from your Nullstone profile |
NULLSTONE_STACK | Default stack name |
NULLSTONE_ENV | Default environment name |
Place configuration files in your project's .nullstone/ directory:
.nullstone/
config.yml # Base configuration
staging.yml # Staging overrides
production.yml # Production overrides
previews.yml # Preview environment config
See the SKILL.md for detailed configuration examples.
# Build Docker image
docker build -t myapp:latest .
# Push and deploy
nullstone push --app=myapp --source=myapp:latest --stack=primary
nullstone deploy --app=myapp --env=staging --stack=primary -w
nullstone logs --app=myapp --env=staging --stack=primary -t
nullstone exec --app=myapp --env=staging --stack=primary -- rails db:migrate
name: Deploy
on:
push:
branches: [main]
env:
NULLSTONE_ORG: your-org
NULLSTONE_API_KEY: ${{ secrets.NULLSTONE_API_KEY }}
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: nullstone-io/setup-nullstone-action@v0
- name: Build and Push
run: |
docker build -t myapp:latest .
nullstone push --app=myapp --source=myapp:latest
nullstone deploy --app=myapp --env=production --stack=primary -w
This skill contains NO secrets, API keys, or credentials.
~/.nullstone/nullstone configure command handles secure credential storage locallyContributions are welcome! Please read CONTRIBUTING.md for guidelines.
MIT License - see LICENSE for details.
Share bugs, ideas, or general feedback.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Editorial "DevOps & Cloud" bundle for Claude Code from Antigravity Awesome Skills.
Claude Code skill pack for Fly.io (18 skills)
Manage infrastructure, applications, and deployments on the Nullstone platform via MCP
36 on-demand AWS and cloud skills, slash commands, agents, and security hooks for Claude Code
Use this agent when monitoring system health, optimizing performance, managing scaling, or ensuring infrastructure reliability. This agent excels at keeping studio applications running smoothly while preparing for growth and preventing disasters. Examples:\n\n<example>\nContext: App experiencing slow performance
Infrastructure management for AWS, Kubernetes, Docker, Helm, Fly.io
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim