The official 30 Minute Vibe Coding Challenge plugin marketplace
npx claudepluginhub kasperjunge/30-minute-vibe-coding-challengeA lightweight plugin for clarifying tasks and requirements through structured questions
Jonah Berger's STEPPS framework for analyzing and enhancing viral potential of products, ideas, and campaigns
Opportunity Solution Tree framework for pre-PMF startups to guide product discovery, problem validation, and solution prioritization
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
This repository contains a curated plugin marketplace for Claude Code, along with project templates and resources from Kasper Junge's YouTube channel.
The 30 Minute Vibe Coding Challenge is a series where projects are built from scratch in just 30 minutes, demonstrating rapid prototyping and AI-assisted development techniques.
Watch community challenge submissions on the 30-Minute Vibe Coding Challenge YouTube playlist.
Want to participate or learn more? Visit vibe-coding.dk - we're building an exciting community hub with tutorials, resources, and showcase projects from vibe coders around the world!
This repository hosts a collection of Claude Code plugins that enhance your AI-assisted development workflow. All plugins are designed to work seamlessly with Claude Code.
plugins/ - Claude Code plugin marketplace
spec-driven-development/ - Specification-first workflow for greenfield projectsresearch-plan-implement/ - Research-driven workflow for existing codebasesclarification/ - Task clarification through structured questionstemplates/ - Project templates for quick bootstrappingprojects/ - Example projects and sandboxcli.py - CLI tool for project managementBest for: Starting new projects from scratch (greenfield)
A comprehensive workflow plugin that follows a specification-first approach with six commands:
Quick Mode (when you have a clear vision):
/sdd.create_requirements - Generate requirements from brief description/sdd.create_design - Generate design with tech stack preferencesThorough Mode (when you want guided exploration):
/sdd.clarify_requirements - Interactive requirements clarification through questions/sdd.clarify_design - Interactive design clarificationShared Commands:
/sdd.create_plan - Generate detailed implementation plan (UI-first when applicable)/sdd.implement_plan - Execute the plan with rigorous testingWorkflow: Requirements → Design → Plan → Implement
Key Features:
Best for: Modifying or extending existing codebases (brownfield)
A comprehensive workflow plugin with specialized research agents and structured execution:
Research Agents:
@codebase-analyzer - Analyze implementation details@codebase-locator - Find relevant files and components@codebase-pattern-finder - Discover existing patterns@web-search-researcher - Research documentation and best practicesCommands:
/humanlayer.research_codebase - Comprehensive codebase research/humanlayer.create_plan - Interactive implementation planning/humanlayer.implement_plan - Execute plans with verificationWorkflow: Research → Plan → Implement
Key Features:
Best for: Understanding requirements before starting any task
A lightweight plugin that helps clarify tasks through structured questioning:
Commands:
/clarify_task - Interactive clarification sessionKey Features:
Each plugin includes installation instructions in its README. Generally, you can install plugins using:
/plugin install <plugin-name>@30-minute-vibe-coding-challenge
Or browse plugins directly in the plugins/ directory and review their documentation.
This repository includes starter templates to quickly bootstrap common project types.
More templates coming soon!