Skip to main content
在 Manus 中运行任何 Skill
一键导入
manhthien2005
GitHub 创作者资料

manhthien2005

按仓库查看 8 个 GitHub 仓库中的 136 个已收集 skills。

已收集 skills
136
仓库
8
更新
2026-07-26
仓库分布

Skills 分布在哪些仓库

按已收集 skill 数展示主要仓库,并显示它们在该创作者目录中的占比和职业覆盖。

仓库浏览

仓库与代表性 skills

accessibility-checker
网页开发工程师

Verify WCAG 2.1 AA compliance by analyzing HTML structure, ARIA usage, contrast, keyboard patterns, and semantic markup. Runs before completion in FE Designer mode.

2026-04-12
component-design
网页与数字界面设计师

Guide the design of beautiful, accessible, systematic UI components. Auto-triggers when creating or restyling components in FE Designer mode.

2026-04-12
design-system-audit
软件质量保证分析师与测试员

Audit design system consistency — check tokens, spacing, colors, typography usage across the codebase. Triggers when modifying shared styles or on user request.

2026-04-12
ui-critique
网页与数字界面设计师

Self-critique visual output before completion. Evaluates visual hierarchy, CTA clarity, cognitive load, spacing consistency, and layout priority. MUST run before attempt_completion in FE Designer mode.

2026-04-12
lint-and-validate
软件质量保证分析师与测试员

MANDATORY: Run validation tools after EVERY code change. Do not finish until code is error-free.

2026-04-11
coding-standards
软件开发工程师

Auto-enforce coding standards after every code change in Code mode. Checks file size, nesting, naming, error handling, and anti-patterns.

2026-04-11
context-budget
软件开发工程师

Monitor and manage context window usage to prevent overflow and optimize token efficiency.

2026-04-11
continuous-learning
软件开发工程师

Capture lessons learned, patterns, and user preferences after complex sessions to improve agent behavior over time.

2026-04-11
当前展示该仓库 Top 8 / 40 个已收集 skills。
express-prisma-patterns
软件开发工程师

Use when writing or modifying Express + Prisma backend code in VSmartwatch admin (HealthGuard/backend). Reference patterns for Prisma client singleton, JWT auth, route/controller/service layering, error handling, Postgres patterns, Socket.IO realtime, AWS S3, and Jest testing.

2026-05-11
fastapi-patterns
软件开发工程师

Use when writing or modifying FastAPI backend code in VSmartwatch (health_system/backend, healthguard-model-api, Iot_Simulator_clean/api_server). Reference patterns for router/service/repository layering, Pydantic v2, async DB, internal-secret auth, error handling, sanitized responses, and pytest.

2026-05-11
flutter-mobile-patterns
软件开发工程师

Use when writing or modifying Flutter/Dart code in VSmartwatch mobile app (health_system/lib). Reference patterns for Riverpod state management, dio HTTP, repository pattern, GoRouter navigation, FCM (push only), elderly UX, and widget testing.

2026-05-11
verification-before-completion
软件质量保证分析师与测试员

Use when about to claim work is complete, fixed, or passing. Requires running verification commands and reading actual output BEFORE making any success claims. Evidence before assertions.

2026-05-11
caveman-vi
其他计算机职业

Ultra-compressed Vietnamese mode. ONLY activate when the user types "/caveman" or says "bật caveman", "caveman mode", "ngắn gọn cực", "tiết kiệm token". Off by default. Output stays Vietnamese; only the response style changes.

2026-05-11
code-review-five-axis
软件质量保证分析师与测试员

Five-axis code review framework. Use when reviewing your own changes before merge, or reviewing PR. Evaluates correctness, readability, architecture, security, performance.

2026-05-11
karpathy-guidelines
软件开发工程师

Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria. Applies to ALL code work in VSmartwatch.

2026-05-11
mobile-agent
软件开发工程师

