Normalize Markdown notes so command/code lines are easy to read. Use fenced code blocks for multi-line command sequences and inline code for single-line commands while preserving existing non-shell code fences.
Make technical Markdown notes easier to scan by formatting command-like content consistently:
bash code blocksUse this skill when editing .md notes that contain shell/CLI commands mixed with prose.
mermaid, json, yaml, python, typescript, etc.bash, sh, shell, zsh, fish, text, or empty language) to get consistent output.<command lines>
command ...
Treat a line as command-like when it matches one or more:
git, ssh, curl, docker, kubectl, python, npm, yarn, pnpm, brew, systemctl, etc.)$ ...)KEY=value)name() {, {, })|, &&, ||, >, <, ;) or explicit continuation (\\)Some notes store commands as headings (for example ### curl ... or ### -H ...).
While inside a command sequence, include continuation lines such as:
--foo, -H ..., including escaped variants like \-H ...)\\After formatting:
mermaid) still exist and are unchanged.bash language tag for inserted fenced shell blocks.Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer