← スキル一覧に戻る

tech-stack
by amattas
⭐ 0🍴 0📅 2026年1月19日
SKILL.md
name: tech-stack description: Describes the primary technologies, frameworks, libraries, and language conventions used in this codebase.
Tech Stack Overview
Primary Languages
- Backend: [e.g., TypeScript / Node.js]
- Frontend: [e.g., React / TypeScript]
- Infrastructure: [e.g., Terraform / YAML]
- Other: [e.g., Python for data tasks]
Frameworks & Libraries
- Backend framework(s): [e.g., NestJS, Express]
- Frontend framework(s): [e.g., Next.js, Redux, React Query]
- Database: [e.g., PostgreSQL + Prisma, MongoDB]
- Messaging / queues: [e.g., Kafka, RabbitMQ]
- Observability: [e.g., OpenTelemetry, Prometheus, Grafana]
Language Conventions
General
- Prefer [functional / OO / mixed] style for [language].
- Follow [link to style guide] for formatting and structure when possible.
Naming
- Types / classes: [e.g., PascalCase]
- Functions: [e.g., camelCase verbs]
- Constants: [e.g., UPPER_SNAKE_CASE]
- Files: [e.g., kebab-case.ts, PascalCase.tsx]
Error Handling
- Use [custom error types / Result types / exceptions] with:
- Consistent error codes
- User- vs system-facing messages
Dependency Management
- Use [npm / yarn / pnpm / pip / etc.] with:
- Lockfiles committed
- Reproducible installs in CI
Project-Specific Notes
- [Any special constraints, e.g., "no experimental language features" or "avoid reflection."]
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です