AutoSkill 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.
install
source · Clone the upstream repo
git clone https://github.com/ECNU-ICALK/AutoSkill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ECNU-ICALK/AutoSkill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/parameterized-text-generation" ~/.claude/skills/ecnu-icalk-autoskill-parameterized-text-generation && rm -rf "$T"
manifest:
SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/parameterized-text-generation/SKILL.mdsource content
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
), remember these values for the session.frequency_penalty - 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
- Receive and store parameter values provided by the user.
- Receive text generation prompts.
- 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