Skip to content

feat: add _WRITING skill stub (rewrite + detect modes)#1333

Open
ltianyi992 wants to merge 1 commit into
danielmiessler:mainfrom
ltianyi992:fix/issue-1304-ai-writing-patterns-md-references-writin
Open

feat: add _WRITING skill stub (rewrite + detect modes)#1333
ltianyi992 wants to merge 1 commit into
danielmiessler:mainfrom
ltianyi992:fix/issue-1304-ai-writing-patterns-md-references-writin

Conversation

@ltianyi992

Copy link
Copy Markdown

Summary

Closes #1304

AI_WRITING_PATTERNS.md ships in v5.0.0 with this line:

The _WRITING skill (rewrite + detect modes) reads this list as its rule source.

But no _WRITING skill exists in the release. This PR adds a minimal _WRITING/SKILL.md that makes the reference real.

What's added

Releases/v5.0.0/.claude/skills/_WRITING/SKILL.md — a skill stub with two modes:

Mode What it does
rewrite Strips AI-isms using AI_WRITING_PATTERNS.md as rule source (P0 silently, P1/P2 with change log)
detect Audits text and returns a scored hit list by P-level with an overall AI-smell score

Usage:

/writing rewrite <text or @file>
/writing detect  <text or @file>

The P2 section of AI_WRITING_PATTERNS.md is the user's extension point — the skill reads that file on every invocation.

Notes

  • The _ prefix is preserved (user-instantiated, skipped by release tooling per PAI convention)
  • No behavior changes to any existing skill or tool
  • The stub is intentionally minimal — it documents itself as a starting point, per the issue's suggestion

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AI_WRITING_PATTERNS.md references _WRITING skill that doesn't ship

1 participant