skill-creator-skill

Create and edit OpenLoaf custom Skills with SKILL.md templates.

94|9|Updated Dec 8, 2025
One-click install
npx skills add https://github.com/OpenLoaf/OpenLoaf --skill skill-creator-skill-openloaf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator-skill
Source: https://github.com/OpenLoaf/OpenLoaf/tree/main/apps/server/src/ai/builtin-skills/skill-creator
Command: npx skills add https://github.com/OpenLoaf/OpenLoaf --skill skill-creator-skill-openloaf

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users create, edit, and optimize OpenLoaf custom Skills by providing structured guidance on triggers, scope, and formatting to ensure consistent activation and execution.

Core Features & Use Cases

  • Step-by-step guidance to define trigger phrases, scope (global vs project), and expected outputs.
  • Templates for SKILL.md frontmatter and Markdown body, plus handling of optional openloaf.json and ancillary assets.
  • Best practices and pitfalls to avoid when drafting or tuning Skills.

Quick Start

Provide the skill name, scope (global or project), trigger phrases, and the desired outputs so I can draft a SKILL.md skeleton.

Frequently Asked Questions about skill-creator-skill

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

FAQPage Schema
How do I create custom skills with correct frontmatter and markdown structure?

You create custom skills by providing the skill name, scope, trigger phrases, and desired outputs to generate a valid SKILL.md skeleton. This enforces strict frontmatter and Markdown body structure for consistent activation.

What is the difference between global and project scope for OpenLoaf skill creation?

Global and project scopes determine where your custom skills apply. Global scope activates across all contexts, while project scope restricts the skill to a specific project, requiring clear trigger patterns to avoid conflicts.

How do I write trigger phrases that ensure consistent skill activation?

Writing effective trigger phrases requires structured guidance to match expected inputs. You define specific patterns during skill creation so the workflow evaluates scope and executes the task only when intended.

Can I use openloaf.json and reference assets when scaffolding a custom skill?

Yes, you can use openloaf.json and ancillary assets when scaffolding a custom skill. The creation process includes templates for handling these optional files alongside the core SKILL.md documentation.

What are common pitfalls to avoid when optimizing or editing custom skills?

Common pitfalls when optimizing custom skills include poorly defined triggers and incorrect markdown formatting. Following best practices for scope selection and strict structure enforcement prevents inconsistent execution.