cafe24-find-source

Trace bundled CSS and JS files to their Cafe24 source files.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/sadie100/claude-dotfiles --skill cafe24-find-source
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cafe24-find-source
Source: https://github.com/sadie100/claude-dotfiles/tree/main/skills/cafe24-find-source
Command: npx skills add https://github.com/sadie100/claude-dotfiles --skill cafe24-find-source

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the issue of finding the original source CSS and JavaScript files from rendered elements on Cafe24 live websites, especially where the files have been bundled by Cafe24's optimizer.

Core Features & Use Cases

  • CSS/JS Source Tracing: Reverse-engineers rendered styles and scripts on Cafe24 to find the original source files.
  • Multiple Input Types: Accepts CSS selectors, JavaScript snippets, or element descriptions to locate the source files.
  • Real-time URL Assistance: Provides the live site URL where the target element is visible.

Quick Start

Identify the original CSS file for a Cafe24 live site element by entering its selector, e.g., 'oMyCoupon'.

Frequently Asked Questions about cafe24-find-source

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find the original source CSS files on a Cafe24 live site?

Yes, you can trace bundled JavaScript back to its source files by providing JS snippets or element descriptions. This identifies the original scripts from Cafe24's rendered HTML elements for troubleshooting live websites.

How does source tracing work for Cafe24 bundled elements?

No, you do not need local files to trace source files; you need the live site URL and browser context. The tool analyzes the rendered DOM directly to locate original CSS and JavaScript files for debugging.

Can I trace bundled JavaScript back to its source file on Cafe24?

To find the original source CSS files on a Cafe24 live site, provide the CSS selector or element description to trace bundled styles back to their source skin files. This resolves Cafe24 optimizer bundles for development and debugging.

Do I need local files to trace source CSS and JS on Cafe24?

Source tracing for Cafe24 bundled elements works by reverse-engineering rendered HTML to identify original CSS and JS files. It requires browser context and live site DOM access to resolve skin files bundled by the optimizer.