From claude-resources
Applies Takazudo's CodeGrid writing voice and vocabulary rules to text by reading style and vocabulary Markdown files from repo. Rewrites for polite, approachable technical articles with hedging and personal touch.
npx claudepluginhub takazudo/claude-resourcesThis skill uses the workspace's default tool permissions.
Apply Takazudo's **CodeGrid** writing voice and vocabulary rules to incoming text.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Apply Takazudo's CodeGrid writing voice and vocabulary rules to incoming text.
The CodeGrid voice is a polite but approachable technical article style. Sits between formal tech writing and casual blogging — です/ます base with conversational warmth. The author shares from personal experience, hedges assertions, and engages in dialogue with the reader.
Key traits:
| Aspect | CodeGrid | esa |
|---|---|---|
| Tone | Polite but approachable tech article | Casual colleague memo |
| Formality | Medium (です/ます base) | Low (断片的OK) |
| Self-reference | 自分 / 筆者 / 私 | 自分 / Takazudo |
| Stance | Writing for readers | Sharing with coworkers |
| Hedging style | Explicit softening (〜かと思います, 〜のではないでしょうか) | Understatement (〜の模様, 〜良さそう) |
| Structure | Considered, essay-like | Loose, memo-like |
Always read both rule files fresh at invocation time:
$HOME/repos/w/cg/doc/src/content/docs/overview/writing-style.md$HOME/repos/w/cg/doc/src/content/docs/overview/vocabulary-rule.mdThese files are the authoritative source of truth. Read them every time to pick up any updates.
The input text comes from one of:
If no text is obvious, ask the user what text they want the voice applied to.
Transform or review the text using the voice character described above and the full details in the rule files. The rule files are the authority — the summary above is just for quick reference.
Output the transformed text. If the input was already close to the style, note what minor adjustments were made.
If reviewing existing text (rather than transforming), point out specific violations and suggest fixes.