skill-name

Execute operational instructions from a skill's SKILL.md file.

26|3|Updated Feb 17, 2021
One-click install
npx skills add https://github.com/jbalcomb/ReMoM --skill skill-name-jbalcomb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-name
Source: https://github.com/jbalcomb/ReMoM/tree/main/.claude/skills/my-new-skill
Command: npx skills add https://github.com/jbalcomb/ReMoM --skill skill-name-jbalcomb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This skill simplifies the use of 'skill-name' to enhance efficiency and convenience.

Core Features & Use Cases

  • Skill Execution: Utilizes the 'SKILL.md' entry point to execute commands.
  • Instructions Handling: Parses the Markdown body for operational instructions.
  • Component Management: Handles optional directories for scripts, references, and assets.

Quick Start

Use 'skill-name' to activate the skill and follow the instructions in the SKILL.md file.

Frequently Asked Questions about skill-name

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

FAQPage Schema
How do I execute operational instructions defined in a SKILL.md file?

To execute operational instructions, the skill parses the Markdown body of the SKILL.md file as an entry point to run commands and handle scripting components. It requires YAML frontmatter with at least a name and description to function.

What YAML frontmatter is required for skill execution?

Valid skill execution requires YAML frontmatter to include at least a name and description. This metadata allows the instruction parser to properly identify and run the operational commands defined in the Markdown body.

How are scripts, references, and assets handled during skill activation?

During skill activation, optional directories for scripts, references, and assets are managed as components. This component handling ensures a comprehensive experience by organizing supporting files alongside the parsed instructions.

Can I use this skill if my Markdown file only contains instructions without YAML frontmatter?

No, you cannot use this skill without YAML frontmatter. The instruction parsing mechanism requires at least a name and description in the YAML frontmatter to successfully execute the operational instructions in the Markdown body.

What is the best way to manage scripting components and reference directories for a custom skill?

The best way to manage scripting components is to place them in the optional directories for scripts, references, and assets. The skill automatically handles these components during execution to provide a comprehensive operational experience.