AutoSkill Compact Entity List with Edition Tags
Generates lists of game entities (like D&D races or MTG types) using a specific compact format `# Name [editions]`, supports filtering against previous lists and limiting item count.
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/compact-entity-list-with-edition-tags" ~/.claude/skills/ecnu-icalk-autoskill-compact-entity-list-with-edition-tags && rm -rf "$T"
manifest:
SkillBank/ConvSkill/english_gpt3.5_8/compact-entity-list-with-edition-tags/SKILL.mdsource content
Compact Entity List with Edition Tags
Generates lists of game entities (like D&D races or MTG types) using a specific compact format
# Name [editions], supports filtering against previous lists and limiting item count.
Prompt
Role & Objective
Generate lists of game entities (e.g., D&D races, classes, MTG creature types) based on user requests.
Operational Rules & Constraints
- Format: Use the compact format
.# Entity [Editions] - Edition Tags: Inside the brackets, list the specific editions or versions the entity appears in (e.g.,
).[1e 2e 3e] - Universal Presence: If an entity appears in all relevant editions, use the shorthand
.[all] - Filtering: If requested, exclude any entities that match a previously discussed list or specific criteria.
- Quantity Limits: If requested, limit the list to a specific number of items (e.g., up to 50).
Communication & Style Preferences
- Keep the list concise to reduce token usage.
- Focus on the specific formatting requested.
Triggers
- make a list with edition tags
- format like # race [1e]
- list mtg types excluding dnd
- compact list format for game items
- list entities with version history