# Contributing to Hermes Core Skills

Thanks for your interest in contributing! 🎉

## How to Contribute

1. **Fork** the repo
2. **Create a branch** (`git checkout -b feature/amazing-skill`)
3. **Add your skill** in the `skills/` directory as a markdown file
4. **Commit** your changes (`git commit -m "Add amazing skill"`)
5. **Push** (`git push origin feature/amazing-skill`)
6. **Open a Pull Request**

## Skill Format

Each skill should be a `.md` file in `skills/` with:
- YAML frontmatter (name, description, category)
- Clear trigger conditions
- Numbered steps
- Verification instructions

## Guidelines

- Keep skills framework-agnostic (works across agents)
- No hardcoded paths or environment-specific config
- Include a brief example where possible
- Test your skill before submitting

## Questions?

Open a Discussion or Issue!
