prime-radiant-incprime-radiant-incOfficialยท16 Agent Skills Included

serf

Multi-session coding sessions with web, terminal, and CLI control

Runs coding sessions that read files, execute commands, and edit code across many concurrent projects. Steers work through a browser hub, terminal dashboard, or one-shot command line without manual babysitting. Diagnoses stuck sessions, runaway jobs, and provider errors with built-in forensic tools. Supports OpenAI, Anthropic, Google, and local models with sandboxed file and network access.
npx skills add prime-radiant-inc/serf --all -g -y
Available:

Instructs the agent on this project's testing, linting, and merge-approval gates, requiring deterministic offline tests and scripted providers instead of live model calls.

All Skills in This Repository (16)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
prime-radiant-incprime-radiant-inc

using-git-worktrees

Creates isolated git worktrees for feature work while verifying gitignore rules.

Official
Advanced
๐Ÿ“ฆ In Repo
prime-radiant-incprime-radiant-inc

test-driven-development

Enforce a Red-Green-Refactor cycle by writing failing tests before production code.

Official
Intermediate
๐Ÿ“ฆ In Repo
prime-radiant-incprime-radiant-inc

systematic-debugging

Enforce a four-phase workflow to identify root causes before fixes.

Official
Advanced
๐Ÿ“ฆ In Repo
prime-radiant-incprime-radiant-inc

using-superpowers

Enforce skill invocation before any user-facing response.

Official
Advanced
๐Ÿ“ฆ In Repo
prime-radiant-incprime-radiant-inc

dispatching-parallel-agents

Dispatch parallel agents to independently resolve multiple failures with isolated contexts and integrated summaries.

Official
Advanced
๐Ÿ“ฆ In Repo
prime-radiant-incprime-radiant-inc

executing-plans

Execute implementation plans in controlled batches with review checkpoints.

Official
Advanced
๐Ÿ“ฆ In Repo
prime-radiant-incprime-radiant-inc

finishing-a-development-branch

Validate tests, select a Git integration path, and execute the chosen option.

Official
Advanced
๐Ÿ“ฆ In Repo
prime-radiant-incprime-radiant-inc

brainstorming

Guide brainstorming into design docs with structured gates.

Official
Advanced
๐Ÿ“ฆ In Repo
prime-radiant-incprime-radiant-inc

writing-plans

Translate user specs into structured plan documents with tasks, files, and milestones.

Official
Advanced
๐Ÿ“ฆ In Repo
prime-radiant-incprime-radiant-inc

requesting-code-review

Dispatch a code-reviewer subagent to assess changes and surface feedback.

Official
Advanced
๐Ÿ“ฆ In Repo
prime-radiant-incprime-radiant-inc

receiving-code-review

Guide engineers through code review feedback with a structured read-verify-implement workflow.

Official
Intermediate
๐Ÿ“ฆ In Repo
prime-radiant-incprime-radiant-inc

writing-skills

Create SKILL.md templates enforcing a TDD workflow for Skill lifecycle.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How 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โ†’