Imported from fwdai/reticle (AGENTS.md). Install upstream with npx skills add fwdai/reticle. Copyright stays with the author.
This project is a Tauri app with React app on the frontend and Rust backend.
Rules and conventions
Use @ alias when importing ts(x) files rather than relative paths
Use bun to install packages and run commands
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/fwdai-reticle-reticle/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.
fwdai-reticle-reticle.ocm.jsonjson
{
"ocm": "1",
"id": "fwdai-reticle-reticle",
"kind": "skill",
"name": "reticle",
"description": "This project is a Tauri app with React app on the frontend and Rust backend.",
"publisher": "fwdai",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This project is a Tauri app with React app on the frontend and Rust backend."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/fwdai/reticle",
"path": "AGENTS.md",
"ref": "82a8037470878fcd1f2de002474c34b009a12651",
"url": "https://github.com/fwdai/reticle/blob/82a8037470878fcd1f2de002474c34b009a12651/AGENTS.md",
"key": "fwdai/reticle/AGENTS.md"
}
},
"instructions": "This project is a Tauri app with React app on the frontend and Rust backend.\n\n# Rules and conventions\n- Use @ alias when importing ts(x) files rather than relative paths\n- Use bun to install packages and run commands",
"cost": {
"context_tokens": 54
}
}
Fetch it by URL: GET /api/v1/registry/fwdai-reticle-reticle/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.