Doctor
Doctor performs read-only diagnostics on webnovel projects, checking whether directories, files, JSON configurations, SQLite databases, RAG settings, Python dependencies, and Dashboard build outputs are present and intact. It identifies the project's current phase and reports missing or anomalous items with impact assessments and repair suggestions, never modifying files or installing packages.
Doctor diagnoses webnovel projects by verifying structural and configuration completeness in read-only mode.
AI-generated summary based on this skill's SKILL.md
Install
ricky-theseus/DaisyWriter/doctor · repository language: Python
git clone https://github.com/ricky-theseus/DaisyWriter
cp -r DaisyWriter ~/.claude/skills/doctorgenerated, unverified - the skill's exact subdirectory could not be determined; check the repository on GitHub
npx skillfed install ricky-theseus/DaisyWriter/doctorFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What is the Doctor skill?
Doctor performs read-only diagnostics on webnovel projects, checking whether directories, files, JSON configurations, SQLite databases, RAG settings, Python dependencies, and Dashboard build outputs are present and intact. It identifies the project's current phase and reports missing or anomalous items with impact assessments and repair suggestions, never modifying files or installing packages.
Can Doctor modify files or install packages?
No. Doctor operates in read-only mode and never modifies files or installs packages. It only scans your webnovel project structure, identifies issues, and provides repair suggestions for you to implement.
What does Doctor check in a webnovel project?
Doctor checks directories, files, JSON configurations, SQLite databases, RAG settings, Python dependencies, and Dashboard build outputs. It verifies that all expected components are present and intact, then reports findings with impact assessments.
How does Doctor identify project phase?
Doctor analyzes the presence and state of project components—directories, configurations, databases, and build outputs—to determine your webnovel project's current development phase and report what stage you're in.
What happens when Doctor finds problems?
Doctor reports missing or anomalous items with impact assessments explaining how each issue affects your project. It then provides repair suggestions you can follow to fix problems, though Doctor itself never performs the repairs.
Is Doctor a medical professional agent?
No. Despite its name, Doctor is not a healthcare or medical skill. Doctor is a diagnostic tool for webnovel projects that checks project structure, configurations, and dependencies to ensure everything is working correctly.