agent-skills-writing

Standardize authoring and organizing AI agent skills with frontmatter and folder structure.

18|10|Updated Aug 30, 2022
One-click install
npx skills add https://github.com/GovTechSG/sgds-web-component --skill agent-skills-writing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-skills-writing
Source: https://github.com/GovTechSG/sgds-web-component/tree/main/.github/skills/agent-skills-writing
Command: npx skills add https://github.com/GovTechSG/sgds-web-component --skill agent-skills-writing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guidelines and patterns for authoring AI agent skills in this repository, ensuring consistency, discoverability, and maintainability for both external users and internal maintainers.

Core Features & Use Cases

  • Standard frontmatter and navigation hub conventions to enable automated discovery and validation.
  • Clear guidance on skill locations (skills/ and .github/skills/), and handling of optional resources (scripts/, references/, assets/).
  • Patterns for simple, complex, and consolidated skills, including reference-file strategies and the hub+reference workflow.
  • Practical steps for registering new skills, updating references, and refactoring when skills grow large.

Quick Start

Review the agent-skills-writing SKILL.md and apply the consolidated vs standalone patterns when creating or updating a skill.

Frequently Asked Questions about agent-skills-writing

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

FAQPage Schema
How do I standardize AI agent skill writing for consistent discovery?

Standardize AI agent skill writing by applying required frontmatter, folder structure conventions, and reference extraction patterns to ensure automated discovery and maintainability across user-facing and internal guidelines.

What is the best way to organize reference files when consolidating agent skills?

Organize reference files by extracting them into dedicated directories using hub and reference workflows, enabling consolidated skills to maintain clear navigation hubs without bloating the core SKILL.md file.

How does the skill-creator workflow evaluation checklist work?

The skill-creator workflow evaluation checklist specifies validation requirements for frontmatter, folder structure, and reference extraction, ensuring new skills meet repository standards before registration and automated discovery.

When should I use consolidated versus standalone patterns for AI agent skills?

Use consolidated patterns when a skill grows large and requires reference-file strategies, while standalone patterns suit simpler skills without optional resources like scripts, references, or assets directories.

Do I need specific folder structures for internal guidelines versus user-facing skills?

Internal guidelines reside under .github/skills/ while user-facing skills occupy skills/, both requiring standard frontmatter and navigation hub conventions to enable automated validation and consistent discoverability.

What are the limitations of consolidating multiple agent skills into a single hub?

Consolidation requires careful reference-file extraction and hub management to avoid navigation complexity, demanding strict adherence to frontmatter standards and folder structure conventions to maintain automated discovery capabilities.