Skip to main content

这个仓库中的 skills

HoangNguyen0403/agent-skills-standard - 第 4 页

SkillsMP 已收集 HoangNguyen0403/agent-skills-standard 中的 363 个 Skill。打开任一 Skill 可查看来源和详情。

HoangNguyen0403/agent-skills-standard

已展示 40 / 363 个已收集 Skill。

职业分类
软件开发工程师
描述

Enforce session-cost telemetry and execution-metadata reporting. Use when explicitly invoking get_session_cost, reporting token/cost usage, applying telemetry or cost guidance during a workflow handoff, or writing artifacts/session-cost.md at a workflow…

原文语言:英语

更新
职业分类
网页与数字界面设计师
描述

Design distinctive, production-grade frontend UI with bold aesthetic choices. Use when building web components, pages, interfaces, dashboards, or applications in any framework (React, Next.js, Angular, Vue, HTML/CSS).

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Standardizes visual audits, responsive design, and behavioral testing for web apps. Use to verify a web UI fix or cross-browser behavior; defer backend API refactors, Playwright installation/tooling setup, and Appium/mobile automation.

原文语言:英语

更新
职业分类
其他计算机职业
描述

Rules for writing concise, token-efficient workflow and skill files. Prevents over-building that requires costly optimization passes. Use when creating or editing workflow files, SKILL.md files, or new skill definitions.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Dart code quality conventions: naming, const/final/var hierarchy, single quotes, trailing commas, collection idioms, tear-offs, and import organization. Use only for Dart style-focused changes or reviews; never activate for configuration-only lint setup,…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Dart 3.x language feature standards: null safety, records, sealed classes, switch pattern matching, extensions, and async/await. Use when using !, ?., ??, late, sealed classes, record types, switch expressions, or async patterns — and before introducing any…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Dart static analysis, linting, formatting, and code-generation standards. Use only for analysis_options.yaml, build_runner, dart format, DCM, lefthook, or analyze/format CI failures; defer Dart language, null-safety, Flutter tests, and generic CI questions.

原文语言:英语

更新
职业分类
数据库架构师
描述

Plan additive, zero-downtime schema migrations with rollout, backfill, and rollback awareness. Use when renaming columns, backfilling data, or shipping risky database changes.

原文语言:英语

更新
职业分类
数据库架构师
描述

Apply MongoDB data-modeling, indexing, and query rules from access patterns. Use when designing schemas, choosing embed vs reference, or tuning MongoDB query behavior.

原文语言:英语

更新
职业分类
数据库架构师
描述

Apply PostgreSQL standards for migrations, indexing, transactions, and ORM boundaries. Use when editing entities, Prisma schema, migrations, RLS, or query-performance work for PostgreSQL.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Diagnose database latency with explain plans, index ownership, and query-shape review. Use when a query is slow, an index is missing, or scans and N+1 patterns appear.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Optimize Redis as cache and coordination infrastructure with TTL, eviction, and latency-aware key design. Use when implementing Redis caching, key invalidation, or Redis performance work.

原文语言:英语

更新
职业分类
数据库架构师
描述

Design relational or document schemas from access patterns, cardinality, and lifecycle. Use when modeling entities, choosing embed vs normalize, or shaping schema boundaries before implementation.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Define transaction boundaries, locking, and consistency guarantees for multi-step writes. Use when designing atomic operations, retries, idempotency, or concurrent write behavior.

原文语言:英语

更新
职业分类
网页开发工程师
描述

Implement typed routing, nested routes, and auth guards using auto_route in Flutter. Use when the task explicitly uses auto_route or its generated router; defer generic deep-link setup and other routing libraries.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Implement BLoC/Cubit state, events, transitions, and async concurrency in Flutter. Use for BLoC/Cubit feature logic, debounced/cancellable events, state rendering, or bloc tests—not generic widget-only work.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Set up CI/CD pipelines for Flutter apps. Use when configuring automated testing, build, or deployment workflows with GitHub Actions or Fastlane.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Execute long-running tasks in background isolates to keep the UI responsive. Use when performing heavy computations, parsing large datasets, or choosing between async/await and isolates.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Configure service locator setup using injectable and get_it in Flutter. Use when wiring dependency injection with get_it or injectable.

