Skip to content

flutter-tizen/skills

Flutter-Tizen Agent Skills

AI agent skills for flutter-tizen. This skill set, maintained by the Flutter-Tizen team, provides guidelines designed for common workflows in Flutter app development for Tizen.

Provides Tizen-specific skills. Use with flutter/skills for general Flutter development.

Skills

Skill Description
flutter-tizen-setup Install and verify Tizen SDK toolchain
flutter-tizen-build-tpk Build, sign, and inspect TPK packages
flutter-tizen-device Connect devices via sdb, run apps, filter dlog
flutter-tizen-tv-remote-input Handle D-pad focus and remote key input
flutter-tizen-use-plugins Use *_tizen plugins with privilege declarations
flutter-tizen-create-plugin Create C++ native plugins with method channels

For opensource dev

Skill Description
flutter-tizen-plugin-regression-test Run regression tests for flutter-tizen plugins

Install

# Install all skills
npx skills add flutter-tizen/skills --skill '*' --agent universal

# Install specific skills
npx skills add flutter-tizen/skills --skill flutter-tizen-setup,flutter-tizen-build-tpk

# Global install
npx skills add flutter-tizen/skills --skill '*' --global

# Update
npx skills update

For manual install, copy or symlink skills/flutter-tizen-*/ folders to your target directory.

Maintainers

# Lint
cd tool/dart_skills_lint
dart run bin/cli.dart -d ../../skills

# Regenerate SKILL.md (requires GEMINI_API_KEY)
dart run tool/generator/bin/skills.dart generate-skill \
  resources/flutter_tizen_skills.yaml \
  --directory skills

Note: The tool/ directory (skill generator, linter, and git hooks) is sourced from flutter/skills and kept in sync with its upstream updates.

License

BSD 3-Clause License

About

AI agent skills for flutter-tizen.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors