Skip to content

synerops/syner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

201 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Syner

Syner

Your notes become agents.
Describe what you want. Syner figures out the rest.

Docs Β· Get Started Β· Philosophy


What is Syner?

Syner turns your markdown notes into an operating system for AI agents.

You write notes the way you always have β€” no schemas, no databases, no enforced structure. Syner reads them for context, routes your intent to focused skills, and delivers concrete output: PRs, reports, documents, decisions.

You supervise. Agents execute.

You (intent)
  ↓
Syner (orchestrator)
  ↓
Skills (31 focused capabilities)
  ↓
Your notes (context)
  ↓
Output (PRs, reports, documents)

Why Syner?

Problem Syner's answer
AI agents don't know your context Your notes are the context β€” no setup required
One monolithic agent fails at everything 31 skills that each do one thing well
Chat disappears after the session Agents produce PRs, issues, documents β€” artifacts that persist
You have to babysit every step Background agents work while you do other things
Every tool wants you to change your workflow Syner reads your existing notes as-is

What you can do

Think

Skill What it does
/find-ideas Surface ideas buried across your notes
/find-links Connect two domains you've been circling
/grow-note Graduate a thought into a real document
/track-idea See how an idea evolved over time
/load-all Load your full context in one shot

Build

Skill What it does
/create-syner-app Scaffold a new app
/create-syner-skill Create a new skill
/create-syner-agent Define a new agent
/syner-skill-reviewer Audit skill quality before shipping
/workflow-reviewer Review GitHub Actions before running

Operate

Skill What it does
/whats-next Figure out what to work on today
/syner-daily-briefing Daily status with opinionated recommendations
/backlog-hygiene Clean stale issues and duplicates
/syner-gh-auth Authenticate GitHub via App tokens
/syner-fix-symlinks Repair broken skill/agent links

All 31 skills β†’


Agents

Syner delegates to specialized agents. Each owns a domain.

Agent Role What it owns
syner Orchestrator Routes intent, loads context, coordinates
vaults Context Engineer Reads notes, synthesizes, returns structured context
dev Ecosystem Builder Creates skills, agents, apps, workflows
bot Integration Bridge Slack, GitHub, webhooks β€” delivery to the outside world
design Design Lead UI/UX review, accessibility, spatial computing

Plus 14 lead agents for packages and infrastructure β€” each with their own specialist teams totaling 70+ domain experts.

All 19 agents β†’


Apps

Four apps, one ecosystem.

App URL Purpose
Vaults syner.md Browse your thinking β€” vault dashboard
Dev syner.dev Docs, skill catalog, specs
Bot syner.bot Slack & GitHub integrations β€” execution platform
Design syner.design Components, tokens, slide generation

Architecture

synerops/syner
β”œβ”€β”€ apps/                 # 4 Next.js applications
β”‚   β”œβ”€β”€ vaults/           #   syner.md
β”‚   β”œβ”€β”€ dev/              #   syner.dev
β”‚   β”œβ”€β”€ bot/              #   syner.bot
β”‚   └── design/           #   syner.design
β”œβ”€β”€ packages/             # 8 shared packages
β”‚   β”œβ”€β”€ sdk/              #   Core runtime (skill resolution, context loading)
β”‚   β”œβ”€β”€ osprotocol/       #   Protocol types & validators
β”‚   β”œβ”€β”€ github/           #   GitHub App auth & actions
β”‚   β”œβ”€β”€ slack/            #   Slack integration & streaming
β”‚   β”œβ”€β”€ vercel/           #   AI SDK tools & sandbox execution
β”‚   β”œβ”€β”€ ops/              #   Friction tracking & pattern analysis
β”‚   β”œβ”€β”€ ui/               #   Shared components & design tokens
β”‚   └── create-syner-agent/ # Agent scaffolding
β”œβ”€β”€ skills/               # 31 symlinked skills
β”œβ”€β”€ agents/               # 19 agent definitions
└── .syner/               # Your vaults (local, gitignored)

Stack

Layer Technology
Runtime Bun
Framework Next.js 16
Monorepo Turborepo
AI AI SDK Β· Claude Code
Execution Vercel Sandbox
Docs Fumadocs
Design shadcn/ui Β· OKLCH tokens Β· Geist

Getting started

# Clone and install
git clone https://github.com/synerops/syner.git
cd syner
bun install

# Start development
bun run dev

# Talk to the orchestrator
# (requires Claude Code)
/syner

Prerequisites


Philosophy

Software is built on layers of abstraction. Each generation loses understanding of the layer below but gains power from the layer above. The next layer is intent.

Three principles:

  1. Skills, not monoliths β€” Each skill does one thing well. An agent that "does everything" does nothing reliably.
  2. Markdown as primitive β€” Notes, configs, outputs β€” all markdown. Humans read it, machines parse it, LLMs understand it natively.
  3. Notes as context β€” Skills read notes for understanding, not extraction. Like a colleague reading your docs before helping.

Full philosophy β†’


Contributing

Syner is built by agents, for agents β€” supervised by humans.

# Create a skill
/create-syner-skill

# Create an agent
/create-syner-agent

# Review before shipping
/syner-skill-reviewer

Every PR goes through code review. Every skill gets audited. Every agent gets tested.


License

MIT


Built with background agents. Supervised by humans.

About

Agent orchestrator powered by your markdown notes 🎧

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages