By nullstone-io
A catalog of Claude Code skills for using and enhancing Nullstone — provisioning infrastructure, authoring modules, deploying apps, and managing environments.
One-line description of when Claude should invoke this skill. Lead with the trigger ("Use when the user wants to…") so the matcher picks it up reliably.
Use when creating or editing Nullstone IaC YAML files under `.nullstone/` — adding or wiring apps, datastores, networks, domains, subdomains, ingresses, clusters, cluster-namespaces; setting `vars`, `environment`, `connections`, or `capabilities`; configuring `events`. Triggers on file paths `.nullstone/config.yml`, `.nullstone/{env}.yml`, `.nullstone/previews.yml`, and anything under `.nullstone/stacks/{stack}/`.
A catalog of Claude Code skills for using and enhancing Nullstone.
Each skill is a self-contained package of instructions (and optional scripts or references) that teaches Claude how to perform a specific Nullstone workflow — provisioning infrastructure, authoring modules, deploying apps, managing environments, and so on.
agent-skills/
├── README.md
└── skills/
├── _template/ # Starting point for new skills
│ └── SKILL.md
└── <skill-name>/
├── SKILL.md # Required: frontmatter + instructions
├── scripts/ # Optional: helper scripts
└── references/ # Optional: reference material loaded on demand
Every skill lives in its own directory under skills/ and must contain a SKILL.md with YAML frontmatter:
---
name: skill-name
description: One-line description of when Claude should invoke this skill.
---
# Skill body — instructions, examples, steps.
The description is what Claude reads to decide whether the skill applies to a given request. Be specific about the triggering situation.
These skills follow the Agent Skills open standard, so the same SKILL.md works unmodified in every tool that supports it (Claude Code, OpenAI Codex, Cursor, Gemini CLI, and ~30 others). Pick whichever channel fits your agent.
This repo is published as a Claude Code plugin via its own marketplace, which gives you versioned install and upgrade across the whole catalog:
/plugin marketplace add nullstone-io/agent-skills
/plugin install nullstone-skills@nullstone
Skills are then namespaced as nullstone-skills:<skill-name> and invoked automatically by Claude Code when their description matches a user request. To upgrade after a new release, run /plugin marketplace update nullstone then /reload-plugins (or enable auto-update for the marketplace).
skills.sh installs Agent Skills into Claude Code, Codex, Cursor, and other compatible agents from one command:
npx skills add nullstone-io/agent-skills
To pull in a single skill without any installer, copy its directory into the location your tool reads skills from — for Claude Code that is:
~/.claude/skills/<skill-name>/ — available in every session on your machine.claude/skills/<skill-name>/ — scoped to a single projectskills/_template/ to skills/<your-skill-name>/.name, description) and the body..claude-plugin/plugin.json under skills so it ships with the plugin. (_template/ is intentionally not registered.)references/ and load it on demand from SKILL.md, so the main body stays short.Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub nullstone-io/agent-skills --plugin nullstone-skillsManage infrastructure, applications, and deployments on the Nullstone platform via MCP
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.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
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.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.