smithery.ai

comprehensive-skill

A comprehensive skill demonstrating all frontmatter fields. Use for testing complete SKILL.md parsing.

First seen Mar 31, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0
LicenseApache-2.0
CompatibilityRequires git, docker, and access to the internet
Allowed toolsRead Write Bash(git:*) Bash(docker:*)
Declared agents claude-code
More metadata
author
test-org
version
1.0.0
category
testing

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,336 B
  • docs SUMMARY.md 129 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Comprehensive Skill

This skill demonstrates all possible frontmatter fields and features.

Overview

This skill is designed to test the complete parsing and execution pipeline of the skillet CLI tool. It includes all optional frontmatter fields and demonstrates proper formatting.

Prerequisites

  • Git must be installed
  • Docker must be installed
  • Internet access is required

Instructions

Step 1: Initialize

First, check the environment:

git --version
docker --version

Step 2: Execute

Perform the main task according to user requirements.

Step 3: Report

Provide a detailed summary of actions taken.

Output Format

Results should be formatted as:

Task: [task name]
Status: [success/failure]
Details: [description]

Error Handling

If prerequisites are not met, report clearly which requirement failed.

Resources

Additional documentation can be found in the references/ directory.