Use ZenTao from Claude Code through the local zentao CLI. Install it automatically, reuse existing login state, inspect products and bugs, and run self-test workflows.
npx claudepluginhub port-wind/marketplace --plugin zentao-pluginFetch ZenTao bug details by numeric ID through the local zentao CLI.
List ZenTao bugs for a product through the local zentao CLI.
List the current user's ZenTao bugs through the local zentao CLI.
List ZenTao products through the local zentao CLI.
Prepare the local ZenTao CLI and then run zentao login using the upstream config flow.
Run the ZenTao CLI self-test through the local zentao CLI.
Install or verify the ZenTao CLI and report whether login is required.
Show the current ZenTao login identity from the local zentao CLI.
Cursor and Claude Code plugin for ZenTao workflows.
It wraps the existing zentao CLI so you can work with ZenTao without leaving the editor. The plugin checks whether zentao is installed, installs @leeguoo/zentao-mcp automatically when needed, reuses your existing ~/.config/zentao/config.toml, and exposes high-value product and bug workflows as Cursor skills and commands.
@leeguoo/zentao-mcp automatically when zentao is missing~/.config/zentao/config.toml and existing zentao login statezentao whoamizentao self-testskill + commands + wrapper scripts, without forcing MCP on day one.cursor-plugin/plugin.json: marketplace metadata.claude-plugin/plugin.json: Claude Code plugin metadataskills/zentao/SKILL.md: ZenTao routing, command selection, and login guidancecommands/: setup, login, product, bug, and self-test command promptsscripts/: local Node wrappers around the zentao CLInpm test
npm run validate
npm run dev
npm run build
node and npm are available locallyzentao login/zentaoThe repository includes a lightweight Astro site for GitHub Pages:
Once the Pages workflow is running on main, the site publishes at:
https://leeguooooo.github.io/zentao-plugin/Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
20 modular skills for idiomatic Go — each under 225 lines, backed by 48 reference files, 8 automation scripts (all with --json, --limit, --force), and 4 asset templates. Covers error handling, naming, testing, concurrency, interfaces, generics, documentation, logging, performance, and more. Activates automatically with progressive disclosure and conditional cross-references.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Claude + Google Stitch workflow toolkit with MCP integration (prompt authoring, screen generation, design extraction)
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement