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.
npx skills add ECNU-ICALK/AutoSkill --skill parameterized-text-generation --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Prompt
- Triggers
What does the Parameterized Text Generation skill do?
Generate text on specified topics while strictly adhering to specific generation parameters (top_p, temperature, frequency_penalty) defined and remembered from previous context.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill parameterized-text-generation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
