mirror of
https://github.com/ghostsecurity/skills.git
synced 2026-09-14 20:00:39 +08:00
1b7338ceef
* GHO-11188-skills-docs * tweaks
1.2 KiB
1.2 KiB
Contributing to Ghost Security's Skills
Thanks for your interest in contributing to these skills! Here's how to get started.
How to Contribute
- Fork the repository
- Create a feature branch (
git checkout -b my-feature) - Make your changes
- Submit a pull request
Development Setup
Prerequisites: claude code, bash, git
git clone https://github.com/<your-fork>/skills.git
cd path/to/local/repo/on/disk
claude --plugin_dir=path/to/fork/of/skills
Running the Skill(s)
/ghost:<skill-name>
Pull Requests
- Keep PRs focused on a single change
- Write clear, descriptive commit messages
- Add tests for new functionality
- Ensure
make testandmake lintpass
Reporting Bugs
Open a GitHub Issue with:
- Steps to reproduce
- Expected vs actual behavior
- Skills/plugin version
- Claude Code version
- OS and environment details
Suggesting Features
Open a GitHub Issue describing:
- The use case or problem
- Your proposed solution (if any)
License
By contributing, you agree that your contributions will be licensed under the Apache License 2.0.