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

my-skill skillA

my-skill is agent-read markdown (skill) from heymegabyte/claude-skills: Use when [TRIGGER CONDITION — what causes someone to invoke this skill]. Handles [PRIMARY TASK]. Outputs [DELIVERABLE]. Keywords: [comma-separated discovery keywords].

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

<!-- Remove <SUBAGENT-STOP> unless this is a meta-skill (session-recap, self-improve, drift-check). -->
<!-- <SUBAGENT-STOP>: skip this skill when running inside a subagent. -->
<!-- <SUBAGENT-STOP/> -->

# [Skill Display Name]

One-sentence mission: what this skill accomplishes and for whom.

**When to use** — [specific trigger: "after a multi-agent run", "before deploying", "when asked to audit X"]
**Inputs** — `$ARGUMENTS` ([what the user passes]); [env vars or files consumed]
**Outputs** — [concrete deliverables: files created, reports, commands run]
**Verification** — [how to confirm the skill succeeded]
**Can update ~/.agentskills or ~/.claude?** [YES with scope / NO — project work only]

---

## Protocol

Step-by-step. Each step is a tool call or decision:

1. **[Step name]** — [what to do]. Use `[ToolName]` with `[specific args]`.
2. **[Step name]** — [what to do].
3. **[Step name]** — [what to do].

If [edge case], then [alternative path].

---

## Output format

```
[SKILL NAME]: [scope or target]

[SECTION]:
- [item]

STATUS: PASS / FAIL / [domain-specific]
```

---

## Rules

- [Non-negotiable constraint 1]
- [Non-negotiable constraint 2]
- Never [anti-pattern].

---
…

Read the whole file at its exact version.

How to install

Latest version
mdr add heymegabyte/claude-skills/my-skill@v1.0
Exact content
mdr add heymegabyte/claude-skills/my-skill@sha256:7d6de2cce53c1474

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

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
v1.0 latest2026-09-22 2ae6aca 1,871 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 (1871 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_xdbknpgndau3oeog
GET https://markdownregistry.com/api/v1/resolve?ref=heymegabyte/claude-skills/my-skill
GET https://markdownregistry.com/api/v1/blob/7d6de2cce53c1474d8c60c18b547ef1829163ae26a264a63749159138f717b72

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 my-skill

my-skill skill
initializ/forge · forge-skills/local/embedded/_template/SKILL.md · One-line description of what this skill does
git:20260304.ef09c7b · audit A · 221 stars
my-skill skill
stbenjam/skillsaw · tests/fixtures/config/opt-in-rules/skills/my-skill/SKILL.md · A skill with an unrecognized subdirectory and no evals
git:20260513.e4370d1 · audit A · 66 stars
my-skill skill
chen647208/hongyue-creation · examples/plugins/_template/skills/example/SKILL.md · 一句话说明这个技能解决什么写作问题。触发词:关键词一、关键词二
git:20260912.e066686 · audit A · 33 stars

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