organize

Create a standardized workspace with docs/, CLAUDE.md, and a GitHub repository.

Updated Feb 20, 2026
One-click install
npx skills add https://github.com/ryanismert/do-stuff-helper --skill organize-ryanismert
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: organize
Source: https://github.com/ryanismert/do-stuff-helper/tree/main/skills/organize
Command: npx skills add https://github.com/ryanismert/do-stuff-helper --skill organize-ryanismert

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bootstrapper for current activity directory by creating docs/, CLAUDE.md, and a GitHub repo along with project-level plugins to ensure consistent collaboration.

Core Features & Use Cases

  • Create docs/ subdirectory if missing and scaffold initial docs
  • Initialize CLAUDE.md with canonical activity section and references as per conventions
  • Install required plugins at project level so collaborators have the same setup
  • Initialize a GitHub repository and link as origin for project
  • Ensure consistent skill availability across workspace

Quick Start

Initialize the activity directory by creating docs/, CLAUDE.md, and a GitHub repo, then install project plugins.

Frequently Asked Questions about organize

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

FAQPage Schema
How do I bootstrap a new project directory with docs and a GitHub repository?▼

Bootstrapping a project directory creates a standardized workspace by scaffolding a docs/ subdirectory, initializing CLAUDE.md, installing project-level plugins, and linking a new GitHub repository as origin for collaboration.

What is the best way to ensure consistent plugin availability across a project workspace?▼

Ensuring consistent plugin availability involves installing required plugins at the project level during initial workspace setup, which guarantees all collaborators share the same configuration and skill setup.

How do I initialize CLAUDE.md with canonical activity sections for a new repo?▼

Initializing CLAUDE.md automatically generates the file with canonical activity sections and references based on established conventions, ensuring immediate project participation and consistent documentation.

Do I need to manually create a docs subdirectory before setting up my project workspace?▼

You do not need to manually create a docs subdirectory because the workspace bootstrapping process automatically scaffolds the docs/ folder and generates initial documentation if it is missing.

Can I use this project bootstrapping method to configure GitHub origin for collaboration?▼

You can use project bootstrapping to initialize a GitHub repository and automatically link it as the origin remote, preparing the workspace for immediate team collaboration.