building-edgespark-apps
Installation
SKILL.md
EdgeSpark App Development
Use this skill for EdgeSpark-specific implementation and workflow decisions.
This skill is not EdgeSpark documentation. For exact contracts, read source, generated types, CLI help, and docs/Mintlify MCP. Use this skill for workflow, guardrails, and bug-prevention.
The reliable public surface in this repo is:
- the
edgesparkCLI - scaffolded project structure from
edgespark init - generated
src/__generated__/edgespark.d.ts - generated
src/__generated__/server-types.d.ts - the
@edgespark/webbrowser SDK
Learn from older examples, but do not inherit old patterns blindly. In particular, do not treat @edgespark/client and renderAuthUI() as the default path for new code.
Read Order
Read only what is needed for the task:
Related skills