Warp-netWarp-netOfficialยท4 Agent Skills Included

warpnet

Build, debug, and verify a decentralized peer-to-peer social network

Guides development of a serverless peer-to-peer social network built in Go with libp2p, covering new protocol routes, handlers, and data layers. Diagnoses backend storage conflicts, connection flapping, and client parsing bugs across the Go node, Vue desktop app, and Android client. Verifies changes on live testnet nodes and emulators instead of relying on unit tests alone.
npx skills add Warp-net/warpnet --all -g -y
Available:

Tells the agent where to start exploring the Warpnet Go codebase, which symbolic code tools to prefer, and rules for keeping changes minimal and vendor directories untouched.

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Warpnet skills?โ–ผ

Run `npx skills add Warp-net/warpnet --all -g -y` in your terminal to install all skills in this suite globally.

What is Warpnet?โ–ผ

Warpnet is a fully decentralized peer-to-peer social network in Go where every user runs their own node, with no central server, instance admin, or relay storing your data.

How do these skills help debug Warpnet?โ–ผ

They provide step-by-step triage trees for backend issues like BadgerDB transaction conflicts and yamux connection drops, plus frontend issues like blank fields, avatar loading failures, and Android battery drain.

How do the skills verify a code change works?โ–ผ

They mandate building a real node from your working tree, running it on the testnet, and driving the actual route or Android UI on an emulator to confirm the change works end to end.

Do I need Go experience to use these skills?โ–ผ

Basic Go familiarity helps, but the skills spell out exact commands, file paths, and code patterns so your agent can execute each step from plain-English requests.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’