Instructions file CodexOpenCode
Instructions for theam/facility, covering engineering instructions, critical-change regression coverage and commit subjects set the released version.
Instructions file CodexOpenCode
Instructions for theam/facility, covering engineering instructions, critical-change regression coverage and commit subjects set the released version.
Instructions file
Instructions for theam/facility, a project described as: Scalable, Observable and Governed AI SDLC Platform.
Agent
Enforces "AI queryability by default". Use when a change adds or modifies durable, user-relevant data. Checks the feature is discoverable and actionable through search, agent tools, and MCP — or that a waiver is documented.
Agent
Reviews analytics coverage and telemetry privacy. Use when a feature adds runtime behavior, or when analytics events or telemetry helpers change. Treats missing analytics on a new feature as a correctness issue, and PII in product analytics as a defect.
Command
Add privacy-safe analytics for a feature, per STANDARD.md's Analytics section.
Agent
Adversarial reviewer for database access control, migrations, privileged credentials, and data exposure. Use proactively before merging any change that touches migrations, access policies, auth helpers, or grants.
Command
Scaffold a new migration with safety defaults — never edit an existing one.
Agent
Reviews UI changes against the repo's design system and checks that critical UI flows carry browser evidence. Use when a change adds or modifies UI, layout, components, or styling.
Agent
Adversarial reviewer for auth boundaries, secret handling, injection paths, and privilege escalation. Use proactively before merging any change that touches auth, privileged access, external input parsing, CI workflows, or agent-facing surfaces.
Agent
Lead quality reviewer that runs this repo's STANDARD.md completion checklist end to end. Use before finalizing or opening a PR for any change with product behavior.
Command
Open a concise, team-lead-ready PR following STANDARD.md.
Command
Run the right checks for the current change and report honestly.
Skill Claude CodeCodex
Engineering judgment for writing code that stays cheap to change — simplicity, naming, boundaries, duplication, tests. Apply to any feature work, refactor, API design, or architecture decision, in any language.
Skill Claude CodeCodex
Review code changes against this repo's STANDARD.md. Use when reviewing a PR, a diff, or another agent's work — enforces the review order, the comment quality bar, and severity discipline.
Skill Claude CodeCodex
Apply this repo's STANDARD.md while implementing, refactoring, or fixing. Use for any change that affects product behavior — before editing, while verifying, and when reporting done.
Hook Claude Code
Runs when a session starts, executing session_start.sh via bash. From theam/limina.
Hook Claude Code
Runs before the agent uses a tool for Write, Edit and MultiEdit tool calls, executing enforce_hef_chain.sh via bash. From theam/limina.
Hook Claude Code
Runs after a tool call finishes for Write, Edit and MultiEdit tool calls, executing kb_write_guard.sh via bash. From theam/limina.
Hook Claude Code
Runs when the agent finishes a response, executing stop_validate.sh via bash. From theam/limina.
Settings file Claude Code
Agent settings declaring 4 hook events (SessionStart, PreToolUse, PostToolUse, Stop).
Instructions file CodexOpenCode
Instructions for theam/limina, covering limina — shared runtime contract, core rules, mission first, working with the user and session recovery.
Instructions file
Instructions for theam/limina, covering limina — claude adapter and claude notes.
Skill Claude CodeCodex
Set up and launch an autonomous research project with Limina. Use when the user wants a persistent research agent workflow with hypotheses, experiments, findings, and review artifacts.
Skill Claude CodeCodex
Build, review, refactor, or design software for readability, simplicity, modularity, testability, and safe changeability. Use for feature work, architecture decisions, API boundaries, naming, refactors, and code reviews across any language or stack.