agentsclimarketplace

Simplex programming language syntax

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/simplex-programming-language-syntax

Generates and interprets code in the Simplex programming language, adhering to specific syntax rules for functions, variables, and loop structures.From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill simplex-programming-language-syntax

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

1.9 KB, 350 tokens by cl100k_base, as published. Nobody here has run it

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

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.