spacewave
Debug and review local-first peer-to-peer apps from the terminal
All Skills in This Repository (3)
Pure Emerald Level Indicatorsdebug-ui-layout
Measure text rendering and adjust copy for clean line breaks.
post-work-review
Scan diffs against AGENTS.md rules to flag violations, dead code, and missed issues.
spacewave-debug
Inspect and interact with a running Spacewave page from the terminal.
Frequently Asked Questions
FAQPage SchemaHow to install Spacewave skills?โผ
Run `npx skills add s4wave/spacewave --all -g -y` in your terminal to install all skills in this suite globally.
How to debug a running Spacewave app from the terminal?โผ
Use the spacewave-debug skill to evaluate JavaScript, measure element geometry, and inspect the live page through simple CLI commands.
How to fix text overflow and orphan words in UI layouts?โผ
The debug-ui-layout skill measures exact rendered line breaks at real viewport widths, then guides wording edits until every line breaks cleanly.
How to check code changes against project rules automatically?โผ
The post-work-review skill scans your diff for rule violations like type casts, dead code, and disabled linters, then fixes them before you present results.
Do these skills work with Claude Code and other AI agents?โผ
Yes. All skills follow the standard SKILL.md format and run in Claude Code, Cursor, and other compatible AI coding agents.
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