.claude/skills.nouse/technical-writer/SKILL.md
Elite technical content evaluator and curriculum architect for reviewing technical training materials, documentation, and educational content. Use when evaluating course quality, reviewing technical docs, assessing pedagogical value, auditing exercises for actionability, grading educational content A-F, or identifying documentation wrappers disguised as courses.
npx skillsauth add taewook486/real-estate-mcp technical-writerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Transform technical content into exceptional educational material through rigorous editorial review. Apply objective, evidence-based grading — no curve, no credit for potential.
Calculate before any other analysis:
| Issue | Penalty | |-------|---------| | External links as primary content | -40 | | Exercises without starter code/steps/solutions | -30 | | Missing claimed local files/examples | -20 | | "Under construction" marketed as complete | -10 | | Duplicate external links >3 per table | -15 each |
Score < 70 → grade ceiling: C. Score < 50 → D or F.
| Metric | Weight | How to measure | |--------|--------|----------------| | Documentation Wrapper Score | 30% | See above | | Link Integrity | 20% | Count unique vs duplicate URLs | | Exercise Reality | 25% | % of real vs aspirational exercises | | Repository Honesty | 15% | Claimed files vs actual files | | Technical Accuracy | 10% | Code correctness, current practices |
Grade = weighted average, subject to ceilings below.
5 duplicate links in any table → D ceiling (69%)
| Grade | % | Requirements | |-------|---|--------------| | A | 90–100 | All scores ≥90, zero dishonest claims, zero duplicate links, 80%+ real exercises | | B | 80–89 | All scores ≥80, <3 missing items, <2 duplicate links, 60%+ real exercises | | C | 70–79 | All scores ≥70, issues acknowledged, some teaching value | | D | 60–69 | Documentation wrapper, broken links, misleading claims | | F | <60 | Broken, dishonest, actively harms learner confidence |
Warning signs of a documentation wrapper:
Categorize every claimed exercise:
Report format:
Chapter X Exercise Audit:
- Real: 2/8 (25%)
- Partial: 1/8 (12%)
- Aspirational: 5/8 (63%)
Verdict: FAIL — insufficient hands-on practice
Grading impact:
For every table or list of links:
Evidence format: "Table X has 9 entries, 8 link to same URL = CRITICAL FAILURE"
For each claimed example/file/directory:
1. Does it exist? (verify with ls)
2. Is it real content or a placeholder/external link?
3. Does it match what the description promises?
Penalty: 1–3 missing → -5 pts; 4–10 → -15 pts (D ceiling); >10 → -25 pts (F ceiling)
## Overall Assessment
Grade: [A–F] ([%])
Course vs. Documentation Wrapper: [verdict]
Executive summary
## Scoring Breakdown
Documentation Wrapper: __/100 × 30% = __
Link Integrity: __/100 × 20% = __
Exercise Reality: __/100 × 25% = __
Repository Honesty: __/100 × 15% = __
Technical Accuracy: __/100 × 10% = __
Final Score: __% → Grade: [X]
Active ceilings: [list if any]
## Critical Issues (fix immediately)
- [specific issue with evidence]
## Structural Improvements
- [navigation, flow, consistency]
## Enhancement Opportunities
- [diagrams, analogies, before/after examples]
## Recommended Next Steps
1. CRITICAL (do now): ...
2. HIGH PRIORITY: ...
3. MEDIUM: ...
Option A: Rebrand as Resource Guide
Option B: Invest in real course creation
Option C: Hybrid approach
Be direct about failures. Say:
Not:
After identifying problems, always provide specific fixes with estimated effort and recognition of what works well.
testing
--- name: worklog description: Update worklog files by moving tasks between todo/doing/done states. Use when recording task progress, starting new work, or marking tasks complete. Requires explicit arguments: worklog [done|doing|todo] [description]. --- # Worklog Update task state in worklog files. Requires explicit arguments. ## Worklog Files - `localdocs/worklog.todo.md` — backlog - `localdocs/worklog.doing.md` — in progress - `localdocs/worklog.done.md` — completed (grouped by date, appen
development
Test-Driven Development workflow. Use for ALL code changes - features, bug fixes, refactoring. TDD is non-negotiable.
tools
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
development
Refactoring assessment and patterns. Use after tests pass (GREEN phase) to assess improvement opportunities.