Skip to content
Skillv1.0.0

myresume

Guidelines for `myresume`

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

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

See reviews

About

Imported from ceshorma/myresume (AGENTS.md). Install upstream with npx skills add ceshorma/myresume. Copyright stays with the author.

Guidelines for myresume

  • Mantén el contenido del CV separado de la capa de presentación. Utiliza resume-data.json para textos, enlaces y metadatos; cualquier actualización de contenido debe realizarse ahí.
  • Los colores, tipografías y otros tokens de diseño deben declararse en design-tokens.css. Reusa las variables existentes o añade nuevas en ese archivo en lugar de hardcodear valores en styles.css u otros estilos.
  • El proyecto debe seguir siendo compatible con GitHub Pages: evita dependencias de build, servidores o herramientas que requieran ejecución en el backend. Trabaja únicamente con HTML, CSS y JavaScript estáticos.

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/ceshorma-myresume-myresume/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.

ceshorma-myresume-myresume.ocm.jsonjson
{
  "ocm": "1",
  "id": "ceshorma-myresume-myresume",
  "kind": "skill",
  "name": "myresume",
  "description": "Guidelines for `myresume`",
  "publisher": "ceshorma",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Guidelines for `myresume`"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/ceshorma/myresume",
      "path": "AGENTS.md",
      "ref": "5ffb67ab864cddac016a78410b7cf14c5594a3d8",
      "url": "https://github.com/ceshorma/myresume/blob/5ffb67ab864cddac016a78410b7cf14c5594a3d8/AGENTS.md",
      "key": "ceshorma/myresume/AGENTS.md"
    }
  },
  "instructions": "# Guidelines for `myresume`\n\n- Mantén el contenido del CV separado de la capa de presentación. Utiliza `resume-data.json` para textos, enlaces y metadatos; cualquier actualización de contenido debe realizarse ahí.\n- Los colores, tipografías y otros *tokens* de diseño deben declararse en `design-tokens.css`. Reusa las variables existentes o añade nuevas en ese archivo en lugar de hardcodear valores en `styles.css` u otros estilos.\n- El proyecto debe seguir siendo compatible con GitHub Pages: evita dependencias de *build*, servidores o herramientas que requieran ejecución en el backend. Trabaja ",
  "cost": {
    "context_tokens": 162
  }
}

Fetch it by URL: GET /api/v1/registry/ceshorma-myresume-myresume/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.