スキル一覧に戻る
roman-16

coding-guidelines

by roman-16

0🍴 0📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: coding-guidelines description: Coding patterns and guidelines for TypeScript/JavaScript, Rust, and frontend frameworks. Use this skill when writing TypeScript/JavaScript or Rust code, or working with SolidJS, Tailwind CSS, daisyUI, React Native, Expo, or NativeWind. Provides idiomatic patterns and best practices.

This skill provides coding patterns. Load references based on what you're working with.

Formatting

Detect project formatter from config files (biome.json, .prettierrc, .eslintrc, pyproject.toml, rustfmt.toml, etc.) and follow its conventions.

General rules:

  • Empty line at end of files
  • Whitespace between logical blocks
  • Property ordering: alphabetical by default (primitives first, then nested for mixed objects)

References

TechnologyReferenceLoad When
TypeScript/JSreferences/typescript.mdWriting TypeScript or JavaScript code
Rustreferences/rust.mdWriting Rust code
SolidJSreferences/solidjs.mdWriting SolidJS components or JSX with SolidJS patterns
Tailwind CSSreferences/tailwind.mdUsing Tailwind utility classes
daisyUIreferences/daisyui.mdUsing daisyUI component classes
React Nativereferences/react-native.mdWriting React Native components (View, Text, etc.)
Exporeferences/expo.mdUsing Expo Router, Expo packages, or app.json config
NativeWindreferences/nativewind.mdUsing className prop in React Native

When to Load References

Load a reference when:

  • The code you're writing uses that technology
  • You see imports or patterns from that framework
  • The user mentions working with that technology

Each reference contains:

  • Core principles for that framework
  • Research guidance (use context7 to query current docs)
  • Research checklist before implementing

Research-First Approach

These frameworks evolve - class names, APIs, and patterns change between versions. Each reference emphasizes:

  • Principles over specific syntax
  • Research checklists to verify current behavior
  • context7 for querying up-to-date documentation

スコア

総合スコア

40/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です