@d-kimuson/claude-code-viewer

by d-kimuson · v1.0.0 · prompt

- Code, comments, and commit messages should be in English

Install

Add @d-kimuson/claude-code-viewer to Claude Code with the PolySkill CLI: polyskill add @d-kimuson/claude-code-viewer

Instructions

# CLAUDE.md ## Critical Rules (Read First) **Language**: - Code, comments, and commit messages should be in English **NEVER**: - Use `as` type casting in ANY context including test code (explain the problem to the user instead) - Use raw `fetch` or bypass TanStack Query for API calls - Run `pnpm dev` or `pnpm start` (dev servers) - Use `node:fs`, `node:path`, etc. directly (use Effect-TS equivalents) **ALWAYS**: - Use Effect-TS for all backend side effects - Use Hono RPC + TanStack Query for all API calls - Follow TDD: write tests first, then implement - Run `pnpm typecheck` and `pnpm fix` be…

Keywords: github, code-review, commit-messages, english-comments, version-control, software-development, collaboration-tools, code-quality, repository-management