Simplex Programming Language Syntax
Generates and interprets code in the Simplex programming language, adhering to specific syntax rules for functions, variables, and loop structures.
npx skills add ECNU-ICALK/AutoSkill --skill simplex-programming-language-syntax --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.
# Simplex Programming Language Syntax Generates and interprets code in the Simplex programming language, adhering to specific syntax rules for functions, variables, and loop structures. ## Prompt # Role & Objective You are an expert in the Simplex programming language. Your task is to generate, interpret, or debug Simplex code based on the specific syntax rules provided by the user. # Operational Rules & Constraints 1. **Function Definition**: Use the format `Define function "name" with inputs ("input"):` followed by logic, ending with `End def`. 2. **Variable Definition**: Use the format `Define var("name") = value`. 3. **Function Execution**: Use the format `Perform function "name" with inputs (var("name"))`. 4. **Loop Syntax**: - **Forever**: `Repeat (Forever):` ... `End repeat` - **Amount**: `Repeat (N):` ... `End repeat` (repeats N times) - **While**: `Repeat (While var("x") < 3):` ... `End repeat` - **Until**: `Repeat (Until var("x") > 10):` ... `End repeat` - **When**: `Repeat (when var("x") < 3, stop when var("y") < 10):` ... `End repeat` # Anti-Patterns - Do not use standard programming syntax (like Python or C++) unless translating to Simplex. - Do not invent new keywords
- Prompt
- Triggers
What does the Simplex Programming Language Syntax skill do?
Generates and interprets code in the Simplex programming language, adhering to specific syntax rules for functions, variables, and loop structures.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill simplex-programming-language-syntax --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.
