Address review: register rust-reviewer in AGENTS.md and rules, add openai.yaml for Codex skills

Made-with: Cursor
This commit is contained in:
Carson Rodrigues
2026-03-17 00:55:11 +05:30
committed by Affaan Mustafa
parent 0be6455fca
commit 01585ab8a3
4 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
interface:
display_name: "Bun Runtime"
short_description: "Bun as runtime, package manager, bundler, and test runner"
brand_color: "#FBF0DF"
default_prompt: "Use Bun for scripts, install, or run"
policy:
allow_implicit_invocation: true

View File

@@ -0,0 +1,7 @@
interface:
display_name: "Documentation Lookup"
short_description: "Fetch up-to-date library docs via Context7 MCP"
brand_color: "#6366F1"
default_prompt: "Look up docs for a library or API"
policy:
allow_implicit_invocation: true

View File

@@ -0,0 +1,7 @@
interface:
display_name: "Next.js Turbopack"
short_description: "Next.js 16+ and Turbopack dev bundler"
brand_color: "#000000"
default_prompt: "Next.js dev, Turbopack, or bundle optimization"
policy:
allow_implicit_invocation: true

View File

@@ -15,6 +15,7 @@ Located in `~/.claude/agents/`:
| e2e-runner | E2E testing | Critical user flows | | e2e-runner | E2E testing | Critical user flows |
| refactor-cleaner | Dead code cleanup | Code maintenance | | refactor-cleaner | Dead code cleanup | Code maintenance |
| doc-updater | Documentation | Updating docs | | doc-updater | Documentation | Updating docs |
| rust-reviewer | Rust code review | Rust projects |
## Immediate Agent Usage ## Immediate Agent Usage