Skip to main content

这个仓库中的 skills

HoangNguyen0403/agent-skills-standard - 第 8 页

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

HoangNguyen0403/agent-skills-standard

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

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

Write React hooks with clean effect boundaries and measured memoization. Use when working with `useEffect`, custom hooks, refs, transitions, or hook dependency problems in React.

原文语言:英语

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

Optimize React rendering, bundle size, and data flow with profiler-led decisions. Use when reducing re-renders, fixing waterfalls, or deciding whether memoization is warranted in React.

原文语言:英语

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

Prevent XSS, secure auth flows, and harden React client-side applications. Use when preventing XSS, securing auth flows, or auditing third-party dependencies in React.

原文语言:英语

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

Select and implement local, global, and server state patterns in React. Use when choosing or implementing state management (Context, Zustand, Redux, React Query) in React.

原文语言:英语

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

Test React components with RTL and Jest/Vitest. Use when writing React component tests with React Testing Library, Jest, or Vitest.

原文语言:英语

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

Configure debugging, bundle analysis, and ecosystem tools for React applications. Use when setting up Vite/webpack build tooling, analyzing bundle size, debugging re-renders with React DevTools, or configuring ESLint and StrictMode for React projects.

原文语言:英语

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

Type React components and hooks with TypeScript patterns. Use when typing React props, hooks, event handlers, or component generics in TypeScript.

原文语言:英语

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

Finds missing, weak, or stale test coverage in a diff. Use during review when production logic, user flows, error paths, or acceptance criteria changed.

原文语言:英语

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

Design Spring Boot APIs with OpenAPI, Versioning, and Global Error Handling. Use when designing Spring Boot APIs with OpenAPI specs, versioning, or global error handling.

原文语言:英语

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

Structure Spring Boot 3+ projects with feature packaging and clean layering. Use when structuring Spring Boot 3 projects, defining layers, or applying architecture patterns.

原文语言:英语

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

Apply core coding standards, dependency injection, and configuration for Spring Boot 3. Use for Spring Boot application structure and DI/configuration; defer Spring Security hardening and test-specific setup to their focused skills.

原文语言:英语

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

Optimize JPA, Hibernate, and database interactions in Spring Boot. Use when implementing JPA entities, repositories, or database access in Spring Boot.

原文语言:英语

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

Deploy Spring Boot apps with Docker, GraalVM native images, and graceful shutdown. Use when deploying Spring Boot apps as GraalVM native images, containers, or configuring shutdown.

原文语言:英语

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

Standards for Feign clients and asynchronous messaging with Spring Cloud Stream. Use when implementing Feign HTTP clients or async event messaging in Spring Boot microservices.

原文语言:英语

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

Instrument Spring Boot with Micrometer metrics, distributed tracing, and structured logging. Use when adding Micrometer metrics, distributed tracing, or structured logging to Spring Boot.

原文语言:英语

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

Configure scheduled tasks and distributed locking with ShedLock in Spring Boot. Use when implementing @Scheduled tasks or distributed locking with ShedLock in Spring Boot.

原文语言:英语

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

Configure Spring Security 6+ with Lambda DSL, JWT, and hardening rules. Use when configuring Spring Security 6+, OAuth2, JWT, or security hardening in Spring Boot.

原文语言:英语

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

Write unit, integration, and slice tests for Spring Boot 3 applications. Use when writing unit tests, integration tests, or slice tests for Spring Boot 3 applications.

原文语言:英语

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

Apply Guard, Value Types, Immutability, and Naming conventions in Swift. Use when writing idiomatic Swift with guard, value types, immutability, or naming conventions—not Swift concurrency/actor-isolation, persistence, linting, or release tooling.

原文语言:英语

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

Implement async/await, Actors, and structured concurrency in Swift. Use when implementing Swift async/await, Actors, or structured concurrency in iOS/macOS.

原文语言:英语

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

Standards for throwing functions, Result type, and Never. Use when implementing Swift error throwing, designing error hierarchies, using Result types, or adding do-catch blocks.

原文语言:英语

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

Apply Optionals, Protocols, Extensions, and Type Safety patterns in Swift. Use when working with Swift Optionals, Protocols, Extensions, or type-safe APIs.

原文语言:英语

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

Prevent retain cycles via ARC, weak/unowned references, and Capture Lists in Swift. Use when managing Swift ARC, avoiding retain cycles, or configuring capture lists in closures.

原文语言:英语

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

Configure SwiftUI state, view lifecycle, and Property Wrappers correctly. Use when managing SwiftUI state, view lifecycle, or property wrappers like @State and @Binding.

原文语言:英语

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

Write XCTest cases, async tests, and organized test suites in Swift. Use when writing XCTest cases, async tests, or organizing test suites in Swift.

原文语言:英语

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

Configure SPM packages, SwiftLint, and build settings for Swift projects. Use when managing Swift packages with SPM, configuring build settings, or enforcing Swift code quality.

原文语言:英语

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

Write idiomatic TypeScript patterns for clean, maintainable code. Use when writing or refactoring TypeScript classes, functions, modules, or async logic.

原文语言:英语

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

Apply modern TypeScript standards for type safety and maintainability. Use when working with types, interfaces, generics, enums, unions, or tsconfig settings.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Secure server-side TypeScript input, auth tokens, and injection boundaries. Use for API/request validation, sanitization, secrets, and sensitive configuration; defer client-only React form validation and generic linting.

原文语言:英语

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

Development tools, linting, and build config for TypeScript. Use when configuring ESLint, Prettier, Jest, Vitest, tsconfig, or any TS build tooling.

原文语言:英语

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

Deep audit of a skills directory against the Skill Creator standard. Produces a scored report and phased remediation plan.

原文语言:英语

更新
职业分类
项目管理专家
描述

Clarify a rough product or engineering idea into a BRD-lite brief (Why) with measurable business value.

原文语言:英语

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

Run an AI-assisted PR code review using multi-layer lenses with confidence scoring.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Prepare and verify a staged or production deployment with rollback and smoke checks.

原文语言:英语

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

Turn an approved PRD or implementation goal into SRS/FRS technical requirements (How), architecture, contracts, and verification decisions.

原文语言:英语

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

Unified developer workflow for fixing bugs. Analyzes issue-tracker context, cross-checks docs/code, proposes a solution, implements the fix, verifies locally, and delivers a PR/MR.

原文语言:英语

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

Implement an approved feature plan with fresh-context slices, TDD, evidence, and PR-ready output.

原文语言:英语

更新
职业分类
项目管理专家
描述

Verify BRD-lite, PRD, SRS/FRS, UX, and test prerequisites before implementation starts.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Mitigate a production incident or urgent regression first, then route to root-cause remediation and a postmortem.

原文语言:英语

更新
职业分类
信息安全分析师
描述

PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.

原文语言:英语

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