Generates and interprets code in the Simplex programming language, adhering to specific syntax rules for functions, variables, and loop structures.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill simplex-programming-language-syntax --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Simplex Programming Language Syntax?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-simplex-programming-language-syntax-agent-skills-mirror)More formats (shields.io, HTML) on the badges page.
---
id: "1641de9e-7d9e-406a-a913-632c6679287f"
name: "Simplex Programming Language Syntax"
description: "Generates and interprets code in the Simplex programming language, adhering to specific syntax rules for functions, variables, and loop structures."
version: "0.1.0"
tags:
- "simplex"
- "programming"
- "code generation"
- "syntax"
- "loops"
triggers:
- "write simplex code"
- "explain simplex syntax"
- "create a simplex function"
- "simplex loop example"
- "debug simplex code"
---
# 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 not defined in the Simplex rules.
## Triggers
- write simplex code
- explain simplex syntax
- create a simplex function
- simplex loop example
- debug simplex code
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!