coding-standards

Check TypeScript, JavaScript, and Rust code against coding standards.

1|1|Updated Jul 17, 2025
One-click install
npx skills add https://github.com/varubogu/flequit --skill coding-standards-varubogu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/varubogu/flequit/tree/main/.claude/skills/coding-standards
Command: npx skills add https://github.com/varubogu/flequit --skill coding-standards-varubogu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Flequit プロジェクトのコーディング標準への準拠をチェックします。命名規則、ファイル構造、型定義、エラーハンドリング、コメント、インポート順序などのコーディング標準チェックに使用します。

Core Features & Use Cases

  • TypeScript/JavaScript の命名規則・ファイル名・インポート順のチェック
  • Rust の snake_case / PascalCase / SCREAM_SNAKE_CASE の適切性検証
  • コメント・型定義・エラーハンドリングの品質チェック
  • コード品質向上・保守性向上のための実践ガイド

Quick Start

bun check を実行して現在のコード品質を検証し、lint 及び format を適用して改善します。