TE-QuanBZhang avatar

TE-QuanBZhang

Community

@TE-QuanBZhang

0Followers
|
10Public Repos
|
31Published Skills

TE-QuanBZhang provides MIT-licensed skills for Android bug diagnosis, OpenSpec change management, and CodeKB semantic code knowledge retrieval.

Skills Distribution
DomainDeveloper To...Android Debugging .. (40%)Spec-Driven Change.. (30%)Code Knowledge Ret.. (20%)Runtime Trace Inst.. (10%)

Agent Skills by TE-QuanBZhang

Showing 31 vetted skills indexed across 1 GitHub repositories.

TE-QuanBZhangTE-QuanBZhang
1

codekb-explain

Aggregates symbol summaries, knowledge entries, bug patterns, and call graphs via the codekb_explain MCP tool.

Community
Intermediate
TE-QuanBZhangTE-QuanBZhang
1

codekb-ask

Answers project-specific questions via RAG over code chunks and knowledge entries with source citations.

Community
Intermediate
TE-QuanBZhangTE-QuanBZhang
1

codekb-review

Review and confirm AI-extracted knowledge entries via CodeKB CLI or MCP tool.

Community
Basic
TE-QuanBZhangTE-QuanBZhang
1

codekb-search

Searches codebases via hybrid structural, semantic, and lexical retrieval with RRF fusion.

Community
Intermediate
TE-QuanBZhangTE-QuanBZhang
1

codekb-init

Initialize a CodeKB semantic knowledge base with hybrid vector and BM25 code indexing.

Community
Intermediate
TE-QuanBZhangTE-QuanBZhang
1

openspec-codekb-integration

Enriches OpenSpec workflow stages with CodeKB semantic knowledge retrieval and feedback.

Community
Intermediate
TE-QuanBZhangTE-QuanBZhang
1

codekb-extract

Extract structured knowledge from source code, git history, and OpenSpec changes.

Community
Intermediate
TE-QuanBZhangTE-QuanBZhang
1

android-ui-regression-checker

Diagnose Android UI defects and regression risks across Views and Jetpack Compose.

Community
Intermediate
TE-QuanBZhangTE-QuanBZhang
1

opsx-explore

Enters OpenSpec explore mode to investigate ideas and clarify requirements without writing code.

Community
Basic
TE-QuanBZhangTE-QuanBZhang
1

android-camera-bugfix-skill

Diagnose and fix Android Camera2 and CameraX failures across open, preview, capture, and lifecycle flows.

Community
Advanced
TE-QuanBZhangTE-QuanBZhang
1

opsx-sync

Sync delta specs from an OpenSpec change into main specs via slash command.

Community
Intermediate
TE-QuanBZhangTE-QuanBZhang
1

opsx-verify

Verifies OpenSpec changes by running tests, linting, and code quality checks.

Community
Intermediate
TE-QuanBZhangTE-QuanBZhang
1

android-anr-investigator

Diagnose Android ANRs by analyzing main-thread blocking, lock contention, and I/O waits.

Community
Intermediate
TE-QuanBZhangTE-QuanBZhang
1

openspec-explore

Explores ideas and investigates codebases in a read-only thinking mode using OpenSpec and CodeGraph context.

Community
Intermediate
TE-QuanBZhangTE-QuanBZhang
1

opsx-apply

Implements pending tasks from an OpenSpec change via the /opsx:apply slash command.

Community
Intermediate
TE-QuanBZhangTE-QuanBZhang
1

openspec-trace-logger

Instruments Android call chains with temporary structured trace logs for runtime bug diagnosis.

Community
Advanced
TE-QuanBZhangTE-QuanBZhang
1

android-lifecycle-debugger

Diagnose Android lifecycle bugs involving Activity, Fragment, ViewModel, and process death.

Community
Intermediate
TE-QuanBZhangTE-QuanBZhang
1

android-memory-leak-fixer

Diagnose Android memory leaks by tracing retention paths and recommending lifecycle-aware fixes.

Community
Intermediate
TE-QuanBZhangTE-QuanBZhang
1

android-crash-analyzer

Diagnose Android crash logs, identify root causes, and propose safe fixes with verification steps.

Community
Intermediate
TE-QuanBZhangTE-QuanBZhang
1

opsx-propose

Generates OpenSpec change proposals with design and task artifacts via slash command.

Community
Intermediate
TE-QuanBZhangTE-QuanBZhang
1

openspec-android-bug

Investigate Android bugs and generate OpenSpec change proposals with triage, CodeGraph analysis, and regression tests.

Community
Advanced
TE-QuanBZhangTE-QuanBZhang
1

openspec-apply

Implements tasks from an OpenSpec change with progress tracking and codebase exploration.

Community
Advanced
TE-QuanBZhangTE-QuanBZhang
1

opsx-archive

Archives completed OpenSpec changes via the /opsx:archive slash command.

Community
Intermediate
TE-QuanBZhangTE-QuanBZhang
1

openspec-propose

Generates OpenSpec change proposals with design, specs, and tasks using CodeGraph codebase context.

Community
Intermediate

Frequently Asked Questions About TE-QuanBZhang

FAQPage Schema
What tasks can I accomplish with TE-QuanBZhang's skills?

You can investigate Android crashes, ANRs, memory leaks, lifecycle defects, network failures, camera and gallery bugs; run OpenSpec change proposals, implementation, verification, and archiving; and build a CodeKB knowledge base with hybrid semantic code search, symbol explanation, and knowledge extraction.

Who are these skills designed for?

Android engineers debugging production defects in Views or Jetpack Compose apps, and developers adopting spec-driven change management who want project memory, call-graph context, and traceable answers about unfamiliar codebases before modifying functions or classes.

How do I install and run these skills?

Android and OpenSpec skills require the openspec CLI and work in any Android Gradle project. CodeKB skills require `npm install -g @yun918/codekb`, then `codekb init` in the project; MCP-based skills additionally need the CodeKB MCP Server configured in your coding environment.

Are these skills free and open source?

Yes. All 31 skills are released under the MIT license at version 1.0, authored by ai-coding and openspec. There is no stated cost; the only optional external dependency is an LLM API key for CodeKB knowledge extraction, which also works heuristically without one.

What prerequisites and dependencies are required?

OpenSpec skills require the openspec CLI. CodeKB skills require the @yun918/codekb npm package and, for MCP operations, a running CodeKB MCP Server; CodeGraph is optional and reused when present. Android debugging skills work with any Android Gradle project and degrade gracefully without extra setup.