coding-standards

Enforce coding standards for TypeScript, JavaScript, React, and Node.js codebases.

Updated Aug 30, 2025
One-click install
npx skills add https://github.com/vonomarap/kanokna --skill coding-standards-vonomarap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/vonomarap/kanokna/tree/main/.agents/skills/coding-standards
Command: npx skills add https://github.com/vonomarap/kanokna --skill coding-standards-vonomarap

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enforces clarity, consistency, and maintainability across JavaScript and TypeScript codebases by providing concrete coding standards and patterns so teams avoid common bugs and technical debt.

Core Features & Use Cases

  • Readable, predictable code: naming conventions, file organization, and comment guidance that make codebases easier to navigate and review.
  • Safer, robust implementations: immutability patterns, error handling, async best practices, and type-safety recommendations for TypeScript and React.
  • API and testing guidance: REST conventions, response schemas, input validation examples, and testing structure to improve integrations and reliability.
  • Use Case: Apply these standards during code reviews to produce a prioritized list of violations and recommended refactors for a TypeScript/React service.

Quick Start

Use the coding-standards skill to audit a TypeScript React codebase and produce a prioritized checklist of style violations with suggested fixes.

Frequently Asked Questions about coding-standards

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce coding standards and best practices in a TypeScript and React codebase?

You can enforce coding standards in a TypeScript and React codebase by applying concrete rules for naming, file organization, and type-safety to improve readability and maintainability. This provides actionable recommendations for consistent code.

What coding standards should I use for Node.js backend API design and error handling?

For Node.js backend API design, use REST conventions, response schemas, and input validation examples. Coding standards for error handling and async patterns provide safer, robust implementations that improve integrations and reliability.

Can I use these coding standards to review existing JavaScript and TypeScript projects?

Yes, you can apply these coding standards to audit existing JavaScript and TypeScript projects during code reviews. This produces a prioritized checklist of style violations with suggested fixes and recommended refactors.

What's the best way to structure React components and enforce immutability patterns?

The best way to structure React components and enforce immutability patterns is to follow specific component structure and immutability guidance. These standards make codebases predictable and easier to navigate while avoiding common bugs.

Does this coding standards guidance work with common frontend and backend tooling?

Yes, the coding standards guidance is compatible with common frontend and backend tooling. It applies to JavaScript and TypeScript projects for architecture guidance, onboarding, and consistent API design without requiring specific dependencies.