paw-tools-setup

Automate Pawbytes Tools module setup and configuration in a project.

85|12|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/pawbytes/skill-suites --skill paw-tools-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paw-tools-setup
Source: https://github.com/pawbytes/skill-suites/tree/main/src/tools/paw-tools-setup
Command: npx skills add https://github.com/pawbytes/skill-suites --skill paw-tools-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Streamlines the installation and configuration of the Pawbytes Tools module within a project, ensuring consistent setup and reducing manual steps.

Core Features & Use Cases

  • Install and configure Pawbytes Tools with a guided, interactive setup that writes core configuration files.
  • Generate project-scoped config at {project-root}/.pawbytes/config, including shared and personal settings, and create necessary directories.
  • Supports updates by detecting existing config and performing non-destructive writes while preserving user keys.

Quick Start

Install and configure Pawbytes Tools in your current project with default preferences or specify your choices during setup.

Frequently Asked Questions about paw-tools-setup

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

FAQPage Schema
How do I configure Pawbytes Tools in a new project?

To configure Pawbytes Tools in a new project, an interactive setup process collects your preferences and writes them to config.yaml and config.user.yaml files. It automatically creates the required directories within your project root.

What are shared and personal settings in a project configuration?

Shared and personal settings in project configuration separate team-wide defaults from individual developer overrides. This setup writes shared preferences to config.yaml and personal preferences to config.user.yaml within the .pawbytes directory.

Can I update my Pawbytes Tools configuration without losing existing settings?

You can update your Pawbytes Tools configuration without losing existing settings. The setup performs non-destructive writes, detecting existing config files and preserving your personal user keys while applying new prompted values.

How do interactive prompts work during module setup?

Interactive prompts during module setup collect user preferences by asking for specific configuration values. These prompted values are read from module.yaml assets and applied directly to generate the final config files.

Do I need any dependencies to install Pawbytes Tools?

You do not need any external dependencies to install Pawbytes Tools. The setup reads required metadata internally from the assets/module.yaml file, requiring only an existing project directory to create and write the configuration files.