home / skills / ctsstc / get-shit-done-skills / init-repo

init-repo skill

/.kilocode/skills/gsd/commands/init-repo

npx playbooks add skill ctsstc/get-shit-done-skills --skill init-repo

Review the files below or copy the command above to add this skill to your agents.

Files (1)
SKILL.md
643 B
---
name: gsd:init-repo
description: Initialize GSD repository structure
version: 1.0.0
triggers: [init repo, initialize repository]
tools: [Bash, Glob, Grep, Write]
---

# GSD Init Repo

Initializes GSD repository structure and configuration.

## When to Use

- Setting up new GSD project
- Initializing repository structure

## Process

1. Create directory structure
2. Initialize git repository
3. Set up planning directory
4. Create initial documents

## Output Structure

- .claude/ - Agent and command definitions
- .planning/ - Planning documents
- docs/ - Documentation

## Success Criteria

Repository initialized with GSD structure.