Skill Claude CodeCodex
Prepare, reset, provision, or validate the repository-local Junjo AI Studio stack and its SDK example environments. Use for local development and E2E workflows, not production deployments.
Skill Claude CodeCodex
Prepare, reset, provision, or validate the repository-local Junjo AI Studio stack and its SDK example environments. Use for local development and E2E workflows, not production deployments.
Skill Claude CodeCodex
Use when a Junjo AI Studio backend endpoint is added or changed and that endpoint is consumed by the frontend, SDK, CLI, or another service.
Skill Claude CodeCodex
Use when changing or reviewing Junjo AI Studio FastAPI routes, backend services, repositories, SQLite patterns, DataFusion orchestration, backend API contracts, tests, or code organization.
Skill Claude CodeCodex
Use when auditing Junjo AI Studio docs or repo-local skills against code, cleaning ADR drift, or updating strategic documentation after implementation changes.
Skill Claude CodeCodex
Use when changing or reviewing Junjo AI Studio React components, Redux Toolkit state and listener patterns, frontend schemas, MSW/Vitest tests, or frontend feature organization.
Skill Claude CodeCodex
Use when changing or reviewing Junjo AI Studio OTLP ingestion, the segmented WAL, Parquet flush behavior, hot snapshots, recent-cold bridging, or ingestion-related proto contracts.
Skill Claude CodeCodex
Use when changing or reviewing Junjo AI Studio API-key authentication, session cookies, CORS, internal authentication gRPC, secret handling, or another security-sensitive authentication boundary.
Instructions file CodexOpenCode
Instructions for mdrideout/junjo, covering junjo platform agents.md, developer philosophy, scope and complexity, repository ownership and boundary rules.
Agent
Composition uses ordinary application boundaries. Junjo does not add a generic Agent Node, Workflow Tool, shared Store mapper, or universal executable base.
Agent
Agent is a reusable, typed Junjo executable for the case where a model chooses the next capability at runtime. It is a sibling of Workflow. An Agent has no fabricated Graph, and a Tool is an operation rather than a Node.
Agent
junjo.agent.testing is the public deterministic test boundary. It has no provider dependency.
Skill Claude CodeCodex
Turn a developer's product-quality objective into a complete Junjo Studio-backed evaluation workflow. Use when a coding agent needs to establish a baseline, design or generate typed cases, run or resume application-owned Node, Workflow, or Agent targets, inspect outcomes and exact trace evidence, compare a candidate…
Skill Claude CodeCodex
Add Junjo's optional OpenAI Agents SDK integration to an application. Use when a coding agent needs to install junjo[openai-agents], expose a native Junjo Workflow or Agent as an OpenAI function tool, send standard OpenAI Agent and nested Junjo spans through one application-owned OpenTelemetry provider, declare an…
Command Claude Code
Prepare to work on the viberag codebase.
Instructions file CodexOpenCode
AGENTS.md instructions for mdrideout/viberag, covering agents.md, architecture: vertical slicing, critical: esm imports, import patterns and no barrel exports - never.