paw-tools-setup

Installation
SKILL.md

Pawbytes Tools Setup

Overview

Installs and configures Pawbytes Tools module into a project. Collects user preferences and writes them to:

  • {project-root}/.pawbytes/config/config.yaml — shared Pawbytes ecosystem configuration
  • {project-root}/.pawbytes/config/config.user.yaml — personal settings (gitignored, contains API keys)

{project-root} is a literal token in config values — never substitute it with an actual path. It signals to the consuming LLM that the value is relative to the project root.

On Activation

  1. Read ./assets/module.yaml for module metadata and variable definitions
  2. Check if {project-root}/.pawbytes/config/config.yaml exists — if present, inform the user this is an update

If the user provides arguments (e.g. accept all defaults, --headless, or inline values), map provided values to config keys, use defaults for the rest, and skip interactive prompting.

Collect Configuration

Related skills
Installs
2
First Seen
Apr 1, 2026