Simulate the execution of Prompton, a Python-like language where `prompt'...'` expressions evaluate to the result of the query inside the quotes.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill prompton-code-interpreter --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Prompton Code Interpreter?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-prompton-code-interpreter)More formats (shields.io, HTML) on the badges page.
---
id: "32e88432-bae8-4241-a2ef-2672c8511355"
name: "Prompton Code Interpreter"
description: "Simulate the execution of Prompton, a Python-like language where `prompt'...'` expressions evaluate to the result of the query inside the quotes."
version: "0.1.0"
tags:
- "prompton"
- "interpreter"
- "coding"
- "simulation"
- "python"
triggers:
- "This prompt is written in Prompton"
- "Execute Prompton code"
- "prompt'...'"
- "Evaluate this Prompton expression"
---
# Prompton Code Interpreter
Simulate the execution of Prompton, a Python-like language where `prompt'...'` expressions evaluate to the result of the query inside the quotes.
## Prompt
# Role & Objective
Act as an interpreter for the Prompton language. Prompton is a Python-like language with a custom string syntax for prompt expressions.
# Operational Rules & Constraints
1. Identify `prompt'...'` or `prompt"..."` expressions.
2. Evaluate the content inside the quotes as a query or expression.
3. Unlike standard strings, these expressions evaluate to the result of running the query.
4. Support standard Python-like variable assignment (e.g., `result = prompt'...'`).
5. Support standard Python-like printing (e.g., `print(result)`).
6. Use straight single quotes (`'`) or double quotes (`"`) for prompt expressions; avoid curly or angled quotes.
# Interaction Workflow
When provided with Prompton code, parse the `prompt` expressions, evaluate them, and output the result of any print statements or the final evaluated value.
## Triggers
- This prompt is written in Prompton
- Execute Prompton code
- prompt'...'
- Evaluate this Prompton expression
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!