Agent Skillsmtarcure/claude-vibe-squad › skill-description-trigger-authoring

skill-description-trigger-authoring

GitHub

用于编写或优化技能描述前缀,确保其准确反映激活触发场景。通过枚举工作流时刻、前置触发词、添加反触发条件及回放测试,解决技能休眠或误匹配问题,提升激活准确率。

.agents/skills/skill-description-trigger-authoring/SKILL.md mtarcure/claude-vibe-squad

Trigger Scenarios

需要编写技能的 description 字段 现有技能未被正确触发 多个相似技能发生混淆

Install

npx skills add mtarcure/claude-vibe-squad --skill skill-description-trigger-authoring -g -y
More Options

Non-standard path

npx skills add https://github.com/mtarcure/claude-vibe-squad/tree/main/.agents/skills/skill-description-trigger-authoring -g -y

Use without installing

npx skills use mtarcure/claude-vibe-squad@skill-description-trigger-authoring

指定 Agent (Claude Code)

npx skills add mtarcure/claude-vibe-squad --skill skill-description-trigger-authoring -a claude-code -g -y

安装 repo 全部 skill

npx skills add mtarcure/claude-vibe-squad --all -g -y

预览 repo 内 skill

npx skills add mtarcure/claude-vibe-squad --list

SKILL.md

Frontmatter
{
    "name": "skill-description-trigger-authoring",
    "audience": "specialist",
    "description": "Use when a description frontmatter field must become an accurate activation trigger, especially because its skill stays dormant or is confused with a sibling—encode recognizable workflow cues and replay-test positive and negative tasks. Scope is trigger metadata, not instruction-body or resource design."
}

Skill Description Trigger Authoring

A skill's description is its activation surface: it is matched against the task at hand by a reader who does not yet know the method. A description that summarizes content instead of naming the firing situation produces a skill that is technically available and practically never loaded.

When to use

  • Authoring or revising the description: frontmatter of any skill.
  • A postmortem shows a task where an existing skill should have fired and didn't.
  • Two adjacent skills keep being confused for each other.

Inputs

  • The moments in real workflows when the skill must load ("about to emit complete", "about to implement against a foreign schema").
  • Real past tasks: several where the skill should have fired, several adjacent ones where it should not.

Steps

  1. Enumerate the firing situations: what is the practitioner doing or about to do when this skill must load? Situations, not topics — "about to claim done", not "quality assurance".
  2. Write from the reader's pre-skill state. They can recognize their situation; they cannot recognize the method's vocabulary. "Use when about to X" beats "a methodology for X-ing".
  3. Front-load the trigger. Descriptions are scanned under time pressure; the first clause decides whether the rest is read.
  4. Include the concrete cue words and symptoms as they appear in real tasks — the phrases in packets, the moment in the workflow, the observable temptation ("it should work"). Matching happens against the task's own language.
  5. Add anti-triggers where siblings overlap: when NOT to use this skill, and which sibling handles that case. Disambiguation in the description is cheaper than a wrong load.
  6. Keep it to one or two sentences. A trigger buried in a paragraph fires never; completeness belongs in the body's When-to-use, not the description.
  7. Replay-test: take three real past tasks where the skill should have fired and two adjacent ones where it shouldn't. Reading the description alone — no body — check it routes all five correctly. A miss is a description bug; fix the description, not the tasks.

Outputs

  • A one-to-two-sentence description whose first clause names the firing situation, containing real cue language, and disambiguated from siblings.
  • A recorded replay-test result.

Failure modes

  • Summary-not-trigger — "Guidance on verification best practices": describes the content, names no moment, never fires.
  • Method leakage — the description teaches steps instead of naming situations, wasting its only job on content the body already carries.
  • Over-broad trigger — fires on everything, reader learns to ignore it; a trigger that always matches carries no information.
  • Post-skill vocabulary — jargon the method itself introduces; the pre-skill reader can't match terms they haven't learned yet.
  • Missing anti-trigger — two siblings with overlapping triggers, so the wrong one loads and both lose trust.

