tkr-skill-writer

Author Skill Units with standardized SKILL.md frontmatter and reference organization.

60|8|Updated Dec 23, 2025
One-click install
npx skills add https://github.com/tomkrikorian/visionOSAgents --skill tkr-skill-writer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tkr-skill-writer
Source: https://github.com/tomkrikorian/visionOSAgents/tree/main/skills/tkr-skill-writer
Command: npx skills add https://github.com/tomkrikorian/visionOSAgents --skill tkr-skill-writer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides guidelines and templates for creating well-structured skills that follow consistent patterns, ensuring skills are discoverable and easy to navigate.

Core Features & Use Cases

  • Standardized SKILL.md structure with required frontmatter (name and description) and three sections.
  • Clear reference file guidelines (one level deep, relative paths).
  • Organization of component references (tables with clickable links) and implementation patterns.
  • Pitfalls checks and maintenance guidance to ensure quality over time.

Quick Start

Create or update a SKILL.md following the three sections:

  • Description and Goals
  • What This Skill Should Do
  • Information About the Skill Then add any necessary references under references/ and include optional assets/scripts as needed.

Frequently Asked Questions about tkr-skill-writer

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

FAQPage Schema
How do I standardize skill creation with consistent documentation guidelines?

Standardize skill creation by defining a SKILL.md file with required frontmatter including name and description, organizing references one level deep with relative paths, and applying consistent naming conventions to ensure reliable discovery and loading.

What is the required structure for a SKILL.md frontmatter file?

The required SKILL.md frontmatter structure includes name and description fields, followed by three main sections: Description and Goals, What This Skill Should Do, and Information About the Skill. This ensures consistent skill authoring patterns.

How do I organize reference files and component directories when authoring skills?

Organize reference files under a references directory keeping them one level deep with relative paths. Component references should use tables with clickable links to maintain clear navigation and consistent reference organization across skill units.

Do I need any dependencies or prior environment setup to start writing skill units?

No dependencies are required to start writing skill units. You only need to create or update a SKILL.md file following the three required sections and add necessary references under the references directory with optional assets or scripts as needed.

What are the common pitfalls and maintenance checks when creating documentation templates?

Common pitfalls checks when creating documentation templates include missing required frontmatter fields, improper file placement outside designated directories, inconsistent naming conventions, and disorganized references that hinder reliable skill discovery and loading.