一键导入
dartfrog-consultant
A consultant reference for developers working with Dart Frog, providing real-time documentation and architectural guidance.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
A consultant reference for developers working with Dart Frog, providing real-time documentation and architectural guidance.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | dartfrog-consultant |
| description | A consultant reference for developers working with Dart Frog, providing real-time documentation and architectural guidance. |
| compatibility | Works with Dart Frog projects. |
| license | MIT |
| resources | ["templates/standards.md"] |
| metadata | {"author":"thiagoevoa","triggers":{"keywords":["consult:dart-frog","consult:backend-dart"]}} |
Use this skill to act as a Senior Dart Frog Architect. It provides guidance on building, scaling, and maintaining Dart Frog applications by consulting the live official documentation.
https://dart-frog.dev/getting-started/ and its subpages when providing advice.This skill is designed for Research & Consultancy.
mcp_notebooklm-mcp_notebook_list to search for a notebook with a title matching the framework (e.g., "Dart Frog Documentation").mcp_notebooklm-mcp_notebook_query with its ID to get instant, grounded answers.google_web_search or web_fetch to read the live documentation at https://dart-frog.dev/getting-started/ and its subpages.templates/standards.md.If the user agrees with the suggested architecture or explicitly asks you to implement the solution, transition from consultancy to implementation:
replace or write_file tools to apply the changes directly to their codebase.dart analyze and dart test to ensure the implemented code aligns with the previously consulted standards and does not break the build.topic (string, optional): Specific Dart Frog topic to consult (e.g., 'middleware', 'routing').project_path (string, optional): Path to the local Dart Frog project for context.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.