template-skill

Generate standardized three-sentence problem statements with structured JSON metadata.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Snoopiam/claude_all_skills --skill template-skill-snoopiam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/Snoopiam/claude_all_skills/tree/main/template-skill
Command: npx skills add https://github.com/Snoopiam/claude_all_skills --skill template-skill-snoopiam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill is a minimal, ready-to-fill template to bootstrap new Claude Skills with proper frontmatter and structure.

Core Features & Use Cases

  • Metadata-First: Enforces mandatory YAML frontmatter with name and description.
  • Structured Skeleton: Provides guidance on structure, resources, and QA steps.
  • Rapid Prototyping: Lets you spin up new Skills quickly while maintaining standards.

Quick Start

Copy this template, replace the placeholder fields, and publish a new Skill.

Frequently Asked Questions about template-skill

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

FAQPage Schema
How do I generate standardized problem statements for vector-based retrieval?

This Skill automates generation of precise problem statements for vector-based retrieval by producing three-sentence prompts with structured JSON metadata. It enforces strict English, no filler, verb-first structure, and outputs valid JSON containing request, description, is_toxic, and toxic_reason fields for semantic search indexing and RAG pipelines.

What format does the Skill output for semantic search indexing?

The Skill outputs a valid JSON object with four required fields: request, description, is_toxic, and toxic_reason. Descriptions are exactly three declarative sentences starting with a verb or subject, with no filler language, designed for consistent indexing in RAG systems and agent decision workflows.

Can I use this template to bootstrap a new Skill with proper structure?

Yes, this template provides metadata-first scaffolding with mandatory YAML frontmatter for name and description. It includes structured guidance on resources and QA steps, enabling rapid prototyping while maintaining quality standards for new Skill development.

What are the constraints on problem statement formatting?

Problem statements must be exactly three sentences, strictly in English with no filler phrases. Each sentence must start with a verb or subject; the output must be valid JSON. These constraints ensure consistency across semantic search, RAG indexing, and agent workflows.

How does this Skill fit into RAG pipelines and agent workflows?

The Skill generates standardized, toxicity-flagged problem statements that feed directly into semantic search indexing and agent decision workflows. Structured JSON output with toxicity metadata enables reliable retrieval and filtering in production RAG systems.