Configure Ideogram local development with hot reload and testing. Use when setting up a development environment, configuring test workflows, or establishing a fast iteration cycle with Ideogram. Trigger with phrases like "ideogram dev setup", "ideogram local development", "ideogram dev environment", "develop with ideogram".
Install with Tessl CLI
npx tessl i github:jeremylongshore/claude-code-plugins-plus-skills --skill ideogram-local-dev-loop83
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillValidation for skill structure
Project initialization structure
client.ts exists
0%
100%
config.ts exists
0%
100%
utils.ts exists
0%
100%
src/index.ts exists
100%
100%
tests directory
0%
100%
tsx watch dev script
0%
100%
vitest test script
0%
100%
vitest watch script
0%
100%
.env.local present
0%
0%
.env.example present
100%
100%
.env.local git-ignored
0%
100%
Without context: $0.5660 · 2m 30s · 31 turns · 32 in / 8,425 out tokens
With context: $0.6696 · 2m 11s · 37 turns · 37 in / 7,060 out tokens
Vitest test suite with SDK mocking
vitest import
0%
100%
correct client import path
100%
100%
vi.mock used
0%
100%
mockImplementation pattern
0%
100%
vitest test script
0%
100%
test file location
100%
100%
Without context: $0.6025 · 2m 28s · 33 turns · 33 in / 8,063 out tokens
With context: $0.5892 · 2m 10s · 33 turns · 114 in / 6,419 out tokens
Debug mode and environment setup workflow
cp .env.example .env.local
100%
100%
npm install step
100%
100%
npm run dev step
100%
100%
Correct sequence order
100%
100%
DEBUG=IDEOGRAM=* pattern
0%
100%
.env.local mentioned
100%
100%
debug with npm run dev
100%
100%
Without context: $0.3706 · 1m 48s · 21 turns · 22 in / 5,832 out tokens
With context: $0.3247 · 1m 9s · 20 turns · 20 in / 3,736 out tokens
Table of Contents
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.