Projects

Some projects I've worked on

Featured Projects

skill-hub

Active

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

Problem

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

Solution

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

Tech Stack

GoCLIAI AgentDeveloper Tools

database-cli

Active

Read-only database CLI skill for Codex.

Problem

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.

Solution

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

Tech Stack

PythonCLICodex SkillDatabase

Builder Ecosystem

skill-hub-registry

Active

Official catalog registry for skill-hub.

Problem

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

Solution

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

Tech Stack

PythonRegistryCatalogAutomation

Open Source Participation

MooTool

Open-source participation

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

Problem

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

Solution

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

Tech Stack

JavaDeveloper ToolsDesktop Utility