skill-authoring

Create reusable skills with SKILL.md frontmatter and optional directories.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/hajrasarwar11/DataBase-Engine-with-AI --skill skill-authoring-hajrasarwar11
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-authoring
Source: https://github.com/hajrasarwar11/DataBase-Engine-with-AI/tree/main/.local/skills/skill-authoring
Command: npx skills add https://github.com/hajrasarwar11/DataBase-Engine-with-AI --skill skill-authoring-hajrasarwar11

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create reusable skills that persist across sessions to extend agent capabilities by saving instructions, workflows, and domain knowledge.

Core Features & Use Cases

  • Save and reuse procedures: write guidance and workflows that can be invoked later by different tasks.
  • Teach the agent new capabilities: describe how to perform a task so the agent can apply it in future interactions.
  • Reference material scaffolding: organize examples, templates, and checklists to speed up future task execution.

Quick Start

Describe how to create a new skill by outlining its name, description, and example workflows in SKILL.md.

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 workflows to extend agent capabilities across sessions?

To create reusable workflows, you define a new capability by writing instructions, procedures, and domain knowledge in a SKILL.md file. This saves workflows for future sessions, allowing different tasks to invoke the stored procedures later.

What is the best way to teach an agent how to perform a specific task repeatedly?

The best way to teach an agent a task is to create a skill that describes the procedure and provides example workflows. This stores the capability so the agent can apply it automatically in future interactions without needing repeated instructions.

Does creating agent skills require specific frontmatter and directory structures?

Creating agent skills requires satisfying frontmatter specifications in the SKILL.md file. You can also use optional directories to organize scripts, references, and assets, which augments the skill's core instructions and scaffolds reference material like templates.

Can I save checklists and templates for my agent to use during future tasks?

Yes, you can save checklists and templates by using the reference material scaffolding feature. This organizes examples and templates within optional directories, speeding up future task execution by providing the agent with readily available structured guidance.

How do I structure documentation so my automated workflows can be reused later?

You structure documentation by outlining the skill's name, description, and example workflows directly within the SKILL.md file. This format ensures workflows are properly documented and can be seamlessly invoked by automated tasks in subsequent sessions.