feat: add re-create skill#760
Open
Prince-1652 wants to merge 5 commits into
Open
Conversation
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.
Pull Request Description
Adds
re-createskill, which acts as a controlled erasure and rebuild protocol for AI assistants. It is designed as a last-resort measure when a file, module, or component suffers from deep structural rot or accumulated technical debt that makes it impossible to patch or partially refactor. Instead of compounding the problem with more targeted fixes, this skill forces the AI to fully document the blast radius, preserve essential logic, and require explicit user confirmation before executing a full rewrite.Change Classification
Issue Link (Optional)
N/A
Quality Bar Checklist ✅
All applicable items must be checked before merging.
docs/contributors/quality-bar.mdanddocs/contributors/security-guardrails.md.SKILL.mdfrontmatter is valid (checked withnpm run validate).risk:tag (none,safe,critical,offensive, orunknownfor legacy/unclassified content).## Limitations(or equivalent accepted constraints) section.SKILL.mdcommand guidance, remote/network examples, or token-like strings, I rannpm run security:docs(or equivalent hardening check) and addressed any findings.SKILL.md, I checked theskill-reviewGitHub Actions result and addressed any actionable feedback.SKILL.mdor risky guidance, I manually reviewed the logic, safety, failure modes, andrisk:label instead of relying on automated checks alone.npm run validate:referencesif my change affected docs, workflows, or infrastructure.CATALOG.md,skills_index.json,data/*.json) in this PR.README.md(if applicable).source_repo, I have declaredlicense:andlicense_source:in the frontmatter, or confirmed the upstream repo carries no restricting license.Screenshots (if applicable)
N/A