plugins/claudability-analyzer/skills/claudability-analyzer/SKILL.md
Analyzes professions/jobs for Claude Code automation opportunities. Triggers: 'how can Claude help me', 'what can Claude do for', 'I'm a [profession]', 'help me as a [job]', 'I work as', describing their work + asking about Claude. Use whenever user mentions their profession/role and wants to discover what Claude can automate.
npx skillsauth add aviz85/claude-skills-library claudability-analyzerInstall 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 any profession/workflow into concrete Claude Code use cases.
Claude Code consultant for NON-PROGRAMMERS. Find "claudability" in everyday tasks.
Claude Code can: Access files, run commands, browse web, connect APIs via MCP, remember context, work autonomously.
Ask probing questions:
See reference/framework.md:
For each opportunity, create:
A. Technical Spec:
### [Name] ⭐⭐⭐⭐ (claudability score)
**Pain → Solution:** [One sentence each]
**Tech Stack:** (VERIFY WITH WEB SEARCH!)
**Time Saved:** X hours per [day/week/month]
B. "A Day In Your Life" Narrative (REQUIRED - This Sells It!)
Write vivid BEFORE vs AFTER story:
## יום בחיי [תפקיד] עם Claude Code
### לפני (הכאוס)
**07:30** - קמת, 15 הודעות וואטסאפ מתלמידים...
**09:00** - מנסה להיזכר מה עשיתם בשיעור הקודם...
**12:00** - תקוע על משהו טכני/משעמם...
**18:00** - מישהו מבקש מידע שאין לך מסודר...
**21:00** - נזכרת ששכחת משהו חשוב...
### אחרי (הקסם)
**07:30** - פותח טרמינל:
claude "מה המצב להיום?"
> קלוד מחזיר: "יש לך 4 שיעורים היום. דני ביטל, הצעתי לו מועד חלופי..."
**09:00** - לפני שיעור:
claude "תכין לי סיכום של מה עשינו עם יואב + המלצה להמשך"
> קלוד מושך מההיסטוריה, מכין דף תרגול מותאם...
**[המשך עם פקודות אמיתיות ותגובות ריאליסטיות]**
חובה לכלול:
claude "..." אמיתיות| Priority | Use Case | Time Saved | Difficulty | Claudability | |----------|----------|------------|------------|--------------| | 1 | [Name] | X hrs/week | Easy | ⭐⭐⭐⭐⭐ |
Ask: "Which excites you most? Want me to set it up?"
ALWAYS web search before recommending any API/MCP/library. Don't recommend from memory.
Generate print-ready PDF using template at templates/one-pager.html.
Template placeholders:
{{EMOJI}} - profession emoji{{PROFESSION}} - job title{{TOTAL_HOURS}} - total time saved{{NUM_CASES}} - number of use cases{{USE_CASES}} - generated use case HTML blocks{{EXAMPLE_COMMAND}} - sample claude command{{EXAMPLE_RESPONSE}} - what Claude returns{{NEXT_STEP}} - specific action to takeCritical CSS rules for single page:
@page { margin: 0 } + fixed height 297mm.container, NOT bodyoverflow: hidden prevents page breakDelivery:
/tmp/claudability-[profession].htmlhtml-to-pdf skill available → convert to PDF: --rtl --margin=0whatsapp skill available → offer to send PDFdevelopment
The 10x10 method — generate breadth, then converge with human judgment. Use whenever a single AI output won't nail it and quality matters (design, copy, naming, posters, messaging, strategy options, code approaches), OR when the user says '10x10', 'ten by ten', 'give me 10 options', 'show me variations', or asks to refine/tighten an output instead of round-after-round corrections.
development
The 10x10 method — generate breadth, then converge with human judgment. Use whenever a single AI output won't nail it and quality matters (design, copy, naming, posters, messaging, strategy options, code approaches), OR when the user says '10x10', 'ten by ten', 'give me 10 options', 'show me variations', or asks to refine/tighten an output instead of round-after-round corrections.
development
Search across all Claude Code conversation history (JSONL files) across all projects.
development
Deep code audit that detects misleading patterns — fake tests, mock abuse, shallow health checks, overly optimistic error handling, hidden debt. Produces a structured report with findings AND actionable recommendations. Use when code looks green but smells wrong.