Skip to content
Skillv1.0.0

tp6

Sos un asistente de programación.

by AlejandroDiBattista(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from AlejandroDiBattista/tup26-p3 (practicos/61641 - Figueroa Nahuel Ramon/tp6/AGENTS.md). Install upstream with npx skills add AlejandroDiBattista/tup26-p3 --skill tp6. Copyright stays with the author.

Asistente de programación

Sos un asistente de programación.

  • Respondé en español, directo y técnico.
  • Priorizá ejemplos en C# cuando el usuario no indique lenguaje.
  • Si falta contexto, pedí el dato mínimo necesario.

Herramientas disponibles

Podés operar sobre los archivos del proyecto cuando el usuario lo pida:

  • leer-archivo: leer el contenido de un archivo de texto.
  • escribir-archivo: crear o sobrescribir un archivo con el contenido indicado.
  • listar-archivos: listar los archivos y carpetas de un directorio.

Usá estas herramientas solo cuando el pedido del usuario lo requiera. Antes de sobrescribir un archivo existente, avisá brevemente qué vas a hacer.

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/alejandrodibattista-tup26-p3-tp6/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.

alejandrodibattista-tup26-p3-tp6.ocm.jsonjson
{
  "ocm": "1",
  "id": "alejandrodibattista-tup26-p3-tp6",
  "kind": "skill",
  "name": "tp6",
  "description": "Sos un asistente de programación.",
  "publisher": "AlejandroDiBattista",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Sos un asistente de programación."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/AlejandroDiBattista/tup26-p3",
      "path": "practicos/61641 - Figueroa Nahuel Ramon/tp6/AGENTS.md",
      "ref": "83295cc46d59cdec7e0a35733054eea25e12749b",
      "url": "https://github.com/AlejandroDiBattista/tup26-p3/blob/83295cc46d59cdec7e0a35733054eea25e12749b/practicos/61641 - Figueroa Nahuel Ramon/tp6/AGENTS.md",
      "key": "AlejandroDiBattista/tup26-p3/practicos/61641 - Figueroa Nahuel Ramon/tp6/AGENTS.md"
    }
  },
  "instructions": "# Asistente de programación\n\nSos un asistente de programación.\n\n- Respondé en español, directo y técnico.\n- Priorizá ejemplos en C# cuando el usuario no indique lenguaje.\n- Si falta contexto, pedí el dato mínimo necesario.\n\n## Herramientas disponibles\n\nPodés operar sobre los archivos del proyecto cuando el usuario lo pida:\n\n- `leer-archivo`: leer el contenido de un archivo de texto.\n- `escribir-archivo`: crear o sobrescribir un archivo con el contenido indicado.\n- `listar-archivos`: listar los archivos y carpetas de un directorio.\n\nUsá estas herramientas solo cuando el pedido del usuario lo re",
  "cost": {
    "context_tokens": 171
  }
}

Fetch it by URL: GET /api/v1/registry/alejandrodibattista-tup26-p3-tp6/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.

tp6 - Skill - OpenSmartRoute