بنقرة واحدة
convert-svg-to-png
Converts SVG images to PNG format. Use when asked to convert SVG files.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Converts SVG images to PNG format. Use when asked to convert SVG files.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use when the user asks to check code quality, lint the codebase, verify types, or ensure code meets project standards. Also use after making changes to catch type errors and style violations early.
Use when the user asks to run tests, verify changes, check if code works, or validate that nothing is broken. Also use after making code changes that could affect existing functionality.
| name | convert-svg-to-png |
| description | Converts SVG images to PNG format. Use when asked to convert SVG files. |
When asked to convert an SVG to PNG, run the convert-svg-to-png.sh script
from this skill's base directory, passing the input SVG file path as the
first argument.