markdownlint
markdownlint
Commands
| Task | Command |
|---|---|
| Lint everything | pnpm lint |
| Lint only Markdown | pnpm lint:markdownlint |
| Lint a specific file | pnpm exec markdownlint <path> |
| Lint with auto-fix | pnpm exec markdownlint --fix <path> |
Default action: When asked to "lint" or "run markdownlint" without further qualification, run pnpm lint.
Commands and glob patterns vary across projects. Always check
package.jsonscripts before running — the glob passed to markdownlint (e.g."**/*.md") may differ per repo.
Before linting — explore the project first
Before running or modifying markdownlint, explore the project's configuration to understand the effective rule set:
More from dnd-mapp/ai-standards
pull-request
Create a GitHub pull request from the current branch following this project's conventions. Use when the user asks to create a pull request, open a PR, or submit changes for review.
12prettier
>
11commit
Analyze all git changes (staged and unstaged), group them by intent, and commit each group using Conventional Commits format with scopes. Use when committing changes, making commits, or when the user asks to "commit" or "create commits" from current changes.
11eslint
>
11prisma
>
10angular
>
10