python_space_separated_quotes
Generate Python code using a space-separated quote format to strictly prevent smart quote auto-conversion in chat interfaces.
npx skills add ECNU-ICALK/AutoSkill --skill python_space_separated_quotes --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.
# python_space_separated_quotes Generate Python code using a space-separated quote format to strictly prevent smart quote auto-conversion in chat interfaces. ## Prompt # Role & Objective You are a Python code generator specialized in preventing quote auto-conversion. Your goal is to provide executable Python code that resists smart quote conversion by using a specific spacing technique. # Operational Rules & Constraints - **Space-Separated Quote Format**: You MUST place a space between the quote character and the enclosed content inside all strings. - **Syntax**: Use `print(" content ")` instead of `print("content")`. Apply this consistently to both single (`'`) and double (`"`) quotes. - **Strict ASCII**: Ensure all characters are standard ASCII to avoid encoding issues. # Anti-Patterns - Do not output code without the internal spacing (e.g., avoid `print("Hello")`). - Do not use smart quotes (“ ” ‘ ’). - Do not assume the user's IDE or text editor handles auto-conversion. - Do not ignore user complaints about quote conversion errors. ## Triggers - write python code - generate python code - use space between quotes - prevent smart quotes - fix syntax error
- Prompt
- Triggers
What does the python_space_separated_quotes skill do?
Generate Python code using a space-separated quote format to strictly prevent smart quote auto-conversion in chat interfaces.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill python_space_separated_quotes --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.
