Skip to content

Commit 9eec71c

Browse files
committed
docs: rebrand theme from "workflow automation toolkit" to "agent runtime & orchestration system"
Update all user-facing messaging to reflect AgentSys identity: - README hero: "A modular runtime and orchestration system for AI agents" - What This Is: rewritten from "collection of tools" to system description - Site meta, OG tags, hero, footer tagline - docs/README.md intro - UX spec, CSS tokens, OG image template
1 parent 3a2234d commit 9eec71c

File tree

7 files changed

+27
-29
lines changed

7 files changed

+27
-29
lines changed

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<h1 align="center">AgentSys</h1>
66

77
<p align="center">
8-
<strong>Automate the entire dev workflow. Not just the coding.</strong>
8+
<strong>A modular runtime and orchestration system for AI agents.</strong>
99
</p>
1010

1111
<p align="center">
@@ -36,20 +36,18 @@
3636

3737
---
3838

39-
AI models can write code. That's not the hard part anymore. The hard part is everything else—picking what to work on, managing branches, reviewing output, cleaning up artifacts, handling CI, addressing comments, deploying. **AgentSys automates the entire workflow**, not just the coding.
39+
AI models can write code. That's not the hard part anymore. The hard part is everything around it — task selection, branch management, code review, artifact cleanup, CI, PR comments, deployment. **AgentSys is the runtime that orchestrates agents to handle all of it** — structured pipelines, gated phases, specialized agents, and persistent state that survives session boundaries.
4040

