Leonardo Tan
Community@leonardotan19 · Chongqing,China
Agent Skills by Leonardo Tan
Showing 16 vetted skills indexed across 1 GitHub repositories.
using-git-worktrees
Create isolated Git worktree workspaces for feature development.
backend-schema
Applies content-type schemas from a design doc to Strapi via strapi-mcp.
api-client-gen
Generate a typed TypeScript API client from Strapi content-type schemas and route contracts.
test-driven-development
Enforce red-green-refactor cycles with failing tests before code implementation.
systematic-debugging
Enforce root-cause analysis before applying fixes across debugging phases.
dispatching-parallel-agents
Dispatch independent tasks to isolated agents running in parallel without shared state.
executing-plans
Execute written implementation plans with verifications and git checkpoints.
finishing-a-development-branch
Guide merge, PR, or discard decisions for completed development branches.
scaffold-project
Scaffold a fullstack Strapi+React monorepo from templates via guided steps.
brainstorming
Guide collaborative brainstorming to produce formal design documents and implementation handoffs.
writing-plans
Convert a design spec into a phase-ordered implementation plan with tasks and tests.
requesting-code-review
Dispatch a code-reviewer subagent to validate completed work against requirements.
receiving-code-review
Verify and clarify code-review feedback before implementing incremental changes.
frontend-page
Assemble frontend pages from design docs using shadcn components and generated API types.
verification-before-completion
Runs verification commands and checks outputs before declaring work complete.
subagent-driven-development
Dispatch fresh subagents per task with two-stage reviews.