Files
Jose Alcérreca 5c4bb5d5f8 Unified Android profiler skill (#132)
* 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>
2026-08-17 18:17:08 +01:00
..
2026-08-17 18:17:08 +01:00