authoring-skills

โดย flutter

Guides the creation of high-quality, effective skills for agentic workflows. Use when creating or modifying skills in the .agents/skills/ directory.

npx skills add https://github.com/flutter/devtools --skill authoring-skills

Authoring Skills

When creating or modifying skills in this repository, follow these best practices:

Repository-Specific Guidelines

  • Location: All skills must be placed in the .agents/skills/ directory.
  • Avoid Duplication: Before creating a skill, check if one already exists in the flutter/skills repository. If it does, do not create a local skill; instead, instruct the user to install it via npx.
  • Naming: Use the gerund form (verb-ing-noun) or noun-phrase (e.g., authoring-skills, adding-release-notes). Use only lowercase letters, numbers, and hyphens.
  • Conciseness: Prioritize brevity in SKILL.md. Agents are already highly capable; only provide context they don't already have.
  • Automation: Any utility scripts placed in the scripts/ directory MUST be written in Dart.
  • Validation: Skills are automatically validated using dart_skills_lint. Ensure your skills pass the linter before submitting. See the README.md in .agents/skills/ for instructions on how to run the linter locally.
  • Progressive Disclosure: Use the patterns below to organize instructions effectively:

Skills เพิ่มเติมจาก flutter

adding-release-notes
flutter
เพิ่มคำอธิบายการเปลี่ยนแปลงที่ผู้ใช้เห็นลงในบันทึกประจำรุ่นของ DevTools ใช้เมื่อบันทึกการปรับปรุง การแก้ไข หรือฟีเจอร์ใหม่ในไฟล์ NEXT_RELEASE_NOTES.md
official
dart-modern-features
flutter
เพื่อหาผู้สมัครสำหรับการปรับปรุงให้ทันสมัย:
official
genui-helper
flutter
ทักษะนี้มีเวิร์กโฟลว์และแนวปฏิบัติที่ดีที่สุดเฉพาะสำหรับพื้นที่เก็บข้อมูล genui
official
add-dart-lint-validation-rule
flutter
คำแนะนำสำหรับการเพิ่มกฎการตรวจสอบใหม่และแฟล็ก CLI ไปยัง dart_skills_lint
official
grill-with-docs
flutter
เซสชันการย่างที่ท้าทายแผนของคุณกับโมเดลโดเมนที่มีอยู่ ปรับปรุงคำศัพท์ให้คมชัดขึ้น และอัปเดตเอกสาร (CONTEXT.md, ADRs) แบบอินไลน์ตามที่...
official
analyze-github-flake
flutter
ความเชี่ยวชาญในการวิเคราะห์ปัญหา flake ของ GitHub ใน repository flutter/flutter ใช้เมื่อผู้ใช้ต้องการวิเคราะห์ความไม่เสถียรของลิงก์เฉพาะไปยัง flutter…
official
flutter-cherry-pick
flutter
วิธีการดำเนินการ cherry-pick อย่างเป็นทางการของ PR ที่ถูก merge แล้วสำหรับ stable หรือ beta channel ของ flutter/flutter repo ใช้เฉพาะกับ pull requests ที่ถูก merge ใน flutter/flutter เท่านั้น เฉพาะ...
official
rebuilding-flutter-tool
flutter
สร้างเครื่องมือ Flutter และ CLI ขึ้นมาใหม่ ใช้เมื่อผู้ใช้ขอให้คอมไพล์ อัปเดต สร้างใหม่ หรือสร้างเครื่องมือ Flutter หรือ CLI ขึ้นมาใหม่
official