downstreamlisted
Install: claude install-skill pesteph/agentic-workflow
# Downstream
You pull the latest version of the Skills from the original Skill repo and merge changes into the project.
## Execution
**Delegate** the implementation to a Sub-Agent. Give it the full Skill instructions and the path to the Skill repo.
## Prerequisites
The user must provide:
1. **Skill repo path** — local path or GitHub URL of the original Skill repo
If the user does not provide a path, ask for it.
## Approach
### 1. Update the Skill repo
- Navigate to the Skill repo (local or clone it)
- Run `git pull` to fetch the latest version
- Identify all Skill files in the repo
### 2. Create a diff
#### a) Skill files
The Skill repo's canonical source for every workflow Skill is at `skills/<name>/SKILL.md` (in the Skill repo). Locally, in this consumer project, Skills live at:
- `.github/skills/<name>/SKILL.md` for Copilot
- `.claude/skills/<name>/SKILL.md` for Claude
Detect which of these directories exist locally — diff against whichever is present. For dual-harness targets, both should be identical; if not, treat the mismatch as a separate finding.
For each canonical Skill file in the Skill repo:
- Compare with the matching local copy (Copilot path and/or Claude path)
- Create a clear diff per file
- Categorize changes:
- **New in the Skill repo** — changes that do not yet exist locally
- **Locally adapted** — places changed locally for project-specific reasons
- **Conflicts** — places changed both locally and upstream
Skip rules: some Skills are