项目

我参与的一些项目

精选项目

skill-hub

Active

The package manager for AI agent skills. Install, update, sync, and govern skills across coding agents.

问题

AI coding agents are becoming part of daily development, but their reusable skills are still scattered across repos, local folders, and different agent ecosystems.

解决方案

skill-hub turns skills into manageable packages so they can be installed, updated, synchronized, and governed across Codex, Claude, Gemini, and similar workflows.

技术栈

GoCLIAI AgentDeveloper Tools

database-cli

Active

Read-only database CLI skill for Codex.

问题

Real production debugging often needs schema lookup, safe read-only SQL, and cross-environment comparison without turning an AI session into an unsafe database client.

解决方案

database-cli gives Codex a controlled database investigation workflow: inspect schema, search metadata, run read-only queries, and compare records with guardrails.

技术栈

PythonCLICodex SkillDatabase

Builder 生态

skill-hub-registry

Active

Official catalog registry for skill-hub.

问题

A package manager needs a trusted source of skill metadata so users can discover installable skills without copying raw repository paths by hand.

解决方案

skill-hub-registry provides the catalog layer for skill-hub, separating registry metadata from the CLI runtime.

技术栈

PythonRegistryCatalogAutomation

开源参与

MooTool

Open-source participation

Handy tool set for developers. 开发者常备小工具。

问题

Developers repeatedly need small local utilities for text, encoding, diffing, and daily engineering tasks.

解决方案

MooTool collects practical developer utilities in a Java desktop tool. This site presents it as open-source participation in developer tooling.

技术栈

JavaDeveloper ToolsDesktop Utility