Thank you for your interest in contributing to the Deep Agents CLI Skill for LangGraph Deep Agents.
- Fork the repository
- Create a branch for your change (
git checkout -b my-change) - Make your changes and commit (
git commit -m "description of change") - Push to your fork (
git push origin my-change) - Open a Pull Request against
main
- Accuracy fixes — corrections to CLI commands, flags, or behavior documented in the skill
- Coverage gaps — new reference material for undocumented Deep Agents CLI features
- Installer improvements — enhancements to the CLI installer or build pipeline
- All skill content must be verifiable against the official Deep Agents documentation
- Keep
SKILL.mdunder 500 lines per the Agent Skills specification - Move detailed reference material to separate files in
references/ - Run
pnpm run build && pnpm run typecheckbefore submitting
Open an issue on GitHub with:
- A clear description of the problem
- Steps to reproduce (if applicable)
- Expected vs actual behavior
By contributing, you agree that your contributions will be licensed under the MIT License.