orchestrator
01Agent
MyACE project-specific orchestrator. Extends the global orchestrator with MyACE-specific subagents, commands, and conventions for the three-component architecture (backend FastAPI, frontend React/Vite, CLI Typer).
Agent
MyACE project-specific orchestrator. Extends the global orchestrator with MyACE-specific subagents, commands, and conventions for the three-component architecture (backend FastAPI, frontend React/Vite, CLI Typer).
Command
Create a new Alembic database migration for the backend.
Command
Compile a MyACE profile for a target framework (opencode, claude-code, cursor).
Command
Run tests across all MyACE components (backend, frontend, CLI).
Command
Start the full MyACE development environment with Docker Compose.
Skill Claude CodeCodex
MyACE project-specific governance rules. Data classification, ADR process, documentation maintenance, dependency compliance, and audit trail. Load at session start for any work on this project.
Instructions file CodexOpenCode
AGENTS.md instructions for niels-emmer/myace, covering myace — ai agent maintenance guidelines, what this is, commands, backend (from backend/) and frontend (from frontend/).
Instructions file
Claude Code instructions for niels-emmer/myace, a project described as: MyACE makes your AI coding agent's rules, skills, and workflows portable.
Agent
Builds and maintains LLM-integrated features — RAG pipelines, tool-calling integrations, structured-output parsing, embedding/vector search — treating model output as untrusted input requiring validation.
Agent
Curates what goes into an agent's context window across a long-running or multi-agent task — deciding what stays, what gets summarized, and what gets dropped.
Agent
Designs and iterates on prompts, system instructions, and agent/skill copy — owns defining what "better" means for a change before making it, not after.
Skill Claude CodeCodex
A checklist for designing agent personas, skills, and multi-agent pipelines that stay reliable as they grow — grounded in the 12-factor-agents principles.
Agent
Builds Jetpack Compose UI, ViewModels, Room database, WorkManager tasks, and Firebase integration.
Agent
Read-only reviewer for Jetpack Compose recomposition, ViewModel scope, permission handling, and Play Store guidelines.
Skill Claude CodeCodex
JUnit + Robolectric unit tests, Compose UI tests, screenshot tests, and Espresso for legacy views.
Skill Claude CodeCodex
State hoisting, remember/derivedStateOf patterns, modifier ordering, and preview annotations.
Skill Claude CodeCodex
App signing, keystore management, API level targeting, privacy policy, and review guideline checks.
Agent
Read-only agent that reviews changes against whichever compliance or governance framework the project declares, flagging gaps like missing threat models or missing data-classification notes rather than assuming a specific framework.
Agent
Read-only agent that reviews diffs and code for OWASP-Top-10-style vulnerabilities, auth/authz gaps, and secrets, producing a structured findings report instead of fixing anything itself.
Skill Claude CodeCodex
Public / internal / sensitive data tiers and what's allowed to touch an AI prompt, a log line, or a committed file at each tier.
Skill Claude CodeCodex
Common credential shapes to recognize in a diff (API keys, tokens, connection strings, private key blocks) and the escalation rule to follow when one is found.
Skill Claude CodeCodex
A PASS/FAIL/N/A checklist covering injection, authorization, secrets handling, dependency risk, and input validation for reviewing a diff or codebase.
Skill Claude CodeCodex
A lightweight what-could-go-wrong / who-could-exploit-it / what's-the-blast-radius pass for any new network-facing interface, data store, or trust boundary.
Skill Claude CodeCodex
Cloud Adoption Framework governance essentials — AWS Organizations OU hierarchy, account design, Service Control Policies, IAM scoping, and VPC topology for AWS landing zones.