A generator for work breakdown structure (WBS) schedules that MS Project can import as MSPDI XML files. A WBS splits a project into feature groups and smaller tasks, while the schedule includes dates, durations, people, dependencies, and a Gantt chart.
A manager for self-made Claude Code plugins, skills, and agents. It keeps them in one monorepo—a single repository containing multiple related projects—and uses links so each item has one shared source of truth.
A skill for bringing a custom skill from a project folder under management in Fulin’s plugin monorepo, a repository that contains multiple related packages.
A workflow for copying a Claude Code plugin setup from one machine or project to another. Claude Code is a coding assistant that can be extended with plugins, and the workflow creates an environment snapshot and restore instructions.
A publishing command for a plugin monorepo, which is one repository containing multiple plugins. It stages, commits, and pushes the managed plugins together to Git.
A project-level setup helper for Claude Code plugins. Plugins are add-ons that extend what the coding assistant can do, and project-level setup keeps the selection specific to the current folder.
A browser testing method and plugin for QA engineers, who check that software behaves correctly. It uses Playwright, a browser automation tool, and records structured evidence for each test.
A software testing agent that plans and runs feature tests, including browser-based end-to-end tests, then saves them as repeatable pytest tests. It can also report results and update the catalogue.
A testing-plan command that uses a QA engineer agent to design a pytest test plan. Each test case is recorded in one table with evidence and links to requirements.
A browser-based functional-testing method for checking features, pages, and user flows. It covers planning test cases, running them, investigating failures, and saving tests so they can be run again.
A Chinese-language review method that tests a decision, design, plan, strategy, code, plugin setup, or document through opposing Red and Blue viewpoints. Red attacks the proposal, Blue defends it, and the process ends with a strengthened version and a go/no-go decision.
A Chinese-language guide for red-team and blue-team review, where a proposal is challenged to expose weak assumptions, logical gaps, and risks before it is adopted.
Um mecanismo de recuperação para falhas em chamadas de ferramentas durante tarefas com várias etapas. Ele usa um ciclo agendado para tentar continuar o trabalho, mas funciona apenas como uma regra de comportamento.
A backend development agent for implementing server-side code according to design documents. Backend code runs on a server and commonly handles data, business rules, and APIs.
A frontend development agent for Vue 3, a framework for building web interfaces. It also handles application state, translations, and connections to APIs, which let software exchange data with other services.