AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Description Frontmatter Authoring

skill-jesse-black-docgarden-description-frontmatter-authoring · by jesse-black

Create or revise Markdown `description` frontmatter so `docgarden match` routes agents to the right repository documents. Use when adding a new routed Markdown document, updating existing frontmatter, fixing noisy or missing match results, tuning skills or docs discovery, or making descriptions more query-aligned without loading document bodies.

— No reviews yet
0 installs
38 views
0.0% view→install

Install

$ agentstack add skill-jesse-black-docgarden-description-frontmatter-authoring

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • ✓ Prompt-injection patterns
  • ✓ Secret / credential exfiltration
  • ✓ Dangerous shell & filesystem operations
  • ✓ Untrusted network calls
  • ✓ Known-malicious package signatures

What it can access

  • ✓ Network access No
  • ✓ Filesystem access No
  • ✓ Shell / process execution No
  • ✓ Environment & secrets No
  • ✓ Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-jesse-black-docgarden-description-frontmatter-authoring)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Description Frontmatter Authoring? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Description Frontmatter Authoring

Use this skill to make frontmatter descriptions work as the repository's routing layer.

docgarden match is metadata-first discovery, not full-text search. It scores name, path context, and frontmatter description; it does not rely on the document body for normal routing. A good description tells an agent what the document is for and when to read it.

Workflow

  1. Identify the routing job.
  • Write down 2-5 realistic queries that should find the document.
  • Write down nearby documents that should not outrank it.
  1. Inspect the current route.
  • Run docgarden match for each realistic query.
  • Use docgarden match --explain when ranking looks surprising.
  1. Rewrite the description as a positive routing cue.
  • Lead with the document type or task family.
  • Include action words an agent or user would actually ask for.
  • Include the scope only when it helps separate this document from similar ones.
  • Keep it one sentence unless the document truly has multiple routing jobs.
  1. Remove accidental attractors.
  • Avoid saying what the document is not. Negated phrases still add matchable tokens.
  • Avoid broad words that make the document appear for unrelated workflows.
  • Avoid duplicating another document's strongest trigger phrase unless both should route together.
  1. Validate the route and the lint policy.
  • Rerun the same docgarden match checks.
  • After modifying any Markdown file, run docgarden lint --color never.

Description Pattern

Use this shape:

 for ; read when .

Examples:

description: "Working design draft for `docgarden match` scoring, including the shipped BM25F model, stopword handling, and future tuning directions."
description: "Create, update, revise, reopen, or rescope an ExecPlan using `docs/PLANS.md`; use when shaping plan requirements before implementation."
description: "Follow-up tasks and cleanup items; read when looking for deferred implementation work, small backlog items, or candidate topics to promote into a future plan."

Negative-Phrase Trap

Do not encode exclusions in the discovery description.

Bad:

description: "Follow-up tasks and cleanup items that are not part of an active ExecPlan."

This can surface TODO for queries about active plans because active and ExecPlan are still strong tokens.

Better:

description: "Follow-up tasks and cleanup items; read when looking for deferred implementation work, small backlog items, or candidate topics to promote into a future plan."

Move exclusion details into the body if humans need them. The description should describe the positive route.

Heuristics

  • Prefer verbs from expected user requests: create, update, review, implement, debug, validate, route, score.
  • Prefer concrete nouns from the repository vocabulary: ExecPlan, frontmatter, match, lint, config, scoring, skills.
  • Use path-like scope words only when useful: active plan, completed plan, design doc, skill.
  • Keep stable context in descriptions; put volatile status or long rationale in the body.
  • If two documents compete, make their descriptions contrast by job, not by negation.

Done Criteria

A description is good enough when:

  • expected queries route to the document near the top
  • unrelated documents stop appearing because of accidental shared words
  • the description remains true when read alone in docgarden match output
  • docgarden lint --color never passes

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.