install-pwf
v1.0.0
Published
Install planning-with-files hooks for GitHub Copilot into your project
Maintainers
Readme
install-pwf
Install planning-with-files GitHub Copilot hooks into your project with one command.
Usage
# cd into your project, then:
npx install-pwf
# Or target a specific directory:
npx install-pwf ~/path/to/project
# Install into ALL git repos under a parent folder:
npx install-pwf ~/projectsWhat it installs
your-project/
└── .github/
├── hooks/
│ ├── planning-with-files.json
│ └── scripts/
│ ├── session-start.sh / .ps1
│ ├── pre-tool-use.sh / .ps1
│ ├── post-tool-use.sh / .ps1
│ └── agent-stop.sh / .ps1
└── skills/
└── planning-with-files/
├── SKILL.md
├── templates/
└── scripts/Requirements
gitinstalled and available in PATH- Target directory must be a git repository (or contain git repositories)
Credits
This package installs hooks and skills from planning-with-files by Ahmad Othman Ammar Adi. All credit for the planning workflow, hook scripts, and skill templates goes to the original project.
License
MIT
