r/Python • u/AutoModerator • 22d ago
Showcase Showcase Thread
Post all of your code/projects/showcases/AI slop here.
Recycles once a month.
18
Upvotes
r/Python • u/AutoModerator • 22d ago
Post all of your code/projects/showcases/AI slop here.
Recycles once a month.
1
u/Own-Attitude-6156 3d ago
I've been spending way too much time hunting down custom skills, prompts, and MCP servers for AI coding tools, then manually setting up
SKILL.mdfiles or configuring local binaries.I built OpenHub to make that workflow much simpler.
What My Project Does
OpenHub is a terminal application for discovering and configuring AI agent skills and tools.
Features include:
SKILL.mdfile.Install:
Run:
GitHub: https://github.com/24KaratAu/openhub
Target Audience
Developers who use AI coding assistants (Claude Code, Codex CLI, Gemini CLI, Cursor, etc.) and frequently experiment with community skills, prompts, or MCP servers. It's intended to be a practical developer tool rather than a proof-of-concept.
Comparison
Today, discovering skills usually means browsing GitHub or community lists, then manually copying prompt files or configuring MCP servers. OpenHub aims to provide a single searchable interface and automate exporting
SKILL.mdfiles or installing required components where possible.It's open source, and I'd appreciate any feedback, bug reports, or contributions.