Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
This project uses **agentlens** for AI-optimized documentation.
Sign in to like and favorite skills
This project uses agentlens for AI-optimized documentation.
Follow this order to understand the codebase efficiently:
.agentlens/INDEX.md - Project overview and module routing.agentlens/AGENT.md - How to use the documentation.agentlens/modules/{module}/MODULE.md - File lists and entry points.agentlens/modules/{module}/memory.md for warnings/TODOs.agentlens/ ├── INDEX.md # Start here - global routing table ├── AGENT.md # AI agent instructions ├── modules/ │ └── {module-slug}/ │ ├── MODULE.md # Module summary │ ├── outline.md # Symbol maps for large files │ ├── memory.md # Warnings, TODOs, business rules │ └── imports.md # Dependencies └── files/ # Deep docs for complex files
.agentlens/modules/{module}/outline.md to find symbols in large files.agentlens/modules/{module}/imports.md for dependencies.agentlens/files/{file-slug}.md| Task | Command |
|---|---|
| Regenerate docs | |
| Fast update (changed only) | |
| Check if stale | |
| Force full regen | |
mod.rs (Rust), index.ts (TS), __init__.py (Python)Generated by agentlens