agentsclimarketplace

Nueva skill

Skill eduardo-lezama/intranet-dashboard/.windsurf.bak/skills/nueva-skill

Intranet dashboard based on html, css and js. Includes advance use of agentic workflows and MCP. For personal use with my own info panels, automation and IoT related stuff

Install
npx -y skills add eduardo-lezama/intranet-dashboard --skill nueva-skill

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Usar al detectar una tarea repetitiva que merece convertirse en skill

SKILL.md

1.8 KB, as published. Nobody here has run it

Cuándo usar esta skill

  • Cuando una tarea se repite frecuentemente
  • Al identificar un patrón que debería documentarse
  • Cuando el usuario pida crear una nueva skill

Contexto necesario antes de empezar

  1. Identificar la tarea repetitiva
  2. Documentar los pasos que se siguen
  3. Identificar patrones críticos (SIEMPRE/NUNCA/PREFERENTEMENTE)
  4. Definir checklist de validación

Pasos

1. Crear carpeta de skill

mkdir .windsurf/skills/[nombre-skill]

2. Crear SKILL.md con estructura

---
name: nombre-skill
description: [Una línea clara de CUÁNDO invocar esta skill]
---

## Cuándo usar esta skill
[Lista de triggers específicos]

## Contexto necesario antes de empezar
[Qué archivos leer, qué información recopilar]

## Pasos
[Numerados, con rutas REALES del proyecto]

<patrones_criticos>
SIEMPRE: [lista]
NUNCA: [lista]
PREFERENTEMENTE: [lista]
</patrones_criticos>

## Checklist de validación
- [ ] [comando] pasa sin errores
- [ ] ...

3. Registrar en orchestrator.md

Añadir la nueva skill a la tabla de skills disponibles.

<patrones_criticos> SIEMPRE:

  • Descripción clara de cuándo usar la skill
  • Pasos concretos y accionables
  • Checklist de validación al final
  • Usar rutas reales del proyecto

NUNCA:

  • Skills demasiado genéricas
  • Duplicar información que ya está en rules
  • Pasos vagos o ambiguos

PREFERENTEMENTE:

  • Incluir ejemplos del proyecto
  • Mantener skills enfocadas en una tarea
  • Actualizar orchestrator.md al crear skill </patrones_criticos>

Checklist de validación

  • Skill tiene descripción clara
  • Pasos son accionables
  • Checklist de validación incluido
  • Registrada en orchestrator.md

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.