skill-authoring

Create reusable SKILL.md definitions with frontmatter for agent capabilities.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/samibrahmi/instanotes-api --skill skill-authoring-samibrahmi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-authoring
Source: https://github.com/samibrahmi/instanotes-api/tree/main/newcontent/skills/skill-authoring
Command: npx skills add https://github.com/samibrahmi/instanotes-api --skill skill-authoring-samibrahmi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This capability enables you to create and save reusable instructions that extend agent capabilities across sessions, reducing repetitive tasks and enabling scalable automation.

Core Features & Use Cases

  • Save procedures and workflows as standalone skills to be reused in future tasks.
  • Define concise, frontmatter-driven SKILL.md entries to guide behavior and triggers.
  • Compose complex workflows by layering multiple skills and sharing best practices across projects.

Quick Start

Create a new skill named 'my-skill' by writing its SKILL.md frontmatter and body, then place it under the skills directory.

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 instructions to automate repeatable agent workflows?

To automate repeatable agent workflows, you create a reusable skill definition by writing a SKILL.md file with required frontmatter like name and description, then place it under the skills directory to persist instructions across sessions.

What is a SKILL.md frontmatter and when do I need it for task automation?

SKILL.md frontmatter is required metadata containing a name and description that defines how a skill guides agent behavior and triggers. You need it when codifying repeatable tasks or saving instructions for future automation sessions.

Can I compose complex workflows by layering multiple skills and sharing them across projects?

Yes, you can compose complex workflows by layering multiple skills to share best practices across projects. This approach enables scalable automation by combining standalone skill definitions to extend agent capabilities.

Do I need any dependencies or external scripts to codify procedures as standalone skills?

No dependencies are required to codify procedures as standalone skills. You write a SKILL.md file with frontmatter, and can optionally include references to scripts, assets, or references as needed to support the workflow.

What's the best way to save guidelines and documentation for future agent sessions?

The best way to save guidelines for future sessions is creating a frontmatter-driven SKILL.md entry that defines concise triggers and behaviors, reducing repetitive tasks by persisting instructions as a reusable skill.

Why does my skill definition not persist or trigger correctly across different sessions?

If a skill definition does not persist or trigger correctly, it likely lacks the required frontmatter fields name and description in the SKILL.md file, or the file is not properly placed under the skills directory for session retrieval.