Use when adding new error messages to React, or seeing "unknown error code" warnings.
npx skills add RLforlife/miniskill --skill "hello-world"
Install specific skill from multi-skill repository
# Description
A simple hello world skill for demonstration. Use when user wants to test skill functionality or see a greeting.
# SKILL.md
name: hello-world
description: A simple hello world skill for demonstration. Use when user wants to test skill functionality or see a greeting.
Hello World Skill
This skill demonstrates the skill system. It can greet users in different ways.
Usage
Use the greet.sh script to greet someone:
- greet.sh - Greets "World"
- greet.sh "Your Name" - Greets the specified name
Scripts
greet.sh- Main greeting script
Examples
- "Say hello"
- "Greet me"
- "Hello there"
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.