
Hello World with Agent Skills
After hearing about Agent skills, I thought I would try it out and where better to start than Hello World! Agent skills is a way to define a skill that can be given to an agent and it should work with whatever AI tool you are using as it is an open standard. The SKILL.md details what the agent should do when triggered. Resources used in this work can be found at https://github.com/agentskills/agentskills https://agents.md/ https://agentskills.io/home With the source code for what I did at https://github.com/Daveu1983/skills-hello-world The Agent.md # Agent Instructions This repository is a collection of Agent Skills — reusable instructions that AI coding agents can load on demand to perform specific tasks. ## Repository structure skills/<skill-name>/SKILL.md # Skills (Agent Skills format) AGENTS.md # This file ## Skills format Skills follow the [Agent Skills](https://agentskills.io) open standard. Each skill is a directory containing a `SKILL.md` file with YAML frontmatter and Markdown
Continue reading on Dev.to Beginners
Opens in a new tab




