authoring-skills

Create agent skills compliant with Anthropic and agentskills.io specifications.

97|5|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/friday-platform/friday-studio --skill authoring-skills-friday-platform
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: authoring-skills
Source: https://github.com/friday-platform/friday-studio/tree/main/packages/system/skills/authoring-skills
Command: npx skills add https://github.com/friday-platform/friday-studio --skill authoring-skills-friday-platform

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Writing agent skills that comply with the Anthropic and agentskills.io specification, activate correctly, and perform reliably in production is error-prone. Common pitfalls like invalid frontmatter, oversized body content, nested references, and missing evaluation steps lead to skills that fail to trigger or produce inconsistent results.

Core Features & Use Cases

  • Spec-compliant authoring guidance: Covers frontmatter rules, body budget limits, and reference layout requirements to ensure skills pass validation and activate as expected.
  • Evaluation-first workflow: Includes a structured loop to baseline agent performance without the skill, write test cases, and iterate based on real execution traces to close capability gaps.
  • Pre-publish linting: Bundles a lint script to catch errors like reserved name substrings, first-person descriptions, and broken reference links before shipping.
  • Use Case: For example, if you are building a skill to automate your team's Slack message triage workflow, this skill walks you through writing the SKILL.md, structuring reference documentation, bundling helper scripts, and validating the skill to ensure it activates when users mention "triage Slack messages" and performs the task correctly.

Quick Start

Use the authoring-skills skill to create a new skill that automates your team's weekly status report generation and posting to the internal wiki.

Frequently Asked Questions about authoring-skills

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

FAQPage Schema
How do I create agent skills that comply with the Anthropic specification?

To create Anthropic-compliant agent skills, you need valid frontmatter, body budget enforcement, one-level reference structures, and pre-publish linting to ensure skills are discoverable and functional.

What is the evaluation-first workflow for skill authoring?

The evaluation-first workflow for skill authoring involves baselining agent performance without the skill, writing test cases, and iterating based on real execution traces to close capability gaps.

How do I lint agent skills before publishing?

You lint agent skills before publishing by running a lint script that catches errors like reserved name substrings, first-person descriptions, and broken reference links to ensure valid frontmatter and reliable activation.

Why does my agent skill fail to trigger or produce inconsistent results?

Agent skills fail to trigger or produce inconsistent results due to common authoring pitfalls like invalid frontmatter, oversized body content, nested references, and missing evaluation steps.

Can I build reusable skills for task automation and document processing within the Friday platform?

Yes, developers and AI workflow builders can construct reusable skills for task automation, document processing, and system integration within the Friday platform ecosystem using spec-compliant authoring guidance.

What is the best way to structure reference documentation for agent skills?

The best way to structure reference documentation for agent skills is maintaining a one-level reference structure, which avoids nested references and ensures the skill passes validation and activates as expected.