#398 · Primary category: AI Coding Assistants

typescript-style-guide

ai ai-agent ai-skill ai-tools coding-conventions coding-guidelines nodejs reactjs skill style-guide typescipt

⚙️ 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