← Back to list

coding-guidelines
by roman-16
⭐ 0🍴 0📅 Jan 24, 2026
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
| Technology | Reference | Load When |
|---|---|---|
| TypeScript/JS | references/typescript.md | Writing TypeScript or JavaScript code |
| Rust | references/rust.md | Writing Rust code |
| SolidJS | references/solidjs.md | Writing SolidJS components or JSX with SolidJS patterns |
| Tailwind CSS | references/tailwind.md | Using Tailwind utility classes |
| daisyUI | references/daisyui.md | Using daisyUI component classes |
| React Native | references/react-native.md | Writing React Native components (View, Text, etc.) |
| Expo | references/expo.md | Using Expo Router, Expo packages, or app.json config |
| NativeWind | references/nativewind.md | Using 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
Score
Total Score
40/100
Based on repository quality metrics
✓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
Reviews
💬
Reviews coming soon