product-sdk-app-builder

Automate Polkadot application development using @parity/product-sdk packages.

8|3|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/paritytech/product-sdk --skill product-sdk-app-builder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: product-sdk-app-builder
Source: https://github.com/paritytech/product-sdk/tree/main/product-sdk/skills/product-sdk-app-builder
Command: npx skills add https://github.com/paritytech/product-sdk --skill product-sdk-app-builder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @parity/product-sdk-chain-client, @parity/product-sdk-tx, @parity/product-sdk-signer, @parity/product-sdk-contracts, @parity/product-sdk-cloud-storage, @parity/product-sdk-statement-store, @parity/product-sdk-address, @parity/product-sdk-crypto, @parity/product-sdk-utils, @parity/product-sdk-keys, @parity/product-sdk-local-storage, @parity/product-sdk-logger, polkadot-api, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill unit addresses the challenge of creating Polkadot applications using the @parity/product-sdk package ecosystem, providing a comprehensive framework for both developer-guided and autonomous workflows.

Core Features & Use Cases

  • End-to-End Scaffolding: Automatically generates the foundational structure for new Polkadot projects.
  • Package Selection: Assists in choosing the right @parity/product-sdk packages based on the application's requirements.
  • Workflow Orchestration: Manages the full lifecycle of a Polkadot application, from connection to chains to real-time messaging.

Quick Start

To start using the product-sdk-app-builder skill, you can simply import the getChainAPI function from @parity/product-sdk-chain-client and call it with the desired chain name, such as "paseo".

Frequently Asked Questions about product-sdk-app-builder

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

FAQPage Schema
How do I scaffold a new Polkadot application using @parity/product-sdk?

To scaffold a Polkadot application, use the product-sdk-app-builder to automatically generate the foundational project structure. It handles end-to-end setup and configures the required @parity/product-sdk packages for your specific workflow.

What packages do I need to interact with Polkadot chains and asset hubs?

Interacting with Polkadot chains and asset hubs requires the @parity/product-sdk-chain-client, @parity/product-sdk-tx, and @parity/product-sdk-contracts packages. The app-builder assists in selecting and orchestrating these components for a complete solution.

Can I use this tool to automate both developer-guided and autonomous Polkadot workflows?

Yes, this tool automates both developer-guided and autonomous workflows for Polkadot applications. It orchestrates the full application lifecycle, from establishing chain connections to managing real-time messaging and package selection.

How do I connect to a specific Polkadot chain like paseo during development?

To connect to a specific Polkadot chain like paseo, import the getChainAPI function from @parity/product-sdk-chain-client and call it with the desired chain name. This establishes the necessary connection for your application.

Does building a Polkadot app with this SDK require transaction and signer components?

Yes, building a complete Polkadot application requires @parity/product-sdk-tx for transactions and @parity/product-sdk-signer for signing. These dependencies are essential for handling interactions and managing the full application lifecycle.

What is the best way to manage local storage and logging in a Polkadot application?

The best way to manage local storage and logging is by utilizing the @parity/product-sdk-local-storage and @parity/product-sdk-logger packages. The app-builder framework integrates these seamlessly into your generated project structure.