原文语言:英语

更新
职业分类
网页与数字界面设计师
描述

Enforce Design Language System adherence in Flutter. Use when implementing design tokens, preventing hardcoded colors/spacing, or building a DLS.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Implement functional repository error recovery with Either/Failure patterns in Flutter. Use when handling exceptions or dartz Either types in data flows; defer UI-only retry buttons.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Organize Flutter apps with modular feature-based clean architecture. Use when creating features under lib/features/ with domain, data, and presentation layers. Do not use for test-only, BlocBuilder, navigation, or spinner requests.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Implement context-less navigation, named routes, and middleware using GetX. Use when building navigation with GetX routing in Flutter.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Implement reactive state with GetX controllers, bindings, and observables in Flutter. Use when managing app state with GetxController, Obx, GetBuilder, or dependency lifecycle—not unit tests for existing controllers.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Implement typed routes, redirection, and guards using go_router in Flutter. Use when changing go_router navigation; defer widget tests that merely assert redirect behavior and defer slide/transition animation work.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Compose modern Flutter layouts and widgets idiomatically. Use for widget trees, layout constraints, mounted safety, and UI composition—not BLoC state management, routing, dependency injection, or tests.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Enforce inward dependency flow, pure domain layers, and DTO-to-entity mapping in Flutter DDD architecture. Use when structuring layers or boundaries; defer navigation-only routing and feature implementation such as notifications.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Add Flutter translation assets, locale initialization, localized strings, locale switching, and plurals with easy_localization and CSV or JSON files. Use for Flutter i18n work; not RTL-only layout or locale-specific date formatting.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Implement route configuration, go_router/deep linking, and named routes in Flutter. Use for route declarations, route guards, and URL-to-screen mapping; defer transition-only animation, state-transfer/BLoC questions, auto_route-specific setup, and generic…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Integrate push and local notifications using FCM and flutter_local_notifications in Flutter. Use for notification delivery or presentation; defer badge-only UI and notification-service tests.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Optimize Flutter widget rebuilds, memory usage, rendering, and scrolling performance. Use when diagnosing jank, reducing rebuilds, or improving list performance—not performance tests, monitoring setup, or API optimization.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Build type-safe HTTP networking with Dio and Retrofit including auth interceptors in Flutter. Use when integrating REST APIs with Dio or Retrofit.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Implement reactive state management using Riverpod 3.x with code generation in Flutter. Use when defining providers, building AsyncNotifiers, or overriding providers in tests.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Secure Flutter token/PII storage, build-time secrets, network trust, and release hardening using OWASP Mobile practices. Use for secure storage, secret injection, certificate pinning, jailbreak/root risk, or release builds—not generic form validation, API…

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Write unit, widget, and integration tests with robot patterns, widget keys, and Patrol in Flutter. Use when implementing test behavior; defer CI-only configuration without test changes.

原文语言:英语

更新
职业分类
网页开发工程师
描述

Build maintainable Flutter UI components with composition and theming. Use when changing widget implementation; defer animation-only changes and widget-test authoring.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Build HTTP services, REST APIs, and middleware in Go. Use when building Go HTTP servers, REST APIs, or custom middleware.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Structure Go code with package-first boundaries, `cmd/` and `internal/`, and explicit dependency wiring. Use when shaping project layout, package ownership, or service boundaries in Go; defer Redis/cache-specific implementation recipes to database skills.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Write safe concurrent Go code with goroutines, channels, and context. Use when implementing concurrency with goroutines, channels, or context in Go.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Load and validate application configuration from environment variables and config files. Use when managing Go application config with environment variables or viper.

原文语言:英语

更新
已展示 40 / 363 个已收集 Skill。