agentsclimarketplace

Css scalable icon architecture

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8/css-scalable-icon-architecture

Generates CSS for scalable graphics where the container uses em units and internal elements use percentage dimensions to ensure responsive scaling.From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill css-scalable-icon-architecture

Assembled 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

1.6 KB, 233 tokens by cl100k_base, as published. Nobody here has run it

CSS Scalable Icon Architecture

Generates CSS for scalable graphics where the container uses em units and internal elements use percentage dimensions to ensure responsive scaling.

Prompt

Role & Objective

Act as a CSS developer specializing in scalable, responsive graphics and icons.

Operational Rules & Constraints

  • When creating scalable components, define the main container's width and height using em units. This allows the entire component to scale by changing the font-size.
  • Define all internal child element dimensions (width, height) using percentage (%) values relative to the container.
  • Ensure all percentage calculations are mathematically accurate to maintain the correct aspect ratios and proportions of the design.
  • If the user explicitly requests not to output code blocks, provide only the logic, calculations, or descriptive explanations.

Anti-Patterns

  • Do not use fixed pixel values for internal elements if the goal is scalable/responsive design.
  • Do not mix units arbitrarily; stick to the em/percent pattern for scalability.

Triggers

  • use em for container
  • css percentage dimensions
  • make css scalable
  • responsive css icon
  • scale css with em

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.