chore: remove legacy templates/skills folder (#4408)#4409
Merged
Conversation
- Delete digitalocean.* skill files under templates/skills (unused legacy path) - Drop the AGENTS.md bullet that required matching files there Closes #4408 Co-authored-by: Igor Šarčević <igisar@gmail.com>
|
👋 Commands for maintainers:
|
WashingtonKK
pushed a commit
to WashingtonKK/superplane
that referenced
this pull request
Apr 27, 2026
…erplanehq#4409) <!-- CURSOR_AGENT_PR_BODY_BEGIN --> ## Summary Closes superplanehq#4408. - Removed the legacy `templates/skills/` directory and its six `digitalocean.*.md` files. - Updated [AGENTS.md](AGENTS.md) by removing the bullet that required creating or updating `templates/skills/<component-or-trigger>.md` for AI-assisted components. ## Review / issue alignment - **Issue:** Remove the folder and stop referencing it in AGENTS and Cursor skills. - **Automated review (Leonardo):** Delete the folder, remove or replace the AGENTS bullet, re-grep for stale `templates/skills` references. I removed the bullet entirely (and did not add replacement guidance) so we do not invent a new canonical path; [docs/prd/ai-agent-component-skill-awareness.md](docs/prd/ai-agent-component-skill-awareness.md) already documents component `SKILL.md` for future alignment if needed. **Grep** confirmed no remaining `templates/skills` references; `.cursor/skills/` had no such references in this repo. - **Human comments after review:** None. ## Tests - `make test` could not be run (Docker is not available in this environment). - A direct `go test ./pkg/...` run failed in packages that need a live DB; this matches pre-existing test infrastructure requirements, not this doc-only and file-removal change. <!-- CURSOR_AGENT_PR_BODY_END --> <div><a href="https://cursor.com/agents/bc-090b39b4-312a-4101-907f-99d8fbaa2c83"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/assets/images/open-in-web-dark.png"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/assets/images/open-in-web-light.png"><img alt="Open in Web" width="114" height="28" src="https://cursor.com/assets/images/open-in-web-dark.png"></picture></a> <a href="https://cursor.com/background-agent?bcId=bc-090b39b4-312a-4101-907f-99d8fbaa2c83"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/assets/images/open-in-cursor-dark.png"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/assets/images/open-in-cursor-light.png"><img alt="Open in Cursor" width="131" height="28" src="https://cursor.com/assets/images/open-in-cursor-dark.png"></picture></a> </div> Co-authored-by: Cursor Agent <cursoragent@cursor.com> Signed-off-by: WashingtonKK <washingtonkigan@gmail.com>
re-pixel
pushed a commit
to re-pixel/superplane
that referenced
this pull request
May 4, 2026
…erplanehq#4409) <!-- CURSOR_AGENT_PR_BODY_BEGIN --> ## Summary Closes superplanehq#4408. - Removed the legacy `templates/skills/` directory and its six `digitalocean.*.md` files. - Updated [AGENTS.md](AGENTS.md) by removing the bullet that required creating or updating `templates/skills/<component-or-trigger>.md` for AI-assisted components. ## Review / issue alignment - **Issue:** Remove the folder and stop referencing it in AGENTS and Cursor skills. - **Automated review (Leonardo):** Delete the folder, remove or replace the AGENTS bullet, re-grep for stale `templates/skills` references. I removed the bullet entirely (and did not add replacement guidance) so we do not invent a new canonical path; [docs/prd/ai-agent-component-skill-awareness.md](docs/prd/ai-agent-component-skill-awareness.md) already documents component `SKILL.md` for future alignment if needed. **Grep** confirmed no remaining `templates/skills` references; `.cursor/skills/` had no such references in this repo. - **Human comments after review:** None. ## Tests - `make test` could not be run (Docker is not available in this environment). - A direct `go test ./pkg/...` run failed in packages that need a live DB; this matches pre-existing test infrastructure requirements, not this doc-only and file-removal change. <!-- CURSOR_AGENT_PR_BODY_END --> <div><a href="https://cursor.com/agents/bc-090b39b4-312a-4101-907f-99d8fbaa2c83"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/assets/images/open-in-web-dark.png"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/assets/images/open-in-web-light.png"><img alt="Open in Web" width="114" height="28" src="https://cursor.com/assets/images/open-in-web-dark.png"></picture></a> <a href="https://cursor.com/background-agent?bcId=bc-090b39b4-312a-4101-907f-99d8fbaa2c83"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/assets/images/open-in-cursor-dark.png"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/assets/images/open-in-cursor-light.png"><img alt="Open in Cursor" width="131" height="28" src="https://cursor.com/assets/images/open-in-cursor-dark.png"></picture></a> </div> Co-authored-by: Cursor Agent <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #4408.
templates/skills/directory and its sixdigitalocean.*.mdfiles.templates/skills/<component-or-trigger>.mdfor AI-assisted components.Review / issue alignment
templates/skillsreferences. I removed the bullet entirely (and did not add replacement guidance) so we do not invent a new canonical path; docs/prd/ai-agent-component-skill-awareness.md already documents componentSKILL.mdfor future alignment if needed. Grep confirmed no remainingtemplates/skillsreferences;.cursor/skills/had no such references in this repo.Tests
make testcould not be run (Docker is not available in this environment).go test ./pkg/...run failed in packages that need a live DB; this matches pre-existing test infrastructure requirements, not this doc-only and file-removal change.