Home / heymegabyte / claude-skills · spec/SKILL.md · GitHub

spec skillC

spec is agent-read markdown (skill) from heymegabyte/claude-skills.

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.md Authoring Spec

Pattern from anthropics/skills (`spec/agent-skills-spec.md`). Authoritative reference for contributors.

---

## Frontmatter fields

```yaml
---
name: my-skill                      # REQUIRED. Lowercase a-z, 0-9, hyphens. Max 64 chars.
                                    # Must match parent directory name exactly.
description: |                      # REQUIRED. Max 1024 chars.
  What it does. When to invoke it.  # Lead with trigger condition for agent discovery.
  Include specific keywords.
license: MIT                        # OPTIONAL. License name or bundled file reference.
compatibility: Requires Node 22+    # OPTIONAL. Max 500 chars. Env constraints (wrangler, CF, Python).
metadata:                           # OPTIONAL. Arbitrary KV map.
  internal: true                    # Hides from /menu picker + skills find. See rules/internal-skill-discovery.md.
  version: "1.0"
  author: example-org
allowed-tools: Read Grep Bash(git:*) # OPTIONAL. Space-separated pre-approved tools. Experimental.
---
```

### Field rules

| Field | Required | Constraints |
|---|---|---|
| `name` | Yes | `^[a-z0-9][a-z0-9-]*[a-z0-9]$`, max 64, matches dir name |
…

Read the whole file at its exact version.

How to install

Latest version
mdr add heymegabyte/claude-skills/spec@git:20260922.2ae6aca
Exact content
mdr add heymegabyte/claude-skills/spec@sha256:3d84ee74b35f79af

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_qdwgzf5zaik2llbo.svg)](https://markdownregistry.com/a/art_qdwgzf5zaik2llbo)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260922.2ae6aca latest2026-09-22 2ae6aca 4,700 BC view

Audit of the latest version

C  14 of 17 checks passed. Deterministic, no model, same answer every run.
  • fail: Frontmatter block present
  • fail: Frontmatter declares a name
  • fail: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (4700 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

heymegabyte/claude-skills · 22 stars · license NOASSERTION · pushed 2026-09-22 · branch master

API

GET https://markdownregistry.com/api/v1/artifacts/art_qdwgzf5zaik2llbo
GET https://markdownregistry.com/api/v1/resolve?ref=heymegabyte/claude-skills/spec
GET https://markdownregistry.com/api/v1/blob/3d84ee74b35f79af83148395f64549d583d3f2cfdf90a987dfa379fcfbebbd71

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 heymegabyte/claude-skills

emdash-skills rules
heymegabyte/claude-skills · .cursor/rules/emdash-skills.mdc · Emdash Skills — 14-category product-building OS. CF Workers+Hono, Angular, D1, Drizzle, Clerk, Stripe.
git:20260424.a91e72a · audit A · 22 stars
.cursorrules rules
heymegabyte/claude-skills · .cursorrules
git:20260610.568baa5 · audit A · 22 stars
emdash-skills skill
heymegabyte/claude-skills · .devin/skills/emdash/SKILL.md · 14-category product-building OS. CF Workers+Hono, Angular, D1, Drizzle, Clerk, Stripe. 94 reference docs, 18 agents.
git:20260620.67154b5 · audit A · 22 stars
operating-system skill
heymegabyte/claude-skills · 01-operating-system/SKILL.md · Supreme policy layer governing all Claude Code behavior. Autonomy, one-line prompt interpretation, speed standards…
v2.1.0 · audit A · 22 stars
goal-and-brief skill
heymegabyte/claude-skills · 02-goal-and-brief/SKILL.md · Establish project thesis before first code. Infer product type from domain/folder/README. Identify users, business…
v2.1.0 · audit A · 22 stars
planning-and-research skill
heymegabyte/claude-skills · 03-planning-and-research/SKILL.md · Deep web research, competitor scanning, technology evaluation, and implementation planning. Decomposes work into…
v2.1.0 · audit A · 22 stars
preference-and-memory skill
heymegabyte/claude-skills · 04-preference-and-memory/SKILL.md · Captures and evolves user preferences with confidence levels. Maintains Voice of the Customer model with exact…
v2.1.0 · audit A · 22 stars
architecture-and-stack skill
heymegabyte/claude-skills · 05-architecture-and-stack/SKILL.md · Cloudflare-first platform selection. Decision trees for Workers, D1, R2, KV, DO, Queues, Vectorize, Containers…
v2.1.0 · audit A · 22 stars
build-and-slice-loop skill
heymegabyte/claude-skills · 06-build-and-slice-loop/SKILL.md · Implements features in vertical slices, always starting with homepage. Enforces anti-placeholder rules — no lorem…
v2.1.0 · audit A · 22 stars
quality-and-verification skill
heymegabyte/claude-skills · 07-quality-and-verification/SKILL.md · 5-level verification pyramid: static→unit→Playwright E2E (homepage-first, 6bp)→AI visual→post-deploy. 8-check quality…
v2.1.0 · audit A · 22 stars
deploy-and-runtime-verification skill
heymegabyte/claude-skills · 08-deploy-and-runtime-verification/SKILL.md · MANDATORY deploy after every code change. Typecheck → deploy → purge CDN → E2E on production → visual verify →…
v2.1.0 · audit A · 22 stars
brand-and-content-system skill
heymegabyte/claude-skills · 09-brand-and-content-system/SKILL.md · Extract real brands (Wayback for rebuilds). Copy system, headline/CTA rules, trust surfaces, legal pages…
v2.1.0 · audit A · 22 stars

Every file in heymegabyte/claude-skills

Other files named spec

spec skill
garrytan/gstack · spec/SKILL.md · Turn vague intent into a precise, executable spec in five phases. (gstack)
v0.1.0 · audit A · 134,082 stars
spec skill
squillo/aph · skills/spec/SKILL.md · APH (Agent per Human) protocol crash course and reference. Use when working with APH, NotarizationEnvelope JSON…
git:20260919.e90d1c5 · audit A · 10 stars
spec skill
smart-ai-memory/attune-ai · plugin/skills/spec/SKILL.md · Spec Ladders — goal-driven spec development: brainstorm, plan, review, and execute a gated task ladder with recorded…
git:20260905.5d6823d · audit A · 10 stars
spec skill
smart-ai-memory/attune-ai · .claude/skills/spec/SKILL.md · Spec Ladders — goal-driven spec development: brainstorm, plan, review, and execute a gated task ladder with recorded…
git:20260902.d668714 · audit A · 10 stars
spec skill
smart-ai-memory/attune-ai · .agents/skills/spec/SKILL.md · Spec Ladders — goal-driven spec development: brainstorm, plan, review, and execute a gated task ladder with recorded…
git:20260905.5d6823d · audit A · 10 stars
spec skill
cryndoc/polisade-orchestrator · skills/spec/SKILL.md · Generate a technical SPEC (SPEC-NNN) from an existing PRD or Feature Brief via a clean-context subagent. Use when PM…
git:20260910.6ccd621 · audit A · 7 stars
spec skill
lamngockhuong/aiteamkit · skills/spec/SKILL.md · Write and keep current the reference documents a team reads long after the work that produced them merged: the API…
git:20260924.59d6cfa · audit A · 5 stars
spec skill
badmuriss/my-llm-kit · skills/spec/SKILL.md · Plan a requested codebase change or architecture decision. Use when planning is requested; do not implement code.
git:20260921.95d68f9 · audit A · 3 stars

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