Agent skill
nostrstack-dev-workflow
Local development workflow for nostrstack, including running API/gallery with logs, regtest stack usage, MCP Chrome DevTools verification, QA fallback, and environment/setup troubleshooting. Use when starting dev, debugging, reproducing issues, or validating UI/console/network behavior in the nostrstack repo.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/nostrstack-dev-workflow
SKILL.md
Nostrstack Dev Workflow
Follow this workflow when working in the nostrstack repo.
Core workflow
- Read
references/dev-workflow.mdfor the required log + UI verification steps. - Keep API + gallery logs visible while reproducing and fixing.
- For UI changes, verify in Chrome DevTools MCP; if MCP is unavailable, run the Playwright QA fallback.
Commands checklist
- Start logs:
pnpm dev:logs(ormake dev) and tail.logs/dev/api.log+.logs/dev/gallery.log. - MCP Chrome bridge:
./scripts/mcp-devtools-server.sh+./scripts/mcp-chrome.sh. - QA fallback:
pnpm qa:regtest-demo.
When to read more
- Troubleshooting MCP:
references/mcp-setup.md. - Local demo/regtest flows:
references/local-demo.md. - Testing matrix and env:
references/testing.md.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?