BeClaude

youtube-strategy

New
13Community RegistryGeneralby Damian Galarza

YouTube content strategy skill for generating titles, descriptions, hooks, thumbnails, and pinned comments

Community PluginView Source

Overview

A collection of skills, agents, and workflows for Claude Code.

[YouTube](https://youtube.com/@damian.galarza) | [Newsletter](https://www.damiangalarza.com/newsletter?utm_source=github&utm_medium=readme&utm_campaign=claude-code-workflows) | [Blog](https://www.damiangalarza.com?utm_source=github&utm_medium=readme&utm_campaign=claude-code-workflows)


Quick Install

Via npx (skills only):

bash
npx skills add dgalarza/claude-code-workflows --skill "tdd-workflow"

Via Claude marketplace (skills, agents, bundles):

bash
/plugin marketplace add dgalarza/claude-code-workflows
/plugin install tdd-workflow@dgalarza-workflows

See INSTALL.md for full details.


Featured: Agent-Ready Codebase Assessment

Does your codebase support AI agent work — or fight against it?

The Codebase Readiness plugin scores your repo across 8 dimensions (0-100) and tells you exactly where you stand — framed against teams shipping 1,000+ AI-generated PRs per week.

bash
/plugin install codebase-readiness@dgalarza-workflows
/codebase-readiness

You get a band rating (Agent-Ready → Not Agent-Ready), a concrete improvement roadmap, and an optional saved report to share with your team. Not opinions — evidence gathered from your actual codebase.

Once you have your score, the agent-ready plugin fixes the documentation gaps automatically: CLAUDE.md, ARCHITECTURE.md, and docs/ structure following progressive disclosure patterns.


Skills

SkillDescription
Codebase ReadinessScore your repo's readiness for autonomous AI agent work
Agent ReadyFix documentation gaps: scaffold CLAUDE.md, ARCHITECTURE.md, and docs/
TDD WorkflowTest-driven development, one test at a time
Conventional CommitsStructured commit messages
Parallel Code ReviewMulti-agent code reviews
Meeting TranscriptProcess transcripts into structured notes
Gridfinity Planner3D printing baseplate planning

Agents

AgentDescription
Cybersecurity ReviewerSecurity analysis and threat modeling

Bundles

BundleDescription
Rails ToolkitComplete Rails workflow with TDD, reviews, Linear integration

If this helped you, give it a star — it helps others find it.


Tips & Tricks

TipDescription
Use Worktrees for Parallel AgentsRun multiple Claude Code agents on the same codebase without conflicts
Customize Your Status BarConfigure the status bar to show model, tokens, and more
Compact Context ProactivelyKeep Claude effective by compacting at the right times
Structure Your CLAUDE.md FilesGive Claude the project context it needs
Use Subagents for Focused TasksSpawn specialized subagents for reviews, research, and more
MCP Servers Worth InstallingLinear, Memory, and Sentry integrations
Plugins Worth InstallingClaudit configuration auditor and more
Skills Worth InstallingFrontend Design, Remotion video creation, and more

Configurations


Contributing

Found a bug? Have a workflow to share? PRs welcome.

License

MIT


Built by [Damian Galarza](https://www.damiangalarza.com?utm_source=github&utm_medium=readme&utm_campaign=claude-code-workflows) - Former CTO, 15+ years in software. I make videos about Claude Code and AI development workflows.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/youtube-strategy.md https://raw.githubusercontent.com/dgalarza/claude-code-workflows/main/SKILL.md
3
Invoke in Claude Code
/youtube-strategy
View source on GitHub

Frequently Asked Questions

What is youtube-strategy?

YouTube content strategy skill for generating titles, descriptions, hooks, thumbnails, and pinned comments

How to install youtube-strategy?

To install youtube-strategy, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /youtube-strategy.

What is youtube-strategy best for?

youtube-strategy is a community categorized under General. Created by Damian Galarza.