coding-standards

Enforce coding standards and quality checks across TypeScript projects.

1|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/silenvx/flow-development-program --skill coding-standards-silenvx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/silenvx/flow-development-program/tree/main/examples/dekita/.claude/skills/coding-standards
Command: npx skills add https://github.com/silenvx/flow-development-program --skill coding-standards-silenvx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

このスキルは、コーディング規約・テスト・Lint・型チェック・後方互換性のガイドラインを適用し、コード品質を保つことを目的とします。

Core Features & Use Cases

  • 規約の適用: チーム全体で一貫した規約と品質基準を守る
  • テストと型チェック: 変更の信頼性を高め、後方互換性を維持
  • Use Case: 新規ファイル作成時に規約に適合しているか検証し、フォーマットを自動整形

Quick Start

このスキルを用いて、TypeScriptプロジェクトのコードベースへ規約チェックを適用します。

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 lint rules in a TypeScript project?

To enforce coding standards in a TypeScript project, apply automated formatting, linting, and type checking across your codebase to ensure consistent quality and backward compatibility across commits.

What coding standards should I apply when creating new TypeScript files?

When creating new TypeScript files, apply formatting, linting, and type-checking rules to verify compliance with team conventions, automatically format the code, and maintain structured guidelines.

Can I use this to maintain backward compatibility during TypeScript refactoring?

Yes, you can maintain backward compatibility during TypeScript refactoring by enforcing type checking and testing guidelines that validate changes and ensure consistent quality across commits.

Does this coding standards skill work without external lint dependencies?

Yes, the coding standards skill works without external dependencies, providing built-in formatting, linting, type checking, and test guidance directly through its SKILL.md guidelines.

Why does type checking fail when I apply new coding standards to my codebase?

Type checking may fail when applying new coding standards because the rules enforce strict type validation and comment conventions, requiring existing code to be updated for compliance.