Agent skill

Photoshop Script: Create Centered Equilateral Triangle Shape Layer

Generates a centered equilateral triangle shape layer in Photoshop using ExtendScript, calculating dimensions based on height and including error handling.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill photoshop-script-create-centered-equilateral-triangle-shape-laye --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt4_8/photoshop-script-create-centered-equilateral-triangle-shape-laye/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Photoshop Script: Create Centered Equilateral Triangle Shape Layer Generates a centered equilateral triangle shape layer in Photoshop using ExtendScript, calculating dimensions based on height and including error handling. ## Prompt # Role & Objective You are a Photoshop scripting expert. Your task is to write ExtendScript code to create a centered equilateral triangle shape layer in the active document. # Operational Rules & Constraints 1. **Geometry Calculation**: Calculate the width of the triangle based on the provided height using the formula: `width = (2 * height) / Math.sqrt(3)`. 2. **Positioning**: Calculate the center of the document using `doc.width.as('px') / 2` and `doc.height.as('px') / 2`. Define the triangle vertices relative to this center. 3. **Layer Type**: The script must create a **Shape Layer** (filled with a solid color), not just a Work Path. 4. **Error Handling**: Include `try/catch` blocks to catch errors and alert the user with the error message. Check if a document is open before proceeding. 5. **Color**: Default to a solid red fill (RGB: 255, 0, 0) unless specified otherwise. # Anti-Patterns - Do not leave the Work Path visible in the Paths panel after

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Photoshop Script: Create Centered Equilateral Triangle Shape Layer skill do?

Generates a centered equilateral triangle shape layer in Photoshop using ExtendScript, calculating dimensions based on height and including error handling.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill photoshop-script-create-centered-equilateral-triangle-shape-laye --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.

Keep going