Commit Graph

  • 790f4055a8 add native interop skilll John Ryan 2026-03-04 12:40:13 -08:00
  • 73a66904a7 Add flutter platform views John Ryan 2026-03-04 11:01:46 -08:00
  • 3210055c71 Split caching and database skill John Ryan 2026-03-04 10:49:49 -08:00
  • c35c3fe17c Add databases-and-caching skill John Ryan 2026-03-04 10:16:08 -08:00
  • fe3707087a Add HTTP and JSON skill John Ryan 2026-03-04 09:58:37 -08:00
  • e498e69233 Merge branch 'main' into generate-skills John Ryan 2026-03-04 09:48:21 -08:00
  • 360f7feb3c Merge pull request #24 from 04cb/fix/docs-wrong-repo-links John Ryan 2026-03-04 09:35:20 -08:00
  • d7f914e8b1 Merge pull request #25 from jwren/init-fetching-service John Ryan 2026-03-04 09:34:41 -08:00
  • 13b3b324f7 refactoring: Implement resource fetching service, add new skill definitions, and introduce prompts file. #25 Jaime Wren 2026-03-04 08:36:37 -08:00
  • 5fd197bfb7 Fix docs: update repo links from ai-guidance to skills #24 04cb 2026-03-04 08:11:43 +08:00
  • 7ad4ba3dbf Add state management skill John Ryan 2026-03-03 13:55:19 -08:00
  • 8a4ff1f6b3 Add accessibility skill John Ryan 2026-03-03 11:07:28 -08:00
  • 89f2274b91 Add localization skill John Ryan 2026-03-03 11:03:20 -08:00
  • 034f65ad07 Merge branch 'update-logging' into generate-skills John Ryan 2026-03-03 10:07:01 -08:00
  • 473bfa2182 Add --debug flag John Ryan 2026-03-03 09:08:37 -08:00
  • 9ce0c9f16c Merge branch 'main' into generate-skills John Ryan 2026-03-03 09:03:04 -08:00
  • e39e6a62b7 Add accessibility skill configuration John Ryan 2026-03-03 08:51:19 -08:00
  • 4da3f55a80 Add localization skill configuration John Ryan 2026-03-03 08:42:27 -08:00
  • 16fb747c72 Merge pull request #14 from jwren/update-analysis-options-strict-types John Ryan 2026-03-03 08:30:34 -08:00
  • cbec08b894 Enable strict analysis options and resolve type warnings #14 Jaime Wren 2026-03-03 08:27:45 -08:00
  • 1b30826f8a Merge pull request #11 from jwren/rm-url-restrictions John Ryan 2026-03-03 08:12:35 -08:00
  • 86a4e4cc26 Merge pull request #12 from jwren/rm-skill_assertions_test John Ryan 2026-03-03 08:12:09 -08:00
  • f524e49d48 Merge pull request #13 from jwren/rm-url-in-skills-restriction John Ryan 2026-03-03 08:11:39 -08:00
  • b56aca04ee Remove the restriction that no URLs should be included in SKILLS.md files #13 Jaime Wren 2026-03-03 08:07:20 -08:00
  • f952a55478 Remove skill_assertions_test.dart, the validate command should be used instead #12 Jaime Wren 2026-03-03 08:04:07 -08:00
  • 504f3c715e Remove the URL restrictions for Flutter and Dart documentation #11 Jaime Wren 2026-03-03 07:53:35 -08:00
  • cc06019c0d Merge pull request #8 from jwren/second-github-workflow-analyzer-3 John Ryan 2026-03-03 07:45:52 -08:00
  • 764a389d16 Merge pull request #10 from jwren/9-rm-resources-from-generated-skills John Ryan 2026-03-03 07:45:44 -08:00
  • dfbbaa7f92 Run dart format . #8 Jaime Wren 2026-03-03 07:21:44 -08:00
  • 835ecba9d6 wip, pushing this change to test the presubmit Jaime Wren 2026-03-02 13:52:52 -08:00
  • 332c03cda3 feat: Remove the resources field from skill generation and metadata, and add a new flutter-architecture skill. #10 Jaime Wren 2026-03-02 23:52:13 -08:00
  • 59278f0e27 Add animation skill John Ryan 2026-03-02 13:45:43 -08:00
  • 8f9f143d2c Add routing and navigation skill John Ryan 2026-03-02 13:35:11 -08:00
  • 90636dc21d Add Flutter integrate dart test into the CI workflow. Jaime Wren 2026-03-02 13:08:39 -08:00
  • 88c4b24f0d Merge pull request #5 from jwren/second-github-workflow-analyzer-2 John Ryan 2026-03-02 11:46:03 -08:00
  • 11b066705f Add a second GitHub actions workflow #5 Jaime Wren 2026-03-02 10:20:36 -08:00
  • fadc98790f Merge pull request #3 from jwren/2-27-26-edge-cases John Ryan 2026-03-02 09:15:26 -08:00
  • 75d8d9671a Improve CLI error handling, validation edge cases, and resource paths Addresses several points of failure during the skill generation and validation lifecycle to prevent crashes and provide better error visibility. Additionally, it expands the capability of the resources field to accept local relative file paths in addition to URLs. Key changes include: - **Expanded Resource Support:** Updated BaseSkillCommand and SkillParams to allow the resources list to take both URLs and relative file paths, improving local testing and generation workflows. - **Service Robustness:** Enhanced GeminiService and API interactions to gracefully handle errors, empty responses, and malformed JSON payloads. - **Command Reliability:** Updated GenerateSkillCommand and ValidateSkillCommand to detect and gracefully log generic exceptions and empty content fetches instead of failing silently or crashing. - **HTML/Markdown Parsing:** Broadened test coverage to cover conversions for tables, definition lists (dl/dt/dd), video sources, iframes, and details/summary HTML tags. - **Comprehensive Testing:** Added unit tests across generate_skills_test.dart, validate_skills_test.dart, and gemini_service_test.dart to explicitly cover invalid API responses, missing metadata fallbacks, and retry logic. - **Documentation:** Updated README.md to reflect the refined parameters, new resource path capabilities, and handling logic. #3 Jaime Wren 2026-02-27 13:53:13 -08:00
  • b24928f193 Merge pull request #2 from jwren/init-github-dependabot John Ryan 2026-02-27 13:59:22 -08:00
  • 1d08991346 Create the initial github action for the skills repo #2 Jaime Wren 2026-02-27 12:30:22 -08:00
  • fac8690703 update layout skill, add theming skill John Ryan 2026-02-26 16:31:50 -08:00
  • 1d9b1e33a7 Add layout skill John Ryan 2026-02-26 16:16:01 -08:00
  • e51fce1f73 Fix issues and regenerate John Ryan 2026-02-26 15:47:44 -08:00
  • 324ce39dfa add flutter-environment-setup-windows John Ryan 2026-02-26 15:19:49 -08:00
  • a8d3c02987 Add flutter- prefix to skills John Ryan 2026-02-26 15:17:00 -08:00
  • a73d7dbd2c Add architecture and setup-macos skill John Ryan 2026-02-26 15:02:57 -08:00
  • ed78f9a464 Merge pull request #1 from jwren/init-tool-dir John Ryan 2026-02-25 15:28:53 -08:00
  • fca56eee22 This introduces a new Dart CLI application in the tool/ directory designed to automate the creation and validation of Agent Skills #1 Jaime Wren 2026-02-25 15:19:45 -08:00
  • 2b0367064d Use exact BSD-3 clause license John Ryan 2026-02-05 13:42:40 -08:00
  • 6cba408007 add required files John Ryan 2026-02-03 11:27:24 -08:00
  • 99da977cac Initialize main branch Anna Eilering 2026-02-02 16:10:48 -08:00