RADAR DE SKILLS · GITHUB

Agent Skills úteis, classificados pelo uso real.

Compare Skills verificados por finalidade, conteúdo do pacote, instalações e evidências da fonte antes de adicioná-los.

ESCOPO DO CATÁLOGO
VERIFICADO
Skills
10.772
repositórios
1711
última sincronização
23 de set. de 2026
10.772 Skills
dosu-ai
Comunidade

dosu

Use the Dosu CLI to authenticate and configure coding agents; manage Libraries, Agents, sources, Monitor, documents, reviews, threads, topics, members, integrations, and deployments; query knowledge; or audit a repository for Dosu-generated docs. Use for Dosu platform work that should be done from a terminal instead of the web app.

instalações
1
GitHub Stars
1
Atualizado
9 de set.
greeun
Comunidade

work-to-blog-publisher

Use when session work needs to be published as open source project with documentation. Triggers: "작업 공개", "GitHub에 배포", "블로그로 공유", "오픈소스로 배포", "publish work", "share as blog", "release project", "작업 결과 배포", "README 작성하고 배포"

instalações
1
GitHub Stars
1
Atualizado
30 de ago.
orange-county-ai
Comunidade

lasso

Use for lasso itself — inspecting and managing lasso agents, hosts, repos, and branches through its MCP server before falling back to lasso.db, the filesystem, or generic shell tooling. Also covers acting on your own identity inside a lasso-managed terminal (whoami / closeagent via $HERDRPANEID) and getting your human's attention with a push notification (notify / lasso notify).

instalações
1
GitHub Stars
1
Atualizado
12 de set.
te-quanbzhang
Comunidade

android-camera-bugfix-skill

Diagnose and fix Android camera issues — open failures, preview black screen, capture failures, Camera2/CameraX session lifecycle, front/rear camera switching, flash/focus/exposure, ImageReader buffer leaks, device compatibility, and HAL stability.

instalações
1
GitHub Stars
1
Atualizado
4 de ago.
te-quanbzhang
Comunidade

android-crash-analyzer

Analyze Android crash logs, identify likely root cause, narrow suspect code paths, and propose safe fixes with verification steps.

instalações
1
GitHub Stars
1
Atualizado
4 de ago.
te-quanbzhang
Comunidade

android-gallery-bugfix-skill

Diagnose and fix Android gallery, photo-picker, MediaStore, and image-loading issues — including permissions (Android 9–14+), Scoped Storage, URI access, EXIF orientation, Glide/Coil/Picasso errors, OOM, and list/preview/save/delete failures.

instalações
1
GitHub Stars
1
Atualizado
4 de ago.
te-quanbzhang
Comunidade

android-lifecycle-debugger

Debug Android lifecycle-related bugs involving Activity, Fragment, ViewModel, process death, state restoration, and async callbacks that outlive UI state.

instalações
1
GitHub Stars
1
Atualizado
4 de ago.
te-quanbzhang
Comunidade

android-network-bug-debugger

Debug Android network-related bugs including request failure, auth expiry, retry loops, parsing errors, offline behavior, timeout handling, and stale response races.

instalações
1
GitHub Stars
1
Atualizado
4 de ago.
te-quanbzhang
Comunidade

android-ui-regression-checker

Investigate Android UI defects and regression risks across Views and Jetpack Compose, including layout issues, click handling, rendering glitches, list instability, and visual consistency.

instalações
1
GitHub Stars
1
Atualizado
4 de ago.
te-quanbzhang
Comunidade

openspec-android-bug

Investigate and propose a fix for an Android bug using OpenSpec workflow. Use when the user reports an Android crash, ANR, memory leak, lifecycle issue, network bug, or UI rendering problem.

instalações
1
GitHub Stars
1
Atualizado
4 de ago.
te-quanbzhang
Comunidade

openspec-apply

Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.

instalações
1
GitHub Stars
1
Atualizado
4 de ago.
te-quanbzhang
Comunidade

openspec-archive

Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.

instalações
1
GitHub Stars
1
Atualizado
4 de ago.
te-quanbzhang
Comunidade

openspec-explore

Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.

instalações
1
GitHub Stars
1
Atualizado
4 de ago.
te-quanbzhang
Comunidade

openspec-propose

Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they want to build and get a complete proposal with design, specs, and tasks ready for implementation.

instalações
1
GitHub Stars
1
Atualizado
4 de ago.
te-quanbzhang
Comunidade

openspec-sync-specs

Sync delta specs from a change to main specs. Use when the user wants to update main specs with changes from a delta spec, without archiving the change.

instalações
1
GitHub Stars
1
Atualizado
4 de ago.
te-quanbzhang
Comunidade

openspec-trace-logger

TEMPORARY diagnostic probe — instrument suspected call chain with structured logs to collect runtime evidence, then remove all instrumentation after analysis. The log code is NEVER delivered. Use when static analysis is inconclusive and runtime observation of the code flow would reveal the bug.

instalações
1
GitHub Stars
1
Atualizado
4 de ago.
te-quanbzhang
Comunidade

openspec-verify

Verify an OpenSpec change by running tests, linting, and code quality checks. Use when the user wants to validate that implemented changes compile, pass tests, and meet quality standards.

instalações
1
GitHub Stars
1
Atualizado
4 de ago.
te-quanbzhang
Comunidade

opsx-android-bug

Slash-command skill for OpenSpec — investigate and propose a fix for an Android bug via /opsx:android-bug using OpenSpec workflow with specialized Android debugging.

instalações
1
GitHub Stars
1
Atualizado
4 de ago.
te-quanbzhang
Comunidade

opsx-apply

Slash-command skill for OpenSpec — implement tasks from a change via /opsx:apply. Use when the user invokes /opsx:apply or wants to start/continue implementation.

instalações
1
GitHub Stars
1
Atualizado
4 de ago.
te-quanbzhang
Comunidade

opsx-archive

Slash-command skill for OpenSpec — archive a completed change via /opsx:archive. Use when the user invokes /opsx:archive or wants to finalize a change.

instalações
1
GitHub Stars
1
Atualizado
4 de ago.
te-quanbzhang
Comunidade

opsx-explore

Slash-command skill for OpenSpec — enter explore mode via /opsx:explore for thinking through ideas, investigating problems, and clarifying requirements.

instalações
1
GitHub Stars
1
Atualizado
4 de ago.
te-quanbzhang
Comunidade

opsx-propose

Slash-command skill for OpenSpec — propose a new change via /opsx:propose with all artifacts generated in one step.

instalações
1
GitHub Stars
1
Atualizado
4 de ago.
te-quanbzhang
Comunidade

opsx-sync

Slash-command skill for OpenSpec — sync delta specs from a change to main specs via /opsx:sync.

instalações
1
GitHub Stars
1
Atualizado
4 de ago.
te-quanbzhang
Comunidade

opsx-trace-log

Slash-command skill for OpenSpec — TEMPORARY diagnostic probe via /opsx:trace-log. Instrument suspected call chains with structured logs, collect runtime evidence, then remove all instrumentation.

instalações
1
GitHub Stars
1
Atualizado
4 de ago.