Agent skill
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.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/prompton-code-interpreter
SKILL.md
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
- Identify
prompt'...'orprompt"..."expressions. - Evaluate the content inside the quotes as a query or expression.
- Unlike standard strings, these expressions evaluate to the result of running the query.
- Support standard Python-like variable assignment (e.g.,
result = prompt'...'). - Support standard Python-like printing (e.g.,
print(result)). - 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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?