一键导入
dart-consultant
Senior Dart Developer Specialist, providing expert advice and architectural guidance by consulting the official Dart documentation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Senior Dart Developer Specialist, providing expert advice and architectural guidance by consulting the official Dart documentation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | dart-consultant |
| description | Senior Dart Developer Specialist, providing expert advice and architectural guidance by consulting the official Dart documentation. |
| compatibility | Works with any Dart project (CLI, Server, Web). |
| license | MIT |
| resources | ["templates/standards.md"] |
| metadata | {"author":"thiagoevoa","triggers":{"keywords":["consult:dart","consult:null-safety","consult:async"]}} |
Use this skill to act as a Senior Dart Consultant. It provides expert advice on language features, optimization, and idiomatic Dart patterns by consulting the official documentation.
dart mcp-server) for real-time language documentation and symbol resolution. If the MCP server is unavailable or the information is insufficient, fall back to fetching and reading the official Dart documentation at https://dart.dev/docs and its subpages.This skill is designed for Research & Consultancy.
dart mcp-server is available.get_document to retrieve specific API documentation for symbols.analyze_code to understand the project context.google_web_search or web_fetch to read the live documentation at https://dart.dev/docs.templates/standards.md.If the user explicitly asks you to implement the solution, follow these steps IN ORDER:
replace or write_file tools to apply the changes directly.dart analyze and dart test (if applicable) to ensure the code follows standards.topic (string, optional): Specific Dart topic (e.g., 'isolates', 'macros', 'records').project_path (string, optional): Path to the local project.Expert skill for analyzing and diagnosing issues from Jira, GitHub, and system logs.
Generates comprehensive project documentation (e.g., README.md, API docs, architecture overviews) based on the codebase.
Generates behavior-focused test code (Given-When-Then) for local project files, ensuring 100% coverage and no redundancy.
Analyzes code (local or remote) against Clean Code standards (Meaningful Names, Functions, Objects, Error Handling).
Identifies and suggests architectural design patterns (Creational, Structural, Behavioral) in local or remote code.
Analyzes the codebase (local or remote) for security vulnerabilities, weak coding patterns, and exposure of sensitive data.