# Scaffold

> AI駆動開発のためのプロジェクト初期構築スキル。AGENTS.mdの作成、基本指示の設定、およびコアスキルのインストールを自動化します。

- **Type:** Skill
- **Install:** `agentstack add skill-keiji-miyake-agent-skills-scaffold`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Keiji-Miyake](https://agentstack.voostack.com/s/keiji-miyake)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [Keiji-Miyake](https://github.com/Keiji-Miyake)
- **Source:** https://github.com/Keiji-Miyake/agent-skills/tree/main/skills/scaffold

## Install

```sh
agentstack add skill-keiji-miyake-agent-skills-scaffold
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Project Scaffold Skill

このスキルは、AI駆動開発（Agent Skills Ecosystem）に対応した新規プロジェクト環境を構築するための手順と知識を提供します。
エージェントがプロジェクトの初期化が必要だと判断した際に、専門的な知識セットとして使用されることを想定しています。

## 核となる原則

- **Standard Commands**: スキルのインストールには `npx skills add` を使用し、常に最新かつ適切なバージョンを取得します。
- **Documentation First**: コードよりも先に、プロジェクトの「ルール（AGENTS.md）」と「指示（instructions.md）」を確立します。
- **Modular Setup**: 必要な機能（スキル）を選択的に導入できる構造にします。

## ワークフロー

### 1. プロジェクト定義の確立 (`AGENTS.md`)

プロジェクトのルートに `AGENTS.md` を作成し、エージェントの役割とプロジェクト全体の指示（システムプロンプト）を定義します。

**Action:**
以下のテンプレートを使用して `AGENTS.md` を作成してください。

```markdown
# Agent Definitions & Instructions

このプロジェクトでは、以下の役割を持つAIエージェントが協調して開発を行います。

## Project Instructions (System Prompt)
このプロジェクトでは「ドキュメント駆動開発」と「Agent Skills」ワークフローを採用しています。
すべての変更は、実装の前にドキュメント（SPEC.md, DESIGN.mdなど）に反映される必要があります。
(その他、コーディング規約や振る舞いに関するルールをここに記述してください)

## Roles
(プロジェクトのニーズに合わせて役割を追加・削除してください)

### 1. [Role Name] (role description)
- **責任**: ...
- **スキル**: ...

### examples:

### Architect (設計)
- **責任**: 要件定義、システム設計、技術選定、ドキュメント管理。
- **スキル**: `architect` (recommended)

### Developer (実装)
- **責任**: コードの実装、リファクタリング、単体テスト作成。
- **スキル**: `developer` (recommended)
```

### 2. スキルのインストール

`AGENTS.md` で定義した役割に必要なスキルをインストールします。

**Action:**
ユーザーと相談し、必要なスキルを選択してインストールしてください。

```bash
# 構文: npx skills add [skill-name]
npx skills add [required-skill]
```

> [!TIP]
> 一般的なスキル: `dev-support`, `architect`, `developer`, `qa`, `devops` など。
> Tech Stack固有のスキルがある場合はそれらも提案してください。

### 4. ドキュメント構造の初期化

標準的なドキュメントディレクトリを作成します。

**Action:**
```bash
mkdir -p docs/dev
touch docs/dev/README.md
```

## 完了後のステップ

環境構築手順の完了後、次のアクションについてはプロジェクトの現在のフェーズやユーザーの指示に基づき、エージェントが判断して提案を行ってください。
特定のスキルへの自動的な移行指示は含めないでください。

## Source & license

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

- **Author:** [Keiji-Miyake](https://github.com/Keiji-Miyake)
- **Source:** [Keiji-Miyake/agent-skills](https://github.com/Keiji-Miyake/agent-skills)
- **License:** MIT

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-keiji-miyake-agent-skills-scaffold
- Seller: https://agentstack.voostack.com/s/keiji-miyake
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
