pump-build-release

Automate Pump SDK builds and releases across TypeScript and Rust components.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/x402agent/NanoSolana --skill pump-build-release-x402agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pump-build-release
Source: https://github.com/x402agent/NanoSolana/tree/main/pump-fun-sdk-main/skills/pump-build-release
Command: npx skills add https://github.com/x402agent/NanoSolana --skill pump-build-release-x402agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end build and release of the Pump SDK across TypeScript and Rust components, ensuring consistent releases.

Core Features & Use Cases

  • Automated TypeScript tsup builds, Rust cargo release profiling, semantic versioning, and npm publishing for the Pump SDK.
  • Deployment and distribution workflows across MCP server and Vercel-hosted assets for a production-ready release.
  • Use Case: A maintainer pushes a feature branch; the pipeline builds, tests, lints, creates release commits, publishes packages, and updates deployment assets.

Quick Start

Run the pump-build-release workflow to build and publish a new Pump SDK release.

Frequently Asked Questions about pump-build-release

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

FAQPage Schema
How do I automate TypeScript and Rust SDK builds for npm publishing?

Automating TypeScript and Rust SDK builds involves configuring tsup for TypeScript compilation and cargo release profiles for Rust, then triggering npm publishing to distribute the built packages automatically.

What is the best way to manage semantic versioning across a multi-language SDK?

Managing semantic versioning across a multi-language SDK requires an automated pipeline that synchronizes version bumps, creates release commits, and applies consistent tagging across both TypeScript and Rust components.

How does a Vercel deployment integrate with an automated SDK release workflow?

Vercel deployment integrates with an SDK release workflow by automatically updating and distributing production-ready assets through the pipeline after the semantic versioning and npm publishing steps complete successfully.

Can I use tsup and cargo release profiles in a single automated pipeline?

Yes, you can combine tsup and cargo release profiles within a single automated pipeline to handle end-to-end builds, linting, and artifact distribution across both TypeScript and Rust environments simultaneously.

Do I need Makefile targets to distribute MCP server artifacts during a release?

Using Makefile targets helps orchestrate the deployment and distribution workflows across the MCP server, ensuring that linting, building, and publishing tasks execute in the correct sequence during a release.