ambient-code

74 mods across 4 repositories, 281 stars between them.

runner-review

25

ambient-code/platform

Agent Claude Code

Review Python runner code for convention violations. Use after modifying files under components/runners/ambient-runner/. Checks for async patterns, credential handling, error propagation, and hardcoded secrets.

129 2d ago A 40 tokens original MIT

security-review

26

ambient-code/platform

Agent Claude Code

Cross-cutting security review for code touching auth, RBAC, tokens, or container specs. Use before committing any code that handles authentication, authorization, credentials, or security contexts.

129 2d ago A 39 tokens original MIT

jira.log

27

ambient-code/platform

Command Claude Code

Log a new Jira issue to RHOAIENG with Team (Ambient team) and Component (Agentic) pre-filled.

129 2d ago A 25 tokens original MIT

gerrit-create

28

ambient-code/platform

Skill Claude CodeCodex

Use when creating or updating Gerrit changes — pushing code for review, amending patch sets, setting reviewers and topics. Triggers on "push to Gerrit", "create a Gerrit change", "upload for review", "update the patch set", "add reviewers to this change".

129 2d ago A 63 tokens original MIT

gerrit-review

29

ambient-code/platform

Skill Claude CodeCodex

Use when reviewing a Gerrit change — fetching change details, reading diffs, posting inline comments, and voting with labels. Triggers on "review this Gerrit change", "review change 12345", "look at this Gerrit CL", "code review on Gerrit".

129 2d ago A 62 tokens original MIT

gerrit-submit

30

ambient-code/platform

Skill Claude CodeCodex

Use when submitting or preparing a Gerrit change for merge — checking submit requirements, rebasing, resolving comments, and submitting. Triggers on "submit this Gerrit change", "merge this CL", "is this change ready to submit", "check submit requirements".

129 2d ago A 58 tokens original MIT

PreToolUse

31

ambient-code/platform

Hook Claude Code

Runs before the agent uses a tool for Bash, Edit and Write tool calls, executing pr-review-gate.sh and convention-guard.sh with --show-toplevel (2 commands). From ambient-code/platform.

129 2d ago A tokens not measured original MIT

PostToolUse

32

ambient-code/platform

Hook Claude Code

Runs after a tool call finishes for Edit, Write and Bash tool calls, executing auto-format.sh and coderabbit-review-gate.sh with --show-toplevel (2 commands). From ambient-code/platform.

129 2d ago A tokens not measured original MIT

Stop

33

ambient-code/platform

Hook Claude Code

Runs when the agent finishes a response, executing stop-review.sh with --show-toplevel. From ambient-code/platform.

129 2d ago A tokens not measured original MIT

platform

34

ambient-code/platform

Settings file Claude Code

Agent settings declaring 3 hook events (PreToolUse, PostToolUse, Stop).

129 2d ago A tokens not measured original MIT

context7

35

ambient-code/platform

MCP server Claude CodeCodexCursor +2

Gives the agent up-to-date documentation and code examples for libraries and frameworks, fetched on demand so answers are not stuck at the model's training cutoff. Runs locally from the @upstash/context7-mcp npm package.

129 2d ago A tokens not measured copy · 86% MIT

deepwiki

36

ambient-code/platform

MCP server Claude CodeCodexCursor +2

Lets the agent read DeepWiki's AI-generated documentation of any public GitHub repository and ask questions about a codebase. Runs locally from the deepwiki-mcp npm package.

129 2d ago A tokens not measured original MIT

platform AGENTS.md

37

ambient-code/platform

Instructions file CodexOpenCode

Instructions for ambient-code/platform, a project described as: Vision/Mission https://ambient-code.ai : Virtual team management and collaboration platform. User guides: https://ambient-code.github.io/platform/.

129 2d ago A 4 tokens copy · 100% MIT

platform CLAUDE.md

38

ambient-code/platform

Instructions file

Instructions for ambient-code/platform, covering ambient code platform, structure, key files, session flow and commands.

129 2d ago A 2,307 tokens original MIT

trex.db.setup

39

ambient-code/platform

Command Claude Code

Start a fresh PostgreSQL container and run all migrations. If a database already exists, this will tear it down first.

129 2d ago A 0 tokens original MIT

trex.kind.new

41

ambient-code/platform

Command Claude Code

Generate a complete CRUD entity (Kind) using the automated generator script.

129 2d ago A 0 tokens original MIT

trex.kind.remove

42

ambient-code/platform

Command Claude Code

Completely remove a generated Kind and all its artifacts from the project.

129 2d ago C 0 tokens original MIT

ambient-code/platform

Command Claude Code

Regenerate the Go client code from OpenAPI specifications. Run this after modifying any openapi/.yaml files.

129 2d ago A 0 tokens original MIT

trex.project.init

44

ambient-code/platform

Command Claude Code

Validate that this TRex-spawned project is in a healthy, working state. This command is idempotent — it succeeds if everything is already running and correct, and only fails if something is genuinely broken.

129 2d ago A 0 tokens original MIT

trex.server.start

45

ambient-code/platform

Command Claude Code

Build and start the API server with authentication and authorization disabled for local development.

129 2d ago A 0 tokens original MIT

ambient-code/platform

Command Claude Code

Run integration tests against a real PostgreSQL database (provisioned automatically via testcontainers).

129 2d ago A 0 tokens original MIT

trex.test.unit

47

ambient-code/platform

Command Claude Code

Run unit tests against the package and command code (no database required).

129 2d ago A 0 tokens original MIT

trex.verify

48

ambient-code/platform

Command Claude Code

Run all static analysis checks: go vet, format verification, and linting.

129 2d ago A 0 tokens original MIT