SkillsGate: Open Source Marketplace for AI Coding Agent Skills

SkillsGate is an open source marketplace for discovering, installing, and publishing skills for AI coding agents including Claude Code, Cursor, and Windsurf. The project has indexed over 45,000 skills from GitHub repositories, enriched them with LLM-generated metadata, and built vector embeddings for semantic search functionality.
Current Features
The tool currently offers:
- Semantic search that understands intent rather than just keywords. For example, searching "help me write better commit messages" returns relevant skills.
- One-command installation via
npx skillsgate add username/skill-namefor SkillsGate-hosted skills - Direct installation from any GitHub repository using
npx skillsgate add owner/repo - Publishing capabilities for your own skills through direct upload (GitHub repository sync is in development)
Development Roadmap
Features currently under development include:
- Private and organization-scoped skills for team usage
The source code is available at github.com/skillsgate/skillsgate.
📖 Read the full source: r/ClaudeAI
👀 See Also

Solo Dev Uses Claude + Blender MCP to Create App Store Video in 90 Minutes
Reddit user Positive_Camel2086 details how they used Claude with the Blender MCP server to generate a 10-second vertical launch video, automating camera rigging, materials, fog, and particle systems via conversational prompts.

AI Agent Embedded in Shell: Terminal Buffer & Overlay Extension
Open-source shell with embedded AI agent that reads terminal output and types commands via a floating overlay. Supports local and cloud models.

Claude Code's Plan-Skeptic Sub Agent Identifies Security Gaps in Generated Plans
A developer discovered Claude Code's plan-skeptic sub agent, which identifies gaps and issues in AI-generated development plans, particularly catching security concerns that weren't initially obvious. The agent works alongside the previously known security-sheriff sub agent to improve plan quality.

Discord Bridge for Autonomous Claude Code Sessions
A bridge.js script (~50 lines, discord.js v14) creates real-time two-way chat between Discord and Claude Code via WebSocket + local file queue, replacing 2-minute polling with microsecond file reads. Tested on 27K lines analyzed overnight.