@agents-inc/cli 0.74.7 → 0.74.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +35 -0
- package/README.md +69 -111
- package/dist/{chunk-UKYWXIDT.js → chunk-2EXAK22V.js} +117 -112
- package/dist/chunk-2EXAK22V.js.map +1 -0
- package/dist/{chunk-HA35FGPO.js → chunk-54AECXSH.js} +2 -2
- package/dist/{chunk-2GD57LQE.js → chunk-C6YLN4AW.js} +5 -5
- package/dist/{chunk-6VIOO74O.js → chunk-CBYRFAUN.js} +1 -3
- package/dist/{chunk-6VIOO74O.js.map → chunk-CBYRFAUN.js.map} +1 -1
- package/dist/{chunk-BKTPEATV.js → chunk-EWKUUWYY.js} +6 -2
- package/dist/chunk-EWKUUWYY.js.map +1 -0
- package/dist/{chunk-JB2QTE7M.js → chunk-FW5C245M.js} +6 -7
- package/dist/chunk-FW5C245M.js.map +1 -0
- package/dist/{chunk-MVYJVKVT.js → chunk-HT5KOOUQ.js} +2 -2
- package/dist/{chunk-VMTZ5WC5.js → chunk-IYA5PSXU.js} +2 -2
- package/dist/{chunk-2ZQKORJI.js → chunk-M5IAGR5Z.js} +3 -3
- package/dist/{chunk-KYULKBFC.js → chunk-NA6I5P5P.js} +2 -2
- package/dist/{chunk-STC7IEVI.js → chunk-NDKIFVR4.js} +2 -2
- package/dist/{chunk-RO6BG4ZW.js → chunk-OINQ6OWM.js} +3 -5
- package/dist/chunk-OINQ6OWM.js.map +1 -0
- package/dist/{chunk-CJSCCLT5.js → chunk-PN65K3LH.js} +2 -2
- package/dist/{chunk-GFTBHBRQ.js → chunk-PUZLP4SL.js} +14 -3
- package/dist/chunk-PUZLP4SL.js.map +1 -0
- package/dist/{chunk-COZ75NET.js → chunk-TPXDHJDB.js} +2 -2
- package/dist/{chunk-2MHSOPIU.js → chunk-UFKDY45I.js} +2 -2
- package/dist/{chunk-MOWZ2FLG.js → chunk-VILTRTBT.js} +2 -2
- package/dist/{chunk-W3GHDONP.js → chunk-VIVOJASC.js} +4 -4
- package/dist/{chunk-RHAZARG3.js → chunk-VYHRCFMD.js} +5 -5
- package/dist/{chunk-JZPQI7YI.js → chunk-X6LXHVA6.js} +2 -2
- package/dist/{chunk-HIVZDWJC.js → chunk-XPRDNALD.js} +2 -2
- package/dist/{chunk-TJBOCGLR.js → chunk-YDBVG6RF.js} +11 -11
- package/dist/{chunk-FDIKV4ON.js → chunk-YZUAXX7F.js} +4 -88
- package/dist/chunk-YZUAXX7F.js.map +1 -0
- package/dist/commands/build/plugins.js +2 -2
- package/dist/commands/build/stack.js +2 -2
- package/dist/commands/compile.js +2 -2
- package/dist/commands/config/index.js +2 -2
- package/dist/commands/config/path.js +1 -1
- package/dist/commands/config/show.js +2 -2
- package/dist/commands/diff.js +1 -1
- package/dist/commands/doctor.js +1 -1
- package/dist/commands/edit.js +47 -40
- package/dist/commands/edit.js.map +1 -1
- package/dist/commands/eject.js +1 -1
- package/dist/commands/import/skill.js +1 -1
- package/dist/commands/info.js +1 -1
- package/dist/commands/init.js +18 -18
- package/dist/commands/list.js +1 -1
- package/dist/commands/new/agent.js +2 -2
- package/dist/commands/new/marketplace.js +2 -2
- package/dist/commands/new/skill.js +2 -2
- package/dist/commands/outdated.js +1 -1
- package/dist/commands/search.js +3 -3
- package/dist/commands/uninstall.js +1 -1
- package/dist/commands/update.js +2 -2
- package/dist/commands/validate.js +62 -44
- package/dist/commands/validate.js.map +1 -1
- package/dist/components/skill-search/skill-search.js +2 -2
- package/dist/components/wizard/category-grid.js +2 -2
- package/dist/components/wizard/category-grid.test.js +4 -4
- package/dist/components/wizard/domain-selection.js +3 -3
- package/dist/components/wizard/help-modal.js +2 -2
- package/dist/components/wizard/search-modal.js +2 -2
- package/dist/components/wizard/search-modal.test.js +2 -2
- package/dist/components/wizard/source-grid.js +3 -3
- package/dist/components/wizard/source-grid.test.js +5 -5
- package/dist/components/wizard/stack-selection.js +3 -3
- package/dist/components/wizard/step-agents.js +3 -3
- package/dist/components/wizard/step-agents.test.js +3 -3
- package/dist/components/wizard/step-build.js +5 -5
- package/dist/components/wizard/step-build.test.js +5 -5
- package/dist/components/wizard/step-confirm.js +2 -2
- package/dist/components/wizard/step-confirm.test.js +4 -4
- package/dist/components/wizard/step-refine.js +3 -2
- package/dist/components/wizard/step-refine.test.js +3 -2
- package/dist/components/wizard/step-refine.test.js.map +1 -1
- package/dist/components/wizard/step-settings.js +3 -3
- package/dist/components/wizard/step-settings.test.js +6 -6
- package/dist/components/wizard/step-sources.js +6 -6
- package/dist/components/wizard/step-sources.test.js +6 -6
- package/dist/components/wizard/step-stack.js +5 -5
- package/dist/components/wizard/step-stack.test.js +5 -5
- package/dist/components/wizard/wizard-layout.js +5 -5
- package/dist/components/wizard/wizard.js +17 -17
- package/dist/hooks/init.js +18 -18
- package/dist/source-loader-WBDPZJEW.js +23 -0
- package/dist/{source-manager-A3QLBYCU.js → source-manager-RRGK4SBP.js} +2 -2
- package/dist/stores/wizard-store.js +2 -2
- package/dist/stores/wizard-store.test.js +26 -5
- package/dist/stores/wizard-store.test.js.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-BKTPEATV.js.map +0 -1
- package/dist/chunk-FDIKV4ON.js.map +0 -1
- package/dist/chunk-GFTBHBRQ.js.map +0 -1
- package/dist/chunk-JB2QTE7M.js.map +0 -1
- package/dist/chunk-RO6BG4ZW.js.map +0 -1
- package/dist/chunk-UKYWXIDT.js.map +0 -1
- package/dist/source-loader-HQTTAMS7.js +0 -17
- /package/dist/{chunk-HA35FGPO.js.map → chunk-54AECXSH.js.map} +0 -0
- /package/dist/{chunk-2GD57LQE.js.map → chunk-C6YLN4AW.js.map} +0 -0
- /package/dist/{chunk-MVYJVKVT.js.map → chunk-HT5KOOUQ.js.map} +0 -0
- /package/dist/{chunk-VMTZ5WC5.js.map → chunk-IYA5PSXU.js.map} +0 -0
- /package/dist/{chunk-2ZQKORJI.js.map → chunk-M5IAGR5Z.js.map} +0 -0
- /package/dist/{chunk-KYULKBFC.js.map → chunk-NA6I5P5P.js.map} +0 -0
- /package/dist/{chunk-STC7IEVI.js.map → chunk-NDKIFVR4.js.map} +0 -0
- /package/dist/{chunk-CJSCCLT5.js.map → chunk-PN65K3LH.js.map} +0 -0
- /package/dist/{chunk-COZ75NET.js.map → chunk-TPXDHJDB.js.map} +0 -0
- /package/dist/{chunk-2MHSOPIU.js.map → chunk-UFKDY45I.js.map} +0 -0
- /package/dist/{chunk-MOWZ2FLG.js.map → chunk-VILTRTBT.js.map} +0 -0
- /package/dist/{chunk-W3GHDONP.js.map → chunk-VIVOJASC.js.map} +0 -0
- /package/dist/{chunk-RHAZARG3.js.map → chunk-VYHRCFMD.js.map} +0 -0
- /package/dist/{chunk-JZPQI7YI.js.map → chunk-X6LXHVA6.js.map} +0 -0
- /package/dist/{chunk-HIVZDWJC.js.map → chunk-XPRDNALD.js.map} +0 -0
- /package/dist/{chunk-TJBOCGLR.js.map → chunk-YDBVG6RF.js.map} +0 -0
- /package/dist/{source-loader-HQTTAMS7.js.map → source-loader-WBDPZJEW.js.map} +0 -0
- /package/dist/{source-manager-A3QLBYCU.js.map → source-manager-RRGK4SBP.js.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,41 @@ Each release has detailed notes in its own file under [`changelogs/`](./changelo
|
|
|
7
7
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
8
8
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
9
9
|
|
|
10
|
+
## [0.74.10] - 2026-03-14
|
|
11
|
+
|
|
12
|
+
**E2E test file splits for parallel execution**
|
|
13
|
+
|
|
14
|
+
- Split 6 large E2E files (1,087 to 451 lines each) into 14 smaller files
|
|
15
|
+
- 76 tests preserved, E2E suite now 62 files / 468 tests
|
|
16
|
+
|
|
17
|
+
See [changelogs/0.74.10.md](./changelogs/0.74.10.md) for full details.
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
## [0.74.9] - 2026-03-14
|
|
22
|
+
|
|
23
|
+
**Wizard polish, R-08 refactor, E2E test methodology fixes**
|
|
24
|
+
|
|
25
|
+
- Unify 5 resolve functions into single `resolveRelationships` (R-08)
|
|
26
|
+
- ViewTitle on all wizard steps (D-95), logo only on first screen (D-72)
|
|
27
|
+
- Relocate fake E2E tests to proper unit test files and smoke/ directory
|
|
28
|
+
|
|
29
|
+
See [changelogs/0.74.9.md](./changelogs/0.74.9.md) for full details.
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
## [0.74.8] - 2026-03-14
|
|
34
|
+
|
|
35
|
+
**Edit command scope fixes, unit test coverage expansion**
|
|
36
|
+
|
|
37
|
+
- Fix edit command using `installation.projectDir` instead of `cwd` for writes (D-92/D-93)
|
|
38
|
+
- Fix stack selection not resetting previous skill selections (D-94)
|
|
39
|
+
- 211 new unit tests for 29 previously untested pure functions
|
|
40
|
+
|
|
41
|
+
See [changelogs/0.74.8.md](./changelogs/0.74.8.md) for full details.
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
10
45
|
## [0.74.7] - 2026-03-13
|
|
11
46
|
|
|
12
47
|
**E2E test suite expansion and code quality audit**
|
package/README.md
CHANGED
|
@@ -4,38 +4,18 @@
|
|
|
4
4
|
|
|
5
5
|
# Agents Inc
|
|
6
6
|
|
|
7
|
-
An agent composition framework
|
|
7
|
+
An agent composition framework for Claude Code.
|
|
8
|
+
|
|
9
|
+
Compose specialized [Claude Code](https://docs.anthropic.com/en/docs/claude-code) subagents from atomic skills. Choose your stack, customize your skills, and compile from the CLI.
|
|
8
10
|
|
|
9
11
|
[](https://www.npmjs.com/package/@agents-inc/cli)
|
|
10
12
|
[](https://www.typescriptlang.org/)
|
|
11
13
|
[](./LICENSE)
|
|
12
14
|
[](https://nodejs.org/)
|
|
13
15
|
|
|
14
|
-
<!-- TODO: Add animated GIF of the full init wizard flow (stack selection -> skill grid -> agent config -> done).
|
|
15
|
-
This is the hero image. It should show the complete happy path in ~15-20 seconds.
|
|
16
16
|
<p align="center">
|
|
17
|
-
<img src="./
|
|
17
|
+
<img src="./screenshots/wizard-flow.gif" alt="Agents Inc init wizard" width="700">
|
|
18
18
|
</p>
|
|
19
|
-
-->
|
|
20
|
-
|
|
21
|
-
## Overview
|
|
22
|
-
|
|
23
|
-
Agents Inc comprises two parts:
|
|
24
|
-
|
|
25
|
-
- **[Marketplace](https://github.com/agents-inc/skills):** 87+ atomic, best-practice skills spanning web, API, CLI, infra, and meta domains
|
|
26
|
-
- **CLI:** installs, ejects, creates, compiles, and updates skills and subagents
|
|
27
|
-
|
|
28
|
-
Skills are composed into 18+ domain-specific subagents through templates and modular agent partials, all validated against strict Zod schemas. Everything is ejectable so there's endless customisation with no lock-in.
|
|
29
|
-
|
|
30
|
-
## How It Works
|
|
31
|
-
|
|
32
|
-
Each subagent is composed from modular partials (role, workflow, output format) plus a set of atomic skills. The CLI manages the full lifecycle:
|
|
33
|
-
|
|
34
|
-
- **Install:** pull skills from the public marketplace, your own, or a local directory either as plugins or directly as source files
|
|
35
|
-
- **Compose:** map skills to subagents, configure preloaded vs dynamic loading
|
|
36
|
-
- **Compile:** resolve skill mappings, Liquid templates, and agent partials into `.claude/agents/`
|
|
37
|
-
- **Eject:** take progressive ownership of any layer (partials, templates, skills, subagents)
|
|
38
|
-
- **Update:** pull upstream skill changes without losing local customizations
|
|
39
19
|
|
|
40
20
|
## Getting Started
|
|
41
21
|
|
|
@@ -43,11 +23,8 @@ Each subagent is composed from modular partials (role, workflow, output format)
|
|
|
43
23
|
npx @agents-inc/cli init
|
|
44
24
|
```
|
|
45
25
|
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
The wizard has three steps:
|
|
49
|
-
|
|
50
|
-
**1. Pick a stack or start from scratch** (or create your own in your custom marketplace):
|
|
26
|
+

|
|
27
|
+
Choose a pre-built stack or start from scratch. Stacks pre-select skills and agents for common tech combinations.
|
|
51
28
|
|
|
52
29
|
| Stack | Technologies |
|
|
53
30
|
| ------------------ | ------------------------------------------------------------------ |
|
|
@@ -58,32 +35,40 @@ The wizard has three steps:
|
|
|
58
35
|
| `remix-stack` | Remix + React + Hono + Drizzle |
|
|
59
36
|
| `solidjs-stack` | SolidJS + Hono + Drizzle |
|
|
60
37
|
|
|
61
|
-
|
|
38
|
+

|
|
39
|
+
Add or remove skills from the interactive grid. Skills are organized by domain with framework-aware filtering.
|
|
62
40
|
|
|
63
|
-
|
|
41
|
+

|
|
42
|
+
Select where each skill comes from: the public marketplace, a custom marketplace, or a local directory.
|
|
64
43
|
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
## Skills
|
|
44
|
+

|
|
45
|
+
Choose which subagents to compile. Each agent is composed from the skills you selected.
|
|
68
46
|
|
|
69
|
-
|
|
47
|
+
After init, use `agentsinc edit` to change selections and `agentsinc compile` to rebuild.
|
|
70
48
|
|
|
71
|
-
|
|
49
|
+
## Guides
|
|
72
50
|
|
|
73
|
-
|
|
51
|
+
| Guide | Description |
|
|
52
|
+
| --------------------------------------------------------------------------- | -------------------------------------------------------------------- |
|
|
53
|
+
| [Install modes](docs/guides/install-modes.md) | Plugin vs local install, global vs project scope |
|
|
54
|
+
| [Editing your config](docs/guides/editing-config.md) | Skill mappings, preloaded vs dynamic loading, and config structure |
|
|
55
|
+
| [Customizing subagents](docs/guides/customizing-subagents.md) | Eject and modify partials, templates, and skills |
|
|
56
|
+
| [Writing custom skills and subagents](docs/guides/writing-custom-skills.md) | Author skills and subagents from scratch or iterate on existing ones |
|
|
57
|
+
| [Importing third-party skills](docs/guides/importing-skills.md) | Install skills from external repositories |
|
|
58
|
+
| [Creating a marketplace](docs/guides/creating-a-marketplace.md) | Build a personal or org-level marketplace with curated skills |
|
|
74
59
|
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
**CLI:** `Commander` `oclif + Ink`
|
|
60
|
+
## Skills
|
|
78
61
|
|
|
79
|
-
**
|
|
62
|
+
**Web:** React, Vue, Angular, Next.js, Remix, Nuxt, SolidJS, Tailwind, Zustand, Vitest, Playwright, and more
|
|
63
|
+
**API:** Hono, Express, Drizzle, Prisma, PostHog, and more
|
|
64
|
+
**Mobile:** React Native, Expo
|
|
65
|
+
**CLI:** Commander, oclif + Ink
|
|
66
|
+
**Shared:** Turborepo, Code Reviewing, Auth Security, and more
|
|
80
67
|
|
|
81
|
-
|
|
68
|
+
Browse the full catalog on the [Plugin Marketplace](https://github.com/agents-inc/skills).
|
|
82
69
|
|
|
83
70
|
## Subagents
|
|
84
71
|
|
|
85
|
-
17 roles across 7 categories:
|
|
86
|
-
|
|
87
72
|
| Category | Subagents |
|
|
88
73
|
| ---------------- | ------------------------------------------------------------------ |
|
|
89
74
|
| Developers | `web-developer` `api-developer` `cli-developer` `web-architecture` |
|
|
@@ -95,90 +80,63 @@ The wizard has three steps:
|
|
|
95
80
|
| Documentation | `documentor` |
|
|
96
81
|
| Meta | `skill-summoner` `agent-summoner` |
|
|
97
82
|
|
|
83
|
+
Each subagent is composed from modular partials (role, workflow, output format) plus its assigned skills. Everything is ejectable.
|
|
84
|
+
|
|
98
85
|
## Commands
|
|
99
86
|
|
|
100
|
-
###
|
|
87
|
+
### Core
|
|
101
88
|
|
|
102
89
|
| Command | Description |
|
|
103
90
|
| --------- | --------------------------------------------------------------------------- |
|
|
104
91
|
| `init` | Interactive setup wizard: pick a stack, customize skills, compile subagents |
|
|
105
|
-
| `edit` | Modify skill selection
|
|
92
|
+
| `edit` | Modify skill selection via the interactive wizard |
|
|
106
93
|
| `compile` | Recompile subagents after changes |
|
|
107
94
|
| `update` | Pull latest skills from source |
|
|
95
|
+
| `search` | Search skills across all sources |
|
|
108
96
|
|
|
109
97
|
### Customization
|
|
110
98
|
|
|
111
|
-
| Command
|
|
112
|
-
|
|
|
113
|
-
| `eject <type>`
|
|
114
|
-
| `new skill`
|
|
115
|
-
| `new agent`
|
|
116
|
-
| `
|
|
117
|
-
| `
|
|
99
|
+
| Command | Description |
|
|
100
|
+
| ----------------- | ------------------------------------------------------------------------- |
|
|
101
|
+
| `eject <type>` | Export for customization (`agent-partials`, `templates`, `skills`, `all`) |
|
|
102
|
+
| `new skill` | Scaffold a custom skill |
|
|
103
|
+
| `new agent` | Scaffold a custom agent |
|
|
104
|
+
| `new marketplace` | Scaffold a new skill marketplace |
|
|
105
|
+
| `import skill` | Import a skill from an external GitHub repository |
|
|
106
|
+
|
|
107
|
+
### Build
|
|
108
|
+
|
|
109
|
+
| Command | Description |
|
|
110
|
+
| ------------------- | ---------------------------------------------- |
|
|
111
|
+
| `build marketplace` | Generate `marketplace.json` from source skills |
|
|
112
|
+
| `build plugins` | Build skill and agent plugins for distribution |
|
|
113
|
+
| `build stack` | Build a stack as a single plugin |
|
|
114
|
+
|
|
115
|
+
### Configuration
|
|
116
|
+
|
|
117
|
+
| Command | Description |
|
|
118
|
+
| ---------------------- | ---------------------------------- |
|
|
119
|
+
| `config` | Show config overview |
|
|
120
|
+
| `config get` | Get a config value |
|
|
121
|
+
| `config show` | Display all resolved config values |
|
|
122
|
+
| `config path` | Show config file paths |
|
|
123
|
+
| `config set-project` | Set a project config value |
|
|
124
|
+
| `config unset-project` | Remove a project config value |
|
|
118
125
|
|
|
119
126
|
### Diagnostics
|
|
120
127
|
|
|
121
|
-
| Command | Description
|
|
122
|
-
| ----------- |
|
|
123
|
-
| `doctor` | Diagnose setup issues
|
|
124
|
-
| `diff` | Show changes between local and source skills
|
|
125
|
-
| `
|
|
126
|
-
| `
|
|
127
|
-
| `
|
|
128
|
-
| `
|
|
128
|
+
| Command | Description |
|
|
129
|
+
| ----------- | -------------------------------------------- |
|
|
130
|
+
| `doctor` | Diagnose setup issues |
|
|
131
|
+
| `diff` | Show changes between local and source skills |
|
|
132
|
+
| `list` | List installed skills |
|
|
133
|
+
| `outdated` | Check for skill updates |
|
|
134
|
+
| `validate` | Validate config and skill structure |
|
|
135
|
+
| `info` | Show project configuration details |
|
|
136
|
+
| `uninstall` | Remove Agents Inc from your project |
|
|
129
137
|
|
|
130
138
|
Run `agentsinc --help` for full usage.
|
|
131
139
|
|
|
132
|
-
## Customization
|
|
133
|
-
|
|
134
|
-
Progressive layers from config to full extension:
|
|
135
|
-
|
|
136
|
-
| Layer | How |
|
|
137
|
-
| --------------- | ---------------------------------------------------------------------------------------------- |
|
|
138
|
-
| Edit config | `.claude-src/config.yaml`; skill-to-subagent mappings, preloaded/dynamic |
|
|
139
|
-
| Wizard | `agentsinc edit`; add/remove skills interactively |
|
|
140
|
-
| Eject partials | `agentsinc eject agent-partials`; customize agent partials such as intro, workflow, and output |
|
|
141
|
-
| Eject templates | `agentsinc eject templates`; modify Liquid templates |
|
|
142
|
-
| Eject skills | `agentsinc eject skills`; fork skills for local editing |
|
|
143
|
-
| Custom skills | `agentsinc new skill`; scaffold with proper metadata |
|
|
144
|
-
| Custom agents | `agentsinc new agent`; scaffold agent files |
|
|
145
|
-
| Custom sources | Point to a private repo or local directory as a skill source |
|
|
146
|
-
| Plugins | Package skills/subagents as Claude Code plugins for distribution |
|
|
147
|
-
|
|
148
|
-
Templates apply globally across all subagents; partials apply to specific roles. Put shared conventions in a template for consistency, and role-specific behaviour in partials.
|
|
149
|
-
|
|
150
|
-
Import skills from any GitHub repository:
|
|
151
|
-
|
|
152
|
-
```bash
|
|
153
|
-
agentsinc import skill github:your-org/skills --list
|
|
154
|
-
agentsinc import skill github:your-org/skills --skill react-best-practices
|
|
155
|
-
agentsinc import skill github:your-org/skills --all
|
|
156
|
-
```
|
|
157
|
-
|
|
158
|
-
## Tech Stack
|
|
159
|
-
|
|
160
|
-
| Component | Technology |
|
|
161
|
-
| ------------ | ------------------------------------- |
|
|
162
|
-
| Commands | oclif |
|
|
163
|
-
| Terminal UI | Ink + React |
|
|
164
|
-
| Wizard state | Zustand |
|
|
165
|
-
| Validation | Zod (30+ schemas at parse boundaries) |
|
|
166
|
-
| Compilation | LiquidJS |
|
|
167
|
-
| Testing | Vitest |
|
|
168
|
-
|
|
169
|
-
```
|
|
170
|
-
src/cli/
|
|
171
|
-
commands/ # oclif command definitions
|
|
172
|
-
components/ # Ink/React terminal UI components
|
|
173
|
-
lib/ # Core logic (compiler, loader, resolver, schemas)
|
|
174
|
-
stores/ # Zustand state management
|
|
175
|
-
utils/ # Shared utilities
|
|
176
|
-
src/agents/ # Subagent definitions (18 roles)
|
|
177
|
-
config/ # Skills matrix, stacks, default mappings
|
|
178
|
-
```
|
|
179
|
-
|
|
180
|
-
See [docs/reference/architecture.md](./docs/reference/architecture.md) for the full reference.
|
|
181
|
-
|
|
182
140
|
## Links
|
|
183
141
|
|
|
184
142
|
- [Plugin Marketplace](https://github.com/agents-inc/skills): browse and discover skills
|