Agent skill
hello-world
A simple introductory skill that demonstrates basic OpenCode skill functionality and provides a starting template
Install this agent skill to your Project
npx add-skill https://github.com/ssdeanx/AI-Skills/tree/main/skills/hello-world
Metadata
Additional technical details for this skill
- audience
- beginners
- category
- tutorial
- complexity
- basic
SKILL.md
What I do
- Provide a basic welcome message
- Demonstrate skill loading and execution
- Show how to structure skill instructions
- Offer guidance for creating more complex skills
When to use me
Use this skill when learning about OpenCode skills or testing skill functionality. This is a beginner-friendly skill for understanding the skill system.
Instructions
1. Welcome Message
When activated, provide a friendly greeting that confirms the skill is working.
2. Basic Functionality Demo
Show how skills can provide structured guidance and step-by-step instructions.
3. Learning Resources
Point to additional resources for skill development:
- Read the AGENTS.md file for development guidelines
- Check OpenCode documentation at https://opencode.ai/docs/skills/
- Explore other skills in the repository for examples
4. Next Steps
Suggest creating a more specialized skill based on your needs:
- Code review skills
- Project setup automation
- Testing and quality assurance
- Documentation generation
Example Usage
skill({ name: "hello-world" })
This will load the skill and provide these instructions to help you get started with OpenCode skills development.
Skill Development Tips
- Keep instructions clear and actionable
- Use markdown formatting for better readability
- Include specific examples when possible
- Test your skills by restarting OpenCode and using the skill tool
- Reference supporting files with relative paths when needed
Supporting Files (Optional)
You can add supporting files to this directory:
scripts/setup.sh- Automation scriptstemplates/config.md- Reusable templatesdocs/advanced.md- Additional documentation hello-world/SKILL.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
task-generator
Generate structured task lists from specs or requirements. IMPORTANT: After completing ANY spec via ExitSpecMode, ALWAYS ask the user: "Would you like me to generate a task list for this spec?" Use when user confirms or explicitly requests task generation from a plan/spec/PRD.
web-ui-ux
Web UI/UX specialist guidance for designing, reviewing, and polishing web product UI (layout, usability, microcopy, accessibility, responsive behavior, forms, navigation). Use when asked to improve UI/UX, audit a page, design a screen, create a component spec, or generate HTML head/manifest/icon guidance for a web app; optionally applicable to Unreal UI (UMG) for UX heuristics.
icon-generator
Generate web UI/UX icon assets (favicon.ico, apple-touch-icon, PWA icons incl. maskable) and optionally Unreal Engine packaging icons (Windows .ico, macOS .iconset/.icns, Linux .png) from a single source SVG/PNG; use when you need correct multi-size icon files, safe-area guidance, manifests/head tags, or automation.
skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
verl-rl-training
Provides guidance for training LLMs with reinforcement learning using verl (Volcano Engine RL). Use when implementing RLHF, GRPO, PPO, or other RL algorithms for LLM post-training at scale with flexible infrastructure backends.
openrlhf-training
High-performance RLHF framework with Ray+vLLM acceleration. Use for PPO, GRPO, RLOO, DPO training of large models (7B-70B+). Built on Ray, vLLM, ZeRO-3. 2× faster than DeepSpeedChat with distributed architecture and GPU resource sharing.
Didn't find tool you were looking for?