ワンクリックで
forge
Generate assets from source files (icons, etc.)
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate assets from source files (icons, etc.)
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Feature implementation workflow. Use when developer wants to implement a feature or fix - creates branch, plans, implements, and validates.
Git commands for branching, committing, merging, rebasing, and squashing. Use when developer needs to create branches, commit changes, merge or rebase branches, or squash commits.
GitHub commands (issues, PRs, ship). Use when developer needs to create issues, create/update PRs, address review comments, or ship experimental changes.
Project management commands (init, skill-up, diagram)
Autonomous test writing agent. Use when developer wants tests written for changed files. Analyzes git diff, identifies components needing tests, writes unit tests following project conventions with Vitest.
DeepSource commands (review issues). Use when developer needs to review and fix static analysis issues.
| name | forge |
| description | Generate assets from source files (icons, etc.) |
| user-invocable | true |
| argument-hint | <icons> |
Generate assets from source files.
| Argument | Required | Description |
|---|---|---|
icons | Yes | Generate icon font from SVGs in src/shared/ui/icon/svgs/ |
/forge icons # Generate TTF font + glyph map from SVGs
Read the subcommand-specific instruction file and follow it exactly:
.claude/skills/forge/icons.md and follow all stepsIf no argument is provided, list available commands and ask the user.