Worked example

Bad: description: Describes the verification methodology for completed work. — a summary; no practitioner mid-task self-identifies as "needing verification methodology". Good: description: Use when about to claim work is complete, fixed, or passing — run the check that would falsify each claim and read its output before emitting the claim. The first clause names the exact workflow moment (emitting a completion claim); "complete, fixed, or passing" are the literal words that appear in the task's own language; the em-dash clause states the obligation compactly without teaching the method. Replay-test: fires on "flip the registry rows and confirm validators green" (should), fires on "report the fix upstream" (should), stays silent on "estimate the refactor scope" (correctly — that's scope-decomposition's trigger).

Acceptance

  • The replay test routes all sampled tasks correctly from the description alone.
  • The first clause states a situation the pre-skill reader can recognize.
  • Length is at most two sentences; cue phrases are real task language, not method jargon.
  • Overlapping siblings are explicitly disambiguated.

Version History

  • d5262e2 Current 2026-09-11 11:38

Same Skill Collection

.agents/skills/accessible-media-authoring/SKILL.md
.agents/skills/agent-prompt-engineering/SKILL.md
.agents/skills/agentic-safety-audit/SKILL.md
.agents/skills/audio-event-map-authoring/SKILL.md
.agents/skills/auto-scaffold/SKILL.md
.agents/skills/claim-verification/SKILL.md
.agents/skills/code-reachability-audit/SKILL.md
.agents/skills/code-review-loop/SKILL.md
.agents/skills/color-theory/SKILL.md
.agents/skills/conversation-design/SKILL.md
.agents/skills/copy-refinement/SKILL.md
.agents/skills/cross-file-relationship-synthesis/SKILL.md
.agents/skills/dependency-cycle-audit/SKILL.md
.agents/skills/dependency-health-triage/SKILL.md
.agents/skills/detection-as-code/SKILL.md
.agents/skills/diff-aware-semgrep-scan/SKILL.md
.agents/skills/differential-review/SKILL.md
.agents/skills/dimensional-analysis-check/SKILL.md
.agents/skills/dual-level-retrieval/SKILL.md
.agents/skills/figma-implement-design/SKILL.md
.agents/skills/forensic-timeline-authoring/SKILL.md
.agents/skills/game-design-fundamentals/SKILL.md
.agents/skills/game-mechanics-balancing/SKILL.md
.agents/skills/head-tail/SKILL.md
.agents/skills/incident-response-runbook/SKILL.md
.agents/skills/interactive-audio-design/SKILL.md
.agents/skills/interface-ambiguity-check/SKILL.md
.agents/skills/keyword-clustering/SKILL.md
.agents/skills/knowledge-base-integration/SKILL.md
.agents/skills/layered-analysis-loop/SKILL.md
.agents/skills/level-design-patterns/SKILL.md
.agents/skills/locale-adaptation/SKILL.md
.agents/skills/narrative-structure/SKILL.md
.agents/skills/platform-compliance/SKILL.md
.agents/skills/player-engagement-psychology/SKILL.md
.agents/skills/requirements-elicitation/SKILL.md
.agents/skills/rule6-rights-gate/SKILL.md
.agents/skills/rule8-truth-gate/SKILL.md
.agents/skills/sandbox-provision-discipline/SKILL.md
.agents/skills/scope-decomposition/SKILL.md
.agents/skills/scope-estimation/SKILL.md
.agents/skills/security-ownership-map/SKILL.md
.agents/skills/security-threat-model/SKILL.md
.agents/skills/semgrep-rule-author/SKILL.md
.agents/skills/sound-design-principles/SKILL.md
.agents/skills/structured-data-authoring/SKILL.md
.agents/skills/supply-chain-audit/SKILL.md
.agents/skills/take-over-resume/SKILL.md
.agents/skills/technical-seo-audit/SKILL.md

Metadata

Files
0
Version
d5262e2
Hash
59ae1d3d
Indexed
2026-09-11 11:38

Home - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-13 05:02
浙ICP备14020137号-1 $Map of visitor$