Skip to main content
conceptadev
GitHub 创作者资料

conceptadev

按仓库查看 5 个 GitHub 仓库中的 41 个已收集 skills。

已收集 skills
41
仓库
5
更新
2026年8月17日
仓库浏览

仓库与代表性 skills

superdeck-presentations
网页开发工程师

Create, review, or edit SuperDeck presentations and presentation apps. Use when working with `slides.md`, SuperDeck Markdown syntax, fullscreen slides, `@section`/`@block`/`@widget` layout, built-in widgets such as `@image`, `@dartpad`, `@webview`, and…

2026年7月23日
flutter-adding-home-screen-widgets
软件开发工程师

Adds home screen widgets to a Flutter app for Android and iOS. Use when providing glanceable app information or quick actions on the device home screen.

2026年4月22日
flutter-animating-apps
软件开发工程师

Implements animated effects, transitions, and motion in a Flutter app. Use when adding visual feedback, shared element transitions, or physics-based animations.

2026年4月22日
flutter-architecting-apps
软件开发工程师

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

2026年4月22日
flutter-building-forms
软件开发工程师

Builds Flutter forms with validation and user input handling. Use when creating login screens, data entry forms, or any multi-field user input.

2026年4月22日
flutter-building-layouts
软件开发工程师

Builds Flutter layouts using the constraint system and layout widgets. Use when creating or refining the UI structure of a Flutter application.

2026年4月22日
flutter-building-plugins
软件开发工程师

Builds Flutter plugins that provide native interop for other apps to use. Use when creating reusable packages that bridge Flutter with platform-specific functionality.

2026年4月22日
flutter-caching-data
软件开发工程师

Implements caching strategies for Flutter apps to improve performance and offline support. Use when retaining app data locally to reduce network requests or speed up startup.

2026年4月22日
已展示 8 / 24 个已收集 Skill。
add-dart-lint-validation-rule
软件开发工程师

Instructions for adding a new validation rule and CLI flag to dart_skills_lint.

2026年4月9日
dart-best-practices
软件开发工程师

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

2026年4月9日
dart-cli-app-best-practices
软件开发工程师

Best practices for creating high-quality, executable Dart CLI applications. Covers entrypoint structure, exit code handling, and recommended packages.

2026年4月9日
dart-doc-validation
软件开发工程师

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

2026年4月9日
dart-matcher-best-practices
软件质量保证分析师与测试员

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

2026年4月9日
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年4月9日
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年4月9日
dart-test-fundamentals
软件质量保证分析师与测试员

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

2026年4月9日
e2e-fixer
软件质量保证分析师与测试员

Diagnose and fix failing or flaky tests in this monorepo, with a bias for e2e (*.e2e-spec.ts). Use when tests fail after a change, when a suite passes alone but fails in the full run, on fixture/bootstrap drift, barrel-registration collisions,…

2026年8月6日
persistence-agnostic-linter
软件开发工程师

Audit and fix persistence wiring so the repository adapter (TypeORM/Firestore/other) stays swappable. Use when adding or reviewing entity/repository code, when you see @InjectRepository or a module-local TypeOrmModule.forFeature, or when checking that…

2026年8月6日
upstream-migrator
软件开发工程师

Migrate the monorepo across @concepta/* and @nestjs/* version bumps and local↔npm dependency swaps. Use when asked to "bump @concepta to alpha.X", "use the npm packages instead of local", "upgrade NestJS", or when a version change breaks the build with…

2026年8月6日
orchestrator
软件开发工程师

Router/dispatcher for Rockets work. Reads the user's request, classifies intent, and tells you which Rockets skill to invoke (or that none applies). Use FIRST whenever a request touches this monorepo and the right skill is not obvious — e.g. "bump @concepta…

2026年6月22日
swagger-dto-auditor
软件开发工程师

Audit DTOs so every field that must appear in Swagger/OpenAPI is decorated correctly. Use when adding or changing DTOs, when a field is missing from the /api docs or the generated schema is empty, or when reviewing a controller's request/response contracts.…

2026年6月22日
已展示 5 / 5 个仓库
已展示全部仓库