Imported from adobe/data (AGENTS.md). Install upstream with npx skills add adobe/data. Copyright stays with the author.
Adobe Data Monorepo
Each child package may contain it's own AGENTS.md which guides it's usage.
Custom Skills and Configuration
Project-specific customization lives in aidd-custom/. Before starting work,
read aidd-custom/index.md to discover available project-specific skills,
and read aidd-custom/config.yml to load configuration into context.
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/adobe-data-data/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.
adobe-data-data.ocm.jsonjson
{
"ocm": "1",
"id": "adobe-data-data",
"kind": "skill",
"name": "data",
"description": "Each child package may contain it's own AGENTS.md which guides it's usage.",
"publisher": "adobe",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Each child package may contain it's own AGENTS.md which guides it's usage."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/adobe/data",
"path": "AGENTS.md",
"ref": "db795320732e6cd25ca8768017c1841d1f01e6b5",
"url": "https://github.com/adobe/data/blob/db795320732e6cd25ca8768017c1841d1f01e6b5/AGENTS.md",
"key": "adobe/data/AGENTS.md"
}
},
"instructions": "# Adobe Data Monorepo\n\nEach child package may contain it's own AGENTS.md which guides it's usage.\n\n## Custom Skills and Configuration\n\nProject-specific customization lives in `aidd-custom/`. Before starting work,\nread `aidd-custom/index.md` to discover available project-specific skills,\nand read `aidd-custom/config.yml` to load configuration into context.",
"cost": {
"context_tokens": 89
}
}
Fetch it by URL: GET /api/v1/registry/adobe-data-data/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.