SkillAgentSearch skills...

docs-mintlify-steps

Mintlify Steps anchors — use markdown headings inside Step so in-page links work

Install / Use

npx skills add codeforgebyaravinth-dev/notify

Installs into whichever agent you are using.

About this skill
📐

Cursor Rules

Cursor IDE rules (v2)

Quality Score

57/100

Supported Platforms

Cursor

description: Mintlify Steps anchors — use markdown headings inside Step so in-page links work globs: docs/**/*.mdx alwaysApply: false

Mintlify Steps and in-page anchors

Mintlify <Step title="..."> does not create a heading ID. Links like #run-the-agent-locally will do nothing if they target a Step title prop.

Do this

Put a real markdown heading inside <Step> when anything needs to link to that step (or when you want TOC/anchor support):

<Steps>
  <Step>
## Run the agent locally

Content here.
  </Step>
</Steps>

Then link with:

skip to [Run the agent locally](#run-the-agent-locally)

Do not do this

{/* ❌ title prop is not an anchor target */}
<Step title="Run the agent locally">
...
</Step>

skip to [Run the agent locally](#run-the-agent-locally)

Pattern reference

See docs/agents/custom-code-agent/quickstart.mdx and docs/agents/get-started/ai-sdk.mdx for working examples.

Related Skills

View on GitHub
GitHub Stars0
CategoryContent
Updated1d ago
Forks0

Security Score

80/100

Audited on Aug 28, 2026

1 medium1 low