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

dash_skills

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

수집된 skills
10
Stars
138
업데이트
2026-07-11
Forks
16
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

profile-dart-code
소프트웨어 개발자

Profile Dart command-line applications using the VM Service protocol to capture CPU samples and identify performance bottlenecks. Helps agents automate CPU profiling, generate function call breakdown summaries, and export JSON profiles without a browser or DevTools.

2026-07-11
dart-best-practices
소프트웨어 개발자

General best practices for Dart development. Covers code style, effective Dart, and language features.

2026-06-29
dart-doc-validation
소프트웨어 개발자

Best practices for validating Dart documentation comments. Covers using `dart doc` to catch unresolved references and macros.

2026-06-29
dart-long-lines
소프트웨어 개발자

Guidelines for handling long lines in Dart code to adhere to the 80-column rule. The `lines_longer_than_80_chars` lint.

2026-06-29
dart-matcher-best-practices
소프트웨어 품질 보증 분석가·테스터

Best practices for using `expect` and `package:matcher`. Focuses on readable assertions, proper matcher selection, and avoiding common pitfalls.

2026-06-29
dart-modern-features
소프트웨어 개발자

Guidelines for using modern Dart features (v3.0 - v3.10) such as Records, Pattern Matching, Switch Expressions, Extension Types, Class Modifiers, Wildcards, Null-Aware Elements, and Dot Shorthands.

2026-06-29
dart-multiline-strings
소프트웨어 개발자

Guidelines and best practices for refactoring consecutive prints, single-line string concatenations, and complex output blocks into triple-quoted multi-line string literals (''' or """) in Dart.

2026-06-29
dart-package-maintenance
소프트웨어 개발자

Guidelines for maintaining external Dart packages, covering versioning, publishing workflows, and pull request management. Use when updating Dart packages, preparing for a release, or managing collaborative changes in a repository.

2026-06-29
dart-test-coverage
소프트웨어 품질 보증 분석가·테스터

Understand and improve test coverage in a Dart package. Helps agents run coverage, interpret results, and identify missed lines.

2026-06-29
dart-test-fundamentals
소프트웨어 품질 보증 분석가·테스터

Core concepts and best practices for `package:test`. Covers `test`, `group`, lifecycle methods (`setUp`, `tearDown`), and configuration (`dart_test.yaml`).

2026-06-29