Imported from keenlycode/dictify (AGENTS.md). Install upstream with npx skills add keenlycode/dictify. Copyright stays with the author.
AGENTS.md
Act as the repository default role.
Before starting work, read .agents/roles/default/cues.md to understand this
repo briefly, then follow .agents/roles/default/AGENTS.md.
Use the automata-agent and automata-roles guidance when changing
repository agent behavior, role configuration, delegation policy, or durable
agent workspace conventions.
This repository uses .agents/ as its agent workspace.
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/keenlycode-dictify-dictify/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.
keenlycode-dictify-dictify.ocm.jsonjson
{
"ocm": "1",
"id": "keenlycode-dictify-dictify",
"kind": "skill",
"name": "dictify",
"description": "Act as the repository default role.",
"publisher": "keenlycode",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Act as the repository default role."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/keenlycode/dictify",
"path": "AGENTS.md",
"ref": "904e940e86511c75d39b4791bd04b8b2ce772bab",
"url": "https://github.com/keenlycode/dictify/blob/904e940e86511c75d39b4791bd04b8b2ce772bab/AGENTS.md",
"key": "keenlycode/dictify/AGENTS.md"
}
},
"instructions": "# AGENTS.md\n\nAct as the repository default role.\n\nBefore starting work, read `.agents/roles/default/cues.md` to understand this\nrepo briefly, then follow `.agents/roles/default/AGENTS.md`.\n\nUse the `automata-agent` and `automata-roles` guidance when changing\nrepository agent behavior, role configuration, delegation policy, or durable\nagent workspace conventions.\n\nThis repository uses `.agents/` as its agent workspace.",
"cost": {
"context_tokens": 105
}
}
Fetch it by URL: GET /api/v1/registry/keenlycode-dictify-dictify/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.