Imported from EzequielMenor/AIES (06-research/experiments/e02-data/r1/t01-greet/AGENTS.md). Install upstream with npx skills add EzequielMenor/AIES --skill t01-greet. Copyright stays with the author.
h02-t01 — añadir función simple
Micro-repo del corpus de H-02 (06-research/experiments/E-02-H-02-coste-tiempo-vs-complejidad.md), nivel de complejidad a priori L1.
Alcance
Añadir a src/math.js una función greet(name) que devuelva `hello ${name}`.
No tocar lo existente (add).
Convenciones
ESM puro ("type": "module"); sin pasos de build.
Funciones puras, exports nombrados.
Verificación: node -e importa el módulo y comprueba resultados concretos; sin framework de tests.
Cómo verificar
node -e "import('./src/math.js').then(m => { const r = m.greet('aies'); if (r === 'hello aies') console.log('PASS'); else throw new Error('greet(aies)=' + r); })"
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/ezequielmenor-aies-t01-greet/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.
ezequielmenor-aies-t01-greet.ocm.jsonjson
{
"ocm": "1",
"id": "ezequielmenor-aies-t01-greet",
"kind": "skill",
"name": "t01-greet",
"description": "Micro-repo del corpus de H-02 (`06-research/experiments/E-02-H-02-coste-tiempo-vs-complejidad.md`), nivel de complejidad a priori **L1**.",
"publisher": "EzequielMenor",
"version": "1.0.0",
"capabilities": {
"domains": [
"math"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Micro-repo del corpus de H-02 (`06-research/experiments/E-02-H-02-coste-tiempo-vs-complejidad.md`), nivel de complejidad a priori **L1**."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/EzequielMenor/AIES",
"path": "06-research/experiments/e02-data/r1/t01-greet/AGENTS.md",
"ref": "040735298a329d968dedfe88d8297d0194b3dfaf",
"url": "https://github.com/EzequielMenor/AIES/blob/040735298a329d968dedfe88d8297d0194b3dfaf/06-research/experiments/e02-data/r1/t01-greet/AGENTS.md",
"key": "EzequielMenor/AIES/06-research/experiments/e02-data/r1/t01-greet/AGENTS.md"
}
},
"instructions": "# h02-t01 — añadir función simple\n\nMicro-repo del corpus de H-02 (`06-research/experiments/E-02-H-02-coste-tiempo-vs-complejidad.md`), nivel de complejidad a priori **L1**.\n\n## Alcance\n\n- Añadir a `src/math.js` una función `greet(name)` que devuelva `` `hello ${name}` ``.\n- No tocar lo existente (`add`).\n\n## Convenciones\n\n- ESM puro (`\"type\": \"module\"`); sin pasos de build.\n- Funciones puras, exports nombrados.\n- Verificación: `node -e` importa el módulo y comprueba resultados concretos; sin framework de tests.\n\n## Cómo verificar\n\n```bash\nnode -e \"import('./src/math.js').then(m => { const r = ",
"cost": {
"context_tokens": 177
}
}
Fetch it by URL: GET /api/v1/registry/ezequielmenor-aies-t01-greet/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.