Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计提醒

tech-stack-research技术堆栈研究

Agent Skill

tech-stack-research 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

329

周安装

14

GitHub Stars

6

下载量

115
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:tech-stack-research(技术堆栈研究)
来源仓库:https://github.com/duc01226/easyplatform
仓库路径:skills/tech-stack-research
安装命令:
npx skills add https://github.com/duc01226/easyplatform --skill tech-stack-research
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/duc01226/easyplatform --skill tech-stack-research

简介

用于技术方案的调研、检索和相关信息筛选。

  • 适合获取新技术趋势、框架对比和社区反馈。
  • 可基于关键词快速定位候选技术选项。tech-stack-research 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 使用前请确认是否支持实时数据获取。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。
  • 建议验证信息来源的可信度和时效性。

SKILL.md

MANDATORY IMPORTANT MUST ATTENTION use TaskCreate to break ALL work into small tasks BEFORE starting. MANDATORY IMPORTANT MUST ATTENTION use AskUserQuestion at EVERY decision point — never assume user preferences. MANDATORY IMPORTANT MUST ATTENTION research top 3 options per stack layer, compare with evidence, present report with recommendation + confidence %.

External Memory: For complex or lengthy work (research, analysis, scan, review), write intermediate findings and final results to a report file in plans/reports/ — prevents context loss and serves as deliverable.
Evidence Gate: MANDATORY IMPORTANT MUST ATTENTION — every claim, finding, and recommendation requires file:line proof or traced evidence with confidence percentage (>80% to act, <80% must verify first).

Quick Summary

Goal: Research, analyze, and compare tech stack options for each layer of the system. Act as a solution architect — derive technical requirements from business analysis, research current market, produce detailed comparison report, and present options to user for decision.

Workflow:

  1. Load Business Context — Read business evaluation, domain model, refined PBI artifacts
  2. Derive Technical Requirements — Map business needs to technical constraints
  3. Research Per Layer — WebSearch top 3 options for each stack responsibility
  4. Deep Compare — Pros/cons matrix, benchmarks, community health, team fit
  5. Score & Rank — Weighted scoring across 8 criteria
  6. Generate Report — Structured comparison report with recommendation
  7. User Validation — Present findings, ask 5-8 questions, confirm choices

Key Rules:

  • MANDATORY IMPORTANT MUST ATTENTION research minimum 3 options per stack layer
  • MANDATORY IMPORTANT MUST ATTENTION include confidence % with evidence for every recommendation
  • MANDATORY IMPORTANT MUST ATTENTION run user validation interview at end (never skip)
  • All claims must cite sources (URL, benchmark, case study)
  • Never recommend based on familiarity alone — evidence required

Be skeptical. Apply critical thinking, sequential thinking. Every claim needs traced proof, confidence percentages (Idea should be more than 80%).

Step 1: Load Business Context

Read artifacts from prior workflow steps (search in plans/ and team-artifacts/):

  • Business evaluation report (viability, scale, constraints)
  • Domain model / ERD (complexity, entity count, relationships)
  • Refined PBI (acceptance criteria, scope)
  • Discovery interview notes (team skills, budget, timeline)

Extract and summarize:

SignalValueSource
Expected users...discovery interview
Domain complexityLow/Med/Highdomain model
Team skills...discovery interview
Budget constraint...business evaluation
Timeline...business evaluation
Compliance needs...business evaluation
Real-time needsYes/Norefined PBI
Integration complexityLow/Med/Highdomain model

Step 2: Derive Technical Requirements

Map business signals to technical requirements:

Business SignalTechnical RequirementPriority
High user scaleHorizontal scaling, connection poolingMust
Complex domainStrong type system, ORM with migrationsMust
Real-time featuresWebSocket/SSE support, event-driven archMust
Small teamLow learning curve, good DX, batteries-includedShould
Tight budgetOpen-source, low hosting costShould
ComplianceAudit trail, encryption, auth frameworkMust

MANDATORY IMPORTANT MUST ATTENTION validate derived requirements with user via AskUserQuestion before proceeding to research.

Step 3: Research Per Stack Layer

For EACH layer, research top 3 options using WebSearch (minimum 5 queries total):

Stack Layers to Evaluate

LayerExample OptionsResearch Focus
Backend Framework.NET, Node.js, Python, Go, JavaPerformance, type safety, ecosystem
Frontend FrameworkAngular, React, Vue, SvelteDX, ecosystem, hiring, enterprise fit
DatabasePostgreSQL, MongoDB, SQL ServerScale, query complexity, cost
Messaging/EventsRabbitMQ, Kafka, Redis StreamsThroughput, reliability, complexity
InfrastructureDocker+K8s, Serverless, PaaSCost, ops overhead, scaling
AuthKeycloak, Auth0, customCost, compliance, flexibility

