Contributing to Ghost Security's Skills
February 11, 2026 ยท View on GitHub
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.