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

Portable engineering system for Claude Code with hooks, specialized agents, and self-improvement
A developer built a portable engineering system that lives in ~/.claude/ and applies to every project automatically, featuring a 650-line constitution, deterministic hooks that block dangerous commands, three specialized agents, and a self-improving compound engineering approach.

Meera: A Fully Offline AI Assistant for Linux Gnome Built on Qwen3.5-2B
Meera is an offline AI assistant for Gnome Desktop that uses Qwen3.5-2B-Q4_K_M (1.2 GB) and llama-cpp with Vulkan support. It leverages a second tiny embedding model for tool selection and RAG, avoiding prompt embedding bloat. Works on Ubuntu 24.04 with RTX 5090 and Fedora Silverblue on Intel i3.

Indie Developer Unveils 'Ideanator' CLI Tool for Structuring Vague Ideas with Local LLMs
Ideanator is a CLI tool designed by a self-taught 19-year-old developer using local LLMs like Ollama/MLX. It structures vague ideas into well-defined concepts, completely offline.

OpenHelm: A macOS App for Automating Claude Code Tasks
OpenHelm is a free, local macOS application that automates repetitive Claude coding tasks by running jobs on a schedule, auto-retrying failures, and breaking work into chunks to avoid session limits. It uses your existing Claude subscription for LLM calls.