AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Setup

skill-lightpointventures-claude-code-starter-setup · by lightpointventures

当用户首次使用模板、想配置项目信息、需要填写 CLAUDE.md 占位符时使用 — 通过问答自动填写项目信息

No reviews yet
0 installs
38 views
0.0% view→install

Install

$ agentstack add skill-lightpointventures-claude-code-starter-setup

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-lightpointventures-claude-code-starter-setup)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Setup? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

项目初始化配置

你要帮用户配置 CLAUDE.md 中的项目信息。

步骤

1. 检测项目类型

先扫描当前目录,判断是否有现成的技术栈预设:

  • 如果存在 pyproject.toml 且依赖 fastapi → 建议使用 Python/FastAPI 预设
  • 如果存在 package.json 且依赖 next → 建议使用 Next.js/TypeScript 预设
  • 如果只有 .html 文件,无 package.json → 建议使用 纯前端 HTML 预设
  • 其他情况 → 使用通用模板

> 检测到你的项目是 [技术栈],建议使用对应的预设模板,已包含该技术栈的最佳实践和常见陷阱。 > 也可以选择通用模板自己填写。 > > 1. Python/FastAPI 预设 > 2. Next.js/TypeScript 预设 > 3. 纯前端 HTML 预设 > 4. 通用模板

如果用户选了预设,从 templates/ 目录复制对应模板替换 CLAUDE.md。

2. 填写项目信息

依次提问以下信息(每次一个问题,给出默认值建议):

问题 1:项目名称 > 你的项目叫什么名字? (观察当前目录名作为默认建议)

问题 2:项目描述 > 用一句话描述这个项目是做什么的?

问题 3:运行环境 > 你的项目跑在什么环境?比如本地 macOS、Docker、Vercel 等 (默认「本地开发」)

如果用户选了通用模板,还需要额外问:

  • 技术栈、源代码目录、测试目录、包管理器、Lint 命令、测试命令

如果用户选了预设模板,这些字段已预填好,只替换 {{projectname}}、{{projectdescription}}、{{environment}}。

3. 替换占位符

收集完信息后,替换 CLAUDE.md 中所有 {{placeholder}}

4. 确认

展示替换后的「项目基本信息」区块: > 配置完成,以下是你的项目信息,确认无误吗?

用户确认后保存。如果要修改,回到对应问题。

5. 提示下一步

> CLAUDE.md 配置完成。建议: > - 运行 /daily 开始今天的工作 > - 遇到坑时用 /learn 记录到已知陷阱 > - 做技术决策时用 /learn 记录到决策日志

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.