Imported from pixelscortex/aureline-orm-arc2 (AGENTS.md). Install upstream with npx skills add pixelscortex/aureline-orm-arc2. Copyright stays with the author.
Source Code Reference
Source code for dependencies is cached at ~/.opensrc/.
Use opensrc path inside other commands to read source:
Do not use mgrep; it is not available in this repo/harness and should not be treated as a required skill. Prefer the harness-provided search tools for repository search. When using shell search outside those tools, use ripgrep (rg) rather than POSIX grep.
If a local semantic-search/indexer is added later, pair it with rg and verify the command exists before depending on it.
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/pixelscortex-aureline-orm-arc2-aureline-orm-arc2/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.
{
"ocm": "1",
"id": "pixelscortex-aureline-orm-arc2-aureline-orm-arc2",
"kind": "skill",
"name": "aureline-orm-arc2",
"description": "Source code for dependencies is cached at `~/.opensrc/`.",
"publisher": "pixelscortex",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Source code for dependencies is cached at `~/.opensrc/`."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/pixelscortex/aureline-orm-arc2",
"path": "AGENTS.md",
"ref": "c6c752bc66bde7f5bb4e4b80300d0ae907d76c35",
"url": "https://github.com/pixelscortex/aureline-orm-arc2/blob/c6c752bc66bde7f5bb4e4b80300d0ae907d76c35/AGENTS.md",
"key": "pixelscortex/aureline-orm-arc2/AGENTS.md"
}
},
"instructions": "## Source Code Reference\n\nSource code for dependencies is cached at `~/.opensrc/`.\n\nUse `opensrc path` inside other commands to read source:\n\n```bash\nrg \"pattern\" $(opensrc path <package>)\ncat $(opensrc path <package>)/path/to/file\n```\n\n## Search Tooling\n\nDo not use `mgrep`; it is not available in this repo/harness and should not be treated as a required skill. Prefer the harness-provided search tools for repository search. When using shell search outside those tools, use ripgrep (`rg`) rather than POSIX `grep`.\n\nIf a local semantic-search/indexer is added later, pair it with `rg` and verify t",
"cost": {
"context_tokens": 160
}
}
Fetch it by URL: GET /api/v1/registry/pixelscortex-aureline-orm-arc2-aureline-orm-arc2/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.