Official Claude Code plugins for Nullplatform. These plugins extend Claude Code with specialized skills for working with the Nullplatform ecosystem.
Daily developer tools for Nullplatform: query APIs, manage deployments, operate scopes, and diagnose issues.
Skills included:
- np-api - Explore and query the Nullplatform API
- np-developer-actions - Developer operations: create scopes, deploy, manage parameters
- np-investigation-diagnostic - Investigate and troubleshoot deployments, services, and applications
- np-lake - Query the Nullplatform Customer Lake with SQL across entities
- np-cli-assistant - CLI command generation and documentation
Focused investigation and diagnostics toolkit for Nullplatform.
Skills included:
- np-api - Explore and query the Nullplatform API
- np-investigation-diagnostic - Investigate and troubleshoot deployments, services, and applications
- np-lake - Query the Nullplatform Customer Lake with SQL across entities
Governance Action Items: query and operate on action items, categories and suggestions; build new detector/executor agents with a guided wizard.
Skills included:
- np-api - Explore and query the Nullplatform API
- np-lake - Query the Nullplatform Customer Lake with SQL across entities
- np-governance-action-items - List, create, and update action items, categories, and suggestions
- np-governance-agent-builder - Guided wizard to generate new governance detector/executor agents
Tools for developing nullplatform services: design specs, write workflows, register with Terraform, and test locally.
Skills included:
- np-api - Explore and query the Nullplatform API
- np-service-guide - Entry point for all service development tasks with architecture overview
- np-service-specs - Author service spec files (service-spec.json.tpl, values.yaml, link specs)
- np-service-workflows - Write service workflows and scripts (build_context, do_tofu, entrypoints)
- np-service-craft - Orchestrate the full service lifecycle: creation, Terraform registration, and testing
- np-service-creator - Register services in Terraform with service_definition modules and agent bindings
- np-agent-local-setup - Set up a local nullplatform controlplane agent for development and testing
- np-notification-manager - Manage notification channels, debug delivery, and resend notifications
Setup a new nullplatform organization: create org, configure cloud provider, provision infrastructure, and troubleshoot.
Skills included:
- np-organization-create - Create a new nullplatform organization via the onboarding API
- np-setup-orchestrator - Orchestrate the complete organization configuration end-to-end
- np-api - Explore and query the Nullplatform API
- np-cloud-provider-setup - Configure cloud provider credentials (AWS, Azure, GCP)
- np-infrastructure-wizard - Provision VPC, Kubernetes clusters, ingress, DNS, and deploy the NP agent
- np-nullplatform-bindings-wizard - Connect nullplatform with GitHub, container registries, and cloud providers
- np-nullplatform-wizard - Configure core nullplatform resources: scopes, dimensions, service definitions
- np-setup-troubleshooting - Diagnose failures in scopes, applications, telemetry, and permissions
Add this repository as a plugin marketplace in Claude Code:
claude plugin add --marketplace https://github.com/nullplatform/ai-pluginsThen install the plugin you need:
claude plugin install np-developer
# or
claude plugin install np-troubleshooting
# or
claude plugin install np-governance
# or
claude plugin install np-service-craft
# or
claude plugin install np-setup-organization-
Clone this repository:
git clone https://github.com/nullplatform/ai-plugins cd ai-plugins -
Copy the desired plugin to your Claude Code plugins directory:
cp -r marketplace/plugins/np-developer ~/.claude/plugins/ # or cp -r marketplace/plugins/np-troubleshooting ~/.claude/plugins/ # or cp -r marketplace/plugins/np-governance ~/.claude/plugins/ # or cp -r marketplace/plugins/np-service-craft ~/.claude/plugins/ # or cp -r marketplace/plugins/np-setup-organization ~/.claude/plugins/
-
Restart Claude Code
- Claude Code installed
- A Nullplatform account with API access
- For
np-lakeskill: Nullplatform Customer Lake access configured
- GitHub Issues: https://github.com/nullplatform/ai-plugins/issues
- Nullplatform: https://nullplatform.com
Apache-2.0