skill-authoring

Create reusable agent skills with structured markdown and frontmatter.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/BasitShafiq/personal --skill skill-authoring-basitshafiq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-authoring
Source: https://github.com/BasitShafiq/personal/tree/main/.local/skills/skill-authoring
Command: npx skills add https://github.com/BasitShafiq/personal --skill skill-authoring-basitshafiq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill empowers users to create and save reusable instructions and workflows, effectively extending the AI's capabilities and ensuring consistent task execution across sessions.

Core Features & Use Cases

  • Skill Creation: Define new, persistent skills for the AI.
  • Knowledge Persistence: Save procedures, workflows, and information for future use.
  • Use Case: If a user frequently needs to generate a specific type of report with a multi-step process, they can create a skill for it, allowing the AI to execute the report generation with a single command in the future.

Quick Start

Use the skill-authoring skill to create a new skill named 'code-formatter' that standardizes code style.

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 for an AI agent?

To create reusable agent instructions, you define the skill's name, description, and operational steps within a structured markdown format. This approach saves workflows for future use, ensuring consistent task execution across independent sessions without needing to re-explain procedures.

What are reusable agent skills and when do I need them?

Reusable agent skills are persistent instructions that extend an AI's capabilities for specific, multi-step workflows. You need them when you frequently execute identical complex tasks, like generating standardized reports, and want to trigger the process reliably without manual setup.

How do I write agent skills in markdown format?

You write agent skills in markdown by adhering to specific frontmatter requirements for discoverability and operational integrity. This structured format defines the skill's name, description, and detailed instructions, enabling the agent to execute tasks accurately.

Can I save a multi-step workflow for persistent session-independent execution?

Yes, you can save multi-step workflows as reusable skills for persistent, session-independent execution. By defining your procedures in the skill's markdown instructions, the agent can reliably execute the entire workflow on command in future interactions.

Do I need specific frontmatter to make agent skills discoverable?

Yes, specific frontmatter is required to make agent skills discoverable and operationally sound. Adhering to these structured markdown requirements ensures the system can properly identify and execute your saved instructions during an agent session.