This project uses the eve framework. Before writing code, read the relevant guide from the installed eve package docs. In most installs, those docs are at `node_modules/eve/docs/`. In workspaces or lo
Imported from keejkrej/evetools (apps/code/tui/AGENTS.md). Install upstream with npx skills add keejkrej/evetools --skill tui. Copyright stays with the author.
Evecode TUI
This project uses the eve framework. Before writing code, read the relevant guide
from the installed eve package docs. In most installs, those docs are at
node_modules/eve/docs/. In workspaces or local package installs, resolve the
installed eve package location first and read its docs/ directory. If
package docs are unavailable, use https://eve.dev/docs as a fallback.
Before implementing an integration yourself, use
eve registry search <query> or eve registry list to discover available
integrations. Inspect one with eve registry view <item>, then install it with
eve add <item>.
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/keejkrej-evetools-tui/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.
keejkrej-evetools-tui.ocm.jsonjson
{
"ocm": "1",
"id": "keejkrej-evetools-tui",
"kind": "skill",
"name": "tui",
"description": "This project uses the eve framework. Before writing code, read the relevant guide from the installed eve package docs. In most installs, those docs are at `node_modules/eve/docs/`. In workspaces or local package installs, resolve the installed `eve` package location first and read its `docs/` directory. If package docs are unavailable, use https://eve.dev/docs as a fallback.",
"publisher": "keejkrej",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This project uses the eve framework. Before writing code, read the relevant guide from the installed eve package docs. In most installs, those docs are at `node_modules/eve/docs/`. In workspaces or local package installs, resolve the installed `eve` package location first and read its `docs/` directory. If package docs are unavailable, use https://eve.dev/docs as a fallback."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/keejkrej/evetools",
"path": "apps/code/tui/AGENTS.md",
"ref": "3bf7d782109e6a368487827f7ae706d72ffcb95d",
"url": "https://github.com/keejkrej/evetools/blob/3bf7d782109e6a368487827f7ae706d72ffcb95d/apps/code/tui/AGENTS.md",
"key": "keejkrej/evetools/apps/code/tui/AGENTS.md"
}
},
"instructions": "# Evecode TUI\n\nThis project uses the eve framework. Before writing code, read the relevant guide\nfrom the installed eve package docs. In most installs, those docs are at\n`node_modules/eve/docs/`. In workspaces or local package installs, resolve the\ninstalled `eve` package location first and read its `docs/` directory. If\npackage docs are unavailable, use https://eve.dev/docs as a fallback.\n\nBefore implementing an integration yourself, use\n`eve registry search <query>` or `eve registry list` to discover available\nintegrations. Inspect one with `eve registry view <item>`, then install it with\n`e",
"cost": {
"context_tokens": 153
}
}
Fetch it by URL: GET /api/v1/registry/keejkrej-evetools-tui/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.