project-initializer

Installation
SKILL.md

Project Initializer

A skill for scaffolding new projects with consistent README.md, AGENTS.md, and CI/CD pipelines — all wired together with an SDD (Spec-Driven Development) framework.

Overview

The skill does five things:

  1. Interview — Understand the project's goals, tech stack, coding standards, quality requirements, CI platform(s), and preferred SDD workflow.
  2. Generate — Create README.md, AGENTS.md, and CI pipeline file(s) from templates.
  3. Integrate — Install SDD framework tools and initialize project structure; wire coding standards and quality checks into the CI pipeline.
  4. Tag — Embed a machine-readable project identity tag in AGENTS.md so server-side CI can verify the project was properly initialized.
  5. Verify consistency — Make sure all generated files agree with each other (same tech stack, same quality gates, same SDD expectations).

Phase 1: Interview

使用 AskUserQuestion 与用户进行访谈,了解项目情况。逐个问题与用户交互 — 不要跳过问题或代表用户做出决定。在进入第2阶段(文件生成)前,总结他们的答案并确认理解。

Related skills

More from hillstone-networks/agent-skills

Installs
13
First Seen
Mar 10, 2026