Privacy and advertising choices
Git-Stars uses essential storage for site operation. Optional analytics and ad-measurement scripts stay disabled unless you accept them; partners such as Google may then use cookies or similar identifiers where required. Privacy Policy
A single hub to find Claude Skills, Agents, Commands, Hooks, Plugins, and Marketplace collections to extend Claude Code, Claude Desktop, Agent SDK and OpenClaw
This repository page has enough original analysis, source evidence, and comparison context to be treated as an indexable Git-Stars review.
100
review score
Problem solved
It solves the fragmentation problem of discovering and managing Claude extensions by providing a single, curated marketplace with one-click install commands. Unlike manually searching scattered GitHub repos or forums, it offers a unified catalog with filtering, search, and direct integration into Claude Code's plugin system.
Deployment reality
The available setup signal starts with: /plugin marketplace add davepoon/buildwithclaude. Treat this as a starting point, then ask Codex or Claude to inspect the README, environment variables, runtime version, and deployment target before production use.
Commercial use
The recorded license is MIT. This is a useful commercial-use signal, but teams should still verify license text, dependencies, model/API terms, and trademark constraints.
Capability ceiling
Developers can build specialized AI coding assistants (agents), automate workflows with slash commands (e.g., `/commit`, `/tdd`), set up event-driven hooks (e.g., Slack notifications, auto-formatting), and connect to external tools via MCP servers. Real-world use cases include creating a Python expert agent for code reviews, a DevOps command for deployment automation, or a security hook that scans commits for vulnerabilities. The ceiling is essentially any custom extension of Claude's capabilities, limited only by the plugin ecosystem and the developer's imagination.
Git-Stars is independent and not affiliated with GitHub or this project. Analysis may be AI-assisted and based on public repository metadata plus short README-derived summaries. We do not mirror full README files, docs, issues, or social comments.
davepoon/buildwithclaude is tracked as a TypeScript project in the Developer Tool, AI Agent, MCP Server, UI Framework, Infrastructure area. This evaluation combines public GitHub metadata, category signals, short source summaries, and Git-Stars editorial rules rather than copying project documentation.
Momentum check: the repository has 3.2k total stars, with +6 today, +0 this week, and +0 this month. These growth windows help distinguish durable adoption from short-lived visibility spikes.
Maintenance check: current activity is Active; the latest push was 28 days ago, and the open issue queue is 14, about 0.43% of total stars. Treat this as an adoption signal, not a substitute for engineering due diligence.
Adoption check: 441 forks and 3.2k watchers suggest how often the project is reused or followed. License signal: MIT. Always verify license compatibility before commercial or internal use.
Practical fit: this project is most relevant when you need TypeScript teams evaluating ecosystem-native tooling. Be cautious when you need a legal review, security audit, or production SLA.
Source check: Git-Stars currently has 2 explicit source reference(s) for this report and a recent growth signal of 6. Follow the original GitHub repository for final install, security, and release information.
Analysis
ReadyOriginal problem, capability, and verdict guidance are available.
Sources
ReadyRepository metadata and README/source references are attached.
License
ReadyMIT is recorded for review.
Maintenance
ReadyRecent activity is visible in repository metadata.
Alternatives
ReadyEnough nearby projects exist for comparison.
Momentum
3.2k Stars
Reuse
441 Forks
Attention
3.2k Watchers
Maintenance
active
License
MIT
Open issues
14
A plugin marketplace and discovery platform for Claude Code, offering curated plugins, agents, commands, hooks, and skills to extend Claude Code workflows.
Key Features
Curated collections of 117 agents, 175 commands, 28 hooks, 26 skills, and 51 plugins; indexes 20k+ community plugins, 4,500+ MCP servers, and 1,100+ plugin marketplaces; provides a web UI for browsing, searching, and one-click install commands.
Developer Tool
Tools that improve coding, testing, build, and local workflow
AI Agent
Agent frameworks, autonomous workflows, and tool-use systems
MCP Server
Model Context Protocol servers, clients, and integrations
UI Framework
Frontend frameworks, design systems, and interface libraries
Infrastructure
Cloud, deployment, networking, containers, and platform tooling
/plugin marketplace add davepoon/buildwithclaude73
Health Score
Active
Commit Activity
Jul 25, 2025
Created
Jul 26, 2026
Last push
+0
Today's growth
+0
7-day growth
+0
30-day growth
Forks
Open
Watchers
davepoon
GitHub profilecodecrafters-io/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
sindresorhus/awesome
😎 Awesome lists about all kinds of interesting topics
freeCodeCamp/freeCodeCamp
freeCodeCamp.org's open-source codebase and curriculum. Learn math, programming, and computer science for free.
EbookFoundation/free-programming-books
:books: Freely available programming books
nilbuild/developer-roadmap
Interactive roadmaps, guides and other educational content to help developers grow in their careers.
✓
License
✓
Forked
✓ Active
Maintained
Problem Solved
It solves the fragmentation problem of discovering and managing Claude extensions by providing a single, curated marketplace with one-click install commands. Unlike manually searching scattered GitHub repos or forums, it offers a unified catalog with filtering, search, and direct integration into Claude Code's plugin system.
Capabilities
Developers can build specialized AI coding assistants (agents), automate workflows with slash commands (e.g., `/commit`, `/tdd`), set up event-driven hooks (e.g., Slack notifications, auto-formatting), and connect to external tools via MCP servers. Real-world use cases include creating a Python expert agent for code reviews, a DevOps command for deployment automation, or a security hook that scans commits for vulnerabilities. The ceiling is essentially any custom extension of Claude's capabilities, limited only by the plugin ecosystem and the developer's imagination.
Bottom Line
This is essential for any developer using Claude Code who wants to quickly extend its functionality without reinventing the wheel. It's less useful for those who prefer building custom integrations from scratch or who don't use Claude Code. The key trade-off is convenience versus control: you get a vast library of pre-built extensions but rely on the platform's curation and the community's maintenance.