add-field

Adds predefined field definitions to Prompture's field registry with customizable parameters and enum support.

12|1|Updated Sep 7, 2025
One-click install
npx skills add https://github.com/jhd3197/Prompture --skill add-field
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-field
Source: https://github.com/jhd3197/Prompture/tree/main/.claude/skills/add-field
Command: npx skills add https://github.com/jhd3197/Prompture --skill add-field

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of adding new, reusable data extraction fields to the Prompture library, enhancing its ability to handle diverse data requirements.

Core Features & Use Cases

  • Field Definition: Define custom fields with types, descriptions, instructions, defaults, and enum values.
  • Registry Integration: Seamlessly adds new fields to Prompture's global field registry.
  • Use Case: A developer needs to extract a blood_type field from user profiles. They use this Skill to define the blood_type field with its possible values (e.g., "A+", "B-") and instructions for extraction.

Quick Start

Use the add-field skill to add a new field named 'product_sku' with type 'str', description 'Unique product identifier', and instructions 'Extract the SKU from the product description' to the registry.

Frequently Asked Questions about add-field

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

FAQPage Schema
How do I add custom data extraction fields to the Prompture registry?

To add custom data extraction fields to the Prompture registry, you define the field name, category, type, description, instructions, default value, nullability, and optional enum values. This registers the field structure for extracting custom data points.

What is schema expansion in Prompture and how does field definition work?

Schema expansion in Prompture is the process of adding predefined field definitions to manage custom data extraction. Field definition works by specifying a field's type, description, default value, and enum support to structure new extraction capabilities.

Can I define enum values when adding a new field to the Prompture registry?

Yes, you can define enum values when adding a new field to the Prompture registry. The field definition process accepts optional enum values, allowing you to constrain extraction to specific predefined options like blood types or product SKUs.

What inputs are required to create a custom field definition for data extraction?

Creating a custom field definition for data extraction requires user input for the field name, category, type, description, instructions, default value, and nullability. Optional enum values can also be specified to validate extraction constraints.

Does adding new extraction fields to the Prompture library require dependencies?

No, adding new extraction fields to the Prompture library requires no external dependencies. The add-field Skill operates independently to manage field structure, categories, and template variables within the global field registry.

When should I use the add-field Skill for schema expansion?

You should use the add-field Skill for schema expansion when you need to extract custom data points like a product SKU or blood type from user profiles. It streamlines adding reusable fields with specific extraction instructions to the Prompture library.