Package Exports
- @demig0d2/skills
- @demig0d2/skills/bin/cli.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@demig0d2/skills) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@demig0d2/skills
Claude skill suite by Vivid (Dheelep N)
A collection of production-grade Claude skills for book writing, humanizing AI text, and upgrading skill files — installable in one command.
Install
# The all-in-one skill — everything in one install
npx @demig0d2/skills install book-creator
# Or install everything separately
npx @demig0d2/skills install allSkills are copied to ~/.claude/skills/ — Claude picks them up automatically on next session.
Commands
npx @demig0d2/skills install <skill> # Install one skill
npx @demig0d2/skills install all # Install all skills
npx @demig0d2/skills remove <skill> # Remove a skill
npx @demig0d2/skills remove all # Remove all skills
npx @demig0d2/skills list # List available skills + install status
npx @demig0d2/skills status # Show which skills are installed
npx @demig0d2/skills info <skill> # Show details about a skill
npx @demig0d2/skills version # Show package versionSkills
book-creator ⭐ Recommended
The complete book production pipeline in a single skill. Combines all 6 writing skills into one install — concept expansion, research aggregation, structure options, intake questionnaire, table of contents, chapter writing (guided or autonomous), 7-dimension chapter audit, DNA-aware humanizer, continuity tracking, and KDP DOCX output. All 10 scripts bundled. No other skills needed.
npx @demig0d2/skills install book-creatorIndividual Skills
Install these separately if you want specific capabilities without the full pipeline.
book-writer
Full book authoring pipeline. Concept → structure → questionnaire → research → TOC → chapters → audit → humanize → KDP DOCX. Includes 3 scripts: word count analyzer, KDP pre-flight checker, TOC extractor.
humanizer
Strips all 25 documented AI writing patterns AND rewrites toward Vivid's style DNA simultaneously. DNA protection layer preserves authentic constructions before stripping. 2 scripts: AI pattern scanner, DNA protection scanner.
overhaul
Upgrades any skill file from good to astonishing. Two modes: Automated (full rebuild, no input needed) or Personalized (user-guided). 3 scripts: skill parser, version bumper, changelog generator.
concept-expander
Expands a rough seed into a full concept document ready for the pipeline. 1 script: concept validator.
chapter-auditor
Scores chapters across 7 dimensions and gives PASS / CONDITIONAL PASS / REVISE verdict. 1 script: score report generator.
continuity-tracker
Tracks facts, metaphors, insights, and open threads across all chapters. Detects contradictions before they compound. 2 scripts: log manager, conflict checker.
research-aggregator
Builds a per-chapter research bank of thinkers, quotes, and philosophical anchors tuned to Vivid's genres. 1 script: bank formatter and validator.
Requirements
- Node.js 16+
- Python 3.8+ (for scripts)
- Claude.ai (any paid plan) or Claude Code
Author
Dheelep N (Vivid) — developer, author, security researcher
License
MIT