Manage screen spec lifecycle for VSmartwatch mobile app — generate from UC/SRS, edit, cross-link, and maintain the Screen Index. Use when user says "list all screens", "quản lý màn hình", "scan screens", "generate screen spec", "kiểm tra screen index", "sync screens", or "TASK <subcommand>".

2026-05-11
当前展示该仓库 Top 8 / 25 个已收集 skills。
lint-and-validate
软件开发工程师

MANDATORY: Run appropriate validation tools after EVERY code change. Do not finish a task until the code is error-free.

2026-04-20
planning-with-files
高级秘书和行政助理

Implements Manus-style file-based planning to organize and track progress on complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when asked to plan out, break down, or organize a multi-step project, research task, or any work requiring 5+ tool calls. Supports automatic session recovery after /clear.

2026-04-20
systematic-debugging
软件开发工程师

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

2026-04-20
task-intelligence
生产、计划和催办文员

Legacy compatibility alias for task-router-lite. Keeps older codex-max references working while using a thin Phase PLAN routing model.

2026-04-20
task-router-lite
软件开发工程师

Thin Phase PLAN router for codex-max. Select at most one primary execution skill and one optional secondary skill from the installed local skill surface.

2026-04-20
architecture-decision-records
软件开发工程师

Use when a significant technical decision should be recorded with context, alternatives, and consequences so the reasoning survives beyond the current session.

2026-04-20
brainstorming
项目管理专家市场调研分析师与营销专员

Use before creative or constructive work when requirements or solution shape are still unclear. Turns vague ideas into confirmed designs before implementation begins.

2026-04-20
browser-automation
软件开发工程师

Optional browser automation workflow for interactive browser tasks, Playwright-style automation, and stable scraping/testing patterns.

2026-04-20
当前展示该仓库 Top 8 / 21 个已收集 skills。
dart-add-unit-test
软件质量保证分析师与测试员

Write and organize unit tests for functions, methods, and classes using `package:test`. Use when creating new logic or fixing bugs to ensure code remains correct and regression-free.

2026-06-07
dart-fix-runtime-errors
软件开发工程师

Uses get_runtime_errors and lsp to fetch an active stack trace, locate the failing line, apply a fix, and verify resolution via hot_reload.

2026-06-07
dart-generate-test-mocks
软件质量保证分析师与测试员

Define and generate mock objects for external dependencies using `package:mockito` and `build_runner`. Use when unit testing classes that depend on complex external services like APIs or databases.

2026-06-07
dart-run-static-analysis
软件开发工程师

Execute `dart analyze` to identify warnings and errors, and use `dart fix --apply` to automatically resolve mechanical lint issues. Use during development to ensure code quality and before committing changes.

2026-06-07
flutter-add-integration-test
软件质量保证分析师与测试员

Configures Flutter Driver for app interaction and converts MCP actions into permanent integration tests. Use when adding integration testing to a project, exploring UI components via MCP, or automating user flows with the integration_test package.

2026-06-07
flutter-add-widget-test
软件质量保证分析师与测试员

Implement a component-level test using `WidgetTester` to verify UI rendering and user interactions (tapping, scrolling, entering text). Use when validating that a specific widget displays correct data and responds to events as expected.

2026-06-07
flutter-apply-architecture-best-practices
软件开发工程师

Architects a Flutter application using the recommended layered approach (UI, Logic, Data). Use when structuring a new project or refactoring for scalability.

2026-06-07
flutter-fix-layout-issues
软件开发工程师

Fixes Flutter layout errors (overflows, unbounded constraints) using Dart and Flutter MCP tools. Use when addressing "RenderFlex overflowed", "Vertical viewport was given unbounded height", or similar layout issues.

2026-06-07
当前展示该仓库 Top 8 / 20 个已收集 skills。
backlog-auditor
项目管理专家

Audit and review current JIRA sprint backlog progress by scanning _SPRINT.md and STORIES.md files. Generates progress tracking reports with completion rates and risk analysis. Triggers: check progress, review backlog, tiến độ sprint, kiểm tra backlog, sprint review, audit tasks.

