skill-authoring

Create reusable agent skills with YAML frontmatter and Markdown instructions.

2|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/patriotnewsactivism/Casebuddy-AI-Law-Partner --skill skill-authoring-patriotnewsactivism
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-authoring
Source: https://github.com/patriotnewsactivism/Casebuddy-AI-Law-Partner/tree/main/.local/skills/skill-authoring
Command: npx skills add https://github.com/patriotnewsactivism/Casebuddy-AI-Law-Partner --skill skill-authoring-patriotnewsactivism

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows users to create and save reusable instructions, workflows, and knowledge for the AI, enabling it to perform tasks more efficiently and consistently across sessions.

Core Features & Use Cases

  • Skill Creation: Define new, persistent capabilities for the AI.
  • Knowledge Persistence: Save procedures and information for future use.
  • Use Case: When a user wants to teach the AI a specific way to format code or a new process for summarizing articles, this skill is used to capture and store those instructions.

Quick Start

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

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 agent skills with persistent instructions?

To create reusable agent skills, define their structure, content, and metadata using a specific YAML frontmatter format for the name and description, and Markdown for the operational instructions. This enables persistent, user-defined workflows.

How does knowledge persistence work when teaching an AI a new workflow?

Knowledge persistence works by capturing and storing user-defined instructions in a structured skill format, allowing the AI to access and apply specific procedures, such as code formatting rules, consistently across future sessions.

What format is required to define agent capabilities for workflow creation?

Defining agent capabilities requires a specific YAML frontmatter format to declare the skill name and description, paired with Markdown syntax to write the operational instructions that the agent will execute.

Can I save custom procedures for the AI to use across different sessions?

Yes, you can save custom procedures for the AI to use across different sessions. This skill enables the creation and management of reusable agent skills, extending agent capabilities through persistent, user-defined instructions.

What is the best way to extend agent capabilities without repeating instructions?

The best way to extend agent capabilities without repeating instructions is to create a reusable skill. By defining the workflow in Markdown with YAML metadata, the AI consistently applies the stored knowledge whenever needed.