Inspiration
I hated searching for Claude Skills. As a developer, every time I needed a tool (like "database manager"), I had to search GitHub, wade through 20+ repos, and spend 30 minutes installing one only to find it was broken or just a simple wrapper. Stars ≠ Reliability. I realized the MCP ecosystem needed its own "App Store" — a place where quality is verified, not just guessed.
What it does
MCPxel is a curated Navigation & Rating Station for Agent Skills.
- LLM-as-Judge: We use an automated pipeline to evaluate skills on 5 dimensions (Clarity, Utility, Quality, Maintainability, Novelty).
- S-Tier Filtering: We assign S/A/B/C grades. S-Tier (>9.0) means "install without regrets."
- Role-Based Search: Instead of guessing keywords, you can find tools tailored for specific roles (e.g., Product Manager, Developer).
- Streamlined Access: Instant preview of
skill.mdand usage guides, with one-click config copying. No more jumping back and forth to GitHub. ## How I built it - Core: Built with Next.js for a fast, responsive frontend.
- AI Power: Used DeepSeek-V3 as the reasoning engine for our "LLM-as-Judge" system to evaluate skill quality.
- Development: Leveraged TRAE (AI IDE) to accelerate development by 5x using its agentic workflow and context awareness.
- Deployment: Hosted on Vercel for zero-config CI/CD and protected by Cloudflare. ## Challenges I ran into
- Defining "Quality": Teaching an LLM to judge code quality objectively was hard. We had to iterate on the rubric multiple times to stop it from hallucinating high scores for empty repos.
- Data Consistency: GitHub READMEs are a mess. Standardizing the metadata extraction for hundreds of different repos required complex parsing logic. ## Accomplishments that I'm proud of
- Successfully building a pipeline that can autonomously grade skills with surprising accuracy.
- Creating a "Role-Based Search" that actually understands user intent better than keyword matching.
- Shipping a polished product in record time thanks to the TRAE + DeepSeek-V3 stack. ## What I learned
- AI-Native Development: Coding with an Agentic IDE (TRAE) isn't just faster; it changes how you think about problems. You become an architect, not just a typist.
- Curation Value: In the age of AI generation, human (or AI-assisted) curation is more valuable than creation. There's too much noise; the value is in the filter. ## What's next for MCPxel
- Community Voting: Allowing users to upvote/downvote to complement the LLM ratings.
- Direct Integration: One-click install directly into Claude Desktop (once APIs allow).
- More Roles: Expanding the role-based search to non-technical fields like Writing and Marketing.
Built With
- cloudflare
- next.js
- supabase
- vercel


Log in or sign up for Devpost to join the conversation.