#398 · Primary category: AI Coding Assistants
typescript-style-guide
⚙️ TypeScript Style Guide and Agent Skill. A concise set of conventions and best practices for consistent, maintainable code.
Project last updated:08/27/26
GitHub Stars
784
Forks
37
Contributors
5
License
MIT
Why we included this project
This guide packages TypeScript conventions as installable agent skills rather than a static document, so a coding agent can pick them up with a single npx command. The agent loads only the sections relevant to the current task, which keeps its context focused instead of filling it with rules it does not need. The skills cover types, discriminated unions, functions, variables, naming, source organization, React, and tests, spanning both general TypeScript and framework-specific work. The real payoff is that style decisions get baked into the tooling, so code reviews stop being arguments about formatting and naming.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.