diff options
| author | main <main@swarm.moe> | 2026-03-31 14:21:52 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-03-31 14:21:52 -0400 |
| commit | c927ac1c6e041f96326e4a32e76ca13da8f6f5be (patch) | |
| tree | 9e08adbfce36bfe2b306eb4e833807c2f799cbf3 /skills/rust-bootstrap/agents | |
| download | rust_starter-c927ac1c6e041f96326e4a32e76ca13da8f6f5be.zip | |
Initial import
Diffstat (limited to 'skills/rust-bootstrap/agents')
| -rw-r--r-- | skills/rust-bootstrap/agents/openai.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/skills/rust-bootstrap/agents/openai.yaml b/skills/rust-bootstrap/agents/openai.yaml new file mode 100644 index 0000000..2dbdc72 --- /dev/null +++ b/skills/rust-bootstrap/agents/openai.yaml @@ -0,0 +1,4 @@ +interface: + display_name: "Rust Bootstrap" + short_description: "Bootstrap or tighten Rust linting" + default_prompt: "Use rust_starter to bootstrap or retrofit industrial-grade Rust linting." |