Skip to main content

skill-authoring

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

Jump to install

Source facts

Repository
Calvin-Corbett/thomas
Last source activity
September 9, 2026 at 02:49
Detected SKILL.md language
English
Stars
4
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
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.
View on GitHub