← Back to list

default-tech-stack
by frostaura
A toolkit for building full-stack systems. Battle-tested with Copilot in VS Code, with agents for Github Copilot CLI.
⭐ 23🍴 25📅 Jan 13, 2026
SKILL.md
name: default-tech-stack description: Default technology stack for Gaia projects. Use when starting new projects, making tech decisions, or setting up infrastructure. These are defaults and as such, any specific user mandates for any of the below areas, should be honored.
Default Technology Stack
Backend
| Component | Technology |
|---|---|
| Framework | ASP.NET Core (.NET 8+) |
| ORM | Entity Framework Core |
| Architecture | Clean Architecture |
| Linting | StyleCop + .NET Analyzers |
Frontend
| Component | Technology |
|---|---|
| Framework | React 18+ with TypeScript 5+ |
| State | Redux Toolkit + RTK Query |
| PWA | Optional (for offline-first) |
| Linting | ESLint + Prettier |
Database
| Component | Technology |
|---|---|
| Primary | PostgreSQL 15+ |
| ORM | Entity Framework Core with migrations |
| Caching | Redis |
Security
| Component | Configuration |
|---|---|
| Authentication | JWT (15min access, 7day refresh) |
| Token Storage | httpOnly cookies preferred |
| Access Control | Role-based (RBAC) |
| Dev Admin | admin@system.local / Admin123! |
Testing
| Type | Tool |
|---|---|
| E2E/Visual | Playwright MCP tools |
| Unit Coverage | 100% (frontend + backend) |
| Functional Regression | Playwright interactive testing |
Architecture Principles
- Clean Architecture: Separation of concerns, dependency inversion
- iDesign: Service-oriented component design
- API Design: RESTful with consistent conventions
- Error Handling: Structured error responses, proper logging
Score
Total Score
75/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
✓フォーク
10回以上フォークされている
+5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon