add-example

Generates Prompture usage example scripts with project conventions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation of new example scripts for the Prompture library, ensuring consistency and adherence to project standards for demonstrating extraction use cases and provider integrations.

Core Features & Use Cases

  • Example Generation: Creates standalone, runnable example scripts in the examples/ directory.
  • Convention Enforcement: Follows project guidelines for file naming, section structure, docstrings, and output formatting.
  • Use Case: A new contributor wants to show how to extract product details from customer reviews using the ollama/llama3.1:8b model. This Skill helps them quickly generate a well-formatted example script.

Quick Start

Use the add-example skill to create a provider example for the ollama/llama3.1:8b model.

Frequently Asked Questions about add-example

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

FAQPage Schema
How do I generate example scripts for Prompture provider integrations?

To generate Prompture example scripts, use this Skill to create standalone, runnable files in the examples/ directory that demonstrate provider integrations like ollama/llama3.1:8b with clear usage statistics.

What is the best way to ensure consistent docstrings and file naming for Python example code?

Ensuring consistent docstrings and file naming for Python example code requires following project conventions. This Skill automatically enforces section structure and output formatting guidelines for new Prompture scripts.

Can I create use-case-specific extraction examples with realistic sample text?

Yes, you can create use-case-specific extraction examples with realistic sample text. This Skill supports generating scripts that demonstrate extracting product details from customer reviews using specific models.

Does this example generation approach work for both provider-specific and use-case-specific demonstrations?

This example generation approach works for both provider-specific and use-case-specific demonstrations. It generates new Prompture usage example scripts following project conventions for demonstrating extraction use cases and provider integrations.

Why do my new Prompture example scripts have inconsistent output formatting?

Inconsistent output formatting in Prompture example scripts occurs when project guidelines are missed. This Skill enforces section structure, docstrings, and output formatting to streamline creation and maintain consistency.