markdown-nine-grid-clipboard
Convert Chinese or mixed-language text, iMandalArt cards, Obsidian 九宮, 表格, Mandala notes, or eight-domain outlines into a Markdown 3x3 nine-grid table with an ◎ center, then copy, save, append, or hand it to apps that render Markdown tables such as Obsidian and AIDA. Use when the user asks for Markdown 九宮格, Obsidian 九宮, Markdown table 九宮, 曼陀羅表格, nine-grid clipboard, AIDA table output, or conversion between Markdown 九宮, iMandalArt, and 81-grid workflows.
npx skills add twhsi/skills --skill markdown-nine-grid-clipboard --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Markdown Nine Grid Clipboard ## Purpose Create a copyable Markdown 3x3 nine-grid table for apps that render Markdown tables. Markdown 九宮 is: - A real Markdown table. - Nine cells only. - A compact center plus eight surrounding fields. - Good for Obsidian, AIDA, GitHub, ChatGPT, Hermes notes, and app handoff. It is not: - iMandalArt phone text art. - A PE2 fixed-width card. - A visual 81-cell Mandala chart. ## Nine-Grid Family Keep these formats connected but distinct: | Format | Role | Use | |---|---|---| | Markdown 九宮 | structured Markdown table | Obsidian/AIDA/table apps | | iMandalArt | square phone-readable card | Hermes/Discord visual card | | 81 宮 | 9x9 expansion | full Mandala expansion | Markdown 九宮 can take an existing iMandalArt with eight fields and turn it into a table. It can also become the first-layer input for iMandalArt or 81 宮 expansion. ## Cell Rules 1. Create exactly nine cells. 2. The center cell must contain `◎`. 3. Use the center as an integrated summary, not a copied title. 4. Preserve this spatial order: - top-left, top-center, top-right - middle-left, center, middle-right - bottom-left, bottom-center, bottom-right 5. If a cell is six Chinese characters o
- Purpose
- Nine-Grid Family
- Cell Rules
- Workflow
- Script
python3 scripts/copy_grid.py --cells cells.json python3 scripts/copy_grid.py --cells cells.json --out grid.md --no-copy python3 scripts/copy_grid.py --cells cells.json --append-to ObsidianNote.md --target obsidian python3 scripts/copy_grid.py --cells cells.json --target aida
What does the markdown-nine-grid-clipboard skill do?
Convert Chinese or mixed-language text, iMandalArt cards, Obsidian 九宮, 表格, Mandala notes, or eight-domain outlines into a Markdown 3x3 nine-grid table with an ◎ center, then copy, save, append, or hand it to apps that render Markdown tables such as Obsidian and AIDA. Use when the user asks for Markdown 九宮格, Obsidian 九宮, Markdown table 九宮, 曼陀羅表格, nine-grid clipboard, AIDA table output, or conversion between Markdown 九宮, iMandalArt, and 81-grid workflows.
How do I install it?
Run `npx skills add twhsi/skills --skill markdown-nine-grid-clipboard --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From twhsi/skills, a repository with 256 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
