skill-creator

Create reusable skill definitions from captured workflows and project conventions.

Updated Jun 20, 2026
One-click install
npx skills add https://github.com/4tie/fortiesr --skill skill-creator-4tie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/4tie/fortiesr/tree/main/.local/secondary_skills/skill-creator
Command: npx skills add https://github.com/4tie/fortiesr --skill skill-creator-4tie

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you capture a repeated workflow, decision process, or project convention and turn it into a reusable skill that future sessions can apply consistently.

Core Features & Use Cases

  • Workflow Capture: Extract the key steps, triggers, outputs, and edge cases from an existing conversation or process.
  • Skill Authoring: Write a valid skill with clear instructions, concise metadata, and the right supporting structure.
  • Use Case: Use it when you want to preserve a proven approach for tasks like onboarding a new workflow, standardizing a checklist, or packaging a recurring expert process for future use.

Quick Start

Ask the assistant to turn your repeated workflow into a new skill by describing the task, when it should trigger, the expected output, and any special rules.

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 repeated workflow into a reusable skill?

You can create a reusable skill by describing your repeated task, its triggers, expected outputs, and special rules to the assistant, which then writes a valid SKILL.md with concise operational instructions and optional supporting scripts.

What is a reusable skill definition for workflow automation?

A reusable skill definition is a structured SKILL.md file containing frontmatter metadata, concise operational instructions, and optional supporting references that standardizes a repeated task or project convention for consistent future execution.

Can I include scripts and reference assets when authoring a skill?

Yes, skill authoring supports including optional supporting references, scripts, or assets alongside the core operational instructions to ensure future sessions apply your workflow consistently.

When should I standardize a checklist into a skill?

You should standardize a checklist into a skill when you need to preserve a proven approach for onboarding a new workflow, standardizing a recurring process, or packaging expert domain knowledge for consistent future use.

What metadata is required to create a valid skill?

Creating a valid skill requires a SKILL.md frontmatter that includes both the skill name and description, ensuring the reusable workflow definition is properly structured for future sessions to recognize and apply.