serf
Multi-session coding sessions with web, terminal, and CLI control
All Skills in This Repository (16)
Pure Emerald Level Indicatorsusing-git-worktrees
Creates isolated git worktrees for feature work while verifying gitignore rules.
test-driven-development
Enforce a Red-Green-Refactor cycle by writing failing tests before production code.
systematic-debugging
Enforce a four-phase workflow to identify root causes before fixes.
using-superpowers
Enforce skill invocation before any user-facing response.
dispatching-parallel-agents
Dispatch parallel agents to independently resolve multiple failures with isolated contexts and integrated summaries.
executing-plans
Execute implementation plans in controlled batches with review checkpoints.
finishing-a-development-branch
Validate tests, select a Git integration path, and execute the chosen option.
brainstorming
Guide brainstorming into design docs with structured gates.
writing-plans
Translate user specs into structured plan documents with tasks, files, and milestones.
requesting-code-review
Dispatch a code-reviewer subagent to assess changes and surface feedback.
receiving-code-review
Guide engineers through code review feedback with a structured read-verify-implement workflow.
writing-skills
Create SKILL.md templates enforcing a TDD workflow for Skill lifecycle.
Frequently Asked Questions
FAQPage SchemaHow to install serf?โผ
Run `npx skills add prime-radiant-inc/serf --all -g -y` in your terminal to install all skills in this suite globally.
What does Evener do?โผ
Evener runs coding sessions that read files, run commands, and edit code, managed through a web hub, terminal dashboard, or non-interactive CLI. It tracks many concurrent sessions and lets you steer, fork, and resume any of them.
Which models and providers does Evener support?โผ
It works with OpenAI, Anthropic, Google, and local providers like Ollama, using each model's native tool-calling. Credentials are added through the hub UI or standard environment variables.
How do I debug a stuck or looping session?โผ
Use the built-in `evener doctor` forensic tools to inspect transcripts, jobs, watches, and API logs without hand-parsing raw files. Healthy runs produce zero findings, and every reported issue includes a reproduction command.
Can Evener run untrusted code safely?โผ
Yes. Sessions can be confined with the `--sandbox` flag to restrict file, process, and network access, and the hub uses token-based authentication on a loopback address by default.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core