skill-authoring

Create reusable skills with SKILL.md frontmatter and markdown bodies.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/Mo7amed-Mahmoud/ZeinaGuard-Pro --skill skill-authoring-mo7amed-mahmoud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-authoring
Source: https://github.com/Mo7amed-Mahmoud/ZeinaGuard-Pro/tree/main/.local/skills/skill-authoring
Command: npx skills add https://github.com/Mo7amed-Mahmoud/ZeinaGuard-Pro --skill skill-authoring-mo7amed-mahmoud

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create reusable skills that extend agent capabilities. Use when the user asks to create a skill, teach you something reusable, or save instructions for future tasks.

Core Features & Use Cases

  • Save reusable knowledge, procedures, and workflows that persist across sessions.
  • Instructions for future versions of yourself—teach a fresh instance how to handle tasks.
  • Collaborate with users to tailor skills, reference examples and contexts.

Quick Start

Write a new SKILL.md in the target skills directory with frontmatter specifying name and description, then add the instructional body.

Frequently Asked Questions about skill-authoring

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

FAQPage Schema
How do I create reusable AI agent workflows that persist across sessions?

To create reusable AI agent workflows, author a root SKILL.md file with frontmatter specifying the name and description, then add instructional markdown body text to define agent behaviors that persist across sessions.

What is the best way to teach an AI new behaviors for repeated tasks?

The best way to teach an AI new behaviors is to save instructions in a SKILL.md file, allowing future agent instances to retrieve and apply the workflow procedures for repeated task execution.

Do I need any dependencies to write and organize AI skills?

No dependencies are required to write AI skills. You only need a target skills directory to create a SKILL.md file, with optional folders like scripts/, references/, and assets/ to organize additional materials.

Can I use markdown and frontmatter to orchestrate multi-skill procedures?

Yes, you can use markdown and frontmatter to orchestrate multi-skill procedures by defining reusable knowledge and workflows in a SKILL.md file that coordinates complex task execution across different sessions.

What file format is required to save instructions for future AI tasks?

A markdown file format named SKILL.md is required to save instructions, utilizing frontmatter for metadata and a markdown body to document the procedures for future AI task execution.

Are there limitations when using a single SKILL.md to extend agent capabilities?

A single SKILL.md extends agent capabilities by defining core instructions, but complex tasks may require organizing additional materials in optional folders like scripts/ and references/ to support the workflows fully.