minimal

Validate minimal skill.md parsing within the Conjure framework.

10|Updated Dec 26, 2025
One-click install
npx skills add https://github.com/holsee/conjure --skill minimal-holsee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minimal
Source: https://github.com/holsee/conjure/tree/main/test/fixtures/skills/minimal
Command: npx skills add https://github.com/holsee/conjure --skill minimal-holsee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill serves as a basic test case for the Conjure framework, ensuring fundamental functionality.

Core Features & Use Cases

  • Basic Functionality Test: Verifies the core loading and execution mechanism of a skill.
  • Minimalist Example: Demonstrates the absolute essential components of a skill unit.
  • Use Case: Used in automated testing suites to confirm that new skill definitions can be parsed and invoked without errors.

Quick Start

Invoke the minimal skill.

Frequently Asked Questions about minimal

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

FAQPage Schema
What is a minimal skill for testing in the Conjure framework?

A minimal skill for testing provides a basic, self-contained unit to verify the core loading and execution mechanisms of the Conjure framework. It validates the essential structure and parsing of a skill.md file without requiring external dependencies or complex logic.

How do I test the basic functionality of a skill?

To test basic functionality, you can invoke a minimal skill unit to verify that new skill definitions are parsed and invoked without errors. This minimalist example demonstrates the absolute essential components required for execution within an automated testing suite.

Does the basic skill testing example require any external dependencies?

No, the basic skill testing example does not require any external dependencies. It is a self-contained unit designed to validate fundamental skill parsing and execution with minimal content, ensuring no complex logic or external libraries are involved.

Can I use a minimalist skill example for automated testing suites?

Yes, you can use a minimalist skill example in automated testing suites to confirm that new skill definitions can be parsed and invoked without errors. It serves as a basic test case ensuring fundamental framework functionality.

What are the limitations of using a minimal skill for testing?

The limitation of a minimal skill is its lack of complex logic and external dependencies. It is designed strictly for basic functionality tests and validating essential structure, making it unsuitable for evaluating advanced framework features or intricate processing tasks.