Home / majdghithan / agent-skills · skills/skill-authoring/SKILL.md · GitHub

skill-authoring skillA

skill-authoring is agent-read markdown (skill) from majdghithan/agent-skills: Author, structure, verify, and publish a high-quality agent skill (SKILL.md). Use whenever the user wants to "write a skill", "create a skill for X", turn expertise or a workflow into a reusable skill, improve an existing SKILL.md, or publish a skill to their repo. Covers the SKILL.md format, writing a strong description, progressive disclosure with reference files, the detect-context-first pattern, fact-verification discipline, testing, and the publish workflow..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Skill authoring - write a great, publishable skill

A skill is a `SKILL.md` file (YAML frontmatter + markdown instructions) that an agent loads when its work matches. Optionally it bundles supporting files (`references/*.md`, `scripts/`) loaded on demand. Good skills are **specific, accurate, and lean**. This skill is how to write one.

## 1. Decide it should exist

Write a skill when there's real, reusable know-how an agent would otherwise get wrong or generic: a framework's version-specific rules, a migration's gotchas, a self-hosting workflow, a house style. **Don't** write one for a one-off task, or for something the model already does well. Check the ecosystem first (`npx skills find <topic>`) - if a great one exists, install it instead; if only generic ones exist, that's your gap.

## 2. Frontmatter - name + description (the description is critical)

```yaml
---
name: kebab-case-name          # matches the folder name
description: <what it does> + <when to use it> + <trigger phrases> + <when NOT to use>
---
```
…

Read the whole file at its exact version.

How to install

Latest version
mdr add majdghithan/agent-skills/skill-authoring@git:20260729.68e840f
Exact content
mdr add majdghithan/agent-skills/skill-authoring@sha256:9ce08e82a2450370

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_j5olyvhjoofc62pu.svg)](https://markdownregistry.com/a/art_j5olyvhjoofc62pu)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260729.68e840f latest2026-07-29 68e840f 5,805 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (5805 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

majdghithan/agent-skills · 7 stars · license MIT · pushed 2026-09-20 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_j5olyvhjoofc62pu
GET https://markdownregistry.com/api/v1/resolve?ref=majdghithan/agent-skills/skill-authoring
GET https://markdownregistry.com/api/v1/blob/9ce08e82a245037025c7b21501381e5a3b72115f483584bda4ba22b2d3152408

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from majdghithan/agent-skills

filament-plugin-development skill
majdghithan/agent-skills · skills/filament-plugin-development/SKILL.md · Build and publish custom Filament plugins (Filament is the Laravel admin-panel framework). Use when creating a Filament…
git:20260729.c006d55 · audit A · 7 stars
geo-llm-optimization skill
majdghithan/agent-skills · skills/geo-llm-optimization/SKILL.md · Generative Engine Optimization (GEO) - make a website citable and recommended INSIDE AI-assistant answers (ChatGPT…
git:20260729.b363e32 · audit A · 7 stars
lahja skill
majdghithan/agent-skills · skills/lahja/SKILL.md · Arabic dialects (لهجة) writing skill - write or rewrite Arabic in a specific spoken dialect with correct dialect…
git:20260920.538264f · audit A · 7 stars
laravel-architecture-review skill
majdghithan/agent-skills · skills/laravel-architecture-review/SKILL.md · Review a Laravel codebase's architecture and design, not just its types. Use when asked to audit a Laravel app, find…
git:20260729.8c02853 · audit A · 7 stars
laravel-filament skill
majdghithan/agent-skills · skills/laravel-filament/SKILL.md · Version-aware best practices for Filament (the Laravel admin-panel / TALL-stack framework by filamentphp), covering v1…
git:20260729.6c62a20 · audit A · 7 stars
laravel-mixpost skill
majdghithan/agent-skills · skills/laravel-mixpost/SKILL.md · Self-host and operate Mixpost (the open/self-hosted social-media scheduler by Inovector) inside a Laravel app -…
git:20260729.b363e32 · audit A · 7 stars
laravel-mysql-to-postgres skill
majdghithan/agent-skills · skills/laravel-mysql-to-postgres/SKILL.md · Migrate a Laravel application's database from MySQL/MariaDB to PostgreSQL safely. Use when moving a Laravel app to…
git:20260729.b363e32 · audit A · 7 stars
laravel-upgrade skill
majdghithan/agent-skills · skills/laravel-upgrade/SKILL.md · Upgrade a Laravel application across major versions safely (Laravel 8 -> 9 -> 10 -> 11 -> 12 -> 13), one hop at a time…
git:20260729.4bed2ca · audit A · 7 stars
livewire skill
majdghithan/agent-skills · skills/livewire/SKILL.md · Version-aware best practices for Laravel Livewire (Caleb Porzio's full-stack framework), covering v1 through v4. Use…
git:20260729.c006d55 · audit A · 7 stars

Every file in majdghithan/agent-skills

Other files named skill-authoring

skill-authoring skill
nyldn/claude-octopus · .claude/skills/skill-authoring/SKILL.md · Principles for writing skills that behave the same way every run — use when adding, editing, or reviewing a skill in…
git:20260907.4febbb1 · audit A · 4,097 stars
skill-authoring skill
nyldn/claude-octopus · skills/skill-authoring/SKILL.md · Principles for writing skills that behave the same way every run — use when adding, editing, or reviewing a skill in…
git:20260907.4febbb1 · audit A · 4,097 stars
skill-authoring skill
mateaix/mateclaw · mateclaw-server/src/main/resources/skills/skill-authoring/SKILL.md · Author SKILL.md skills: frontmatter, validator limits, structure.
v1.0.0 · audit A · 1,127 stars
skill-authoring skill
tencentcloudbase/cloudbase-ai-toolkit · skills/skill-authoring/SKILL.md · Design, improve, and evaluate reusable agent skills with high-quality SKILL.md files, precise trigger descriptions…
git:20260817.2eb60da · audit A · 1,123 stars
skill-authoring skill
uvwt/agentdock · core-skills/skill-authoring/SKILL.md · 创建、设计、修改、重构和验证 AgentDock Skill 时使用;负责 Agent Skills 兼容的 SKILL.md、可移植核心、引用、辅助脚本、测试、安全边界和本地真实验证。
git:20260924.b36b40f · audit A · 1,081 stars
skill-authoring rules
borghei/claude-skills · .cursor/rules/skill-authoring.mdc · Conventions for writing or editing a SKILL.md skill package.
git:20260629.ee6fb37 · audit A · 821 stars
skill-authoring skill
athola/claude-night-market · plugins/abstract/skills/skill-authoring/SKILL.md · Guide creating Claude Code skills with TDD and persuasion principles. Use for new skill development.
git:20260902.b3bb3ff · audit A · 338 stars
skill-authoring skill
microsoft/github-copilot-for-azure · .github/skills/skill-authoring/SKILL.md · Guidelines for writing Agent Skills that comply with the agentskills.io specification. WHEN: "create a skill", "new…
v1.0.1 · audit A · 252 stars

Browse by kind, by grade A, or by owner.