skill-authoring

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

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/gopforever/Idle-Echoes --skill skill-authoring-gopforever
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-authoring
Source: https://github.com/gopforever/Idle-Echoes/tree/main/.local/skills/skill-authoring
Command: npx skills add https://github.com/gopforever/Idle-Echoes --skill skill-authoring-gopforever

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create reusable skills that persist across sessions by capturing instructions, workflows, and context so you can reuse expert knowledge without re-teaching from scratch.

Core Features & Use Cases

  • Save instructions, procedures, and workflows as standalone skills for future tasks.
  • Document frontmatter requirements and usage patterns to guide activation and integration.
  • Organize skills with optional resources (scripts, references, assets) for on-demand loading.

Quick Start

Create a new skill by writing a concise frontmatter with name and description and placing SKILL.md at the root of the skill directory.

Frequently Asked Questions about skill-authoring

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I save instructions and workflows to reuse across sessions?

To save instructions and workflows to reuse across sessions, create a standalone skill with a SKILL.md file containing name and description frontmatter. This persists your procedures so you can apply expert knowledge without re-teaching from scratch.

What frontmatter is required to define a new skill?

Defining a new skill requires frontmatter containing a name and description. This frontmatter must be placed at the root of the skill directory within a SKILL.md file to properly document activation patterns and guide integration.

Can I include scripts and references when documenting markdown workflows?

Yes, you can include optional scripts, references, and assets directories alongside your SKILL.md file when documenting markdown workflows. These resources support on-demand loading to extend the agent's behavior.

How do I compose workflows that remain consistent over time across tasks?

Composing workflows that remain consistent over time across tasks is done by persisting instructions as reusable skills. You write concise frontmatter to define the skill, allowing the agent to reliably apply the same workflow logic in future sessions.

Do I need coding experience to create reusable workflows with markdown?

No coding experience is strictly needed to create reusable workflows with markdown, as the core requirement is writing a SKILL.md file with frontmatter. However, adding optional scripts can further extend agent capabilities for advanced use cases.