Agent skill · Business & Finance

tech-stack-advisor

**TECH STACK ADVISOR** - '기술 스택', '프레임워크 추천', 'DB 뭐 쓸까', '어떤 기술', '스택 선택', '뭘로 만들까' 요청 시 자동 발동. 비개발자 친화적 기술 선택 가이드. 유지보수성, 확장성, 학습 곡선 고려한 추천.

majiayu000github.com/majiayu000GitHub ↗
claude-coderead-onlyMIT
Install
npx skills add majiayu000/claude-skill-registry --skill tech-stack-advisor --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Allowed tools: -Read-Glob-Grep-WebSearch
Path: skills/analysis/tech-stack-advisor/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Tech Stack Advisor Skill v1.0 **기술 스택 선택 가이드** - 비개발자도 올바른 기술 선택 가능 ## 핵심 철학 ```yaml Core_Philosophy: 원칙: "못으로 나사 박지 마라" 목표: "프로젝트에 맞는 최적의 기술 조합 추천" 고려_요소: 1순위: "팀 역량과 학습 곡선" 2순위: "장기 유지보수 가능성" 3순위: "커뮤니티와 생태계" 4순위: "성능과 확장성" 5순위: "비용" ``` ## 자동 발동 조건 ```yaml Auto_Trigger_Conditions: Keywords_KO: - "기술 스택", "스택 추천" - "프레임워크 추천", "뭘로 만들까" - "DB 뭐 쓸까", "데이터베이스 선택" - "어떤 기술 써야", "기술 선택" - "호스팅 어디", "배포 어디서" Keywords_EN: - "tech stack", "stack recommendation" - "which framework", "what to use" - "database choice", "hosting options" ``` ## 선택적 문서 로드 전략 ```yaml Document_Loading_Strategy: Always_Load: - "core/decision-matrix.md" - "core/non-dev-friendly.md" Category_Specific_Load: Frontend: "stacks/frontend.md" Backend: "stacks/backend.md" Database: "stacks/database.md" Hosting: "stacks/hosting.md" ``` ## 프로젝트 규모별 권장 스택 ### Small Project (MVP, 사이드 프로젝트) ```yaml 규모: "1-5 페이지, 1-2명" 예산: "무료~월 $20" 권장_스택: 프론트엔드: "Next.js (App Router)" 백엔드: "Next.js API Routes 또는 Supabase" 데이터베이스: "Supabase (PostgreSQL)" 인증: "Supabase Auth 또는 NextAuth" 호스팅: "Vercel (무료)" CSS: "Tailwind CSS" ``` ### Medium Project (스타트업, 소규모 서비스) ```yaml 규모: "10-50 페이지, 3-10명" 예산: "월 $50-500" 권장_스택: 프론트엔드: "Next.js 또는 React

What's inside
Steps it walks through
  1. 핵심 철학
  2. 자동 발동 조건
  3. 선택적 문서 로드 전략
  4. 프로젝트 규모별 권장 스택
  5. Small Project (MVP, 사이드 프로젝트)
  6. Medium Project (스타트업, 소규모 서비스)
  7. 비개발자 친화도 등급
  8. 카테고리별 추천
  9. 프론트엔드
  10. 백엔드
  11. 데이터베이스
  12. 호스팅
  13. 검증된 스택 조합
  14. Indie Hacker Stack (비개발자 최적)
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the tech-stack-advisor skill do?

**TECH STACK ADVISOR** - '기술 스택', '프레임워크 추천', 'DB 뭐 쓸까', '어떤 기술', '스택 선택', '뭘로 만들까' 요청 시 자동 발동. 비개발자 친화적 기술 선택 가이드. 유지보수성, 확장성, 학습 곡선 고려한 추천.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill tech-stack-advisor --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going