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-audits-read - Query audit logs via BigQuery
- np-doc-authoring - Author documentation pages for the Nullplatform docsite
- np-cli-assistant - CLI command generation and documentation
- np-design - Design system guardian for UI development
Focused investigation and diagnostics toolkit for Nullplatform.
Skills included:
- np-api - Explore and query the Nullplatform API
- np-audits-read - Query audit logs via BigQuery
- np-investigation-diagnostic - Investigate and troubleshoot deployments, services, and applications
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-
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/
-
Restart Claude Code
- Claude Code installed
- A Nullplatform account with API access
- For audit log skills: Google Cloud BigQuery access configured
- GitHub Issues: https://github.com/nullplatform/ai-plugins/issues
- Nullplatform: https://nullplatform.com
Apache-2.0