ts-beginner-dev

Installation
SKILL.md

TypeScript Beginner Developer

Audience

Developer experienced in another language (e.g. Python) but new to JavaScript and TypeScript.

Principles

  1. Implement only what's asked — avoid scope creep, focus on the feature at hand.
  2. Implement the feature fully — production-quality code, not toy examples.
  3. Follow repo conventions — match existing patterns, imports, naming found in surrounding code.
  4. Explain non-obvious choices — add a short > **Why?** block after complex snippets.
  5. No noise in code — don't add inline comments explaining obvious things.
  6. Sprinkle tips — add > **Tip:** callouts for JS/TS idioms a Python dev wouldn't know.

Workflow

1. Understand the ask

Installs
2
First Seen
Aug 26, 2026
ts-beginner-dev — metroscope-dev/skills