coding-standards

Codify universal coding standards for TypeScript/React Native and Python/FastAPI codebases.

Updated Nov 23, 2025
One-click install
npx skills add https://github.com/Konstantin212/countOnMe --skill coding-standards-konstantin212
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/Konstantin212/countOnMe/tree/main/.cursor/skills/coding-standarts
Command: npx skills add https://github.com/Konstantin212/countOnMe --skill coding-standards-konstantin212

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CountOnMe codebases currently suffer from inconsistent styles and quality, making maintenance harder and onboarding slower. This Skill provides universal coding standards to unify practices across client and backend.

Core Features & Use Cases

  • Standardizes naming, typing, error handling, testing, and architectural patterns across TypeScript/React Native and Python/FastAPI.
  • Improves code readability, reduces bugs, and accelerates onboarding for new developers.
  • Use Case: A developer refactors a module and aligns it with established conventions to ensure future contributions stay consistent.

Quick Start

Follow the standard guidelines when writing new features or updating existing modules. Reference the provided examples in the Skill to align with the team’s best practices.

Frequently Asked Questions about coding-standards

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

FAQPage Schema
What coding standards should I follow for TypeScript and Python across a full-stack project?

Universal coding standards for full-stack projects enforce explicit type hints, docstrings, immutability, and descriptive error handling to unify TypeScript/React Native and Python/FastAPI codebases. This improves readability, reduces bugs, and accelerates developer onboarding.

How do I enforce type safety and immutability in React Native and FastAPI?

To enforce type safety and immutability, apply universal coding standards requiring explicit type hints in Python and strict typing in TypeScript. These rules guide architectural patterns to reduce bugs and ensure consistent code quality across both client and backend.

Does this coding standards guide work with both React Native and Python FastAPI?

Yes, this coding standards guide works with both React Native and Python FastAPI. It standardizes naming, typing, error handling, testing, and architectural patterns specifically for these client and backend frameworks to unify development practices.

How do I refactor an existing module to align with team coding conventions?

To refactor an existing module, reference the provided examples to align your code with established team conventions. Update naming, add explicit type hints and docstrings, enforce immutability, and ensure descriptive error handling for consistent future contributions.

What is the best way to standardize API design and error handling in a full-stack codebase?

The best way to standardize API design and error handling is to apply universal coding standards that enforce descriptive error handling, clean API design, and specific architectural patterns across TypeScript and Python codebases, ensuring consistent quality and easier maintenance.