Agent
Implements and maintains the Go CLI command tree and internal packages.
Agent
Implements and maintains the Go CLI command tree and internal packages.
Agent
Designs configuration, documentation, and MCP integrations for new capabilities.
Command
Build the project using the standard task runner.
Command
Auto-fix linting, formatting, and common issues.
Command
Run linting and formatting checks via poly.
Command
Review current changes for correctness, style, and potential issues.
Command
A test command for v3.5.0.
Command
Run the project test suite and report results.
Skill Claude CodeCodex
End-to-end checklist for delivering new capabilities across CLI, presets, and tests.
Skill Claude CodeCodex
Config and Schema Maintainer.
Skill Claude CodeCodex
Core Workflows.
Skill Claude CodeCodex
You keep user-facing documentation accurate and consistent.
Skill Claude CodeCodex
You maintain MCP server capabilities and configuration.
Skill Claude CodeCodex
Release and Distribution Steward.
Skill Claude CodeCodex
Skill "repository-layout" from Goldziher/ai-rulez, covering repository layout, core go cli, multi-runtime wrappers and documentation & tooling.
Skill Claude CodeCodex
Test and Fixture Maintainer.
Skill Claude CodeCodex
cgo conventions for linking Go to a C or Rust static library: import "C" directives, type/string conversion, CString memory management, thread safety, and Go pointer pinning. Load when generating or reviewing cgo bindings that call a C or Rust core from Go.
Skill Claude CodeCodex
ext-php-rs conventions for building PHP 8.2+ native extensions from a Rust core: phpclass/phpfunction macros, Zval conversion, PhpException mapping, php.ini loading, and PHPUnit testing. Load when generating or reviewing ext-php-rs PHP bindings for a Rust library.
Skill Claude CodeCodex
extendr conventions for exposing a Rust core to R: extendr macros and module registration, Robj type mapping, NA handling, rextendr builds, R package scaffolding, and CRAN compliance. Load when generating or reviewing extendr R bindings for a Rust library.
Skill Claude CodeCodex
jni-rs conventions for exposing a Rust core to Java/JVM: JNI export naming, JNIEnv usage, string conversion, exception checks/throws, global references, and library loading. Load when generating or reviewing jni-rs Java/JVM bindings for a Rust library.
Skill Claude CodeCodex
Magnus conventions for building Ruby native extensions from a Rust core: defineclass, TryConvert/IntoValue, exception mapping, GVL handling, TypedData GC integration, and rake-compiler distribution. Load when generating or reviewing Magnus Ruby bindings for a Rust library.
Skill Claude CodeCodex
napi-rs conventions for exposing a Rust core to Node.js: #[napi] macros, napi::Error mapping, auto-generated .d.ts types, async Promises, and CommonJS/ESM output. Load when generating or reviewing napi-rs Node.js bindings for a Rust library.
Skill Claude CodeCodex
PyO3 conventions for exposing a Rust core to Python: pyclass/pymethods, PyErr/PyResult error mapping, GIL release, properties, maturin builds, and pytest. Load when generating or reviewing PyO3 Python bindings for a Rust library.
Skill Claude CodeCodex
Rustler conventions for building Elixir NIFs from a Rust core: nif macros, tagged {:ok,}/{:error,} tuples, dirty schedulers, ResourceArc state, NifStruct derives, and mix compile. Load when generating or reviewing Rustler Elixir NIF bindings for a Rust library.