Imported from gisikw/familiar (services/viewer/vendor/libghostty-vt/src/inspector/AGENTS.md). Install upstream with npx skills add gisikw/familiar --skill inspector. Copyright stays with the author.
Inspector Subsystem
The inspector is a feature of Ghostty that works similar to a
browser's developer tools. It allows the user to inspect and modify the
terminal state.
See the full C API by finding dcimgui.h in the .zig-cache folder
in the root: find . -type f -name dcimgui.h. Use the newest version.
On macOS, run builds with -Demit-macos-app=false to verify API usage.
There are no unit tests in this package.
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/gisikw-familiar-inspector/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.
gisikw-familiar-inspector.ocm.jsonjson
{
"ocm": "1",
"id": "gisikw-familiar-inspector",
"kind": "skill",
"name": "inspector",
"description": "The inspector is a feature of Ghostty that works similar to a browser's developer tools. It allows the user to inspect and modify the terminal state.",
"publisher": "gisikw",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"The inspector is a feature of Ghostty that works similar to a browser's developer tools. It allows the user to inspect and modify the terminal state."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/gisikw/familiar",
"path": "services/viewer/vendor/libghostty-vt/src/inspector/AGENTS.md",
"ref": "06e054a2aa8634c543ba7743b97705c261797248",
"url": "https://github.com/gisikw/familiar/blob/06e054a2aa8634c543ba7743b97705c261797248/services/viewer/vendor/libghostty-vt/src/inspector/AGENTS.md",
"key": "gisikw/familiar/services/viewer/vendor/libghostty-vt/src/inspector/AGENTS.md"
}
},
"instructions": "# Inspector Subsystem\n\nThe inspector is a feature of Ghostty that works similar to a\nbrowser's developer tools. It allows the user to inspect and modify the\nterminal state.\n\n- See the full C API by finding `dcimgui.h` in the `.zig-cache` folder\n in the root: `find . -type f -name dcimgui.h`. Use the newest version.\n- See full examples of how to use every widget by loading this file:\n <https://raw.githubusercontent.com/ocornut/imgui/refs/heads/master/imgui_demo.cpp>\n- On macOS, run builds with `-Demit-macos-app=false` to verify API usage.\n- There are no unit tests in this package.",
"cost": {
"context_tokens": 147
}
}
Fetch it by URL: GET /api/v1/registry/gisikw-familiar-inspector/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.