Every link in the README's "App Automation via Composio" section (lines 222–337) currently returns 404 on GitHub. Example: the outlook-automation link points to ./outlook-automation/, but that folder no longer exists in the repo.
Commit 2790447 — "reorganize: move composio automation skills to composio-skills/, restore original curated skills at root" — deleted the 78 hand-curated automation skills from the repo root without porting them into composio-skills/.
git show 2790447 --stat shows 938 files / ~30K lines of pure deletions for the curated skills, with no corresponding additions. The composio-skills/ folder is populated separately by 8c60204 with auto-generated stubs for 874 toolkits — that set does not include outlook-automation, gmail-automation, slack-automation, trello-automation, etc.
The reorganize PR (#339) describes the intent as "Moved all composio automation skills into the composio-skills/ directory", but the commit that landed only did the deletion half — so the README still points to the original root paths.
Restore the 78 SKILL.md files referenced by the README, byte-for-byte from commit 255586d (the PR that originally added them).
Scope is intentionally limited to the 78 skills the README actually links to, not all ~700 deleted folders. Verification: git diff <(git show 255586d:outlook-automation/SKILL.md) outlook-automation/SKILL.md returns no output for every restored file.
SKILL.md only — no other files touchedRemoving the broken section from the README instead. Rejected because the original SKILL.md files (hand-curated with real tool slugs, parameter docs, and pitfalls discovered from Composio's API) are clearly useful and recoverable from history — losing them silently to a botched reorg seems worse than restoring them.