mit einem Klick
authoring-skills
// Guides the creation of high-quality, effective skills for agentic workflows. Use when creating or modifying skills in the .agents/skills/ directory.
// Guides the creation of high-quality, effective skills for agentic workflows. Use when creating or modifying skills in the .agents/skills/ directory.
Find and close obsolete, stale, or not reproducible issues in the flutter/devtools repository.
Use when documenting changes in CHANGELOG.md files for devtools_shared, devtools_app_shared, or devtools_extensions.
Guides updating dependency versions in published packages to avoid mono-repo resolution failures.
Adds copyright headers to files based on file type. Use when creating new files or when asked to verify copyright headers.
Adds user-facing change descriptions to DevTools release notes. Use when documenting improvements, fixes, or new features in the NEXT_RELEASE_NOTES.md file.
Prepare a pull request by running presubmit with fixes. Use when preparing to commit or send a PR.
| name | authoring-skills |
| description | Guides the creation of high-quality, effective skills for agentic workflows. Use when creating or modifying skills in the .agents/skills/ directory. |
When creating or modifying skills in this repository, follow these best practices:
.agents/skills/ directory.npx.authoring-skills, adding-release-notes). Use only lowercase letters, numbers, and hyphens.SKILL.md. Agents are already highly capable; only provide context they don't already have.scripts/ directory MUST be written in Dart.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.