Acendas
Official@acendas
Offers specialized Android debugging instrumentation and structured project management for sprint execution and technical issue resolution.
Agent Skills by Acendas
Showing 26 vetted skills indexed across 2 GitHub repositories.
ad-trace
Trace Android code paths by instrumenting logpoints across a suspect call graph.
ad-investigate
Triage Android debugging goals and dispatch to matching ad-* templates.
ad-bisect-flaky
Bisect flaky Android tests by authoring Debug Plans and looping am instrument runs.
ad-explain
Explains Android debugger pauses by analyzing frame snapshot data.
ad-attach
Attach the Android debugger to a running process by pid or package.
ad-patch-status
Query Android Debugger connection and agent info to report HotSwap state.
ad-patch-revert
Revert hot-swapped Android classes by fully-qualified name or all session swaps.
ad-graph
Generate static class hierarchy, call graph, CFG, and package graphs from compiled class output.
ad-setup
Validate Android debugger server info, JDK 17, and ADB accessibility.
ad-walk
Author bounded-walk debugging plans for Android code with entry points and step budgets.
ad-catch
Identifies and traps specified Android exceptions, captures frame locals, and generates a root-cause report.
ad-patch
Hot-swap Android app method bodies via JVMTI with verification and revert.
ad-detach
Detach the Android debugger by invoking vm.dispose and removing adb port forwards.
ad-status
Read Android debugger session status, target app, PID, and JDWP port.
ship-init
Automate Shipyard project setup, configuration, scaffolding, and codebase analysis.
ship-debug
Maintain a structured debug file recording symptoms, hypotheses, evidence, and tests.
ship-spec
Browse, search, and manage product specifications within Shipyard.
ship-status
Aggregates project state into a health dashboard with auto-fix capabilities.
ship-backlog
Manage prioritized feature backlogs sorted by RICE score from BACKLOG.md.
ship-review
Coordinate multi-agent code reviews and verification across sprint feature changes.
ship-quick
Apply small code changes with test-first validation and a single auditable commit.
ship-execute
Coordinate wave-based sprint execution with crash recovery and pause semantics.
ship-help
Answer Shipyard questions and guide project workflow actions.
ship-bug
Generate a minimal bug spec and optional fix task for triage.
Frequently Asked Questions About Acendas
FAQPage SchemaWhat specific Android debugging tasks can be performed?βΌ
Acendas enables precise Android code path tracing, exception trapping with frame local capture, and JVMTI-based method body hot-swapping. It facilitates static class hierarchy generation, call graph visualization, and automated debugger attachment to running processes by PID or package name.
Which engineering personas benefit from these capabilities?βΌ
Mobile engineers, Android platform developers, and technical leads benefit from these capabilities. The system is designed for developers managing complex Android codebases who require granular control over debugger sessions, flaky test bisection, and structured sprint-based feature delivery.
What are the primary prerequisites for running these debugging functions?βΌ
Successful operation requires a configured environment with JDK 17, verified ADB accessibility, and active debugger server connectivity. Users must ensure the target Android process is reachable via JDWP ports to enable session attachment and hot-swap functionality.