Convert a YouTube video transcript into Claude Code skills. Extracts tips, evaluates against selection criteria, and generates SKILL.md files with full transparency.
az9713/youtube-transcript-to-skills
SkillsMP has collected 11 skills from az9713/youtube-transcript-to-skills. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 11
- GitHub stars
- 0
- GitHub forks
- 0
Skills in this repository
Showing 11 of 11 collected skills.
Audit and improve CLAUDE.md files. Use when rules aren't working, context is bloated, or after learning a lesson that should become a rule.
Turn what we just did into a reusable skill. Captures the current workflow as a new SKILL.md file.
Discover and install useful Claude Code plugins for your project. Recommends based on your tech stack.
Plan a new feature before writing code. Explores the codebase, creates a structured plan with verification criteria, and only implements after approval.
Load saved session context from a previous session. Lists available sessions and restores TODOs, context, and pending work.
Save current session progress, TODOs, and context to a local file before ending a session. Enables picking up later with /session-load.
Set up common Claude Code hooks - auto-formatting after edits, blocking dangerous commands, and notifications. Interactive setup for your project.
Find, install, and configure an MCP server for a specific service. Handles discovery, installation, and verification.
Set up a build/test/lint validation loop for the current project. Detects the tech stack and configures CLAUDE.md with verification commands.
Investigate a codebase question using an isolated subagent. Use when you need to read many files without bloating the main context.