Contributing to Spool
Description
Thanks for your interest in contributing! Spool is early-stage and we welcome all kinds of help.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Contributing to Spool
Thanks for your interest in contributing! Spool is early-stage and we welcome all kinds of help.
Getting started
git clone https://github.com/spool-lab/spool.git
cd spool
pnpm install
pnpm dev
Native module runtimes
`better-sqlite3` is used from both Node-based tests and the Electron app. Rebuild it for the runtime you are about to use:
pnpm run rebuild:native:node # Node / vitest / core tests
pnpm run rebuild:native:electron # Electron app / Playwright e2e
If you hit a `NODE_MODULE_VERSION` mismatch, rerun the matching rebuild command and try again.
Project structure
packages/
app/ Electron macOS app (React + Vite + Tailwind)
core/ Indexing engine (SQLite + FTS5)
cli/ CLI interface
landing/ spool.pro website
Making changes
- Fork the repo and create a branch from
main - Make your changes
- Run
pnpm testto make sure nothing is broken - Open a pull request
What to work on
- Check Issues for bugs and feature requests
- Small fixes (typos, docs, UI polish) are always welcome — no issue needed
- For larger changes, open an issue first so we can discuss the approach
Style
- No linter config yet — just match the surrounding code style
- Commit messages:
feat:,fix:,docs:,ci:,refactor:
Community
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11