skill-authoring

Create reusable agent skills with SKILL.md files and optional resources.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/sureshkushwaha123/Asset_Manager --skill skill-authoring-sureshkushwaha123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-authoring
Source: https://github.com/sureshkushwaha123/Asset_Manager/tree/main/.local/skills/skill-authoring
Command: npx skills add https://github.com/sureshkushwaha123/Asset_Manager --skill skill-authoring-sureshkushwaha123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create reusable, shareable skills that extend agent capabilities, reducing repetitive prompt work and ensuring consistent behavior across sessions.

Core Features & Use Cases

  • Save procedures and workflows as skills that persist across conversations.
  • Document and package knowledge for future use, with clear naming and descriptions.
  • Structure optional resources (scripts, references, assets) to support activation when needed.

Quick Start

Create a new skill named my-skill to save and reuse instructions for future tasks.

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 skills for future tasks?

To create reusable AI agent skills, you define a SKILL.md file at .agents/skills/SKILLNAME/ with frontmatter containing a name and description. This packages your workflows so they persist and load into context during future activations.

What is the best way to document AI agent workflows so they persist across sessions?

Documenting AI agent workflows is done by creating a SKILL.md file with clear naming and descriptions. This saves procedures as reusable skills, ensuring consistent behavior across sessions without repetitive prompt work.

How do I structure optional resources like scripts and references for an AI agent skill?

You structure optional resources by placing them in the scripts/, references/, and assets/ directories alongside your SKILL.md file. This supports advanced behavior by providing necessary context and tools when the skill is activated.

When do I need to include frontmatter in a SKILL.md file for an AI agent?

You need to include frontmatter in a SKILL.md file whenever you define a reusable skill. The frontmatter must contain a name and a description so the agent can properly identify and load the skill into context during activation.

Can I package documentation and knowledge for future use without writing repetitive prompts?

Yes, you can package knowledge for future use by defining a reusable skill in a SKILL.md file. This eliminates repetitive prompt work by saving your procedures and workflows with clear names and descriptions for future sessions.