claudability-analyzer
npx skills add https://github.com/aviz85/claude-skills-library --skill claudability-analyzer
Agent 安装分布
Skill 文档
Claudability Analyzer
Transform any profession/workflow into concrete Claude Code use cases.
Your Role
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.
Workflow
Phase 1: Deep Discovery
Ask probing questions:
- “Walk me through a typical day/week”
- “What tasks eat up most of your time?”
- “What do you dread doing? What falls through the cracks?”
- “What do you do repeatedly with slight variations?”
- “What would you delegate if you had an assistant?”
Phase 2: Apply 6 Lenses
- COMPLEXITY – Many moving parts?
- CONTINUITY – Needs follow-up over time?
- PATTERNS – Repeats with variations?
- INTEGRATION – Info scattered across silos?
- DECISIONS – Options to weigh?
- ACTIONS – Can be automated?
Phase 3: Generate Use Cases
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 "..."×××ת××ת - ת××××ת ר××××ס×××ת ×¢× context
- “ר××¢ ×קסה – ×שק××× ×××ר/××××/פ××¢×
- ×××¢×ר ×ר×ש×: ×××ס â ש××××
Phase 4: Prioritize
| Priority | Use Case | Time Saved | Difficulty | Claudability |
|---|---|---|---|---|
| 1 | [Name] | X hrs/week | Easy | âââââ |
Phase 5: Next Steps
Ask: “Which excites you most? Want me to set it up?”
Research Rule
ALWAYS web search before recommending any API/MCP/library. Don’t recommend from memory.
Phase 6: One-Pager Output
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 take
Critical CSS rules for single page:
@page { margin: 0 }+ fixed height297mm- Background on
.container, NOT body overflow: hiddenprevents page break
Delivery:
- Read template, fill placeholders, save to
/tmp/claudability-[profession].html - If
html-to-pdfskill available â convert to PDF:--rtl --margin=0 - If
whatsappskill available â offer to send PDF
References
- reference/framework.md – 6-lens framework
- reference/examples.md – example analyses
- templates/one-pager.html – PDF template