claude-tweaks:setup

Bootstrap a Claude Tweaks project by installing dependencies and scaffolding workflow directories.

2|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/thomasholknielsen/claude-tweaks --skill claude-tweaks-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-tweaks:setup
Source: https://github.com/thomasholknielsen/claude-tweaks/tree/main/skills/setup
Command: npx skills add https://github.com/thomasholknielsen/claude-tweaks --skill claude-tweaks-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates bootstrapping of a Claude Tweaks project by installing dependencies and scaffolding workflow directories.

Core Features & Use Cases

  • Install required plugins and verify dependencies for the workflow.
  • Create starter directory structure, starter files, and optional browser integration scaffolding.
  • Run a status check to ensure CLAUDE.md and git are present and ready for subsequent steps.

Quick Start

Run /claude-tweaks:setup to bootstrap plugin dependencies and create the required project structure.

Frequently Asked Questions about claude-tweaks:setup

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

FAQPage Schema
How do I bootstrap a Claude Tweaks project and scaffold the workflow directory structure?

To bootstrap a Claude Tweaks project, run the setup command to automatically install plugin dependencies, verify the environment, and create the required workflow directory structure with starter files.

What prerequisites do I need before running the Claude Tweaks project setup?

Before running the Claude Tweaks setup, you need a CLAUDE.md file and git initialized in your repository to pass the enforced status check and prepare the environment for downstream skills.

Does the project onboarding process support browser integration scaffolding?

Yes, the project onboarding process supports optional browser integration scaffolding, creating the necessary starter files and directory structure alongside the core plugin dependency installation.

What is the best way to automate workflow setup and verify plugin dependencies for a new project?

Automating workflow setup is best handled by running the bootstrap command, which verifies plugin dependencies, enforces prerequisites like git, and scaffolds the project structure in one pass.

Why does the setup process check for CLAUDE.md and git before scaffolding directories?

The setup process checks for CLAUDE.md and git because these are enforced prerequisites required to ensure the environment is fully ready for subsequent downstream workflow skills.

Can I use this bootstrap setup to create starter files for an existing project structure?

Yes, you can use the bootstrap setup on an existing project to install required plugins, verify dependencies, and generate starter files alongside the workflow directories without breaking the current structure.