2026-05-20
project-check-update
软件开发工程师

Quét mã nguồn thực tế và cập nhật Project_Structure.md + summaries/ để PM_REVIEW luôn khớp với code hiện tại. Dành cho PM/AI agent quản lý cấu trúc dự án HealthGuard. Kích hoạt khi: "check project", "cập nhật cấu trúc", "kiểm tra source", "project thay đổi chưa?", "sync lại PM", "update summaries", "review structure", "kiểm tra project", "project còn đúng không?", "check source", "update structure".

2026-05-20
detailed-feature-review
软件质量保证分析师与测试员

Perform a detailed evaluation of a specific feature — analyze actual source code against architecture standards, verify SRS compliance, assess implementation quality, and cross-check JIRA Stories for the project development team. Use when user says "review code", "đánh giá chi tiết", "evaluate feature", "check implementation", "review module", "review chức năng", "kiểm tra code", "detailed review", "danh gia chi tiet", "xem code giúp", "chấm điểm code", "review feature", "score this module". DO NOT use for: PR reviews, debugging, writing new code, generating test cases.

2026-05-20
architecture-patterns
软件开发工程师

Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex backend systems or refactoring existing ...

2026-05-20
doc-gen
软件开发工程师

Automatically generate or draft standards-compliant SRS (Software Requirements Specification) and SDD (Software Design Document - IEEE-1016-2009) from source code and requirements. Utilizes a multi-agent brainstorming model with Architect and BA roles to cross-review and produce the documentation. Use when the user requests "write SRS", "write SDD", "create IEEE-1016-2009 template", "generate design document", "generate system design document".

2026-05-20
product-manager-toolkit
项目管理专家

Comprehensive toolkit for product managers including RICE prioritization, customer interview analysis, PRD templates, discovery frameworks, and go-to-market strategies. Use for feature prioritizati...

2026-05-20
mobile-agent
软件开发工程师

Specialized agent for designing, building, reviewing, and managing Flutter mobile app UI. Use when user says "design screen", "thiết kế màn hình", "code UI", "build UI", "review screen", "kiểm tra giao diện", "list all screens", "quản lý màn hình", "plan for module", "SOS screen design", "dashboard layout", or shorthand like "plan login page", "build home UI". Supports 4 modes: PLAN, BUILD, REVIEW, TASK.

2026-05-20
task-manager
项目管理专家

Act as an elite Project Manager to analyze UC, SRS, and system overview then generate structured Sprint Plans, Epics, and Stories following the established JIRA template structure. Triggers: sắp xếp task, dự toán công việc, tạo task list, lên plan, lập kế hoạch, sprint planning, create sprint, estimate workload, backlog grooming, epic breakdown, story mapping, PM review planning, chia task, phân công việc.

2026-05-20
当前展示该仓库 Top 8 / 13 个已收集 skills。
db-migrate
数据库架构师

Safely modify the Drizzle schema and create a migration for FixNow Postgres. Validates the change against docs/database-schema.md, runs drizzle-kit generate then migrate, and updates the schema doc. Use when user says "thêm field X vào users", "đổi enum status", "add Review table", "tạo migration".

2026-06-08
fixnow-bootstrap
软件开发工程师

Bootstrap the FixNow Next.js project from scratch — install Next.js, Tailwind, Drizzle ORM, NextAuth, shadcn/ui, and set up the base folder structure. Use this skill ONCE when starting a fresh project, or to verify all base dependencies are present. Triggers when user says "khởi tạo dự án", "init FixNow", "scaffold project", "setup base".

2026-06-08
responsive-qa
软件质量保证分析师与测试员

Run a responsive QA pass on a FixNow page or component across desktop, tablet, and mobile Chrome viewports. Verifies no horizontal scroll, touch targets, Vietnamese diacritics, layout shifts, and Lighthouse mobile score. Use when user says "kiem tra responsive", "test trang X", "check tren mobile/tablet", "qa giao dien".

