skill-authoring

Create and maintain agent skills with structured metadata and directories.

27|9|Updated Aug 8, 2025
One-click install
npx skills add https://github.com/taurgis/sfcc-dev-mcp --skill skill-authoring-taurgis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-authoring
Source: https://github.com/taurgis/sfcc-dev-mcp/tree/main/.github/skills/skill-authoring
Command: npx skills add https://github.com/taurgis/sfcc-dev-mcp --skill skill-authoring-taurgis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The Skill Authoring Guide helps teams create and maintain clear, consistent, user-facing agent skills by providing a structured blueprint for metadata, organization, and reference material.

Core Features & Use Cases

  • Clear frontmatter requirements (name and description) enforced for each skill unit
  • Structured guidance on optional directories (scripts, references, assets) and how to use them
  • A standardized pattern set (reference files, examples, and validation checklists) to accelerate skill creation and maintenance

Quick Start

Follow this guide to create and maintain reliable agent skills.

Frequently Asked Questions about skill-authoring

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

FAQPage Schema
How do I write frontmatter for agent skills?

To write frontmatter for agent skills, include the required name and description fields in each skill unit's markdown metadata to ensure clear identification and user-facing documentation.

What is the best way to organize references and assets for agent skills?

Organize references and assets for agent skills by using optional structured directories for scripts, references, and assets, maintaining a clear separation of concerns across your repositories.

Do I need to specify dependencies and components when authoring agent skills?

You should specify dependencies and components when authoring agent skills to expose required external packages and internal modules, ensuring proper validation and operational transparency.

How does a standardized pattern set accelerate skill creation?

A standardized pattern set accelerates skill creation by providing reference files, examples, and validation checklists that streamline metadata documentation and enforce consistency across multiple repositories.

Can I use markdown to maintain user-facing agent skill documentation?

You can use markdown to maintain user-facing agent skill documentation, leveraging it for frontmatter requirements and structured guidance on organizing optional directories like scripts and assets.