anchormd

Expose a queryable graph of linked Markdown plans with YAML frontmatter.

17|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/sultanvaliyev/anchormd --skill anchormd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: anchormd
Source: https://github.com/sultanvaliyev/anchormd/tree/main/skill
Command: npx skills add https://github.com/sultanvaliyev/anchormd --skill anchormd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AnchorMD provides a persistent, queryable project context for AI coding agents by exposing a graph of linked Markdown plans and their relationships to help them understand the codebase.

Core Features & Use Cases

  • Centralized overview of plans and their relationships via linked Markdown plans.
  • Support for full-text and semantic/hybrid search across plans to surface relevant context.
  • Enable updating context after implementing tasks with simple write/read workflows.

Quick Start

Run anchormd context to load the project overview and then use anchormd find to locate relevant plans.

Frequently Asked Questions about anchormd

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I maintain persistent project context for AI agents?

You can maintain persistent project context for AI by using linked Markdown plans that form a queryable graph. This exposes relationships between plans, helping AI agents understand the codebase across interconnected projects.

What is the best way to search across linked Markdown plans in a codebase?

The best way to search Markdown plans is using full-text and semantic hybrid search across the linked graph. This surfaces relevant project context and allows you to jump to specific sections of the plans.

How do I update AI project context after implementing coding tasks?

You update AI project context after implementing tasks by using simple write and read workflows. This ensures the linked Markdown plans reflect the latest codebase changes and maintain accurate context.

How does a YAML frontmatter schema help AI agents discover project plans?

A YAML frontmatter schema helps AI agents discover project plans by defining the name and description metadata. This schema drives the operational logic embedded in the Markdown body to execute behavior.

Can I use linked Markdown plans to navigate large interconnected projects?

Yes, you can use linked Markdown plans to navigate large interconnected projects. They provide a centralized overview of plans and their relationships, enabling AI agents to jump to specific sections and query relevant context.

Why does my AI coding agent lose context across large interconnected projects?

AI coding agents lose context in large projects because they lack a persistent overview of plans and relationships. Exposing a queryable graph of linked Markdown plans solves this by providing the needed structural context.