Electric Playbook - skills for building apps with Electric
npm install @electric-sql/playbookElectric Playbook - skills for building apps with Electric.
This package provides AI agent skills that help coding assistants (Claude, Cursor, Copilot, etc.) build local-first applications with Electric and TanStack DB.
``bash`
npm install @electric-sql/playbook
Install thin skill pointers to your agent's skills directory:
`bash`
npx @electric-sql/playbook install
Install globally (to ~/.claude/skills, etc.):
`bash`
npx @electric-sql/playbook install --global
List available skills:
`bash`
npx @electric-sql/playbook list
Output the full content of a skill:
`bash`
npx @electric-sql/playbook show electric
This package includes the following skills:
| Skill | Description |
| ------------------------------- | --------------------------------------------------------- |
| electric | Router skill - Electric ecosystem overview and navigation |electric-quickstart
| | Getting started with Electric + TanStack DB |electric-tanstack-integration
| | Deep integration patterns for Electric with TanStack DB |electric-security-check
| | Security audit checklist for Electric apps |electric-go-live
| | Production readiness checklist |deploying-electric
| | Deployment patterns (Cloud, Docker, self-hosted) |
Additional skills are available in other Electric packages:
- @electric-sql/client - electric-shapes, electric-auth, electric-http-api`
Skills are markdown files with YAML frontmatter that provide context and instructions to AI coding assistants. When installed, thin pointers are created in your agent's skills directory that reference the full skill content in the npm package.
Apache-2.0