skill-creator

Create reusable SKILL.md files with frontmatter for name and description.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/soq123/SE3354-Calo-fit --skill skill-creator-soq123
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/soq123/SE3354-Calo-fit/tree/main/.local/secondary_skills/skill-creator
Command: npx skills add https://github.com/soq123/SE3354-Calo-fit --skill skill-creator-soq123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Skill creators help teams encapsulate and reuse instructional workflows by turning repeated tasks into shareable automation skills.

Core Features & Use Cases

  • Capture recurring instructions and workflows to build durable SKILL.md entries.
  • Organize optional resources (scripts, references, and assets) to support scalable automation.
  • Use Case: when you frequently perform a configuration or setup, create a skill to reproduce it in new sessions with consistent results.

Quick Start

Create the SKILL.md at .agents/skills/<skill-name>/SKILL.md and populate the frontmatter with name and description.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I automate workflows for recurring tasks across conversations?▼

You can reuse instructions by creating a SKILL.md file at .agents/skills/<skill-name>/, using frontmatter to define the name and description for the recurring workflow.

What metadata is needed to create a reusable skill?▼

Creating a reusable skill requires frontmatter with a name and description, while optional scripts, references, and assets can be included to support scalable automation.

How do I capture repeatable processes for future task automation?▼

Capture repeatable processes by writing recurring instructions into a SKILL.md entry to reproduce configurations and setups in new sessions with consistent results.

Can I include scripts and assets when building instructional workflows?▼

Yes, you can organize optional resources like scripts, references, and assets alongside the SKILL.md file to support scalable automation and instructional workflows.

Does creating a skill require any dependencies or components?▼

No, creating a skill requires no dependencies or components, allowing you to directly build durable SKILL.md entries by simply adding the required frontmatter.

When should I build a skill instead of repeating manual instructions?▼

Build a skill when you frequently perform specific configurations or setups, turning those repeated tasks into shareable automation to ensure consistent handoffs across sessions.