Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

trezor-suite

trezor-suite에는 trezor에서 수집한 skills 25개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
25
Stars
1.0k
업데이트
2026-06-01
Forks
364
직업 범위
직업 카테고리 5개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

publish-config
소프트웨어 개발자

publishConfig rules for public npm packages in the Trezor Suite monorepo. Use when adding or editing publishConfig, exports, or preparing a package for npm publishing.

2026-06-01
packages
소프트웨어 개발자

How to create and structure packages in the Trezor Suite monorepo, including scopes and sizing guidance. Use when creating new packages or resolving cyclic dependencies.

2026-05-25
tests-native
소프트웨어 품질 보증 분석가·테스터

Use when writing component or hook tests in suite-native and need to choose between renderWithBasicProvider, renderWithStoreProvider, or store helpers like createStoreFromPreloadedState, createLightStore, or mergePreloadedState.

2026-04-29
security-headers
정보 보안 분석가

Generated code must be aligned with security headers (e.g. no unsave JS eval). The permissions policy is especially relevant when changing any code related with the `navigator` object.

2026-04-20
trezor-mcp
기타 컴퓨터 관련 직업

Trigger on any mention of Trezor wallet interaction, crypto addresses, sending crypto, checking balances, signing messages, or hardware wallet operations via MCP. Also trigger when users mention configuring or troubleshooting the Trezor MCP server connection.

2026-04-10
idb-migrations
데이터베이스 아키텍트

How to create and implement IndexedDB storage migrations in the Trezor Suite web app. Use when writing migrations that transform persisted data between Suite versions.

2026-03-27
basic-syntax
소프트웨어 개발자

If-else formatting, spacing, function parameters, and conditional rendering rules for the Trezor Suite codebase. Use when writing or reviewing TypeScript/React code.

2026-03-26
comments
소프트웨어 개발자

Comment formatting conventions for the Trezor Suite codebase. Use when writing or reviewing code comments.

2026-03-26
common-issues
소프트웨어 개발자

Known issues and their solutions in the Trezor Suite monorepo. Use when encountering build failures, test failures, or environment problems.

2026-03-26
common-tasks
소프트웨어 개발자

Dependency management, package creation, and troubleshooting commands for the Trezor Suite monorepo. Use when managing dependencies or debugging build issues.

2026-03-26
components
소프트웨어 개발자

React component file structure and patterns for Trezor Suite. Use when creating or reviewing React components, including prop passing and component organization.

2026-03-26
defensive-programming
소프트웨어 개발자

Type safety practices including exhaustive checks, explicit return types, and Result-based error handling. Use when writing TypeScript logic that handles multiple cases or error conditions.

2026-03-26
dependency-injection
소프트웨어 개발자

Dependency Injection pattern for service definitions, factories, and composition roots. Use when working with packages that use the DI pattern.

2026-03-26
development-commands
소프트웨어 개발자

Commands for running apps, linting, testing, and building in the Trezor Suite monorepo. Use when you need to run, build, or check code quality.

2026-03-26
git-and-commit-guidelines
소프트웨어 개발자

Conventional Commits format, commit types, scopes, and PR best practices for Trezor Suite. Use when committing code or creating pull requests.

2026-03-26
import-export
소프트웨어 개발자

Named export conventions and barrel file usage rules for the Trezor Suite codebase. Use when writing imports, exports, or deciding on module structure.

2026-03-26
naming
소프트웨어 개발자

Naming conventions for variables, functions, booleans, components, and domain-specific terms in Trezor Suite. Use when naming anything in the codebase.

2026-03-26
project-structure
소프트웨어 개발자

Overview of the Trezor Suite monorepo structure and key directories. Use when navigating the codebase or deciding where to place new code.

2026-03-26
redux
소프트웨어 개발자

Redux Toolkit patterns including slices, selectors, thunks, and middleware conventions for Trezor Suite. Use when writing or reviewing Redux state management code.

2026-03-26
setup-requirements
소프트웨어 개발자

Prerequisites and initial environment setup for the Trezor Suite monorepo, including Node.js, Yarn, Git LFS, and submodules. Use when setting up or troubleshooting the development environment.

2026-03-26
skills-and-code-style-contribution
소프트웨어 개발자

How to contribute to the Trezor Suite code style guide, including issue proposals and pull request workflows. Use when proposing code style changes.

2026-03-26
tests-commands
소프트웨어 품질 보증 분석가·테스터

Commands for running unit tests in the Trezor Suite monorepo. Use when you need to run tests for specific packages or the entire project.

2026-03-26
tests-common
소프트웨어 품질 보증 분석가·테스터

TDD practices and test utilities for suite-common packages, including Red-Green-Refactor workflow and @suite-common/test-utils usage. Use when writing tests for suite-common packages.

2026-03-26
tests
소프트웨어 품질 보증 분석가·테스터

Test style guidelines including naming conventions, mock organization, translation handling, and file structure. Use when writing or organizing tests in the Trezor Suite codebase.

2026-03-26
typescript
소프트웨어 개발자

TypeScript-specific conventions including ts-expect-error usage, unknown vs any, const assertions, and type vs interface preferences. Use when writing TypeScript code.

2026-03-26