skills/become-claude-master/SKILL.md
Onboard a new Claude Code user — set up their ~/.claude/CLAUDE.md, install relevant skills, and start a structured learning program covering best practices. Use when setting up Claude Code for the first time, onboarding someone to Claude Code, or continuing a learning session.
npx skillsauth add razbakov/skills become-claude-masterInstall 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.
A guided onboarding and learning skill for new Claude Code users. Three phases:
Create ~/.claude/CLAUDE.md with the starter template and interview the user to fill in their details.
## Personal Info
- **Name:** {{name}}
- **Address:** {{address}}
## Rules
- When I say `rule: <text>` — decide whether the rule is project-specific or global, add it to the appropriate CLAUDE.md (project or `~/.claude/CLAUDE.md`), and execute it immediately.
- When I say `learned?` — analyze the process that just happened, extract lessons/insights, and add them to the project README.
- When I say `new skill` — analyze the current conversation to extract the repeatable process that was just performed, then create a SKILL.md that captures it: trigger conditions, step-by-step process, inputs/outputs, templates used, and integration points. The skill should let anyone (human or AI) reproduce the same workflow from scratch.
- Paths and configurations should be on the project level. Skills can use paths only inside templates to set up when needed, or as aliases for lookup.
- When a task requires the user's authenticated browser session (social media, developer consoles, dashboards, any site where the user is signed in): use `mcp__Claude_in_Chrome__tabs_context_mcp` to connect to the user's existing browser, then use Claude in Chrome tools (`navigate`, `computer`, `read_page`, `find`, `form_input`).
~/.claude/CLAUDE.md already exists
~/.claude/CLAUDE.md with the filled templateTell the user:
~/.claude/CLAUDE.md is loaded into EVERY Claude Code conversation as global instructionsrule:), lesson extraction (learned?), skill creation (new skill), clean path management, and browser automation supportrule: <whatever><project>/CLAUDE.md insteadInterview the user about their work to recommend skills from https://github.com/razbakov/skills.
Based on answers, suggest from these categories:
Developer essentials:
test-driven-development — if they write codewriting-plans — if they do multi-step implementationsgithub-issue — if they use GitHub issuespr-review-responder — if they do PR reviewsestimation — if they estimate ticketsContent & writing:
social-post — if they post on social mediaviral-threads — if they want Twitter/X presencedoc-coauthoring — if they write docslatex-pdf — if they need PDF reportsProductivity:
workflow — for complex multi-step taskspdf — for PDF manipulationresearch — for structured researchgoogle-drive — if they use Google WorkspaceBrowser & automation:
use-browser — meta-skill for browser tasksagent-browser — CLI browser automationFor each approved skill:
claude install-skill https://github.com/razbakov/skills/tree/main/skills/<skill-name>
Structured learning of Claude Code best practices. One topic per session.
All progress is stored in ~/.claude/experience.md:
# Claude Code Learning Progress
## Current Level
Beginner | Intermediate | Advanced | Master
## Completed Topics
- [x] Topic name — YYYY-MM-DD — score: X/5
- [ ] Next topic
## Schedule
Frequency: daily | weekly
Next session: YYYY-MM-DD
## Notes
Key insights the user found valuable
Module 1: Foundations
Module 2: Coding Workflows 5. Code editing patterns (Edit vs Write vs Bash) 6. Test-driven development with Claude 7. Debugging strategies 8. Code review and refactoring
Module 3: Advanced Features 9. Creating and using skills 10. Hooks and automation 11. MCP servers and integrations 12. Multi-agent workflows (subagents)
Module 4: Mastery 13. Memory system and persistence 14. Custom workflows and pipelines 15. Performance optimization 16. Security best practices
Module 5+: Extended (from broader docs + community)
Each learning session:
~/.claude/experience.md for progressAfter each session, offer to create a calendar event:
claude "continue my Claude Code training"https://calendar.google.com/calendar/render?action=TEMPLATE&text=...&details=...&dates=...tools
--- name: handoff description: Get an agent past a browser/UI wall it can't (or must not) cross on its own — a login-gated dashboard, a CAPTCHA, a 2FA prompt, an API that keeps rejecting the write, or an irreversible click that policy says a human must make. This skill is an ESCALATION LADDER, not a first move: it tells you to try the automated browser surfaces FIRST (Chrome-in-Claude, computer-use, an autonomous browser sub-agent) and only fall back to the Handoff app — a wrapper browser that h
documentation
Summarize one or more YouTube videos from their links. Use this whenever the user pastes a youtube.com or youtu.be URL (or several) and wants to know what it's about — phrasings like "summarize to telegram", "tldr these videos", "what do these say", "summary of this talk", or just dropping links with no instruction at all. Fetches each video's real transcript via yt-dlp (not the page text, which never contains the transcript), cleans the captions, and writes a per-video summary. Default delivery is Telegram; honor any other surface the user names ("to my notes", "just here in chat", "email it"). Trigger even when the user only pastes bare links — bare YouTube links almost always mean "tell me what's in these".
data-ai
Daily Digest — Chief-of-Staff role consolidates the six top-managers into one Telegram message to the Commander, instead of six. Implements the protocol from agent-proactivity.md.
development
Seed a new or empty Instagram account with a 9-post grid (3×3) so the profile looks established the moment a new visitor lands. Designed for festivals, new businesses, product launches, conferences, communities — any time an empty IG profile would hurt conversion from external traffic (QR scans, flyer drops, cross-promo). Generates assets via /image-from-gemini (per content-publishing rules — never HTML), writes captions with hashtag sets, and outputs a posting order + cadence plan. Trigger generously: phrases like '9 posts for instagram', 'fill my IG', 'starter grid', 'launch grid', 'instagram seed', '9-post grid', 'IG account not to look empty', 'first instagram posts', 'feed bootstrap', '3x3 grid', 'instagram launch content'. Even if the user mentions only one piece (just the images, just the captions, just the order), use this skill — the grid only works as an integrated bundle.