np-developer-actions

Automate Nullplatform application, service, scope, deployment, and parameter operations.

1|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/nullplatform/ai-plugins --skill np-developer-actions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: np-developer-actions
Source: https://github.com/nullplatform/ai-plugins/tree/main/marketplace/plugins/np-developer/skills/np-developer-actions
Command: npx skills add https://github.com/nullplatform/ai-plugins --skill np-developer-actions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines complex developer operations on Nullplatform, from creating applications and services to deploying code and managing environment variables, reducing manual effort and potential errors.

Core Features & Use Cases

  • Resource Provisioning: Create new applications, services (databases, queues), and deployment scopes.
  • Deployment Management: Deploy new versions of your application to specified scopes.
  • Configuration Management: Create, update, and delete environment variables for applications and scopes.
  • Use Case: A developer needs to set up a new staging environment for their application, including provisioning a new database instance and deploying the latest code. This Skill can automate that entire process.

Quick Start

Use the np-developer-actions skill to check your authentication status.

Frequently Asked Questions about np-developer-actions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate infrastructure management and application deployment on Nullplatform?

Automating infrastructure management on Nullplatform involves using bash scripts to handle application creation, service provisioning, and deployment orchestration. This approach reduces manual configuration errors by executing deterministic tasks for setting up scopes and environment variables.

What is the process for provisioning a new database service and staging scope?

Provisioning a database service and staging scope requires orchestrating resource creation through developer operations. You define the new application scope, provision the required database instance, and configure specific parameters to establish the staging environment.

Can I manage environment variables and application configuration across different scopes?

Yes, you can manage environment variables across different scopes. Configuration management allows you to create, update, and delete parameters for applications and scopes, ensuring correct environment variables are applied during deployment orchestration.

Does Nullplatform deployment orchestration support interactive workflows for complex configurations?

Nullplatform deployment orchestration supports both deterministic task execution via bash scripts and interactive user guidance. This dual approach allows you to handle complex infrastructure workflows and parameter configurations that require conditional user input.

What's the best way to deploy new application versions to specified scopes?

The best way to deploy new application versions is through deployment orchestration scripts. This method targets specified scopes directly, ensuring deterministic execution by automating the delivery of new code while managing associated environment variables.