WebSearch Queries (minimum 5 per layer)

"{option_A} vs {option_B} {current_year} comparison"
"{option} enterprise production case studies"
"{option} community size github stars"
"{option} performance benchmarks {use_case}"
"{option} security track record vulnerabilities"

Step 4: Deep Comparison Matrix

For EACH stack layer, produce a comparison table:

CriteriaOption AOption BOption CWeight
Team Fitscore + rationale......High
Scalabilityscore + rationale......High
Time-to-Marketscore + rationale......High
Ecosystem/Libsscore + rationale......Medium
Hiring Marketscore + rationale......Medium
Cost (hosting)score + rationale......Medium
Learning Curvescore + rationale......Medium
Community Healthscore + rationale......Low

Scoring: 1-5 scale. Weight: High=3x, Medium=2x, Low=1x.

Per-Option Detail Block

For each option, document:

### {Layer}: {Option Name}

**Pros:**

- {Pro 1} — {evidence/source}
- {Pro 2} — {evidence/source}
- {Pro 3} — {evidence/source}

**Cons:**

- {Con 1} — {evidence/source}
- {Con 2} — {evidence/source}

**Best suited when:** {conditions}
**Not suitable when:** {conditions}
**Production examples:** {2-3 real companies using this}

Step 5: Weighted Score & Ranking

Calculate weighted total per option per layer. Present ranking:

### {Layer} Ranking

1. **{Option A}** — Score: {X}/100 — Confidence: {Y}%
2. **{Option B}** — Score: {X}/100 — Confidence: {Y}%
3. **{Option C}** — Score: {X}/100 — Confidence: {Y}%

**Recommendation:** {Option A}
**Why:** {2-3 sentence rationale linking to team skills, scale, and constraints}

Step 6: Generate Report

Write report to {plan-dir}/research/tech-stack-comparison.md with:

  1. Executive summary (recommended full stack in 5 lines)
  2. Technical requirements table (from Step 2)
  3. Per-layer comparison matrices (from Step 4)
  4. Per-layer rankings with recommendations (from Step 5)
  5. Combined recommended stack diagram
  6. Risk assessment for recommended stack
  7. Alternative stack (second-best combo) for comparison
  8. Unresolved questions

Report must be <=200 lines. Use tables over prose.

Step 7: User Validation Interview

MANDATORY IMPORTANT MUST ATTENTION present findings and ask 5-8 questions via AskUserQuestion:

Required Questions

  1. Per-layer recommendation confirmation — "For {layer}, I recommend {option}. Agree?"

- Options: Agree (Recommended) | Prefer {option B} | Need more research

  1. Risk tolerance — "The recommended stack has {risk}. Acceptable?"
  2. Team readiness — "Team needs to learn {X}. Training plan needed?"
  3. Budget alignment — "Estimated infra cost: ${X}/month. Within budget?"
  4. Timeline fit — "This stack enables MVP in {X} months. Acceptable?"

Optional Deep-Dive Questions (pick 2-3 based on context)

  • "Should we consider {emerging tech} for {layer}?"
  • "Any compliance requirements I haven't captured?"
  • "Preference for managed services vs self-hosted?"
  • "Monorepo or polyrepo for this team size?"

After user confirms, update report with final decisions and mark as status: confirmed.

Output

{plan-dir}/research/tech-stack-comparison.md    # Full comparison report
{plan-dir}/phase-02-tech-stack.md               # Final confirmed tech stack decisions

MANDATORY IMPORTANT MUST ATTENTION break work into small todo tasks using TaskCreate BEFORE starting. MANDATORY IMPORTANT MUST ATTENTION validate EVERY recommendation with user via AskUserQuestion — never auto-decide. MANDATORY IMPORTANT MUST ATTENTION include confidence % and evidence citations for all claims. MANDATORY IMPORTANT MUST ATTENTION add a final review todo task to verify work quality.


Next Steps

MANDATORY IMPORTANT MUST ATTENTION — NO EXCEPTIONS after completing this skill, you MUST ATTENTION use AskUserQuestion to present these options. Do NOT skip because the task seems "simple" or "obvious" — the user decides:

  • "/architecture-design (Recommended)" — Design solution architecture with chosen tech stack
  • "/plan" — If architecture already decided
  • "Skip, continue manually" — user decides

Closing Reminders

MANDATORY IMPORTANT MUST ATTENTION break work into small todo tasks using TaskCreate BEFORE starting. MANDATORY IMPORTANT MUST ATTENTION validate decisions with user via AskUserQuestion — never auto-decide. MANDATORY IMPORTANT MUST ATTENTION add a final review todo task to verify work quality.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

38.89%
按下载量换算45

Claude

29.49%
按下载量换算34

Cursor

18.69%
按下载量换算21

Gemini CLI

9.74%
按下载量换算11

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

可疑

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills