* feat(profilers): Unified Android profiler skill
Consolidate the `perfetto-sql` and `perfetto-trace-analysis`
skills into a unified `profilers` skill for
Android performance recording and analysis.
Key Changes:
- Unified Orchestration: Introduce a top-level `SKILL.md` that disambiguates
developer intent and routes to specialized recording and analysis workflows.
- Structure workflows under `recording/workflows/` and `analysis/workflows/`
allowing for progressive disclosure for agents, and modular contributions.
- Decoupled Hint System: Separate execution logic from domain and subsystem
knowledge, dynamically injecting hints during trace investigation deep dives.
- Centralized References: Consolidate shared environment setup under `references/`.
- Deprecation & Cleanup: Remove legacy
`perfetto-sql` and `perfetto-trace-analysis` skill directories.
* Formatting and redundancy fixes
* Update SQL workflow keywords
* Fix frontmatter and candidate analysis instructions
* Refine orchestrator routing and SQL reference rules
* Update skill path
---------
Co-authored-by: Harshit Rawat <rawatharshit@google.com>
- Remove brand name "antigravity" when referring to agent skills.
- Fix parameters in the adb shell input swipe command example to include all required coordinates and duration.
Co-authored-by: David Belcher <davidbelcher@google.com>
* Initial commit of Play Policy Insights skill, which aims to detect Play policies violations in an app
* Change last update date
* make the json output deterministic
* Update play/play-policy-insights/scripts/template_engine.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Fix format-aware inline comment stripping in orchestrator.
- Update _strip_inline_comment to support optional quote delimiter tracking.
- Disable quote tracking for .properties files to prevent literal quotes and apostrophes (e.g., "don't") from breaking subsequent comment removal.
- Preserve quote-awareness for TOML version catalogs to ensure valid parsing of quoted strings.
* Update the date.
* Remove references to Facebook
---------
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Improve description of android-cli skill
Updated the description to provide detailed instructions and features of the `android` CLI.
* Update description for android-cli documentation