skill-creator

Transform workflows into structured skills with YAML frontmatter and Markdown bodies.

11|3|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/Threat-Vector-Security/guardian-agent --skill skill-creator-threat-vector-security
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Threat-Vector-Security/guardian-agent/tree/main/skills/skill-creator
Command: npx skills add https://github.com/Threat-Vector-Security/guardian-agent --skill skill-creator-threat-vector-security

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Converts vague workflows into well-defined skills by providing a repeatable, eval-driven process that captures intent, triggers, and evaluation criteria.

Core Features & Use Cases

  • Intent extraction from conversations to drive skill drafting.
  • Frontmatter drafting and trigger guidance to ensure predictable activation.
  • Evaluation loops, baselines, and references to improve skill quality over time.
  • Provenance and license preservation when adapting third-party sources.

Quick Start

Draft a new skill by extracting intent from the user workflow, write a concise frontmatter with name and description, describe trigger conditions, and add 2–3 realistic test prompts.

Frequently Asked Questions about skill-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn a workflow into a well-structured skill for an AI agent?▼

To turn a workflow into a well-structured skill, extract the intent from conversations or task sequences, draft YAML frontmatter with a name and description, define trigger conditions, and add realistic test prompts for evaluation.

What is the best way to document trigger conditions for predictable skill activation?▼

Documenting trigger conditions for predictable skill activation involves drafting concise YAML frontmatter alongside a Markdown body that explicitly describes the operational instructions and scenarios where the skill should execute.

Can I extract skill intent from existing prompts and task sequences?▼

Yes, you can extract skill intent from existing prompts and task sequences by applying an evaluation-driven process that captures user goals, defines trigger authoring rules, and translates them into a repeatable skill definition.

How do I add evaluation criteria and baselines to a skill definition?▼

You add evaluation criteria and baselines to a skill definition by creating 2–3 realistic test prompts within the Markdown body, enabling continuous evaluation loops that improve skill quality over time.

Do I need YAML frontmatter to create a valid skill?▼

Yes, YAML frontmatter is required to create a valid skill, and it must include at least a name and a description to ensure the operational instructions in the Markdown body are properly structured.

How do I preserve provenance and licenses when adapting third-party workflows into skills?▼

When adapting third-party workflows into skills, you preserve provenance and licenses by maintaining source references within the skill's optional references or assets during the conversion process.