From mdcopy
Use when the user wants to paste markdown into Mail, Google Docs, Slack, or Word as real formatting (not raw ** or
npx claudepluginhub the-focus-ai/claude-marketplace --plugin mdcopyThis skill uses the workspace's default tool permissions.
This plugin ships a small **macOS-only** script that runs **Pandoc** (GFM → HTML), applies light CSS, and puts **HTML** on the system pasteboard so **Paste** preserves headings, lists, tables, links, and inline code.
Creates new Angular apps using Angular CLI with flags for routing, SSR, SCSS, prefixes, and AI config. Follows best practices for modern TypeScript/Angular development. Use when starting Angular projects.
Generates Angular code and provides architectural guidance for projects, components, services, reactivity with signals, forms, dependency injection, routing, SSR, ARIA accessibility, animations, Tailwind styling, testing, and CLI tooling.
Executes ctx7 CLI to fetch up-to-date library documentation, manage AI coding skills (install/search/generate/remove/suggest), and configure Context7 MCP. Useful for current API refs, skill handling, or agent setup.
This plugin ships a small macOS-only script that runs Pandoc (GFM → HTML), applies light CSS, and puts HTML on the system pasteboard so Paste preserves headings, lists, tables, links, and inline code.
pandoc on PATH: brew install pandoc.After install, the executable lives at:
${CLAUDE_PLUGIN_ROOT}/bin/mdcopy
Run it with bash if the executable bit was lost in transit, or chmod +x once:
chmod +x "${CLAUDE_PLUGIN_ROOT}/bin/mdcopy"
| Mode | Command |
|---|---|
| File | "${CLAUDE_PLUGIN_ROOT}/bin/mdcopy" path/to/file.md |
| Stdin | printf '%s' "$body" | "${CLAUDE_PLUGIN_ROOT}/bin/mdcopy" |
| Clipboard is markdown (TTY, no pipe) | "${CLAUDE_PLUGIN_ROOT}/bin/mdcopy" |
Stderr prints a success line when the pasteboard was updated. Tell the user to Paste in the target app.
For stable, copy-paste instructions (skills, automation, or fetching over HTTPS), use the repo root LLM.txt:
https://raw.githubusercontent.com/The-Focus-AI/mdcopy/main/LLM.txt
README.md — “Mail.app paste examples” (small markdown samples + screenshots).examples/rich-text-demo.md — tables, nested lists, blockquotes, code.