Imported from sonnRN/CuraNexus (project/AGENTS.md). Install upstream with npx skills add sonnRN/CuraNexus --skill project. Copyright stays with the author.
Project Workspace
This is a fresh local workspace scaffold for CommonEvent and MedGemma sidecar work.
MedGemma sidecar rules
MedGemma is used only for note/document candidate extraction.
Do not let MedGemma directly create final CommonEvent records.
Every extracted candidate must include source_note_id and source_span.
Prefer strict JSON outputs over free-text summaries.
If confidence is low or content is sensitive, downgrade to pointer_only.
Keep the structured Adapter/CommonEvent path deterministic.
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/sonnrn-curanexus-project/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.
sonnrn-curanexus-project.ocm.jsonjson
{
"ocm": "1",
"id": "sonnrn-curanexus-project",
"kind": "skill",
"name": "project",
"description": "This is a fresh local workspace scaffold for CommonEvent and MedGemma sidecar work.",
"publisher": "sonnRN",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This is a fresh local workspace scaffold for CommonEvent and MedGemma sidecar work."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/sonnRN/CuraNexus",
"path": "project/AGENTS.md",
"ref": "0f5545504248692688626d2737d5ae16b1d313be",
"url": "https://github.com/sonnRN/CuraNexus/blob/0f5545504248692688626d2737d5ae16b1d313be/project/AGENTS.md",
"key": "sonnRN/CuraNexus/project/AGENTS.md"
}
},
"instructions": "# Project Workspace\n\nThis is a fresh local workspace scaffold for CommonEvent and MedGemma sidecar work.\n\n## MedGemma sidecar rules\n- MedGemma is used only for note/document candidate extraction.\n- Do not let MedGemma directly create final CommonEvent records.\n- Every extracted candidate must include source_note_id and source_span.\n- Prefer strict JSON outputs over free-text summaries.\n- If confidence is low or content is sensitive, downgrade to pointer_only.\n- Keep the structured Adapter/CommonEvent path deterministic.",
"cost": {
"context_tokens": 131
}
}
Fetch it by URL: GET /api/v1/registry/sonnrn-curanexus-project/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.