CtrlK
BlogDocsLog inGet started
Tessl Logo

baoyu-electron-extract

Extracts resources and JavaScript from any installed Electron app (`.asar` bundle), restoring original sources from `.js.map` files when available or formatting minified code with Prettier otherwise. Use when user wants to "extract Electron app", "decompile Electron", "get the source code of <app>", "inspect app.asar", "看 Electron 应用源码", "提取 .asar", or asks how a desktop Electron app is built. Skips `node_modules` and supports both macOS and Windows.

76

Quality

96%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

92%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A highly actionable, well-structured skill body with executable commands, a validation-rich workflow, and clean single-level reference to its bundle script. Only minor conciseness gains remain from light redundancy between the Source-map, Workflow, and Notes sections.

Suggestions

De-duplicate the path-restoration guidance: the 'Source-map path restoration' section and the Notes 'Readable paths over hashes' bullet restate the same rule — keep one and cross-reference.

Trim overlap between Workflow step 4 and the 'Output layout' section by pointing the step at the layout rather than re-describing restored/ vs extracted/ in both places.

DimensionReasoningScore

Conciseness

Mostly efficient with executable commands and tight tables, but the Source-map restoration rules overlap with the Notes section ("Readable paths over hashes") and Workflow step 4 overlaps the Output layout section. Not a 5 because minor tightening is possible.

4 / 5

Actionability

Provides copy-paste-ready bash invocations with explicit placeholder resolution rules (${BUN_X}, {baseDir}), a full options table, and concrete usage examples covering common cases — fully executable.

5 / 5

Workflow Clarity

A clearly sequenced 4-step workflow with explicit validation/error-recovery checkpoints (--dry-run preview, multiple-match disambiguation via AskUserQuestion, non-empty-dir --force gating, safety refusals) appropriate for a batch filesystem-writing operation.

5 / 5

Progressive Disclosure

Body is a well-organized overview pointing to a single one-level-deep bundle file (scripts/main.ts) via a clearly signaled Script Directory table; the verified file exists and bulk logic lives there rather than inline.

5 / 5

Total

19

/

20

Passed

Description

100%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A well-crafted description that is specific, comprehensive, and rich with natural trigger terms in both English and Chinese. It cleanly separates the 'what' from the 'when' with minimal padding.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — "Extracts resources and JavaScript", "restoring original sources from .js.map files", "formatting minified code with Prettier otherwise" — covering the full pipeline comprehensively.

5 / 5

Completeness

Explicitly answers both what (extract JS/resources, restore from .js.map, format with Prettier) and when via an explicit "Use when..." clause with concrete trigger phrases.

5 / 5

Trigger Term Quality

Comprehensive natural triggers including synonyms ("extract", "decompile", "inspect", "unpack"), the file extension (.asar), and bilingual phrases ("看 Electron 应用源码", "提取 .asar").

5 / 5

Distinctiveness Conflict Risk

Occupies a clear niche (installed Electron app .asar extraction) with distinctive triggers unlikely to fire for unrelated skills.

5 / 5

Total

20

/

20

Passed

Validation

81%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation13 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

metadata_field

'metadata' should map string keys to string values

Warning

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

13

/

16

Passed

Repository
JimLiu/baoyu-skills
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.