typescript-rules skillA
This file is byte-identical to the first copy the registry indexed, one of 4 copies on public GitHub. Same content hash, same audit grade.
typescript-rules is agent-read markdown (skill) from shinpr/claude-code-workflows: React/TypeScript frontend development rules including type safety, component design, state management, and error handling. Use when implementing React components, TypeScript code, or frontend features..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# TypeScript Development Rules (Frontend) ## Comment Writing Rules Code first: names and types carry meaning; a comment must add what code cannot, and one comment per decision is enough. - Explain why a component memoizes, guards, or re-renders, not what the JSX renders. - Record decisions and rationale; leave chronological history to version control. ## Type Safety **Default Rule**: Prefer `unknown`, generics, or union types over `any`. Retain `any` only when an existing external, generated, or legacy public signature requires it, or when replacing it prevents the project type check from expressing a safe generic relationship. Record the declaration path or type-check result that proves the constraint. When a local adapter can preserve compatibility and expose a safer type within the user request or current task/design artifact, implement the adapter; otherwise confine `any` to the smallest adapter or public-signature boundary, document the reason, and validate untrusted data before it enters typed application code. **Frontend Boundaries** - React Props/State: use the declared application types. …
Read the whole file at its exact version.
How to install
mdr add shinpr/claude-code-workflows/typescript-rules@git:20260728.e9e235bmdr add shinpr/claude-code-workflows/typescript-rules@sha256:132fcc9ed782cecaPin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_vvm35scfco2sigsb)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260728.e9e235b latest | 2026-07-28 | e9e235b | 7,055 B | A | view · diff |
| git:20260719.c411d52 | 2026-07-19 | c411d52 | 13,668 B | A | view · diff |
| git:20260719.526b0d1 | 2026-07-19 | 526b0d1 | 13,499 B | A | view · diff |
| git:20260620.a5dc20a | 2026-06-20 | a5dc20a | 10,681 B | A | view · diff |
| git:20260613.a58eaf6 | 2026-06-13 | a58eaf6 | 10,544 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (7055 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
shinpr/claude-code-workflows · 684 stars · license MIT · pushed 2026-09-24 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_vvm35scfco2sigsb GET https://markdownregistry.com/api/v1/resolve?ref=shinpr/claude-code-workflows/typescript-rules GET https://markdownregistry.com/api/v1/blob/132fcc9ed782ceca72c9898b0c3da9ad89b3a182652ae194097a2c41f3e7cd18
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
More from shinpr/claude-code-workflows
Every file in shinpr/claude-code-workflows