add-tool-from-description

Generate and validate Pixie tool artifacts from natural-language descriptions.

6|1|Updated May 17, 2026
One-click install
npx skills add https://github.com/AlexKapadia/Pixie --skill add-tool-from-description
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-tool-from-description
Source: https://github.com/AlexKapadia/Pixie/tree/main/.claude/skills/add-tool-from-description
Command: npx skills add https://github.com/AlexKapadia/Pixie --skill add-tool-from-description

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically generate a complete Pixie tool from a plain-language description, writing tool.json, pyproject.toml, and main.py, then validating the result.

Core Features & Use Cases

  • Generate all required artefacts (tool.json, pyproject.toml, main.py) from a single description.
  • Validate the generated tool end-to-end to ensure it passes Pixie's checks before it appears in the toolkit.
  • Use case: a developer describes a desired tool and immediately obtains a production-ready skeleton ready for review or extension.

Quick Start

Describe your tool idea in natural language and let this skill generate the complete tool skeleton ready for validation.

Frequently Asked Questions about add-tool-from-description

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

FAQPage Schema
How do I generate a Pixie tool from a natural-language description?

To generate a Pixie tool from a description, provide a plain-language prompt and the skill outputs tool.json, pyproject.toml, and main.py, then validates the artifacts to pass Pixie's tool checks.

What files are required to create a complete Pixie tool skeleton?

A complete Pixie tool skeleton requires tool.json, pyproject.toml, and main.py. The skill automatically generates and wires these three artifacts from your description to ensure a consistent structure.

Can I validate generated Pixie tools before adding them to the toolkit?

Yes, you can validate generated Pixie tools before deployment. The skill applies end-to-end validation to ensure the generated tool.json, pyproject.toml, and main.py artifacts pass Pixie's tool checks.

Does generating a Pixie tool require any existing code or artifacts?

Generating a Pixie tool requires no existing artifacts. You only need a natural-language description of your tool idea, and the skill generates a production-ready skeleton ready for review or extension.

What is the best way to automate creating multiple Pixie tool skeletons?

The best way to automate creating Pixie tool skeletons is providing natural-language descriptions to this skill. It handles the end-to-end workflow, generating and validating tool.json, pyproject.toml, and main.py without manual intervention.