English | 中文 | 日本語 | Français | Español | العربية | 한국어 | Português | Русский | Deutsch
I'm a developer focused on building AI-powered CLI tools. My tools help developers with:
- Git workflows — auto-format commits, AI-generated messages
- AI agent monitoring — track costs, tokens, tool health
- Project auditing — score AI-readiness of your codebase
All tools are open source, MIT licensed, and can be run with npx — zero install required.
# Format messy git history → clean Conventional Commits
npx git-format
# AI writes your commit messages
npx ai-commit
# Score your project's AI-readiness (0-100)
npx @Serennity007/vibe-check
# Track your AI agent — costs, tokens, tool calls
npx agent-traceNo clone · No API key · No config · Just run it
| Tool | What it does | Try it |
|---|---|---|
| git-format | Format commits to Conventional Commits | npx git-format |
| ai-commit | AI generates commit messages from git diff | npx ai-commit |
| agent-trace | Track AI agent costs, tokens, tool health | npx agent-trace |
| vibe-check | Audit project AI-readiness (0-100 score) | npx @Serennity007/vibe-check |
| Collection | What's inside |
|---|---|
| awesome-ai-rules | 20 production AI coding rules for Cursor, Claude, Kimi Code |
| awesome-mcp-servers | 9 verified MCP server configs |
| awesome-prompts | 285+ tested AI prompts for every task |
graph LR
A["🔧 git-format"] -->|Clean Commits| B["📦 PR Ready"]
C["🤖 ai-commit"] -->|AI Messages| B
B --> D["📊 vibe-check"]
D -->|"Score 0-100"| E["✅ AI-Ready"]
E --> F["🔍 agent-trace"]
F --> G["💰 Cost Control"]
🤖 AI Developer Tools (6)
| Project | Description |
|---|---|
| agent-trace | Track AI agent — costs, tokens, tool health |
| awesome-ai-rules | 20 production AI coding rules |
| vibe-check | Score project AI-readiness (0-100) |
| commit-ai | AI writes commit messages |
| awesome-mcp-servers | 9 verified MCP servers |
| awesome-ai-agents | 12 production AI agent skills |
📚 Research & Career (7)
| Project | Description |
|---|---|
| awesome-skills | 12 research skills (LaTeX, stats) |
| awesome-research-figures | Publication-quality scientific figures |
| awesome-interview-skills | 14 skills to land your dream job |
| system-design-interview | System design prep with ASCII diagrams |
| awesome-developer-roadmap | 10 career roadmaps (junior → staff) |
| build-your-own-x-cn | Build tech from scratch (10 tutorials) |
| leetcode-patterns-cn | 8 algorithm patterns, 72 problems |
🎬 Video & Creative (7)
| Project | Description |
|---|---|
| awesome-video-prompts | 200+ prompts (Sora, Runway, Kling) |
| awesome-video-to-text | 12 transcription skills |
| awesome-video-creation | 14 video workflow skills |
| awesome-video-skills | 10 video editing skills |
| awesome-creative-skills | 10 creative skills (posters, logos) |
| awesome-writing-skills | 12 writing skills (blog, SEO) |
| awesome-prompts | 285+ AI prompts for every task |
🛠️ Developer Resources (8)
| Project | Description |
|---|---|
| awesome-dev-tools | 50+ developer tools by category |
| awesome-devops-skills | 12 DevOps skills (CI/CD, K8s) |
| awesome-security-skills | 12 cybersecurity skills |
| awesome-startup-skills | 12 skills for founders |
| ai-agent-architectures | 7 AI agent patterns |
| open-source-llm-guide | Run LLMs on your own hardware |
| github-stars-analysis | GitHub star trends analysis |
| awesome-chinese-developer-tools | Chinese developer tools |
📁 Personal (4)
| Project | Description |
|---|---|
| my-dotfiles | Dev environment (Zsh, Git, Neovim) |
| guizhou-exam-papers | Guizhou exam papers (free for students) |
| blog | Technical blog posts |
| git-format | Format commits to Conventional Commits |