4141
---
4242
> Building custom skills, agents, hooks, or MCP tools? [agnix](https://github.com/avifenesh/agnix) is the CLI + LSP linter that catches config errors before they fail silently - real-time IDE validation, auto suggestions, auto-fix, and 155 rules for Cursor, Claude Code, Cline, Copilot, Codex, Windsurf, and more.
4343
4444
## What This Is
4545

46-
Production-ready skills, agents, and commands for Claude Code, OpenCode, and Codex CLI.
46+
An agent orchestration system — 12 plugins, 41 agents, and 27 skills that compose into structured pipelines for software development.
4747

48-
Install the plugins → get the skills → your agents become more capable. Each piece was built to work with the others. The whole system is E2E tested.
48+
Each agent has a single responsibility, a specific model assignment, and defined inputs/outputs. Pipelines enforce phase gates so agents can't skip steps. State persists across sessions so work survives interruptions.
4949

50-
From messy project to clean codebase. From drifted plan to focused execution. From task to merged PR.
51-
52-
**Works with:** Claude Code · OpenCode · Codex CLI
50+
The system runs on Claude Code, OpenCode, and Codex CLI. Install the plugins, get the runtime.
5351

5452
---
5553

@@ -92,7 +90,7 @@ This came from testing on 1,000+ repositories.
9290
| [`/consult`](#consult) | Consult another AI CLI tool for a second opinion. Use when you want to cross-check ideas, get alternative approaches, or validate decisions with Gemini, Codex, Claude, OpenCode, or Copilot. |
9391
<!-- GEN:END:readme-commands -->
9492

95-
Each command works standalone. Together, they form complete workflows.
93+
Each command works standalone. Together, they compose into end-to-end pipelines.
9694

9795
---
9896

@@ -113,7 +111,7 @@ Each command works standalone. Together, they form complete workflows.
113111
| **Linting** | `agnix:agnix` |
114112
<!-- GEN:END:readme-skills -->
115113

116-
Skills give your agents specialized capabilities. When you install a plugin, its skills become available to all agents in that session.
114+
Skills are the reusable implementation units. Agents invoke skills; commands orchestrate agents. When you install a plugin, its skills become available to all agents in that session.
117115

118116
---
119117

@@ -706,7 +704,7 @@ The workflow tracks state so you can resume from any point.
706704
## Design Philosophy
707705

708706
<details>
709-
<summary><strong>Why build this? What's the thinking?</strong> (click to expand)</summary>
707+
<summary><strong>Architecture decisions and trade-offs</strong> (click to expand)</summary>
710708

711709
### The Actual Problem
712710

@@ -858,7 +856,7 @@ npm run verify # Tool availability + versions
858856

859857
## Research & Testing
860858

861-
This project is built on research, not guesswork.
859+
The system is built on research, not guesswork.
862860

863861
**Knowledge base** (`agent-docs/`): 8,000 lines of curated documentation from Anthropic, OpenAI, Google, and Microsoft covering:
864862
- Agent architecture and design patterns

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Documentation
22

3-
AI models can write code. The bottleneck is everything else—picking tasks, managing branches, reviewing output, handling CI, addressing comments, deploying. These docs show how AgentSys automates the full workflow, not just the coding part.
3+
AgentSys is a modular runtime and orchestration system for AI agents. These docs cover the architecture, commands, and workflows — how agents compose into pipelines, how phases gate execution, and how state persists across sessions.
44

55
**New here?** Start with [USAGE.md](./USAGE.md) to see commands in action.
66

site/assets/css/tokens.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
*
66
* Brand Personality
77
* -----------------
8-
* AgentSys is a production-grade AI workflow automation toolkit.
9-
* 11 plugins. 40 agents. 26 skills. From task selection to production deploy.
8+
* AgentSys is a modular runtime and orchestration system for AI agents.
9+
* 12 plugins. 41 agents. 27 skills. Structured pipelines for development workflows.
1010
*
1111
* Voice: Precise, confident, effortless. The tool that does the work
1212
* so you can ship. Never shouts, never hesitates.

site/assets/og-image.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
<div class="grid-overlay"></div>
144144
<div class="slash-mark">/</div>
145145
<div class="title">AgentSys</div>
146-
<div class="subtitle">AI workflow automation toolkit for developer CLI</div>
146+
<div class="subtitle">Agent runtime &amp; orchestration system</div>
147147
<div class="stats">
148148
<div class="stat">
149149
<span class="stat-number">11</span>

site/content.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"meta": {
33
"title": "agentsys",
4-
"description": "Production-ready skills, agents, and commands for Claude Code, OpenCode, and Codex CLI. 12 plugins that automate the entire AI development workflow, not just the coding.",
4+
"description": "A modular runtime and orchestration system for AI agents. 12 plugins, 41 agents, 27 skills — structured pipelines for Claude Code, OpenCode, and Codex CLI.",
55
"url": "https://avifenesh.github.io/agentsys",
66
"repo": "https://github.com/avifenesh/agentsys",
77
"npm": "https://www.npmjs.com/package/agentsys",
@@ -10,8 +10,8 @@
1010
"author_url": "https://github.com/avifenesh"
1111
},
1212
"hero": {
13-
"title": "Automate the entire workflow, not just the coding",
14-
"subtitle": "AI models can write code. That's not the hard part anymore. The hard part is everything else -- picking tasks, managing branches, reviewing output, handling CI, addressing comments, deploying. AgentSys automates all of it.",
13+
"title": "A modular runtime and orchestration system for AI agents",
14+
"subtitle": "AI models can write code. That's not the hard part anymore. The hard part is everything around it -- task selection, branch management, code review, artifact cleanup, CI, deployment. AgentSys is the runtime that orchestrates agents to handle all of it.",
1515
"cta_primary": {
1616
"text": "Get Started",
1717
"url": "#installation"

site/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<title>AgentSys - AI Workflow Automation Toolkit</title>
7-
<meta name="description" content="11 plugins, 40 agents, 26 skills. Automate the entire dev workflow from task selection to merged PR. Works with Claude Code, OpenCode, and Codex CLI.">
6+
<title>AgentSys - Agent Runtime &amp; Orchestration System</title>
7+
<meta name="description" content="A modular runtime and orchestration system for AI agents. 12 plugins, 41 agents, 27 skills — structured pipelines for Claude Code, OpenCode, and Codex CLI.">
88
<meta name="theme-color" content="#09090b">
99

1010
<!-- Open Graph -->
1111
<meta property="og:title" content="AgentSys">
12-
<meta property="og:description" content="AI workflow automation. 11 plugins, 40 agents, 26 skills. Task to merged PR.">
12+
<meta property="og:description" content="A modular runtime and orchestration system for AI agents. 12 plugins, 41 agents, 27 skills.">
1313
<meta property="og:image" content="https://avifenesh.github.io/agentsys/assets/logo.png">
1414
<meta property="og:url" content="https://avifenesh.github.io/agentsys/">
1515
<meta property="og:type" content="website">
@@ -111,11 +111,11 @@
111111
11 plugins &middot; 40 agents &middot; 26 skills
112112
</div>
113113
<h1 class="hero__title anim-fade-up" id="hero-title" data-delay="200">
114-
Automate the <span class="text-gradient">entire dev workflow.</span><br>
115-
Not just the coding.
114+
A modular <span class="text-gradient">runtime and orchestration system</span><br>
115+
for AI agents.
116116
</h1>
117117
<p class="hero__subtitle anim-fade-up" data-delay="350">
118-
From task selection to merged PR. Works with Claude Code, OpenCode, and Codex CLI. 3,357 tests. Production-grade.
118+
Structured pipelines, gated phases, specialized agents. Works with Claude Code, OpenCode, and Codex CLI. 3,917 tests. Production-grade.
119119
</p>
120120
<div class="hero__ctas anim-fade-up" data-delay="500">
121121
<a href="#install" class="btn btn--primary">Get Started</a>
@@ -679,7 +679,7 @@ <h2 class="install__title anim-fade-up" id="install-title">Get Started in 30 Sec
679679
<div class="footer__brand">
680680
<img src="assets/logo.png" alt="" width="28" height="28" class="footer__logo" aria-hidden="true">
681681
<span class="footer__name">AgentSys</span>
682-
<span class="footer__tagline">AI workflow automation toolkit</span>
682+
<span class="footer__tagline">Agent runtime &amp; orchestration system</span>
683683
<span class="footer__license">MIT License</span>
684684
</div>
685685
<div class="footer__links">

site/ux-spec.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Scroll order with rationale for each section. All sections are full-width, alter
9999
- Font: 13px, font-weight 500, primary accent color
100100
- Padding: 4px 14px
101101

102-
2. **Title:** "Automate the entire dev workflow. Not just the coding."
102+
2. **Title:** "A modular runtime and orchestration system for AI agents."
103103
- Font: 56px on desktop, 36px on mobile, font-weight 700, line-height 1.1
104104
- Color: white
105105
- "entire dev workflow" portion highlighted with a subtle gradient text (primary-to-secondary accent via `background-clip: text`)
@@ -445,7 +445,7 @@ npm install
445445

446446
**Column 1 (left):** Brand
447447
- "AgentSys" in 16px, font-weight 600, white
448-
- "AI workflow automation toolkit" in 14px, `rgba(255, 255, 255, 0.4)`
448+
- "Agent runtime & orchestration system" in 14px, `rgba(255, 255, 255, 0.4)`
449449
- "MIT License" in 13px, `rgba(255, 255, 255, 0.3)`
450450

451451
**Column 2 (center):** Links
@@ -649,8 +649,8 @@ This disables:
649649

650650
### Head Content
651651
```html
652-
<title>AgentSys - AI Workflow Automation Toolkit</title>
653-
<meta name="description" content="11 plugins, 40 agents, 26 skills. Automate the entire dev workflow from task selection to merged PR. Works with Claude Code, OpenCode, and Codex CLI.">
652+
<title>AgentSys - Agent Runtime &amp; Orchestration System</title>
653+
<meta name="description" content="A modular runtime and orchestration system for AI agents. 12 plugins, 41 agents, 27 skills — structured pipelines for Claude Code, OpenCode, and Codex CLI.">
654654
<meta name="viewport" content="width=device-width, initial-scale=1">
655655
<meta name="theme-color" content="#0a0a0f">
656656

0 commit comments

Comments
 (0)