warpnet
Build, debug, and verify a decentralized peer-to-peer social network
All Skills in This Repository (4)
Pure Emerald Level Indicatorswarpnet-add-handler
Automate adding Warpnet features with handlers, DTOs, and repositories.
warpnet-debug-stack
Diagnose and resolve cross-stack Warpnet issues with fix guidance.
warpdroid-ui-test
Perform manual UI testing on the Warpdroid Android client using adb and uiautomator.
warpnet-testnet-verify
Verify Warpnet handlers and protocols on a testnet business node.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core