[PR #56] [MERGED] Add Continue integration (skills + prompt) #70

Closed
opened 2026-03-03 18:50:25 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/OthmanAdi/planning-with-files/pull/56
Author: @murphyXu
Created: 1/23/2026
Status: Merged
Merged: 1/26/2026
Merged by: @OthmanAdi

Base: masterHead: feat/continue-integration


📝 Commits (1)

  • 4271a54 Add Continue integration (skills + prompt)

📊 Changes

12 files changed (+1176 additions, -0 deletions)

View changed files

.continue/prompts/planning-with-files.prompt (+34 -0)
.continue/skills/planning-with-files/SKILL.md (+83 -0)
.continue/skills/planning-with-files/examples.md (+202 -0)
.continue/skills/planning-with-files/reference.md (+218 -0)
.continue/skills/planning-with-files/scripts/check-complete.ps1 (+42 -0)
.continue/skills/planning-with-files/scripts/check-complete.sh (+44 -0)
.continue/skills/planning-with-files/scripts/init-session.ps1 (+120 -0)
.continue/skills/planning-with-files/scripts/init-session.sh (+120 -0)
.continue/skills/planning-with-files/scripts/session-catchup.py (+203 -0)
📝 README.md (+2 -0)
docs/continue.md (+74 -0)
scripts/check-continue.sh (+34 -0)

📄 Description

  • Add .continue/skills planning-with-files bundle

  • Add .continue/prompts slash command (.prompt Markdown)

  • Add docs/continue.md and README entry

  • Add scripts/check-continue.sh validator


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/OthmanAdi/planning-with-files/pull/56 **Author:** [@murphyXu](https://github.com/murphyXu) **Created:** 1/23/2026 **Status:** ✅ Merged **Merged:** 1/26/2026 **Merged by:** [@OthmanAdi](https://github.com/OthmanAdi) **Base:** `master` ← **Head:** `feat/continue-integration` --- ### 📝 Commits (1) - [`4271a54`](https://github.com/OthmanAdi/planning-with-files/commit/4271a5425bb976886e4ba65f6eba8ace85a59d9b) Add Continue integration (skills + prompt) ### 📊 Changes **12 files changed** (+1176 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.continue/prompts/planning-with-files.prompt` (+34 -0) ➕ `.continue/skills/planning-with-files/SKILL.md` (+83 -0) ➕ `.continue/skills/planning-with-files/examples.md` (+202 -0) ➕ `.continue/skills/planning-with-files/reference.md` (+218 -0) ➕ `.continue/skills/planning-with-files/scripts/check-complete.ps1` (+42 -0) ➕ `.continue/skills/planning-with-files/scripts/check-complete.sh` (+44 -0) ➕ `.continue/skills/planning-with-files/scripts/init-session.ps1` (+120 -0) ➕ `.continue/skills/planning-with-files/scripts/init-session.sh` (+120 -0) ➕ `.continue/skills/planning-with-files/scripts/session-catchup.py` (+203 -0) 📝 `README.md` (+2 -0) ➕ `docs/continue.md` (+74 -0) ➕ `scripts/check-continue.sh` (+34 -0) </details> ### 📄 Description - Add .continue/skills planning-with-files bundle - Add .continue/prompts slash command (.prompt Markdown) - Add docs/continue.md and README entry - Add scripts/check-continue.sh validator --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 18:50:25 +03:00
Sign in to join this conversation.
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/planning-with-files#70
No description provided.