What problem does it solve? Skills found on GitHub or other marketplaces often depend on tools your machine lacks, follow different file conventions, and use descriptions that never trigger correctly — copying them verbatim leads to broken or inconsistent skills. ## Core Features & Use Cases - Source Fetching: Downloads an entire skill folder from any GitHub URL (tree, blob, repo root, or owner/repo shorthand) via a bundled Python script that tries gh api first and falls back to the public API. - Adaptation Planning: Checks external CLI dependencies against what your machine actually has, reviews the source license, generalizes machine-specific paths and context, and rewrites the description to the manual-invoke-only pattern. - Convention-Compliant Generation: Creates the new skill with the exact directory structure, frontmatter, and four-section Thai-language body pattern of this marketplace, then updates plugin.json, READMEs, and marketplace.json. - Use Case: You find a useful skill in someone's GitHub repo and paste the link — the skill summarizes what it does, proposes adaptations for your environment, asks which plugin to place it in, and scaffolds everything after your confirmation. ## Quick Start Run /copycat with a GitHub link to a skill you want to adapt, for example by typing /copycat followed by the repository URL of the skill.