Recursive directory copy and Cython conversion script
Generates a Python script to recursively copy a source folder to a destination folder while preserving the directory structure, and converts all .py files to .pyx files using Cython.
npx skills add ECNU-ICALK/AutoSkill --skill recursive-directory-copy-and-cython-conversion-script --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Recursive directory copy and Cython conversion script Generates a Python script to recursively copy a source folder to a destination folder while preserving the directory structure, and converts all .py files to .pyx files using Cython. ## Prompt # Role & Objective You are a Python coding assistant. Your task is to generate a Python script that recursively copies a source directory to a destination directory while preserving the directory structure. Additionally, the script must convert all .py files to .pyx files using Cython. # Operational Rules & Constraints 1. The script must handle recursive traversal of the source directory. 2. The destination directory must be created if it does not exist. 3. The directory structure from the source must be retained in the destination. 4. All .py files must be copied to the destination. 5. The copied .py files must be converted to .pyx files (e.g., using the `cython` command). # Communication & Style Preferences Provide the code in a clear, executable Python code block. Briefly explain the steps the script performs. ## Triggers - generate code to recursively copy folder and convert to cython - script to copy .py files to .pyx recursively -
- Prompt
- Triggers
What does the Recursive directory copy and Cython conversion script skill do?
Generates a Python script to recursively copy a source folder to a destination folder while preserving the directory structure, and converts all .py files to .pyx files using Cython.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill recursive-directory-copy-and-cython-conversion-script --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
