Home / initializ / forge · forge-skills/local/embedded/_template/SKILL.md · GitHub

my-skill skillA

my-skill is agent-read markdown (skill) from initializ/forge: One-line description of what this skill does.

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

# My Skill

Brief description of the skill's purpose, capabilities, and intended audience.

## Authentication

Describe how credentials are obtained and configured.

```bash
export MY_API_KEY="your-key-here"
```

## Quick Start

### Script-backed execution

Place executable scripts in `scripts/`. The tool name maps to the script:
underscores in the tool name become hyphens in the filename.

Example: tool `my_search` → `scripts/my-search.sh`

```bash
./scripts/my-search.sh '{"query": "hello"}'
```

### Binary-backed execution

If the skill delegates to a compiled binary instead, delete the `scripts/`
directory entirely and document the binary in `requires.bins` above.

## Tool: my_tool

Short description of what this tool does.

**Input:**

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| query | string | yes | The search query |
| max_results | integer | no | Maximum results (1-20). Default: 5 |

**Output:** JSON object with `results` array of `{title, url, content, score}`.

### Response Format

```json
{
  "results": [
    {
      "title": "Example",
      "url": "https://example.com",
      "content": "Relevant snippet...",
…

Read the whole file at its exact version.

How to install

Latest version
mdr add initializ/forge/my-skill@git:20260304.ef09c7b
Exact content
mdr add initializ/forge/my-skill@sha256:7d388492cb930ca6

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

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260304.ef09c7b latest2026-03-04 ef09c7b 2,406 BA view · diff
git:20260302.698f2682026-03-02 698f268 2,320 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 (2406 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

initializ/forge · 221 stars · license Apache-2.0 · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_3bezxt5wbdzpmje4
GET https://markdownregistry.com/api/v1/resolve?ref=initializ/forge/my-skill
GET https://markdownregistry.com/api/v1/blob/7d388492cb930ca6a2bfa19d0a4b6f4d99867d5fff918211decd04c325d13463

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 initializ/forge

CLAUDE.md claude
initializ/forge · CLAUDE.md
git:20260718.1a6d886 · audit A · 221 stars
code-agent skill
initializ/forge · forge-skills/local/embedded/code-agent/SKILL.md · General-purpose coding agent that reads, writes, and edits code, and searches codebases.
git:20260916.5cf2529 · audit A · 221 stars
code-plan skill
initializ/forge · forge-skills/local/embedded/code-plan/SKILL.md · Turn a task description and repository into a structured implementation plan (files to create, files to modify, tests…
git:20260520.48a434a · audit A · 221 stars
code-review-github skill
initializ/forge · forge-skills/local/embedded/code-review-github/SKILL.md · GitHub PR workflow orchestration for code review — list PRs, post comments, apply labels, and guarded auto-merge
git:20260304.ef09c7b · audit A · 221 stars
code-review-standards skill
initializ/forge · forge-skills/local/embedded/code-review-standards/SKILL.md · Discover and apply organization coding standards from .forge-review/ configuration
git:20260304.ef09c7b · audit A · 221 stars
code-review skill
initializ/forge · forge-skills/local/embedded/code-review/SKILL.md · AI-powered code review for diffs and individual files using LLM analysis
git:20260609.0907832 · audit A · 221 stars
codegen-html skill
initializ/forge · forge-skills/local/embedded/codegen-html/SKILL.md · Scaffold and iterate on standalone Preact + HTM applications with zero build dependencies
git:20260304.ef09c7b · audit A · 221 stars
codegen-react skill
initializ/forge · forge-skills/local/embedded/codegen-react/SKILL.md · Scaffold and iterate on Vite + React applications
git:20260304.ef09c7b · audit A · 221 stars
github skill
initializ/forge · forge-skills/local/embedded/github/SKILL.md · Create issues, PRs, clone repos, and manage git workflows
git:20260520.597a75c · audit A · 221 stars
k8s-cost-visibility skill
initializ/forge · forge-skills/local/embedded/k8s-cost-visibility/SKILL.md · Estimate Kubernetes infrastructure costs by querying cluster node, pod, PVC/PV, and LoadBalancer data, applying cloud…
git:20260311.1066357 · audit A · 221 stars
k8s-incident-triage skill
initializ/forge · forge-skills/local/embedded/k8s-incident-triage/SKILL.md · Read-only Kubernetes incident triage using kubectl. Accepts natural language or structured input. Produces root-cause…
git:20260304.ef09c7b · audit A · 221 stars
k8s-pod-rightsizer skill
initializ/forge · forge-skills/local/embedded/k8s-pod-rightsizer/SKILL.md · Analyze Kubernetes workload metrics and produce policy-constrained CPU/memory rightsizing recommendations with optional…
git:20260311.1066357 · audit A · 221 stars

Every file in initializ/forge

Other files named my-skill

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
my-skill skill
heymegabyte/claude-skills · template/SKILL.md · Use when [TRIGGER CONDITION — what causes someone to invoke this skill]. Handles [PRIMARY TASK]. Outputs [DELIVERABLE]…
v1.0 · audit A · 22 stars

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