ai-tech-advisor

Recommends a single tech stack and generates specification documents and AI coding rules for new projects.

Updated Aug 26, 2026
One-click install
npx skills add https://github.com/Yjj0333/skills-manager-backup --skill ai-tech-advisor-yjj0333
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ai-tech-advisor
Source: https://github.com/Yjj0333/skills-manager-backup/tree/main/ai-tech-advisor
Command: npx skills add https://github.com/Yjj0333/skills-manager-backup --skill ai-tech-advisor-yjj0333

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Non-technical users starting a new project often struggle to choose between frameworks, databases, and deployment options, and end up with inconsistent or unmaintainable stacks. This Skill guides them through a structured Chinese-language discussion and converges on one clear, justified technology recommendation. ## Core Features & Use Cases - Guided Tech Stack Selection: Asks adaptive one-at-a-time questions about the project, confirms the product form (Website, Mini Program, App, Admin Panel, API Service), and recommends exactly one stack with reasoning. - Technology Evaluation: Scores each chosen technology against a checklist covering community, documentation, maintenance, license, AI-friendliness, and complexity, flagging risks. - Document & Rules Generation: Produces tech-stack-spec.md plus AI rule files (AGENTS.md, CLAUDE.md, .cursorrules) and prompt templates so downstream AI coding agents follow the chosen stack. - Use Case: A founder wants to build a WeChat Mini Program but does not know what backend or database to use. The Skill interviews them, recommends a concrete stack, evaluates it, and generates the spec and AI rules for the next pipeline stages. ## Quick Start Ask the assistant to help you choose a tech stack for your new project and answer its questions about your product one at a time.

Frequently Asked Questions about ai-tech-advisor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I choose a tech stack for a new project?▼

Describe your project in one sentence, then answer follow-up questions about target users and scale. The advisor confirms your product form (Website, Mini Program, App, Admin Panel, or API Service) and recommends exactly one stack with reasoning for each layer.

What tech stack should I use for a WeChat Mini Program?▼

The advisor recommends a Mini Program platform such as Taro or uni-app paired with a backend framework and database suited to your project scale. It presents one recommendation and explains why alternatives are not chosen for your specific case.

How do I evaluate whether a framework is safe to use commercially?▼

Each technology is checked against a checklist covering license, maintenance activity, community size, and documentation. Licenses must permit commercial use (MIT, Apache 2.0, BSD), and the last release should be within six months.

Can I compare multiple tech stacks side by side with this advisor?▼

No, the advisor deliberately converges on one recommendation rather than listing options. Alternatives are only mentioned to explain trade-offs and why they were not selected for your project.

When should I not use a tech stack advisor?▼

Skip it if you already have a clear stack and just want to code, if you are asking about a detail of an existing technology, or if you are mid-project considering a migration. It is designed for the start of a project lifecycle.