Fred Meng
Community@fred-meng
Fred Meng publishes disciplined software engineering skills covering git worktrees, TDD, systematic debugging, code review, and shadcn/ui component management.
Agent Skills by Fred Meng
Showing 15 vetted skills indexed across 1 GitHub repositories.
using-git-worktrees
Creates isolated git worktrees with directory selection, ignore verification, and baseline test checks.
test-driven-development
Enforces red-green-refactor test-driven development workflow for features and bugfixes.
systematic-debugging
Diagnose bugs through a four-phase root cause investigation process before proposing fixes.
using-superpowers
Enforces skill discovery and invocation before any agent response or action.
dispatching-parallel-agents
Dispatch concurrent agents to investigate independent failures across separate problem domains.
shadcn
Manages shadcn/ui components via CLI for adding, searching, styling, and composing React UI.
executing-plans
Executes written implementation plans task by task with review checkpoints and verification steps.
finishing-a-development-branch
Guides completion of development branches through structured merge, pull request, or cleanup options.
brainstorming
Guides collaborative design exploration and produces approved spec documents before implementation.
writing-plans
Generates detailed multi-task implementation plans with exact file paths, code, and test steps.
requesting-code-review
Dispatches a code-reviewer subagent to evaluate git diffs against requirements before merging.
receiving-code-review
Guides verification and implementation of code review feedback with technical rigor.
writing-skills
Create and test agent skills using test-driven development with subagent pressure scenarios.
verification-before-completion
Requires running verification commands and checking output before claiming work is complete.
subagent-driven-development
Executes implementation plans by dispatching fresh subagents per task with two-stage review.
Frequently Asked Questions About Fred Meng
FAQPage SchemaWhat tasks can I accomplish using Fred Meng's skills?▼
You can create isolated git worktrees, practice test-driven development, debug systematically, write and execute implementation plans, dispatch parallel subagents, request and receive code reviews, verify work before completion, and manage shadcn/ui components including presets and registries.
Who are these skills designed for?▼
Software engineers and developers who follow structured engineering practices: TDD practitioners, teams using code review checkpoints, developers working with git branch isolation, and front-end engineers building interfaces with shadcn/ui component registries and presets.
How do the shadcn skill commands run in practice?▼
The shadcn skill invokes Bash commands through npx shadcn@latest, pnpm dlx shadcn@latest, or bunx --bun shadcn@latest. It handles adding, searching, fixing, styling, and composing components, plus project initialization and --preset switching in projects containing a components.json file.
What prerequisites or dependencies do these skills require?▼
Git-based skills require a git repository with branches and worktree support. The shadcn skill requires Node.js package runners (npx, pnpm, or bunx) and a components.json project. Planning and review skills require written specs, implementation plans, or review feedback as inputs.
How do these skills enforce quality before completion?▼
The verification-before-completion skill mandates running verification commands and confirming actual output before claiming work is done. Combined with test-driven-development, systematic-debugging, and requesting-code-review, it enforces evidence-based assertions rather than unverified success claims.