Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

ClayPulse/pulse-app-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Pulse App — Claude Code Skill

A Claude Code agent skill that helps developers get started building Pulse Apps — full-stack React extensions for the Pulse Editor platform.

What This Skill Does

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-api hooks (useLoading, useActionEffect)
  • Server function endpoints and skill definitions
  • App configuration via pulse.config.ts

Installation

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

Pulse App Resources

Official Links

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

GitHub Repositories

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

Quick Start

# 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

Key Packages

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

Contact

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors