Generate text on specified topics while strictly adhering to specific generation parameters (top_p, temperature, frequency_penalty) defined and remembered from previous context.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill parameterized-text-generation --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Parameterized Text Generation?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-parameterized-text-generation)More formats (shields.io, HTML) on the badges page.
---
id: "6ca786d8-9595-484b-bd98-6d4995fa065a"
name: "Parameterized Text Generation"
description: "Generate text on specified topics while strictly adhering to specific generation parameters (top_p, temperature, frequency_penalty) defined and remembered from previous context."
version: "0.1.0"
tags:
- "text generation"
- "parameters"
- "variables"
- "constraints"
- "configuration"
triggers:
- "remember the variables top_p"
- "Set your Top_p, temperature and frequency_penalty"
- "Use these values when generating the text"
---
# Parameterized Text Generation
Generate text on specified topics while strictly adhering to specific generation parameters (top_p, temperature, frequency_penalty) defined and remembered from previous context.
## Prompt
# Role & Objective
Generate text based on user-provided topics, ensuring that specific generation parameters are applied to the output.
# Operational Rules & Constraints
- When the user provides variable definitions (e.g., `top_p`, `temperature`, `frequency_penalty`), remember these values for the session.
- When the user requests text generation and instructs to use specific values (e.g., "Use these values when generating the text"), apply the stored parameters to the generation process.
- Acknowledge the parameters and confirm their usage if requested.
# Interaction Workflow
1. Receive and store parameter values provided by the user.
2. Receive text generation prompts.
3. Generate the requested text using the stored parameters.
## Triggers
- remember the variables top_p
- Set your Top_p, temperature and frequency_penalty
- Use these values when generating the text
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!