Imported from its-not-rocket-science/sena (AGENTS.md). Install upstream with npx skills add its-not-rocket-science/sena. Copyright stays with the author.
AGENTS.md
Scope
This file applies to the entire repository.
Working conventions
Keep changes incremental and explicitly separate supported (src/sena/*) and legacy (src/sena/legacy/*) paths.
Do not add new dependencies unless they materially improve security, operability, or testability.
Prefer deterministic behavior and explicit failure over implicit fallback behavior.
Validation checklist
Run pytest for any code change.
Run ruff check src tests for style checks.
Keep README and docs in sync with code and API behavior.
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/its-not-rocket-science-sena-sena/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.
its-not-rocket-science-sena-sena.ocm.jsonjson
{
"ocm": "1",
"id": "its-not-rocket-science-sena-sena",
"kind": "skill",
"name": "sena",
"description": "AGENTS.md",
"publisher": "its-not-rocket-science",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"AGENTS.md"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/its-not-rocket-science/sena",
"path": "AGENTS.md",
"ref": "2648c800ad4fabd448e21373e52b8bf0fb211618",
"url": "https://github.com/its-not-rocket-science/sena/blob/2648c800ad4fabd448e21373e52b8bf0fb211618/AGENTS.md",
"key": "its-not-rocket-science/sena/AGENTS.md"
}
},
"instructions": "# AGENTS.md\n\n## Scope\nThis file applies to the entire repository.\n\n## Working conventions\n- Keep changes incremental and explicitly separate supported (`src/sena/*`) and legacy (`src/sena/legacy/*`) paths.\n- Do not add new dependencies unless they materially improve security, operability, or testability.\n- Prefer deterministic behavior and explicit failure over implicit fallback behavior.\n\n## Validation checklist\n- Run `pytest` for any code change.\n- Run `ruff check src tests` for style checks.\n- Keep README and docs in sync with code and API behavior.",
"cost": {
"context_tokens": 139
}
}
Fetch it by URL: GET /api/v1/registry/its-not-rocket-science-sena-sena/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.