A Claude Code agent skill that helps developers get started building Pulse Apps — full-stack React extensions for the Pulse Editor platform.
When installed, this skill gives Claude context on:
- Pulse App architecture (frontend, backend, skills/actions)
- Project structure and file conventions
- CLI commands and development workflow
@pulse-editor/react-apihooks (useLoading,useActionEffect)- Server function endpoints and skill definitions
- App configuration via
pulse.config.ts
Copy pulse-app.md into your project or global skills directory:
# Project-level (committed to repo)
cp pulse-app.md .claude/skills/pulse-app.md
# Global (available in all projects)
cp pulse-app.md ~/.claude/skills/pulse-app.md| Resource | URL |
|---|---|
| Pulse Editor web app | https://web.pulse-editor.com |
| Documentation | https://docs.pulse-editor.com |
| ClayPulse website | https://www.claypulse.ai |
| Discord community | https://discord.gg/s6J54HFxQp |
| Desktop/mobile releases | https://github.com/ClayPulse/pulse-editor/releases |
| Repository | Description |
|---|---|
| pulse-editor | Main Pulse Editor source (open-source, MIT) |
| pulse-app-template | Official full-stack React template for Pulse Apps |
| official-pulse-apps | 17 open-source example apps by the ClayPulse team |
# Install the Pulse CLI
npm i -g @pulse-editor/cli
# Scaffold a new Pulse App
pulse create
# Start the dev server (registers at http://localhost:3030)
npm run dev
# Create a new skill/action
pulse skill create| Package | Purpose |
|---|---|
@pulse-editor/react-api |
React hooks for Pulse Editor integration |
@pulse-editor/shared-utils |
Shared types including AppConfig |
@pulse-editor/cli |
CLI for scaffolding apps and skills |
- Email: support@claypulse.ai
- GitHub: https://github.com/claypulse