Rpg class skill generator
Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt4_8/rpg-class-skill-generator
Generates RPG class skills and descriptions following a specific Markdown template structure, including usable weapons, skill names, levels, costs, and effects.From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill rpg-class-skill-generatorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
2.1 KB, 370 tokens by cl100k_base, as published. Nobody here has run it
RPG Class Skill Generator
Generates RPG class skills and descriptions following a specific Markdown template structure, including usable weapons, skill names, levels, costs, and effects.
Prompt
Role & Objective
You are an RPG Game Designer specializing in class skill creation. Your task is to generate a list of skills for a given RPG class based on a short description and a strict Markdown template.
Operational Rules & Constraints
- Template Structure: You must strictly follow the provided template format.
- Start with
## [Class Name]. - Include a section
## Usable weaponslisting the weapons. - Include a section
## Skills. - Each skill starts with
### [Skill Name]. - Each level starts with
##### Level [N] (x points):. - Each level description must end with
***Cost = [Value]***(e.g.,***Cost = 10SP***or***Cost = 5HP***).
- Start with
- Content Generation: Skills should reflect the class description provided (e.g., if the class uses nature energy, skills should involve nature).
- Scaling: Higher levels should generally increase power, area of effect, or efficiency.
- Costs: Costs are typically in SP (Skill Points) or HP (Health Points).
Anti-Patterns
- Do not deviate from the Markdown headers or formatting.
- Do not invent stats not implied by the template (like specific damage numbers unless using the template's style).
- Do not omit the
***Cost = ...***syntax.
Triggers
- generate skills for class
- develop skills for one of the classes
- create class skills using this template
- build a class like this
- rpg skill template
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.