init

Create threads directory, .claude/settings.json, and CLAUDE.md scaffolding.

4|1|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/sebmartin/ai-workspace-plugin --skill init-sebmartin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: init
Source: https://github.com/sebmartin/ai-workspace-plugin/tree/main/skills/init
Command: npx skills add https://github.com/sebmartin/ai-workspace-plugin --skill init-sebmartin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Initialize workspace scaffolding by creating threads directory, .claude/settings.json, and CLAUDE.md.

Core Features & Use Cases

  • Idempotent setup: safely re-run in an existing project without overwriting existing files.
  • Automatic workspace scaffolding: creates necessary folders and configuration for ai-workspace.
  • Template-driven defaults: uses templates to populate initial configuration like settings and CLAUDE.md.

Quick Start

Run /ai-workspace:init in your project directory to create threads, .claude/settings.json, and CLAUDE.md.

Frequently Asked Questions about init

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

FAQPage Schema
How do I initialize an ai-workspace scaffolding in my project directory?

To initialize an ai-workspace, run the setup command in your project directory to automatically create a threads directory, .claude/settings.json, and CLAUDE.md using template-driven defaults.

What does the CLAUDE.md and .claude/settings.json configuration do for workspace automation?

The CLAUDE.md and .claude/settings.json files provide template-driven default configurations that establish necessary workspace scaffolding for ai-workspace automation and threads management.

Can I safely re-run workspace initialization in an existing project without overwriting files?

Yes, you can safely re-run workspace initialization in an existing project. The setup enforces idempotent operations, ensuring existing folders and configuration files are not overwritten during scaffolding.

Does the workspace scaffolding setup work with any project directory?

The workspace scaffolding setup is applicable to both fresh setups and existing project directories, creating the necessary threads directory and configuration files across any project environment.

What is the best way to create a threads directory and configuration for ai-workspace?

The best way to create a threads directory and configuration for ai-workspace is by running the initialization command, which uses templates to populate initial settings and CLAUDE.md automatically.