feat: add _WRITING skill stub (rewrite + detect modes)#1333
Open
ltianyi992 wants to merge 1 commit into
Open
Conversation
AI_WRITING_PATTERNS.md references a `_WRITING` skill that reads the file as its rule source, but no such skill shipped in v5.0.0. Add a minimal `_WRITING/SKILL.md` with: - rewrite mode: strips AI-isms (P0 silently, P1/P2 with change log) - detect mode: audits text and returns scored hit list by P-level - Usage examples and P2 customization guidance Closes danielmiessler#1304
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 #1304
AI_WRITING_PATTERNS.mdships in v5.0.0 with this line:But no
_WRITINGskill exists in the release. This PR adds a minimal_WRITING/SKILL.mdthat makes the reference real.What's added
Releases/v5.0.0/.claude/skills/_WRITING/SKILL.md— a skill stub with two modes:rewriteAI_WRITING_PATTERNS.mdas rule source (P0 silently, P1/P2 with change log)detectUsage:
The P2 section of
AI_WRITING_PATTERNS.mdis the user's extension point — the skill reads that file on every invocation.Notes
_prefix is preserved (user-instantiated, skipped by release tooling per PAI convention)