Imported from seedsat1/saad-studio (saad-agent/codex-main/codex-rs/tui/src/bottom_pane/AGENTS.md). Install upstream with npx skills add seedsat1/saad-studio --skill bottom_pane. Copyright stays with the author.
TUI bottom pane (state machines)
When changing the paste-burst or chat-composer state machines in this folder, keep the docs in sync:
Update the relevant module docs (chat_composer.rs and/or paste_burst.rs) so they remain a
readable, top-down explanation of the current behavior.
Keep implementations/docstrings aligned unless a divergence is intentional and documented.
Practical check:
After edits, sanity-check that docs mention only APIs/behavior that exist in code (especially the
Enter/newline paths and disable_paste_burst semantics).
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/seedsat1-saad-studio-bottom-pane/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
seedsat1-saad-studio-bottom-pane.ocm.jsonjson
{
"ocm": "1",
"id": "seedsat1-saad-studio-bottom-pane",
"kind": "skill",
"name": "bottom_pane",
"description": "When changing the paste-burst or chat-composer state machines in this folder, keep the docs in sync:",
"publisher": "seedsat1",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"When changing the paste-burst or chat-composer state machines in this folder, keep the docs in sync:"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/seedsat1/saad-studio",
"path": "saad-agent/codex-main/codex-rs/tui/src/bottom_pane/AGENTS.md",
"ref": "11603942fb20f71c47272d2a1fe6bc4c4fe4d599",
"url": "https://github.com/seedsat1/saad-studio/blob/11603942fb20f71c47272d2a1fe6bc4c4fe4d599/saad-agent/codex-main/codex-rs/tui/src/bottom_pane/AGENTS.md",
"key": "seedsat1/saad-studio/saad-agent/codex-main/codex-rs/tui/src/bottom_pane/AGENTS.md"
}
},
"instructions": "# TUI bottom pane (state machines)\n\nWhen changing the paste-burst or chat-composer state machines in this folder, keep the docs in sync:\n\n- Update the relevant module docs (`chat_composer.rs` and/or `paste_burst.rs`) so they remain a\n readable, top-down explanation of the current behavior.\n- Keep implementations/docstrings aligned unless a divergence is intentional and documented.\n\nPractical check:\n\n- After edits, sanity-check that docs mention only APIs/behavior that exist in code (especially the\n Enter/newline paths and `disable_paste_burst` semantics).",
"cost": {
"context_tokens": 140
}
}
Fetch it by URL: GET /api/v1/registry/seedsat1-saad-studio-bottom-pane/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.