@hybridlabor-api/aos 4.0.1 → 4.0.2
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hybridlabor-api/aos",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2",
|
|
4
4
|
"description": "AOS — A Curated AI AGENT OS. Optimized agent skills and add-ons like memB, OpenWiki, Heimdall Token Saver, and Godmode architectures.",
|
|
5
5
|
"main": "installer.js",
|
|
6
6
|
"bin": {
|
|
@@ -50,6 +50,22 @@ Don't guess which pipeline to use. Follow these rules (source of truth: `CLAUDE.
|
|
|
50
50
|
### Overlap: Brainstorming
|
|
51
51
|
* **`bdbrainstorm`**: For multi-agent software engineering ideation, UI/UX design, and architecture planning. Handoffs to `/startcycle-graph`.
|
|
52
52
|
* **`bdbmediastorm`**: For creative-tech, live event technology, and show-control systems (TouchDesigner, Resolume, grandMA3).
|
|
53
|
+
* **`brainstorming`**: Lighter-weight than `bdbrainstorm` — use before any creative or constructive work to turn a vague idea into a validated design through disciplined reasoning, without spinning up a multi-agent cycle.
|
|
54
|
+
|
|
55
|
+
### Overlap: Planning Before Code
|
|
56
|
+
* **`concise-planning`**: A coding task needs a plan. Produces a clear, atomic checklist.
|
|
57
|
+
* **`writing-plans`**: You already have a spec/requirements for a multi-step task — write the plan before touching code.
|
|
58
|
+
* **`executing-plans`**: You already have a written plan and need to execute it in a separate session with review checkpoints.
|
|
59
|
+
* **`planning-with-files`**: Work like Manus — persistent markdown files as working memory on disk, for long-running or resumable tasks.
|
|
60
|
+
* **`deep-research`**: The task is autonomous research (plan → search → read → synthesize into a report), not implementation.
|
|
61
|
+
|
|
62
|
+
### Overlap: Multi-Agent Session & Tool Management
|
|
63
|
+
* **`agent-manager-skill`**: Managing multiple local CLI agents via tmux sessions (start/stop/monitor/assign) with cron-friendly scheduling.
|
|
64
|
+
* **`agent-orchestrator`**: Meta-skill that scans available skills, matches them to task capabilities, and coordinates multi-skill workflows — one level above picking a single skill by hand.
|
|
65
|
+
* **`agent-tool-builder`**: You're building a *new* tool for an agent to use (not picking an existing skill) — schema design through error handling.
|
|
66
|
+
* **`agent-memory-mcp`**: A hybrid persistent/searchable memory system for agents (architecture, patterns, decisions) — distinct from `memb-skill`/`memb-ingest`, which are BDB's own memB engine specifically.
|
|
67
|
+
* **`triage`**: Moving issues/external PRs through a categorize → verify → brief state machine, not general planning.
|
|
68
|
+
* **`prototype`**: A throwaway prototype to sanity-check a state model or UI direction before committing to real work.
|
|
53
69
|
|
|
54
70
|
*Also see:* `agent-pipeline`, `subagent-driven-development`.
|
|
55
71
|
|
|
@@ -73,8 +89,21 @@ Use these skills for UI development, component architecture, and design taste.
|
|
|
73
89
|
* **`react-patterns`**: Use for core hooks, composition, and TypeScript best practices.
|
|
74
90
|
* **`nextjs-app-router-patterns` / `nextjs-best-practices`**: Use specifically for Next.js App Router architecture and routing.
|
|
75
91
|
* **`react-component-performance`**: Use for targeted diagnosis of slow React components (e.g., render bottlenecks).
|
|
76
|
-
|
|
77
|
-
*
|
|
92
|
+
* **`tanstack-query-expert`**: Async state/data-fetching specifically — TanStack Query mutations, stale time, optimistic updates.
|
|
93
|
+
* **`zustand-store-ts`**: Client-side state stores with Zustand, typed and with middleware.
|
|
94
|
+
* **`web-performance-optimization`**: Broader than component-level — Core Web Vitals, bundle size, caching across the whole app.
|
|
95
|
+
* **`wcag-audit-patterns`**: Accessibility compliance auditing against WCAG 2.2, not general UX review.
|
|
96
|
+
* **`senior-fullstack`** / **`frontend-dev-guidelines`**: General-purpose fullstack/frontend engineering standards when the task doesn't need a narrower skill above.
|
|
97
|
+
* **`landing-page-generator`**: Specifically a high-converting marketing landing page (PAS/AIDA/BAB copy frameworks), not a general app page.
|
|
98
|
+
|
|
99
|
+
### Overlap: The UX Cluster
|
|
100
|
+
* **`ux-flow`**: Designing user flows, progressive disclosure, hub-and-spoke navigation (StyleSeed patterns).
|
|
101
|
+
* **`ux-audit`**: Auditing existing screens against Nielsen's heuristics and mobile UX best practices.
|
|
102
|
+
* **`ux-feedback`**: Adding loading/empty/error/success feedback states to components.
|
|
103
|
+
* **`ux-persuasion-engineer`**: Conversion/onboarding/checkout flows specifically — choice architecture, friction audits, commitment design.
|
|
104
|
+
* **`ui-ux-pro-max`**: Broader design guide (color, typography, general UI review) when the task doesn't fit one of the narrower UX skills above.
|
|
105
|
+
|
|
106
|
+
*Also see:* `bdbdesignpro`, `design-spells`.
|
|
78
107
|
|
|
79
108
|
---
|
|
80
109
|
|
|
@@ -98,6 +127,11 @@ Use these for server-side architecture, APIs, workflows, and database schema des
|
|
|
98
127
|
* **`n8n-expression-syntax`**: Use for debugging `{{}}` expressions.
|
|
99
128
|
* **`n8n-mcp-tools-expert`**: Use for integrating n8n-mcp tools effectively.
|
|
100
129
|
|
|
130
|
+
### Overlap: Architecture Level
|
|
131
|
+
* **`software-architecture`**: General quality-focused architecture guidance — the default when the task is "design/analyze architecture" without a more specific fit below.
|
|
132
|
+
* **`microservices-patterns`**: Specifically service boundaries, inter-service communication, and distributed-systems resilience.
|
|
133
|
+
* **`architect-review`**: Reviewing an existing architecture against modern practice, not designing a new one from scratch.
|
|
134
|
+
|
|
101
135
|
*Also see:* `api-patterns`, `openapi-spec-generation`, `golang-pro`, `python-pro`.
|
|
102
136
|
|
|
103
137
|
---
|
|
@@ -127,7 +161,7 @@ Use these to ship code, manage infrastructure, and handle source control.
|
|
|
127
161
|
|
|
128
162
|
* **Godmode Shipping**: `godmode-shipping` is the ultimate pre-launch gatekeeper (lint, tests, rollbacks).
|
|
129
163
|
* **Deployments**: `vercel-deployment` (Next.js/React), `cloudflare-workers-expert` (Edge/KV/D1), `bdb-deploy` (rsync over SSH to VPS), `docker-expert` (Containers).
|
|
130
|
-
* **Git/GitHub**: `git-advanced-workflows`, `git-pr-review`, `github-workflow-automation`, `github-repo
|
|
164
|
+
* **Git/GitHub**: `git-advanced-workflows`, `git-pr-review`, `github-workflow-automation`, `github-repo`, `github-actions-templates` (CI/CD workflow patterns specifically).
|
|
131
165
|
* **Monorepos**: `turborepo-caching`, `monorepo-management`.
|
|
132
166
|
|
|
133
167
|
---
|
|
@@ -139,9 +173,11 @@ Use these when building AI products or optimizing models.
|
|
|
139
173
|
* **Top Picks:** `prompt-engineer`, `llm-structured-output`, `rag-engineer`
|
|
140
174
|
|
|
141
175
|
* **Agent Dev**: `ai-agent-development`, `crewai`.
|
|
142
|
-
* **LLM Integration**: `gemini-api-integration`, `local-llm-expert`, `llm-app-patterns`.
|
|
176
|
+
* **LLM Integration**: `gemini-api-integration`, `gemini-api-dev` (Gemini API model capabilities specifically), `local-llm-expert`, `llm-app-patterns`.
|
|
177
|
+
* **Conversational AI Products**: `llm-application-dev-ai-assistant` — building a chatbot/assistant product end-to-end, not just integrating one API.
|
|
143
178
|
* **Prompting**: `prompt-engineering-patterns`, `llm-prompt-optimizer`.
|
|
144
|
-
* **RAG**: `rag-implementation
|
|
179
|
+
* **RAG**: `rag-implementation`, `rag-engineer` (broader — embedding models, vector DB selection), `vector-database-engineer` (specifically Pinecone/Weaviate/Qdrant/Milvus/pgvector selection and tuning).
|
|
180
|
+
* **Vercel AI SDK**: `vercel-ai-sdk-expert` — `generateText`/`streamText`, UI hooks, tool calling specifically on Vercel's SDK.
|
|
145
181
|
|
|
146
182
|
---
|
|
147
183
|
|
|
@@ -166,6 +202,16 @@ Use these for raw problem solving and code hygiene.
|
|
|
166
202
|
* **Hygiene**: `simplify-code` (diff review for clarity).
|
|
167
203
|
* **TDD**: `tdd-workflow`.
|
|
168
204
|
|
|
205
|
+
### Overlap: Language Expertise
|
|
206
|
+
* **`typescript-pro`**: Advanced types, generics, strict type safety, enterprise patterns.
|
|
207
|
+
* **`modern-javascript-patterns`**: ES6+ features and functional patterns (no TypeScript-specific typing concerns).
|
|
208
|
+
* **`python-patterns`**: Framework selection, async patterns, project structure — decision-making, not a specific bug.
|
|
209
|
+
* **`python-performance-optimization`**: An existing Python app is slow — profiling and bottleneck fixes specifically.
|
|
210
|
+
* **`go-concurrency-patterns`**: Goroutines, channels, sync primitives, race-condition debugging.
|
|
211
|
+
* **`bash-linux`**: General Bash/Linux scripting patterns, macOS or Linux.
|
|
212
|
+
* **`posix-shell-pro`**: The script must run on any POSIX shell (dash/ash/sh), not just bash.
|
|
213
|
+
* **`tmux`**: Terminal multiplexing and persistent remote session management specifically.
|
|
214
|
+
|
|
169
215
|
---
|
|
170
216
|
|
|
171
217
|
## 🌀 BDB Ecosystem & SaaS Ops
|