skill-creator

Create reusable skills with SKILL.md and metadata for future sessions.

Updated Jan 6, 2026
One-click install
npx skills add https://github.com/bcwgames/FNaF-TVE --skill skill-creator-bcwgames
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/bcwgames/FNaF-TVE/tree/main/Five-Nights-At-Freddys-The-Virtual-Experience/.local/secondary_skills/skill-creator
Command: npx skills add https://github.com/bcwgames/FNaF-TVE --skill skill-creator-bcwgames

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create new reusable skills to save instructions or workflows for future tasks.

Core Features & Use Cases

  • Persistable skills that survive across sessions and tasks
  • Structured guidance to capture intents, triggers, and outputs
  • Easy organization under .agents/skills for quick reuse

Quick Start

Draft a new skill by outlining its purpose, choosing a name, and placing SKILL.md under .agents/skills/<skill-name>/ to enable reuse.

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 workflows to persist across different sessions?

To create reusable workflows, you draft a SKILL.md file with frontmatter containing a name and description, then place it under .agents/skills/<skill-name>/ to persist instructions across sessions.

What is the best way to standardize task automation instructions for future use?

Standardizing task automation involves capturing intents, triggers, and outcomes in a structured SKILL.md body with optional resource directories for scripts and assets.

Do I need any dependencies to build markdown-based skill templates?

No dependencies are required to build markdown-based skill templates; you only need to organize your files under the .agents/skills directory structure for reuse.

Can I include scripts and references when I create new skills?

Yes, you can include scripts and references by adding optional resources directories alongside your SKILL.md file when you create new skills.

How does skill engineering capture intents and triggers for future tasks?

Skill engineering captures intents and triggers by enforcing structured frontmatter and a descriptive markdown body, encoding specific workflow logic for future tasks.