Abdulkader-Safi/AI-Writing-Rules
Plugin Claude Code
Plugin marketplace listing 1 plugin: ai-writing-rules.
Abdulkader-Safi/AI-Writing-Rules
Plugin Claude Code
Plugin marketplace listing 1 plugin: ai-writing-rules.
Abdulkader-Safi/AI-Writing-Rules
Plugin Claude Code
Makes Claude write like a sharp, plain-spoken human. Loads 29 researched anti-AI-writing patterns at session start and checks every file it writes for tells.
Abdulkader-Safi/AI-Writing-Rules
Command
Audit and rewrite text so it stops reading as AI-generated.
Abdulkader-Safi/AI-Writing-Rules
Hook
Runs when a session starts, executing session-rules.sh. From Abdulkader-Safi/AI-Writing-Rules.
Abdulkader-Safi/AI-Writing-Rules
Hook
Runs after a tool call finishes for Write, Edit, MultiEdit and NotebookEdit tool calls, executing slop-check.sh. From Abdulkader-Safi/AI-Writing-Rules.
Abdulkader-Safi/AI-Writing-Rules
Skill Claude CodeCodex
Use when writing or editing any prose for a human reader - documentation, READMEs, emails, reports, captions, scripts, blog posts, UI copy, commit messages, PR descriptions - or when asked to remove AI tells, de-slop text, make writing sound human, or check writing style. Applies 29 researched patterns that make text…
Plugin Claude Code
Tools for porting WordPress sites to other stacks by measuring the original and diffing rendered geometry.
Plugin Claude Code
Port a WordPress site to any stack by measuring the original and diffing rendered geometry.
Command
Static check for the porting failures that stay silent, including undefined tokens and interpolated class names.
Command
Compare a ported page against the mirrored original, section by section, on height and position.
Command
Verify every page at every viewport, then delete the mirror and the measurement dumps.
Command
Set up a WordPress port. Detects the source builder and the target stack, then writes .wp-to-code/config.json.
Command
Dump the layout tree, section list, content or interactive inventory for a page to a file.
Command
Download the original site to a local directory that can be served flat, and find each page's section root.
Command
Write the components for a page from its measurements, in the target stack's idiom.
Command
Extract design tokens from the original's computed styles and write them into the target's token file.
Hook
Runs when a session starts, executing ensure-deps.sh. From Abdulkader-Safi/wp-to-code.
Skill Claude CodeCodex
Read before writing markup for a section ported from WordPress. Covers the layout failures that pass a height check, silent CSS failures, per-builder quirks, and the rules for measuring correctly. Use when porting a WordPress or page-builder site to any stack, when a diff shows a delta you cannot explain, or when a…