Descriptions:
In a follow-up to his Claude Code skills tutorial, Web Dev Cody builds a plugin marketplace system that automatically generates project-specific skills by analyzing a codebase with multiple parallel sub-agents. The approach allows teams to install curated skill sets into any project without manually authoring each skill.md file.
The demo starts in a separate repository where Cody uses Claude Code (Opus 4.5) to create a slash command โ `/codebase-analyzer` โ that spins up ten parallel sub-agents to examine a project’s tech stack and generate targeted skills covering security, performance, React patterns, and backend conventions. The resulting skills are published to a marketplace JSON and installable in other projects via Claude Code’s `/plugin` menu by pointing to the marketplace repository URL.
Cody then installs the analyzer into his Agentic Jumpstart course project, built with TanStack Start and Drizzle ORM. After the sub-agents complete their analysis, they produce skills preloaded with knowledge of his admin middleware, authentication patterns, and database schema relationships โ giving Claude persistent codebase context without rescanning on every prompt. He encounters one issue mid-demo (skills missing proper subdirectory structure) and fixes it live, illustrating the iterative refinement cycle. The broader takeaway is that auto-generated, codebase-aware skills can significantly raise output quality for agentic coding workflows, especially on projects with custom frameworks or non-standard conventions.
๐บ Source: Web Dev Cody ยท Published January 09, 2026
๐ท๏ธ Format: Hands On Build







