Skip to content

Latest commit

 

History

History
85 lines (61 loc) · 2.49 KB

File metadata and controls

85 lines (61 loc) · 2.49 KB

nullplatform

Nullplatform AI Plugins

Official Claude Code plugins for Nullplatform. These plugins extend Claude Code with specialized skills for working with the Nullplatform ecosystem.

Available Plugins

np-developer

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

np-troubleshooting

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

Installation

From this marketplace

Add this repository as a plugin marketplace in Claude Code:

claude plugin add --marketplace https://github.com/nullplatform/ai-plugins

Then install the plugin you need:

claude plugin install np-developer
# or
claude plugin install np-troubleshooting

Manual Installation

  1. Clone this repository:

    git clone https://github.com/nullplatform/ai-plugins
    cd ai-plugins
  2. 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/
  3. Restart Claude Code

Requirements

  • Claude Code installed
  • A Nullplatform account with API access
  • For audit log skills: Google Cloud BigQuery access configured

Support

License

Apache-2.0