2026-06-08
scaffold-api
软件开发工程师

Scaffold a Next.js App Router API route (route.ts) for FixNow with zod validation, auth check via NextAuth, Drizzle ORM access, and proper error handling. Use when user says "tạo API endpoint X", "scaffold POST /api/appointments", "thêm route handler GET /api/parts".

2026-06-08
scaffold-page
网页开发工程师

Scaffold a new Next.js App Router page following FixNow conventions — correct route group, Server vs Client component split, layout integration, mobile-first Tailwind. Use when user says "tạo trang X", "scaffold page /pricing", "thêm route /track".

2026-06-08
seed-fixtures
软件开发工程师

Manage db/seed.ts for FixNow with realistic Vietnamese fixture data for services, parts, admin user, and sample appointments using Drizzle. Use when user says "seed data", "tạo dữ liệu mẫu", "reset demo data", "thêm linh kiện vào DB".

2026-06-08
shadcn-add
软件开发工程师

Add or update shadcn/ui components for FixNow by running the official shadcn CLI. Never copy component source from the shadcn-ui/ui repo by hand. Use this when the user says "them component button", "cai shadcn select", "shadcn table", "init shadcn", or whenever a required component is missing from components/ui/.

2026-06-08
ui-ux-pro-max
网页与数字界面设计师

UI/UX design intelligence for web and mobile. Includes 50+ styles, 161 color palettes, 57 font pairings, 161 product types, 99 UX guidelines, and 25 chart types across 10 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, and HTML/CSS). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, and check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, and mobile app. Elements: button, modal, navbar, sidebar, card, table, form, and chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, and flat design. Topics: color systems, accessibility, animation, layout, typography, font pairing, spacing, interaction states, shadow, and gradient. Integrations: shadcn/ui MCP for component search and examples.

2026-06-08
betterme-verification
软件开发工程师

Use before claiming any BetterMe task is done, or when verifying a change — the exact 4-gate sequence (typecheck, lint, vitest, build), Windows/PowerShell/pnpm specifics, single-test and dev-bypass usage, and what counts as evidence.

2026-07-26
pet-voice-invariants
软件开发工程师

Use when writing or editing any user-facing Vietnamese copy — pet/companion voice lines, toasts, greetings, milestone text, or friend/garden messaging. Covers the no-guilt and no-comparison invariants, host vs guest voice, per-species tone, and the test that enforces them.

2026-07-26
supabase-schema-conventions
软件开发工程师

Use when editing supabase/schema.sql, RLS policies, RPCs, or the server actions in src/lib/server/** — covers owner-only RLS, SECURITY DEFINER cross-user reads, RPC-only writes, idempotent schema patterns, the append-only food ledger, and the never-throw server-action contract.

2026-07-26
sync-engine
软件开发工程师

Use when working in src/lib/sync/**, on offline/local-first behavior, multi-device merge, conflict resolution, localStorage state, or upload/import — covers the merge laws (monotonic max, per-cell LWW, append-only ledgers, tombstones), seed-fiction provenance, and the derived-cache rule.

2026-07-26
ui-styling
网页与数字界面设计师

Create beautiful, accessible user interfaces with shadcn/ui components (built on Radix UI + Tailwind), Tailwind CSS utility-first styling, and canvas-based visual designs. Use when building user interfaces, implementing design systems, creating responsive layouts, adding accessible components (dialogs, dropdowns, forms, tables), customizing themes and colors, implementing dark mode, generating visual designs and posters, or establishing consistent styling patterns across applications.

2026-07-26
ui-ux-pro-max
网页与数字界面设计师

Comprehensive design guide for web, mobile, and desktop applications. Contains 67 styles, 161 color palettes, 57 font pairings, 99 UX guidelines, and 25 chart types across 22 technology stacks.

2026-07-26
已展示 8 / 8 个仓库
已展示全部仓库