Remove legacy skill folder cleanup from migration steps#292
Merged
Conversation
The repair workflow no longer removes legacy Skill(...) permission entries or legacy skill folders (.claude/skills/, .gemini/skills/). This cleanup is no longer needed as skill-based job invocation has been fully replaced by the plugin/MCP system. Removed from errata.md: "Remove Legacy Job Skill Folders" step and related quality criteria. Removed from fix_settings.md: "Remove DeepWork Skill Permissions" step, Skill(deepwork_rules) entries, and example Skill(...) lines. Removed from job.yml: quality criteria for skills removal in both fix_settings and errata steps. https://claude.ai/code/session_01DoFZdJRYKPeaHYGY5Fedbw
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
This PR removes instructions and quality criteria related to cleaning up legacy DeepWork skill folders (
.claude/skills/and.gemini/skills/), as this cleanup is no longer part of the migration process.Key Changes
errata.md: Removed "Step 1: Remove Legacy Job Skill Folders" section that instructed users to delete job-specific skill folders and the
deepworkskill folder from.claude/skills/and.gemini/skills/. Renumbered subsequent steps accordingly (Steps 2-8 → Steps 1-7).fix_settings.md: Removed "Step 3: Remove DeepWork Skill Permissions" section that instructed users to remove
Skill(...)permission entries matching DeepWork jobs. Renumbered subsequent steps accordingly (Steps 4-9 → Steps 3-8). Updated the "Important Notes" section to remove references to non-DeepWork permissions preservation.job.yml:
fix_settingsstep: "DeepWork Skills Removed" and "Non-DeepWork Skills Preserved"erratastep: "Legacy Job Skills Removed" and "Deepwork Skill Removed"erratastep description to remove mention of "old skill directories"Rationale
These changes reflect that legacy skill folder cleanup is no longer required as part of the DeepWork migration process, simplifying the migration steps for users.
https://claude.ai/code/session_01DoFZdJRYKPeaHYGY5Fedbw