Skip to main content

skill-authoring

Design and refine Thomas-native skills with explicit workflows, validation rules, and small reusable bundles.

Aller à l'installation

Informations de source

Dépôt
Calvin-Corbett/thomas
Dernière activité de la source
9 septembre 2026 à 02:49
Langue détectée de SKILL.md
anglais
Étoiles
4
Forks
0

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.

Affichage de SKILL.md

SKILL.md
Instructions source · Aperçu en lecture seule
name
skill-authoring
description
Design and refine Thomas-native skills with explicit workflows, validation rules, and small reusable bundles.
# Skill Authoring Use this skill when Thomas needs to create or revise a first-party skill bundle under `skills/<name>/SKILL.md` or a user-owned Thomas skill under `~/.thomas/skills/`. ## Workflow 1. Inspect existing Thomas skills before adding a new one. 2. Define the trigger, scope boundaries, required tools, and failure modes. 3. Keep the bundle small and Thomas-native: prefer concise instructions over copied playbooks. 4. Add or update validation notes so the skill is testable. 5. If the skill changes product behavior, update docs and tests in the same pass. ## Rules - Never copy another system's skill text verbatim. - Prefer repo-native paths, commands, and guardrails. - Keep first-party skills broadly reusable and free of user-specific secrets.
Voir sur GitHub