From adb-ops
View, search, and summarise the bloatware operations log at <workspace>/bloatware-log.jsonl. Use when the user asks "what bloatware did I remove", "show my debloat history", "what did I disable on this phone", or wants to audit past package operations before restoring something.
How this skill is triggered — by the user, by Claude, or both
Slash command
/adb-ops:bloatware-logThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read-only browser over the append-only bloatware log.
Read-only browser over the append-only bloatware log.
Read <workspace>/bloatware-log.jsonl line-by-line. If missing, tell the user no operations have been logged yet.
Depending on the user's request:
Highlight any failure rows so the user can retry them.
Never modify the log from this skill — restoration goes through remove-bloatware's restore mode so the new entry is appended correctly.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin adb-opsGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.