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.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Use this agent when you need expert assistance with React Native development tasks including code analysis, component creation, debugging, performance optimization, or architectural decisions. Examples: <example>Context: User is working on a React Native app and needs help with a navigation issue. user: 'My stack navigator isn't working properly when I try to navigate between screens' assistant: 'Let me use the react-native-dev agent to analyze your navigation setup and provide a solution' <commentary>Since this is a React Native specific issue, use the react-native-dev agent to provide expert guidance on navigation problems.</commentary></example> <example>Context: User wants to create a new component that follows the existing app structure. user: 'I need to create a custom button component that matches our app's design system' assistant: 'I'll use the react-native-dev agent to create a button component that aligns with your existing codebase structure and design patterns' <commentary>The user needs React Native component development that should follow existing patterns, so use the react-native-dev agent.</commentary></example>
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls