Dedupe and organize skills/sources (#8731)

This commit is contained in:
Jack Amadeo
2026-04-23 15:07:45 -04:00
committed by GitHub
parent 586fa2b3c8
commit 5dd9f08d57
28 changed files with 1245 additions and 786 deletions
@@ -9,7 +9,8 @@
"instructionsPlaceholder": "Markdown instructions the agent will follow...",
"name": "Name",
"namePlaceholder": "my-skill-name",
"nameValidation": "Must be kebab-case (e.g. code-review)",
"nameValidation": "Use 164 lowercase letters, numbers, or hyphens. Names cannot start or end with a hyphen.",
"pathOnDisk": "Path on disk",
"newTitle": "New Skill",
"saving": "Saving..."
},
@@ -9,7 +9,8 @@
"instructionsPlaceholder": "Instrucciones en Markdown que seguirá el agente...",
"name": "Nombre",
"namePlaceholder": "mi-skill",
"nameValidation": "Debe estar en kebab-case (p. ej. code-review)",
"nameValidation": "Usa de 1 a 64 letras minúsculas, números o guiones. El nombre no puede empezar ni terminar con un guion.",
"pathOnDisk": "Ruta en disco",
"newTitle": "Nueva skill",
"saving": "Guardando..."
},