Skip to main content
在 Manus 中运行任何 Skill
一键导入
ripplearc
GitHub 创作者资料

ripplearc

按仓库查看 2 个 GitHub 仓库中的 11 个已收集 skills。

已收集 skills
11
仓库
2
更新
2026-06-23
仓库浏览

仓库与代表性 skills

code-data
软件开发工程师

Stage 3: Coding (Data Layer) - Write RepositoryImpl, DataSources, and DTOs. Data layer implements repository interfaces and handles external data sources (API, DB, cache). ⚠️ INVOCATION: Only use when the ticket touches the data layer (repository implementations, data sources, API/DB access). Trigger: "write data code", "implement data layer", "create datasource" (DataSource interface + related data layer classes)

2026-06-23
code-domain
软件开发工程师

Stage 3: Coding (Domain Layer) - Write UseCases, Repositories (interfaces), and Services. Domain layer contains pure business logic with no knowledge of UI or data sources. ⚠️ INVOCATION: Only use when the ticket touches the domain layer (business logic, use cases, repository interfaces). Trigger: "write domain layer code", "implement domain layer use cases", "create domain usecase"

2026-06-23
code-integration
软件开发工程师

Stage 3: Coding (Integration Layer) - GATED - Only for new third-party SDK integrations. Creates wrapper layer so domain never imports SDKs directly. ⚠️ GATED: Only use when ticket explicitly requires adding an external service/SDK that is not previously implemented or integrated in the codebase. Examples: new payment provider, analytics SDK, push notification service. Trigger: "integrate new SDK", "add third party service", "create wrapper"

2026-06-23
code-presentation
软件开发工程师

Stage 3: Coding (Presentation Layer) - Write Pages, BLoCs, and Widgets. Presentation layer handles UI, state coordination, and user interaction with zero business logic. ⚠️ INVOCATION: Only use when the ticket touches the presentation layer (UI, screens, BLoC state management). Trigger: Any of the following phrases exactly as written, without variations: "write UI code", "implement presentation layer", "create page", "create bloc"

2026-06-23
plan-implementation
软件开发工程师

Stage 2: Implementation Planning - Decide what to create before writing code. Applies the Digestible PR and Naming & Abstraction rules; checks CoreUI availability. Trigger: "plan implementation" (implementation planning intent), "plan this feature" (ticket-to-file planning intent), "what files do we need for implementation"

2026-06-23
pr-review
软件质量保证分析师与测试员

Modular PR review for Flutter/Dart changes. Auto-detects which rules apply to each changed file, applies the full rule set in skills/rules/ (referenced by name), and returns a copy-paste-ready markdown PR description + review table. Use when a user asks to review a PR, review a branch, compare branches, or check naming, CoreUI, testing, streams, localization, accessibility, logging, or UI/business separation. Trigger phrases: "review this PR", "review my PR", "review feat/X to main", "check my branch", "code review", "analyze my changes".

2026-06-23
read-ticket
软件开发工程师

Stage 1: Ticket Intake - Understand what to build before coding begins. Identifies architecture layers, anticipates classes, determines test types, flags ambiguities. Trigger: "read ticket CA-123", "analyze ticket", "what does CA-456 require"

2026-06-23
write-tests-mutation
软件质量保证分析师与测试员

Stage 4: Testing - GATED - Run mutation testing for complex business logic. Validates test quality by introducing bugs and checking if tests catch them. ⚠️ GATED: Only for code with at least three conditional branches, complex mathematical calculations, or significant data transformation logic (pagination, filtering, sorting). Trigger: "run mutation tests", "mutation testing", "check mutation score"

2026-06-23
当前展示该仓库 Top 8 / 10 个已收集 skills。
已展示 2 / 2 个仓库
已展示全部仓库