By Tasachii
Create, rewrite, or update project READMEs in a calm, precise, fact-only house style — English prose, native UI strings preserved, table-heavy, and never invented facts.
A personal Claude Code plugin marketplace — calm, precise tools for everyday development work. Plugins install on demand and trigger by intent, not config. There is no server and no telemetry; everything runs locally inside Claude Code.
Repo — https://github.com/Tasachii/Tasachii-Tools · Owner — Phasathat Jaruchitsophon
| Plugin | Version | What it does |
|---|---|---|
readme-craft | 0.1.0 | Writes and rewrites project READMEs in a fact-only house style. Reads the real code or asks — never invents facts. |
A Claude Code skill that writes, rewrites, and updates project READMEs. It is not a
command you call with flags — you talk to Claude Code normally and the skill activates
when it detects you want a README. Before writing a word it reads the actual project
(package.json, stack, scripts, license, live URL, screenshots that really exist), asks
you when a fact cannot be read, and leaves a visible <!-- TODO --> rather than guessing.
The output is calm, table-heavy English prose that keeps your app's native UI strings
(e.g. Thai labels) exactly as shown.
--- rule.claude plugin validate on the result.| You type in Claude Code | What happens |
|---|---|
write a readme | Reads your code, then drafts a README in house style |
readme · README.md | Short keyword still triggers |
document this project | Gathers facts, then writes |
| (open a repo with no README) | It offers to write one |
Restart Claude Code once after installing so the skill loads. Run it inside the target project so it can read the real files. Fill in any
<!-- TODO -->markers it leaves — those are facts it could not verify on its own.
| Topic | Decision |
|---|---|
| Facts | Read or ask — never invent. An unverifiable fact becomes a visible TODO, not a guess. |
| Language | English prose, but native UI strings (บันทึก, menu labels) are preserved verbatim, never translated away. |
| Form | Tables and short bullets over long prose; key choices state their why. |
| Tone | Calm, precise, understated. No "fast" / "robust" / "production-ready" filler — concrete numbers only. |
Local (test before pushing)
/plugin marketplace add . # register this folder as a marketplace
/plugin install readme-craft@tasachii-tools # install the README writer
From GitHub
/plugin marketplace add Tasachii/Tasachii-Tools # add the published marketplace
/plugin install readme-craft@tasachii-tools # install the README writer
After editing the skill, push the change and refresh the local copy:
/plugin marketplace update tasachii-tools # pull the latest from GitHub
Tasachii-Tools/
├── .claude-plugin/
│ ├── marketplace.json # marketplace manifest (name: tasachii-tools)
│ └── README.md # install guide
├── plugins/
│ └── readme-craft/
│ ├── .claude-plugin/plugin.json
│ └── skills/readme-craft/
│ ├── SKILL.md # the skill + workflow
│ └── references/
│ ├── style-guide.md # full house-style rulebook
│ └── template.md # fill-in README skeleton
└── README.md
readme-craft — README writerMIT © Phasathat Jaruchitsophon
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub tasachii/tasachii-tools --plugin readme-craftUpstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.