docs-mintlify-steps
Mintlify Steps anchors — use markdown headings inside Step so in-page links work
Install / Use
npx skills add codeforgebyaravinth-dev/notifyInstalls into whichever agent you are using.
Cursor Rules
Cursor IDE rules (v2)
Quality Score
Category
Content & MediaSupported Platforms
Tags
Skill content
View source on GitHubdescription: 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
siyuan
46.0kAn open-source, privacy-first, self-hosted knowledge workspace where humans and AI agents work together 开源、隐私优先、自托管的知识工作空间,让人与智能体在此协作
humanizer
38.7kAgent skill that removes signs of AI-generated writing from text
iPolloWork
5.1kEnterprise-grade, local-first Agent Workbench for people and agent teams. A unified multi-engine workspace for Codex Harness, DeepSeek Harness, and OpenCode, with unified plugins and Skills, multi-agent projects and tasks, and editable code, documents, presentations, design, and video.
react-tanstack-router-query-cursorrules-prompt-file
40.7kCursor rules for React SPAs combining TanStack Router v1 and TanStack Query v5 for zero-loading-spinner routing and type-safe server state.
Security Score
Audited on Aug 28, 2026
