Directory · Claude Skills

baoyu-electron-extract

This skill is for Coding and helps you extract source code from electron app, decompile electron asar bundle, and restore javascript from source maps.

Coding JimLiu/baoyu-skills ★ 23,557 Synced 3 hours ago

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.

Helps you

  • Extract source code from electron app
  • Decompile electron asar bundle
  • Restore javascript from source maps
  • Inspect desktop app internals
  • Format minified electron code

Install

Plugin marketplace
Run this
/plugin marketplace add JimLiu/baoyu-skills
/plugin install baoyu-electron-extract

What it can use

The author didn’t declare which tools this skill uses. Read the SKILL.md before installing it.

v1.119.0 View SKILL.md

electronAsarSource Mapreverse-engineeringdesktop-appjavascript

Also in JimLiu/baoyu-skills

View the repo

Analyzes article structure, identifies positions requiring visual aids, generates illustrations with Type × Style × Palette three-dimension...

baoyu-comic Design

Knowledge comic creator supporting multiple art styles and tones. Creates original educational comics with detailed panel layouts and batch-...

Compresses images to WebP (default) or PNG with automatic tool selection. Use when user asks to "compress image", "optimize image", "convert...

Generates article cover images with 5 dimensions (type, palette, rendering, text, mood) combining 11 color palettes and 7 rendering styles....

Generates images and text via reverse-engineered Gemini Web API. Supports text generation, image generation from prompts, reference images f...

baoyu-danger-x-to-markdown Writing & Editing

Converts X (Twitter) tweets and articles to markdown with YAML front matter. Uses reverse-engineered API requiring user consent. Use when us...

baoyu-diagram Presentations

Create professional, dark-themed SVG diagrams of any type — architecture diagrams, flowcharts, sequence diagrams, structural diagrams, mind...

baoyu-format-markdown Writing & Editing

Formats plain text or markdown files with frontmatter, titles, summaries, headings, bold, lists, and code blocks. Use when user asks to "for...

AI image generation with OpenAI GPT Image 2, Azure OpenAI, Google, OpenRouter, DashScope, Z.AI GLM-Image, MiniMax, Jimeng, Seedream, Replica...

Generate professional infographics with 21 layout types and 22 visual styles. Analyzes content, recommends layout×style combinations, and ge...

baoyu-markdown-to-html Documents & Spreadsheets

Converts Markdown to styled HTML with WeChat-compatible themes. Supports code highlighting, math, Mermaid (rendered to PNG via headless Chro...

Posts content to WeChat Official Account (微信公众号) via API or Chrome CDP. Supports article posting (文章) with HTML, markdown, or plain t...

Other Coding skills

karpathy-guidelines multica-ai/andrej-karpathy-skills

Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make...

webapp-testing anthropics/skills

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI be...

mcp-builder anthropics/skills

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-design...

claude-api anthropics/skills

Reference for the Claude API / Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model...

web-artifacts-builder anthropics/skills

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS,...

request-refactor-plan mattpocock/skills

Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue. Use when user wants to plan a refactor...