スキル一覧に戻る
frostaura

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📅 2026年1月13日
GitHubで見るManusで実行

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

ComponentTechnology
FrameworkASP.NET Core (.NET 8+)
ORMEntity Framework Core
ArchitectureClean Architecture
LintingStyleCop + .NET Analyzers

Frontend

ComponentTechnology
FrameworkReact 18+ with TypeScript 5+
StateRedux Toolkit + RTK Query
PWAOptional (for offline-first)
LintingESLint + Prettier

Database

ComponentTechnology
PrimaryPostgreSQL 15+
ORMEntity Framework Core with migrations
CachingRedis

Security

ComponentConfiguration
AuthenticationJWT (15min access, 7day refresh)
Token StoragehttpOnly cookies preferred
Access ControlRole-based (RBAC)
Dev Adminadmin@system.local / Admin123!

Testing

TypeTool
E2E/VisualPlaywright MCP tools
Unit Coverage100% (frontend + backend)
Functional RegressionPlaywright 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

スコア

総合スコア

75/100

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

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

レビュー

💬

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