Imported from guyao/analysis (.agents/AGENTS.md). Install upstream with npx skills add guyao/analysis --skill .agents. Copyright stays with the author.
Custom Project Rules
Research Report Multi-Language Naming Conventions
When generating research reports (Markdown or Jupyter Notebook), they must be named using the following multi-language naming conventions:
English Version:report.en.md / report.en.ipynb (or xxx.en.md / xxx.en.ipynb)
Chinese Version:report.zh.md / report.zh.ipynb (or xxx.zh.md / xxx.zh.ipynb)
Ensure that both language versions are created or updated synchronously to maintain alignment in metrics, figures, and conclusions.
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/guyao-analysis-agents/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.
guyao-analysis-agents.ocm.jsonjson
{
"ocm": "1",
"id": "guyao-analysis-agents",
"kind": "skill",
"name": ".agents",
"description": "Ensure that both language versions are created or updated synchronously to maintain alignment in metrics, figures, and conclusions.",
"publisher": "guyao",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Ensure that both language versions are created or updated synchronously to maintain alignment in metrics, figures, and conclusions."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/guyao/analysis",
"path": ".agents/AGENTS.md",
"ref": "f6e43f68a1aeb69cf51e53fbd97bc60c9ded06a1",
"url": "https://github.com/guyao/analysis/blob/f6e43f68a1aeb69cf51e53fbd97bc60c9ded06a1/.agents/AGENTS.md",
"key": "guyao/analysis/.agents/AGENTS.md"
}
},
"instructions": "# Custom Project Rules\n\n## Research Report Multi-Language Naming Conventions\nWhen generating research reports (Markdown or Jupyter Notebook), they must be named using the following multi-language naming conventions:\n1. **English Version:** `report.en.md` / `report.en.ipynb` (or `xxx.en.md` / `xxx.en.ipynb`)\n2. **Chinese Version:** `report.zh.md` / `report.zh.ipynb` (or `xxx.zh.md` / `xxx.zh.ipynb`)\n\nEnsure that both language versions are created or updated synchronously to maintain alignment in metrics, figures, and conclusions.",
"cost": {
"context_tokens": 133
}
}
Fetch it by URL: GET /api/v1/registry/guyao-analysis-agents/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.