skill-creator

Create reusable AI skills with validated frontmatter and optional components.

2|2|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/tamnguyentommy-rgb/Routex_AI_Web_Project --skill skill-creator-tamnguyentommy-rgb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/tamnguyentommy-rgb/Routex_AI_Web_Project/tree/main/.local/secondary_skills/skill-creator
Command: npx skills add https://github.com/tamnguyentommy-rgb/Routex_AI_Web_Project --skill skill-creator-tamnguyentommy-rgb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create reusable AI skills that persist across sessions to capture workflows and instructions for future tasks, reducing duplicate setup.

Core Features & Use Cases

  • Frontmatter-driven Skill definition with name and description to enable discovery and activation.
  • Optional extensibility via scripts/, references/, and assets/ to store deterministic tasks, documentation, and templates for later reuse.
  • Use Case: A team creates a skill for standard onboarding workflows and reuses it across projects to ensure consistency.

Quick Start

Create a new subskill by adding a SKILL.md with frontmatter to .agents/skills/<your-skill>/ and fill in the three sections.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create reusable AI skills that persist across sessions?

To create reusable AI skills, you define a SKILL.md file with frontmatter containing a name and description, then save it in the .agents/skills/ directory to persist task workflows and instructions across sessions.

What is frontmatter validation for workflow templates?

Frontmatter validation enforces required metadata fields like name and description in your workflow templates, ensuring that standardized task instructions are discoverable and safely activated for future use.

How do I standardize onboarding workflows for repeated use across projects?

You standardize onboarding workflows by capturing task intents and instructions in a persistent skill template, allowing your team to reuse the same automated workflows across multiple projects consistently.

Can I include external scripts and references when building documentation templates?

Yes, you can extend documentation templates by adding optional components like scripts for deterministic tasks, references for external docs, and assets for templates within your skill directory structure.

Do I need any dependencies to automate task workflows with persistent templates?

No dependencies are required to automate task workflows with persistent templates, as the skill creation process uses standard markdown files and frontmatter without external libraries.

What are the limitations of using markdown files for workflow automation?

Using markdown files for workflow automation limits execution to context and documentation retrieval, requiring optional scripts if you need deterministic task processing beyond standard text generation.