skill-authoring

Create and manage reusable agent skills with SKILL.md files.

Updated Jul 4, 2026
One-click install
npx skills add https://github.com/Spectra29115/Project-ResumeParser --skill skill-authoring-spectra29115
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-authoring
Source: https://github.com/Spectra29115/Project-ResumeParser/tree/main/.local/skills/skill-authoring
Command: npx skills add https://github.com/Spectra29115/Project-ResumeParser --skill skill-authoring-spectra29115

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you create and manage reusable skills for agents, allowing you to extend agent capabilities and save instructions for future tasks.

Core Features & Use Cases

  • Skill Creation: Design and save reusable knowledge, procedures, and workflows.
  • Agent Extension: Enhance agent capabilities with custom skills.
  • Future Task Instructions: Store instructions for repeated future use.
  • Use Case: If you have a frequently performed task that can be automated, this skill can help you create a reusable script to perform that task.

Quick Start

Create a new skill named 'code-review' by writing a SKILL.md file in the .agents/skills/code-review/SKILL.md 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 workflows to automate repetitive tasks for agents?

To create reusable workflows, you define the task instructions in a SKILL.md file within the .agents/skills/ directory. This allows you to save procedures for future automated execution.

What is agent extension and how does it improve task automation?

Agent extension is the process of enhancing agent capabilities with custom skills. It allows you to store knowledge and workflows, enabling agents to automatically perform frequently repeated tasks.

How do I save instructions for repeated future use by an agent?

You save instructions by creating a new skill, such as writing a SKILL.md file in the .agents/skills/ directory. This stores your procedures for the agent to access in future tasks.

Can I use scripts to extend agent capabilities without writing complex code?

Yes, you can extend agent capabilities by creating reusable skills through scripts. You need to provide the skill definition, which requires user input for execution.

What are the limitations of using custom skills for task automation?

A limitation of custom skills is that they require user input for both skill definition and execution. They facilitate automation but do not autonomously generate the initial workflow design.