@azerogluemin/ai-bootstrap 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +157 -0
- package/LICENSE +21 -0
- package/README.md +146 -0
- package/bin/init.js +10 -0
- package/dist/applier/agents-installer.d.ts +12 -0
- package/dist/applier/agents-installer.js +75 -0
- package/dist/applier/agents-installer.js.map +1 -0
- package/dist/applier/bundle-definitions.d.ts +7 -0
- package/dist/applier/bundle-definitions.js +98 -0
- package/dist/applier/bundle-definitions.js.map +1 -0
- package/dist/applier/index.d.ts +9 -0
- package/dist/applier/index.js +147 -0
- package/dist/applier/index.js.map +1 -0
- package/dist/applier/mcp-catalog.d.ts +29 -0
- package/dist/applier/mcp-catalog.js +755 -0
- package/dist/applier/mcp-catalog.js.map +1 -0
- package/dist/applier/mcp-config.d.ts +29 -0
- package/dist/applier/mcp-config.js +123 -0
- package/dist/applier/mcp-config.js.map +1 -0
- package/dist/applier/profile-writer.d.ts +2 -0
- package/dist/applier/profile-writer.js +60 -0
- package/dist/applier/profile-writer.js.map +1 -0
- package/dist/applier/projects-writer.d.ts +2 -0
- package/dist/applier/projects-writer.js +108 -0
- package/dist/applier/projects-writer.js.map +1 -0
- package/dist/applier/settings-writer.d.ts +2 -0
- package/dist/applier/settings-writer.js +74 -0
- package/dist/applier/settings-writer.js.map +1 -0
- package/dist/applier/skills-installer.d.ts +12 -0
- package/dist/applier/skills-installer.js +90 -0
- package/dist/applier/skills-installer.js.map +1 -0
- package/dist/commands/backup.d.ts +1 -0
- package/dist/commands/backup.js +269 -0
- package/dist/commands/backup.js.map +1 -0
- package/dist/commands/doctor.d.ts +1 -0
- package/dist/commands/doctor.js +185 -0
- package/dist/commands/doctor.js.map +1 -0
- package/dist/commands/mcp.d.ts +1 -0
- package/dist/commands/mcp.js +142 -0
- package/dist/commands/mcp.js.map +1 -0
- package/dist/commands/telemetry.d.ts +1 -0
- package/dist/commands/telemetry.js +85 -0
- package/dist/commands/telemetry.js.map +1 -0
- package/dist/commands/update.d.ts +7 -0
- package/dist/commands/update.js +62 -0
- package/dist/commands/update.js.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +113 -0
- package/dist/index.js.map +1 -0
- package/dist/steps/1-profile.d.ts +2 -0
- package/dist/steps/1-profile.js +81 -0
- package/dist/steps/1-profile.js.map +1 -0
- package/dist/steps/2-projects.d.ts +5 -0
- package/dist/steps/2-projects.js +81 -0
- package/dist/steps/2-projects.js.map +1 -0
- package/dist/steps/3-bundles.d.ts +4 -0
- package/dist/steps/3-bundles.js +95 -0
- package/dist/steps/3-bundles.js.map +1 -0
- package/dist/steps/4-mcps.d.ts +3 -0
- package/dist/steps/4-mcps.js +79 -0
- package/dist/steps/4-mcps.js.map +1 -0
- package/dist/steps/5-memory.d.ts +6 -0
- package/dist/steps/5-memory.js +51 -0
- package/dist/steps/5-memory.js.map +1 -0
- package/dist/steps/6-github.d.ts +5 -0
- package/dist/steps/6-github.js +34 -0
- package/dist/steps/6-github.js.map +1 -0
- package/dist/types.d.ts +57 -0
- package/dist/types.js +3 -0
- package/dist/types.js.map +1 -0
- package/dist/utils/paths.d.ts +10 -0
- package/dist/utils/paths.js +35 -0
- package/dist/utils/paths.js.map +1 -0
- package/dist/utils/permissions.d.ts +15 -0
- package/dist/utils/permissions.js +37 -0
- package/dist/utils/permissions.js.map +1 -0
- package/dist/utils/scanner.d.ts +11 -0
- package/dist/utils/scanner.js +108 -0
- package/dist/utils/scanner.js.map +1 -0
- package/dist/utils/telemetry.d.ts +26 -0
- package/dist/utils/telemetry.js +108 -0
- package/dist/utils/telemetry.js.map +1 -0
- package/dist/wizard.d.ts +2 -0
- package/dist/wizard.js +94 -0
- package/dist/wizard.js.map +1 -0
- package/package.json +77 -0
- package/templates/agents/ai-ml-engineer/AGENT.md +41 -0
- package/templates/agents/analyst-agent/AGENT.md +36 -0
- package/templates/agents/backend-engineer/AGENT.md +85 -0
- package/templates/agents/business-analyst/AGENT.md +47 -0
- package/templates/agents/ceo-agent/AGENT.md +57 -0
- package/templates/agents/cfo-agent/AGENT.md +57 -0
- package/templates/agents/chro-agent/AGENT.md +57 -0
- package/templates/agents/ciso-agent/AGENT.md +57 -0
- package/templates/agents/cmo-agent/AGENT.md +57 -0
- package/templates/agents/code-architect/AGENT.md +69 -0
- package/templates/agents/code-explorer/AGENT.md +67 -0
- package/templates/agents/code-reviewer/AGENT.md +86 -0
- package/templates/agents/competitive-intel/AGENT.md +45 -0
- package/templates/agents/content-calendar-orchestrator/AGENT.md +37 -0
- package/templates/agents/content-marketer/AGENT.md +38 -0
- package/templates/agents/coo-agent/AGENT.md +57 -0
- package/templates/agents/cro-agent/AGENT.md +57 -0
- package/templates/agents/cto-agent/AGENT.md +57 -0
- package/templates/agents/data-engineer/AGENT.md +52 -0
- package/templates/agents/db-migrator/AGENT.md +40 -0
- package/templates/agents/debugger/AGENT.md +64 -0
- package/templates/agents/decision-recorder/AGENT.md +41 -0
- package/templates/agents/designer-agent/AGENT.md +38 -0
- package/templates/agents/devops-engineer/AGENT.md +73 -0
- package/templates/agents/ecommerce-optimizer-agent/AGENT.md +36 -0
- package/templates/agents/education-curriculum/AGENT.md +36 -0
- package/templates/agents/email-marketer/AGENT.md +37 -0
- package/templates/agents/finance-analyst-agent/AGENT.md +36 -0
- package/templates/agents/fintech-compliance/AGENT.md +36 -0
- package/templates/agents/founder-mode-agent/AGENT.md +57 -0
- package/templates/agents/frontend-engineer/AGENT.md +97 -0
- package/templates/agents/gaming-balance-agent/AGENT.md +36 -0
- package/templates/agents/gc-agent/AGENT.md +57 -0
- package/templates/agents/growth-hacker/AGENT.md +37 -0
- package/templates/agents/healthcare-compliance-agent/AGENT.md +36 -0
- package/templates/agents/instagram-orchestrator/AGENT.md +40 -0
- package/templates/agents/launch-orchestrator/AGENT.md +61 -0
- package/templates/agents/legal-researcher-agent/AGENT.md +36 -0
- package/templates/agents/linkedin-orchestrator/AGENT.md +38 -0
- package/templates/agents/market-researcher/AGENT.md +45 -0
- package/templates/agents/performance-profiler/AGENT.md +65 -0
- package/templates/agents/product-manager-agent/AGENT.md +33 -0
- package/templates/agents/product-strategist-agent/AGENT.md +37 -0
- package/templates/agents/publishing-orchestrator/AGENT.md +46 -0
- package/templates/agents/qa-reviewer/AGENT.md +45 -0
- package/templates/agents/real-estate-agent/AGENT.md +36 -0
- package/templates/agents/refactor-planner/AGENT.md +62 -0
- package/templates/agents/research-orchestrator/AGENT.md +37 -0
- package/templates/agents/researcher/AGENT.md +76 -0
- package/templates/agents/security-auditor/AGENT.md +61 -0
- package/templates/agents/seo-aeo/AGENT.md +45 -0
- package/templates/agents/seo-backlinks/AGENT.md +43 -0
- package/templates/agents/seo-brief/AGENT.md +51 -0
- package/templates/agents/seo-competitor/AGENT.md +44 -0
- package/templates/agents/seo-content/AGENT.md +55 -0
- package/templates/agents/seo-drift/AGENT.md +43 -0
- package/templates/agents/seo-ecommerce/AGENT.md +44 -0
- package/templates/agents/seo-google-api/AGENT.md +48 -0
- package/templates/agents/seo-image/AGENT.md +47 -0
- package/templates/agents/seo-international/AGENT.md +43 -0
- package/templates/agents/seo-local/AGENT.md +43 -0
- package/templates/agents/seo-maps/AGENT.md +43 -0
- package/templates/agents/seo-programmatic/AGENT.md +50 -0
- package/templates/agents/seo-schema/AGENT.md +37 -0
- package/templates/agents/seo-semantic/AGENT.md +47 -0
- package/templates/agents/seo-spa/AGENT.md +44 -0
- package/templates/agents/seo-sxo/AGENT.md +43 -0
- package/templates/agents/seo-technical/AGENT.md +56 -0
- package/templates/agents/social-media-manager/AGENT.md +36 -0
- package/templates/agents/sound-designer/AGENT.md +39 -0
- package/templates/agents/stack-tester/AGENT.md +42 -0
- package/templates/agents/storyboard-orchestrator/AGENT.md +36 -0
- package/templates/agents/tiktok-orchestrator/AGENT.md +39 -0
- package/templates/agents/twitter-orchestrator/AGENT.md +38 -0
- package/templates/agents/ux-researcher-agent/AGENT.md +36 -0
- package/templates/agents/video-pipeline/AGENT.md +53 -0
- package/templates/agents/youtube-orchestrator/AGENT.md +40 -0
- package/templates/skills/accessibility-auditor/SKILL.md +129 -0
- package/templates/skills/aeo-specialist/SKILL.md +145 -0
- package/templates/skills/analytics-expert/SKILL.md +128 -0
- package/templates/skills/architect/SKILL.md +258 -0
- package/templates/skills/brand-identity-designer/SKILL.md +156 -0
- package/templates/skills/brand-kit-builder/SKILL.md +182 -0
- package/templates/skills/business-coach/SKILL.md +85 -0
- package/templates/skills/ceo-advisor/SKILL.md +156 -0
- package/templates/skills/cfo-advisor/SKILL.md +146 -0
- package/templates/skills/chaos-engineer/SKILL.md +107 -0
- package/templates/skills/character-designer/SKILL.md +212 -0
- package/templates/skills/character-designer/knowledge/character-anatomy.md +119 -0
- package/templates/skills/character-designer/knowledge/composition.md +94 -0
- package/templates/skills/character-designer/knowledge/consistency-anchors.md +113 -0
- package/templates/skills/character-designer/knowledge/lighting.md +120 -0
- package/templates/skills/chro-advisor/SKILL.md +132 -0
- package/templates/skills/ci-cd-builder/SKILL.md +189 -0
- package/templates/skills/ciso-advisor/SKILL.md +123 -0
- package/templates/skills/cmo-advisor/SKILL.md +192 -0
- package/templates/skills/code-reviewer/SKILL.md +204 -0
- package/templates/skills/color-palette-builder/SKILL.md +143 -0
- package/templates/skills/community-manager/SKILL.md +127 -0
- package/templates/skills/composer/SKILL.md +173 -0
- package/templates/skills/composer/knowledge/arrangement-principles.md +137 -0
- package/templates/skills/composer/knowledge/composition-principles.md +97 -0
- package/templates/skills/composer/knowledge/consistency-anchors.md +149 -0
- package/templates/skills/composer/knowledge/cultural-traditions.md +193 -0
- package/templates/skills/composer/knowledge/dynamics-build-drop.md +148 -0
- package/templates/skills/composer/knowledge/genres/afrobeats.md +73 -0
- package/templates/skills/composer/knowledge/genres/ambient.md +62 -0
- package/templates/skills/composer/knowledge/genres/azerbaijani-mugham.md +90 -0
- package/templates/skills/composer/knowledge/genres/azerbaijani-pop.md +104 -0
- package/templates/skills/composer/knowledge/genres/blues.md +62 -0
- package/templates/skills/composer/knowledge/genres/choral.md +78 -0
- package/templates/skills/composer/knowledge/genres/classical.md +72 -0
- package/templates/skills/composer/knowledge/genres/country.md +64 -0
- package/templates/skills/composer/knowledge/genres/drill.md +71 -0
- package/templates/skills/composer/knowledge/genres/edm.md +75 -0
- package/templates/skills/composer/knowledge/genres/electronic.md +62 -0
- package/templates/skills/composer/knowledge/genres/film-score.md +92 -0
- package/templates/skills/composer/knowledge/genres/folk.md +67 -0
- package/templates/skills/composer/knowledge/genres/hip-hop.md +64 -0
- package/templates/skills/composer/knowledge/genres/house.md +63 -0
- package/templates/skills/composer/knowledge/genres/indie-folk.md +63 -0
- package/templates/skills/composer/knowledge/genres/indie-rock.md +60 -0
- package/templates/skills/composer/knowledge/genres/jazz-fusion.md +60 -0
- package/templates/skills/composer/knowledge/genres/jazz.md +66 -0
- package/templates/skills/composer/knowledge/genres/k-pop.md +81 -0
- package/templates/skills/composer/knowledge/genres/latin.md +88 -0
- package/templates/skills/composer/knowledge/genres/lo-fi.md +64 -0
- package/templates/skills/composer/knowledge/genres/meykhana.md +95 -0
- package/templates/skills/composer/knowledge/genres/orchestral.md +69 -0
- package/templates/skills/composer/knowledge/genres/persian-classical.md +104 -0
- package/templates/skills/composer/knowledge/genres/pop.md +60 -0
- package/templates/skills/composer/knowledge/genres/reggae.md +65 -0
- package/templates/skills/composer/knowledge/genres/rnb.md +62 -0
- package/templates/skills/composer/knowledge/genres/rock.md +61 -0
- package/templates/skills/composer/knowledge/genres/soul.md +63 -0
- package/templates/skills/composer/knowledge/genres/symphonic-mugham.md +92 -0
- package/templates/skills/composer/knowledge/genres/techno.md +63 -0
- package/templates/skills/composer/knowledge/genres/trap.md +61 -0
- package/templates/skills/composer/knowledge/genres/turkish-arabesque.md +87 -0
- package/templates/skills/composer/knowledge/genres/world-music.md +84 -0
- package/templates/skills/composer/knowledge/harmony-basics.md +105 -0
- package/templates/skills/composer/knowledge/instrumentation-guide.md +145 -0
- package/templates/skills/composer/knowledge/instruments/808.md +59 -0
- package/templates/skills/composer/knowledge/instruments/acoustic-guitar.md +46 -0
- package/templates/skills/composer/knowledge/instruments/balaban.md +74 -0
- package/templates/skills/composer/knowledge/instruments/bass.md +50 -0
- package/templates/skills/composer/knowledge/instruments/brass-section.md +60 -0
- package/templates/skills/composer/knowledge/instruments/cello-solo.md +53 -0
- package/templates/skills/composer/knowledge/instruments/choir.md +67 -0
- package/templates/skills/composer/knowledge/instruments/drum-machine.md +49 -0
- package/templates/skills/composer/knowledge/instruments/drums.md +57 -0
- package/templates/skills/composer/knowledge/instruments/electric-guitar.md +57 -0
- package/templates/skills/composer/knowledge/instruments/flute.md +56 -0
- package/templates/skills/composer/knowledge/instruments/kamancha.md +66 -0
- package/templates/skills/composer/knowledge/instruments/nagara.md +68 -0
- package/templates/skills/composer/knowledge/instruments/oud.md +70 -0
- package/templates/skills/composer/knowledge/instruments/piano.md +42 -0
- package/templates/skills/composer/knowledge/instruments/saxophone.md +66 -0
- package/templates/skills/composer/knowledge/instruments/saz.md +75 -0
- package/templates/skills/composer/knowledge/instruments/strings-orchestra.md +68 -0
- package/templates/skills/composer/knowledge/instruments/synth-bass.md +55 -0
- package/templates/skills/composer/knowledge/instruments/synth-lead.md +70 -0
- package/templates/skills/composer/knowledge/instruments/synth-pad.md +61 -0
- package/templates/skills/composer/knowledge/instruments/tar.md +67 -0
- package/templates/skills/composer/knowledge/instruments/trap-hihat.md +50 -0
- package/templates/skills/composer/knowledge/instruments/trumpet.md +63 -0
- package/templates/skills/composer/knowledge/instruments/violin-solo.md +51 -0
- package/templates/skills/composer/knowledge/key-signature-mood.md +128 -0
- package/templates/skills/composer/knowledge/lyrics-by-language.md +79 -0
- package/templates/skills/composer/knowledge/lyrics-craft.md +89 -0
- package/templates/skills/composer/knowledge/melody-craft.md +126 -0
- package/templates/skills/composer/knowledge/moods/aggressive.md +98 -0
- package/templates/skills/composer/knowledge/moods/bittersweet.md +97 -0
- package/templates/skills/composer/knowledge/moods/dreamy.md +98 -0
- package/templates/skills/composer/knowledge/moods/energetic.md +101 -0
- package/templates/skills/composer/knowledge/moods/ethereal.md +99 -0
- package/templates/skills/composer/knowledge/moods/happy.md +93 -0
- package/templates/skills/composer/knowledge/moods/melancholic-hopeful.md +96 -0
- package/templates/skills/composer/knowledge/moods/melancholic.md +99 -0
- package/templates/skills/composer/knowledge/moods/mysterious.md +97 -0
- package/templates/skills/composer/knowledge/moods/nostalgic.md +96 -0
- package/templates/skills/composer/knowledge/moods/peaceful.md +99 -0
- package/templates/skills/composer/knowledge/moods/playful.md +95 -0
- package/templates/skills/composer/knowledge/moods/romantic.md +99 -0
- package/templates/skills/composer/knowledge/moods/tense.md +97 -0
- package/templates/skills/composer/knowledge/moods/triumphant.md +104 -0
- package/templates/skills/composer/knowledge/personas/aygun-kazimova.md +67 -0
- package/templates/skills/composer/knowledge/personas/billie-eilish.md +80 -0
- package/templates/skills/composer/knowledge/personas/bon-iver.md +70 -0
- package/templates/skills/composer/knowledge/personas/daft-punk.md +71 -0
- package/templates/skills/composer/knowledge/personas/hans-zimmer.md +71 -0
- package/templates/skills/composer/knowledge/personas/hildur-gudnadottir.md +72 -0
- package/templates/skills/composer/knowledge/personas/kanye-west.md +75 -0
- package/templates/skills/composer/knowledge/personas/max-martin.md +65 -0
- package/templates/skills/composer/knowledge/personas/neutral-composer.md +66 -0
- package/templates/skills/composer/knowledge/personas/pharrell.md +70 -0
- package/templates/skills/composer/knowledge/personas/rashid-behbudov.md +60 -0
- package/templates/skills/composer/knowledge/personas/sezen-aksu.md +68 -0
- package/templates/skills/composer/knowledge/personas/sufjan-stevens.md +71 -0
- package/templates/skills/composer/knowledge/personas/the-weeknd.md +78 -0
- package/templates/skills/composer/knowledge/production-styles/ambient-textural.md +70 -0
- package/templates/skills/composer/knowledge/production-styles/demo-rough.md +70 -0
- package/templates/skills/composer/knowledge/production-styles/hi-fi.md +69 -0
- package/templates/skills/composer/knowledge/production-styles/live-feel.md +74 -0
- package/templates/skills/composer/knowledge/production-styles/lo-fi.md +55 -0
- package/templates/skills/composer/knowledge/production-styles/maximalist.md +69 -0
- package/templates/skills/composer/knowledge/production-styles/minimal.md +70 -0
- package/templates/skills/composer/knowledge/production-styles/orchestral-cinematic.md +69 -0
- package/templates/skills/composer/knowledge/production-styles/polished-modern.md +56 -0
- package/templates/skills/composer/knowledge/production-styles/vintage-analog.md +67 -0
- package/templates/skills/composer/knowledge/song-structure.md +97 -0
- package/templates/skills/composer/knowledge/tempo-bpm-guide.md +141 -0
- package/templates/skills/composer/knowledge/time-signature.md +124 -0
- package/templates/skills/composer/knowledge/vocal-direction.md +118 -0
- package/templates/skills/composer/knowledge/vocal-styles/duet-male-female.md +71 -0
- package/templates/skills/composer/knowledge/vocal-styles/falsetto-male.md +49 -0
- package/templates/skills/composer/knowledge/vocal-styles/female-alto.md +48 -0
- package/templates/skills/composer/knowledge/vocal-styles/female-mezzo.md +47 -0
- package/templates/skills/composer/knowledge/vocal-styles/female-soprano.md +48 -0
- package/templates/skills/composer/knowledge/vocal-styles/male-baritone.md +44 -0
- package/templates/skills/composer/knowledge/vocal-styles/male-bass.md +45 -0
- package/templates/skills/composer/knowledge/vocal-styles/male-tenor.md +41 -0
- package/templates/skills/composer/knowledge/vocal-styles/mugham-style.md +67 -0
- package/templates/skills/composer/knowledge/vocal-styles/rap-flow.md +75 -0
- package/templates/skills/composer/knowledge/vocal-styles/spoken-word.md +52 -0
- package/templates/skills/composer/knowledge/vocal-styles/whisper.md +55 -0
- package/templates/skills/content-strategist/SKILL.md +106 -0
- package/templates/skills/conversion-optimizer/SKILL.md +98 -0
- package/templates/skills/coo-advisor/SKILL.md +92 -0
- package/templates/skills/copywriter-pro/SKILL.md +151 -0
- package/templates/skills/cro-advisor/SKILL.md +105 -0
- package/templates/skills/cross-platform-strategist/SKILL.md +99 -0
- package/templates/skills/cto-advisor/SKILL.md +166 -0
- package/templates/skills/cultural-translator/SKILL.md +96 -0
- package/templates/skills/decision-maker/SKILL.md +145 -0
- package/templates/skills/director/SKILL.md +236 -0
- package/templates/skills/director/knowledge/camera-movements.md +118 -0
- package/templates/skills/director/knowledge/cameras/cameras.json +234 -0
- package/templates/skills/director/knowledge/cameras/cameras.md +53 -0
- package/templates/skills/director/knowledge/cameras/recommendations.md +75 -0
- package/templates/skills/director/knowledge/cinematography.md +87 -0
- package/templates/skills/director/knowledge/composition.md +94 -0
- package/templates/skills/director/knowledge/lens-selection.md +82 -0
- package/templates/skills/director/knowledge/lenses/lenses.json +292 -0
- package/templates/skills/director/knowledge/lenses/lenses.md +87 -0
- package/templates/skills/director/knowledge/lenses/selection-guide.md +105 -0
- package/templates/skills/director/knowledge/lighting.md +120 -0
- package/templates/skills/director/knowledge/personas/_visual-style-index.md +144 -0
- package/templates/skills/director/knowledge/personas/adam-berg.md +30 -0
- package/templates/skills/director/knowledge/personas/agnes-varda.md +30 -0
- package/templates/skills/director/knowledge/personas/alfonso-cuaron.md +30 -0
- package/templates/skills/director/knowledge/personas/andrea-arnold.md +30 -0
- package/templates/skills/director/knowledge/personas/andrew-stanton.md +33 -0
- package/templates/skills/director/knowledge/personas/apichatpong-weerasethakul.md +30 -0
- package/templates/skills/director/knowledge/personas/ari-aster.md +33 -0
- package/templates/skills/director/knowledge/personas/armando-iannucci.md +30 -0
- package/templates/skills/director/knowledge/personas/asif-kapadia.md +30 -0
- package/templates/skills/director/knowledge/personas/barry-jenkins.md +30 -0
- package/templates/skills/director/knowledge/personas/bob-persichetti.md +33 -0
- package/templates/skills/director/knowledge/personas/bong-joon-ho.md +33 -0
- package/templates/skills/director/knowledge/personas/brad-bird.md +30 -0
- package/templates/skills/director/knowledge/personas/cary-joji-fukunaga.md +30 -0
- package/templates/skills/director/knowledge/personas/chloe-zhao.md +30 -0
- package/templates/skills/director/knowledge/personas/chris-cunningham.md +30 -0
- package/templates/skills/director/knowledge/personas/chris-sanders.md +33 -0
- package/templates/skills/director/knowledge/personas/christopher-mcquarrie.md +30 -0
- package/templates/skills/director/knowledge/personas/coen-brothers.md +30 -0
- package/templates/skills/director/knowledge/personas/dardenne-brothers.md +30 -0
- package/templates/skills/director/knowledge/personas/david-robert-mitchell.md +33 -0
- package/templates/skills/director/knowledge/personas/dean-deblois.md +33 -0
- package/templates/skills/director/knowledge/personas/edgar-wright.md +30 -0
- package/templates/skills/director/knowledge/personas/errol-morris.md +30 -0
- package/templates/skills/director/knowledge/personas/fincher.md +33 -0
- package/templates/skills/director/knowledge/personas/floria-sigismondi.md +30 -0
- package/templates/skills/director/knowledge/personas/frederick-wiseman.md +30 -0
- package/templates/skills/director/knowledge/personas/genndy-tartakovsky.md +33 -0
- package/templates/skills/director/knowledge/personas/george-miller.md +30 -0
- package/templates/skills/director/knowledge/personas/greta-gerwig.md +30 -0
- package/templates/skills/director/knowledge/personas/hayao-miyazaki.md +30 -0
- package/templates/skills/director/knowledge/personas/henry-selick.md +33 -0
- package/templates/skills/director/knowledge/personas/hirokazu-kore-eda.md +30 -0
- package/templates/skills/director/knowledge/personas/hou-hsiao-hsien.md +30 -0
- package/templates/skills/director/knowledge/personas/hype-williams.md +30 -0
- package/templates/skills/director/knowledge/personas/james-cameron.md +33 -0
- package/templates/skills/director/knowledge/personas/jeff-nichols.md +33 -0
- package/templates/skills/director/knowledge/personas/joaquim-dos-santos.md +33 -0
- package/templates/skills/director/knowledge/personas/john-woo.md +30 -0
- package/templates/skills/director/knowledge/personas/jon-favreau.md +33 -0
- package/templates/skills/director/knowledge/personas/jonas-akerlund.md +30 -0
- package/templates/skills/director/knowledge/personas/jonathan-glazer.md +30 -0
- package/templates/skills/director/knowledge/personas/jordan-peele.md +30 -0
- package/templates/skills/director/knowledge/personas/joseph-kosinski.md +33 -0
- package/templates/skills/director/knowledge/personas/kathryn-bigelow.md +30 -0
- package/templates/skills/director/knowledge/personas/kubrick.md +33 -0
- package/templates/skills/director/knowledge/personas/kurosawa.md +33 -0
- package/templates/skills/director/knowledge/personas/lance-acord.md +30 -0
- package/templates/skills/director/knowledge/personas/lanthimos.md +33 -0
- package/templates/skills/director/knowledge/personas/lee-unkrich.md +33 -0
- package/templates/skills/director/knowledge/personas/makoto-shinkai.md +33 -0
- package/templates/skills/director/knowledge/personas/mamoru-hosoda.md +33 -0
- package/templates/skills/director/knowledge/personas/mark-romanek.md +30 -0
- package/templates/skills/director/knowledge/personas/martin-scorsese.md +30 -0
- package/templates/skills/director/knowledge/personas/masaaki-yuasa.md +33 -0
- package/templates/skills/director/knowledge/personas/michael-haneke.md +30 -0
- package/templates/skills/director/knowledge/personas/michel-gondry.md +30 -0
- package/templates/skills/director/knowledge/personas/miguel-sapochnik.md +33 -0
- package/templates/skills/director/knowledge/personas/neutral-director.md +32 -0
- package/templates/skills/director/knowledge/personas/nick-park.md +33 -0
- package/templates/skills/director/knowledge/personas/nicolas-winding-refn.md +33 -0
- package/templates/skills/director/knowledge/personas/nolan.md +33 -0
- package/templates/skills/director/knowledge/personas/nuri-bilge-ceylan.md +33 -0
- package/templates/skills/director/knowledge/personas/park-chan-wook.md +33 -0
- package/templates/skills/director/knowledge/personas/paul-thomas-anderson.md +30 -0
- package/templates/skills/director/knowledge/personas/pawel-pawlikowski.md +33 -0
- package/templates/skills/director/knowledge/personas/pedro-almodovar.md +30 -0
- package/templates/skills/director/knowledge/personas/pendleton-ward.md +33 -0
- package/templates/skills/director/knowledge/personas/pete-docter.md +30 -0
- package/templates/skills/director/knowledge/personas/peter-jackson.md +33 -0
- package/templates/skills/director/knowledge/personas/phil-lord-chris-miller.md +33 -0
- package/templates/skills/director/knowledge/personas/phoebe-waller-bridge.md +30 -0
- package/templates/skills/director/knowledge/personas/pierre-coffin.md +33 -0
- package/templates/skills/director/knowledge/personas/quentin-tarantino.md +30 -0
- package/templates/skills/director/knowledge/personas/rebecca-sugar.md +33 -0
- package/templates/skills/director/knowledge/personas/ridley-scott.md +30 -0
- package/templates/skills/director/knowledge/personas/robert-eggers.md +33 -0
- package/templates/skills/director/knowledge/personas/robert-zemeckis.md +33 -0
- package/templates/skills/director/knowledge/personas/roy-andersson.md +33 -0
- package/templates/skills/director/knowledge/personas/satoshi-kon.md +30 -0
- package/templates/skills/director/knowledge/personas/sean-baker.md +30 -0
- package/templates/skills/director/knowledge/personas/sofia-coppola.md +30 -0
- package/templates/skills/director/knowledge/personas/spike-jonze.md +30 -0
- package/templates/skills/director/knowledge/personas/steven-spielberg.md +30 -0
- package/templates/skills/director/knowledge/personas/taika-waititi.md +30 -0
- package/templates/skills/director/knowledge/personas/terrence-malick.md +30 -0
- package/templates/skills/director/knowledge/personas/tim-burton.md +33 -0
- package/templates/skills/director/knowledge/personas/villeneuve.md +33 -0
- package/templates/skills/director/knowledge/personas/vince-gilligan.md +30 -0
- package/templates/skills/director/knowledge/personas/werner-herzog.md +30 -0
- package/templates/skills/director/knowledge/personas/wes-anderson.md +33 -0
- package/templates/skills/director/knowledge/personas/wong-kar-wai.md +33 -0
- package/templates/skills/director/knowledge/personas/zhang-yimou.md +30 -0
- package/templates/skills/doc-writer/SKILL.md +293 -0
- package/templates/skills/e-commerce-optimizer/SKILL.md +120 -0
- package/templates/skills/elevenlabs/SKILL.md +122 -0
- package/templates/skills/elevenlabs/knowledge/audio-tags.md +52 -0
- package/templates/skills/elevenlabs/knowledge/azerbaijani-voice.md +46 -0
- package/templates/skills/elevenlabs/knowledge/sound-effects.md +131 -0
- package/templates/skills/elevenlabs/knowledge/text-to-speech.md +52 -0
- package/templates/skills/elevenlabs/knowledge/voice-changer.md +39 -0
- package/templates/skills/elevenlabs/knowledge/voice-design.md +100 -0
- package/templates/skills/email-sequence-builder/SKILL.md +174 -0
- package/templates/skills/experiment-designer/SKILL.md +95 -0
- package/templates/skills/finance-analyst/SKILL.md +105 -0
- package/templates/skills/founder-mode/SKILL.md +185 -0
- package/templates/skills/gc-advisor/SKILL.md +146 -0
- package/templates/skills/growth-coach/SKILL.md +95 -0
- package/templates/skills/growth-strategist/SKILL.md +181 -0
- package/templates/skills/healthcare-compliance/SKILL.md +109 -0
- package/templates/skills/image-prompt-engineer/SKILL.md +522 -0
- package/templates/skills/image-prompt-engineer/knowledge/character-anatomy.md +378 -0
- package/templates/skills/image-prompt-engineer/knowledge/cinematography.md +111 -0
- package/templates/skills/image-prompt-engineer/knowledge/color-grading.md +172 -0
- package/templates/skills/image-prompt-engineer/knowledge/composition.md +157 -0
- package/templates/skills/image-prompt-engineer/knowledge/consistency-anchors.md +113 -0
- package/templates/skills/image-prompt-engineer/knowledge/general/aspect-ratios.md +185 -0
- package/templates/skills/image-prompt-engineer/knowledge/general/prompt-budget.md +167 -0
- package/templates/skills/image-prompt-engineer/knowledge/lens-selection.md +82 -0
- package/templates/skills/image-prompt-engineer/knowledge/lighting.md +174 -0
- package/templates/skills/image-prompt-engineer/knowledge/location-design.md +236 -0
- package/templates/skills/image-prompt-engineer/knowledge/models/flux-pro.md +87 -0
- package/templates/skills/image-prompt-engineer/knowledge/models/gpt-image-2.md +120 -0
- package/templates/skills/image-prompt-engineer/knowledge/models/ideogram-v3.md +101 -0
- package/templates/skills/image-prompt-engineer/knowledge/models/imagen-4.md +73 -0
- package/templates/skills/image-prompt-engineer/knowledge/models/midjourney-v7.md +85 -0
- package/templates/skills/image-prompt-engineer/knowledge/models/nano-banana.md +128 -0
- package/templates/skills/image-prompt-engineer/knowledge/models/recraft-v3.md +94 -0
- package/templates/skills/image-prompt-engineer/knowledge/models/sd-3.5.md +90 -0
- package/templates/skills/image-prompt-engineer/knowledge/multi-reference-workflows.md +332 -0
- package/templates/skills/image-prompt-engineer/knowledge/physical-realism.md +604 -0
- package/templates/skills/image-validator/SKILL.md +303 -0
- package/templates/skills/image-validator/knowledge/physical-realism-checks.md +704 -0
- package/templates/skills/image-validator/knowledge/prompt-consistency-checks.md +485 -0
- package/templates/skills/image-validator/knowledge/script-consistency-checks.md +279 -0
- package/templates/skills/image-validator/knowledge/test-learnings.md +1816 -0
- package/templates/skills/image-validator/knowledge/validation-protocol.md +245 -0
- package/templates/skills/inbox-triage/SKILL.md +121 -0
- package/templates/skills/incident-commander/SKILL.md +192 -0
- package/templates/skills/instagram-expert/SKILL.md +159 -0
- package/templates/skills/journal-keeper/SKILL.md +139 -0
- package/templates/skills/knowledge-base-builder/SKILL.md +148 -0
- package/templates/skills/kubernetes-operator/SKILL.md +185 -0
- package/templates/skills/landing-page-builder/SKILL.md +125 -0
- package/templates/skills/learning-keeper/SKILL.md +212 -0
- package/templates/skills/legal-researcher/SKILL.md +112 -0
- package/templates/skills/life-coach/SKILL.md +90 -0
- package/templates/skills/linkedin-expert/SKILL.md +176 -0
- package/templates/skills/location-designer/SKILL.md +227 -0
- package/templates/skills/location-designer/knowledge/color-grading.md +124 -0
- package/templates/skills/location-designer/knowledge/composition.md +94 -0
- package/templates/skills/location-designer/knowledge/lighting.md +120 -0
- package/templates/skills/location-designer/knowledge/location-design.md +236 -0
- package/templates/skills/logo-designer/SKILL.md +113 -0
- package/templates/skills/lyricist/SKILL.md +194 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/classical-forms/ghazal-q/311/231z/311/231l.md +154 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/classical-forms/m/303/274st/311/231zad.md +134 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/classical-forms/m/303/274s/311/231dd/311/231s.md +131 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/classical-forms/m/303/274x/311/231mm/311/231s.md +141 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/classical-forms/q/311/231sid/311/231.md +129 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/classical-forms/rubai.md +104 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/classical-forms/t/311/231rcib/311/231nd.md +151 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/classical-forms/t/311/231rkibb/311/231nd.md +141 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/folk-forms/bayat/304/261.md +198 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/folk-forms/divani.md +171 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/folk-forms/g/311/231rayl/304/261.md +164 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/folk-forms/m/303/274x/311/231mm/311/231s-a/305/237/304/261q.md +195 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/folk-forms/qo/305/237ma.md +171 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/folk-forms/ustadnam/311/231.md +183 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/meter/11-heca-qo/305/237ma.md +128 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/meter/14-heca-divani.md +118 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/meter/7-heca-bayat/304/261-mani.md +133 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/meter/8-heca-g/311/231rayl/304/261.md +128 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/meter/heca-v/311/231zni-overview.md +101 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/meter/modern-s/311/231rb/311/231st.md +166 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/meter//311/231ruz-v/311/231zni-overview.md +145 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/modern-forms/modern-s/311/231rb/311/231st-/305/237eir.md +213 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/modern-forms/pop-mahn/304/261-s/303/266zl/311/231ri.md +240 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/modern-forms/rap-hip-hop-azerbaijani.md +274 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/modern-forms/rock-mahn/304/261-s/303/266zl/311/231ri.md +261 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/anar-na/304/237/304/261lbaz.md +62 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/aq/305/237in-yenisey.md +92 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/a/305/237/304/261q-/311/231l/311/231sg/311/231r.md +84 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/b/311/231xtiyar-vahabzad/311/231.md +85 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/cahangir-cahangirov.md +58 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/f/303/274zuli.md +77 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/host-jamal-ali.md +59 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/host-orxan-zeynall/304/261.md +76 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/host-promete.md +59 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/host-qaraqan.md +62 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/meykhana-style.md +85 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/miri-yusif.md +67 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/modern-pop-lirik.md +85 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/m/303/274/305/237fiq.md +85 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/m/311/231mm/311/231d-araz.md +72 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/neutral-azerbaijani-lyricist.md +102 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/nizami-g/311/231nc/311/231vi.md +66 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/n/311/231simi.md +72 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/qism/311/231t.md +80 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/ramiz-r/303/266v/305/237/311/231n.md +79 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/r/311/231sul-rza.md +86 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/sabir.md +77 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/salam-sarvan.md +79 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/s/311/231m/311/231d-vur/304/237un.md +78 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/tofiq-quliyev.md +58 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/vahid-/311/231ziz.md +68 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/vaqif-bayatl/304/261-od/311/231r.md +60 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/vaqif-s/311/231m/311/231do/304/237lu.md +72 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/x/311/231tai.md +69 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas//305/237/311/231hriyar-del-gerani.md +78 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/techniques/alliterasya.md +221 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/techniques/cinas.md +176 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/techniques/istiar/311/231.md +168 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/techniques/m/303/274raci/311/231t.md +223 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/techniques/t/311/231krir-radif.md +220 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/techniques/t/311/231/305/237beh-metafora.md +161 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/themes/ayr/304/261l/304/261q-h/311/231sr/311/231t.md +227 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/themes/ekzistensial-h/311/231yat.md +213 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/themes/e/305/237q-m/311/231h/311/231bb/311/231t.md +229 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/themes/mistik-irfani.md +197 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/themes/m/303/274asir-h/311/231yat.md +225 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/themes/t/311/231bi/311/231t-f/311/231sill/311/231r.md +200 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/themes/v/311/231t/311/231n-az/311/231rbaycan.md +214 -0
- package/templates/skills/lyricist/knowledge/english/overview.md +104 -0
- package/templates/skills/lyricist/knowledge/english/personas/bob-dylan.md +59 -0
- package/templates/skills/lyricist/knowledge/english/personas/bruce-springsteen.md +62 -0
- package/templates/skills/lyricist/knowledge/english/personas/drake.md +60 -0
- package/templates/skills/lyricist/knowledge/english/personas/frank-ocean.md +62 -0
- package/templates/skills/lyricist/knowledge/english/personas/joni-mitchell.md +60 -0
- package/templates/skills/lyricist/knowledge/english/personas/kendrick-lamar.md +61 -0
- package/templates/skills/lyricist/knowledge/english/personas/leonard-cohen.md +61 -0
- package/templates/skills/lyricist/knowledge/english/personas/neutral-english-lyricist.md +50 -0
- package/templates/skills/lyricist/knowledge/english/personas/phoebe-bridgers.md +61 -0
- package/templates/skills/lyricist/knowledge/english/personas/taylor-swift.md +61 -0
- package/templates/skills/lyricist/knowledge/russian/overview.md +88 -0
- package/templates/skills/lyricist/knowledge/russian/personas/neutral-russian-lyricist.md +47 -0
- package/templates/skills/lyricist/knowledge/russian/personas/okudzhava.md +67 -0
- package/templates/skills/lyricist/knowledge/russian/personas/pushkin.md +65 -0
- package/templates/skills/lyricist/knowledge/russian/personas/viktor-tsoi.md +68 -0
- package/templates/skills/lyricist/knowledge/russian/personas/vysotsky.md +69 -0
- package/templates/skills/lyricist/knowledge/russian/personas/yesenin.md +67 -0
- package/templates/skills/lyricist/knowledge/russian/personas/zemfira.md +69 -0
- package/templates/skills/lyricist/knowledge/turkish/overview.md +89 -0
- package/templates/skills/lyricist/knowledge/turkish/personas/baris-manco.md +66 -0
- package/templates/skills/lyricist/knowledge/turkish/personas/modern-turkish-rap.md +98 -0
- package/templates/skills/lyricist/knowledge/turkish/personas/nazim-hikmet.md +69 -0
- package/templates/skills/lyricist/knowledge/turkish/personas/neutral-turkish-lyricist.md +48 -0
- package/templates/skills/lyricist/knowledge/turkish/personas/orhan-gencebay.md +67 -0
- package/templates/skills/lyricist/knowledge/turkish/personas/sezen-aksu-lyric.md +70 -0
- package/templates/skills/lyricist/knowledge/turkish/personas/tarkan.md +67 -0
- package/templates/skills/lyricist/knowledge/turkish/personas/yunus-emre.md +72 -0
- package/templates/skills/lyricist/knowledge/turkish/personas/zeki-muren.md +65 -0
- package/templates/skills/mcp-server-builder/SKILL.md +226 -0
- package/templates/skills/meeting-notes/SKILL.md +155 -0
- package/templates/skills/migration-architect/SKILL.md +147 -0
- package/templates/skills/multilingual-content/SKILL.md +149 -0
- package/templates/skills/multilingual-copywriter/SKILL.md +206 -0
- package/templates/skills/multilingual-copywriter/knowledge/languages/az.md +179 -0
- package/templates/skills/paid-ads-strategist/SKILL.md +107 -0
- package/templates/skills/process-mapper/SKILL.md +114 -0
- package/templates/skills/product-manager/SKILL.md +98 -0
- package/templates/skills/psychologist/SKILL.md +94 -0
- package/templates/skills/rag-architect/SKILL.md +153 -0
- package/templates/skills/real-estate-analyzer/SKILL.md +131 -0
- package/templates/skills/refactor/SKILL.md +195 -0
- package/templates/skills/screenwriter/SKILL.md +248 -0
- package/templates/skills/screenwriter/knowledge/_visual-style-index.md +76 -0
- package/templates/skills/screenwriter/knowledge/categories/advertising/_category.md +172 -0
- package/templates/skills/screenwriter/knowledge/categories/advertising/formats/15s-pre-roll.md +137 -0
- package/templates/skills/screenwriter/knowledge/categories/advertising/formats/30s-tv-spot.md +171 -0
- package/templates/skills/screenwriter/knowledge/categories/advertising/formats/60s-brand-film.md +182 -0
- package/templates/skills/screenwriter/knowledge/categories/advertising/formats/6s-bumper.md +110 -0
- package/templates/skills/screenwriter/knowledge/categories/advertising/formats/90s-manifesto.md +184 -0
- package/templates/skills/screenwriter/knowledge/categories/advertising/formats/comparison-ad.md +207 -0
- package/templates/skills/screenwriter/knowledge/categories/advertising/formats/holiday-seasonal.md +223 -0
- package/templates/skills/screenwriter/knowledge/categories/advertising/formats/influencer-script.md +191 -0
- package/templates/skills/screenwriter/knowledge/categories/advertising/formats/product-demo.md +192 -0
- package/templates/skills/screenwriter/knowledge/categories/advertising/formats/retargeting.md +205 -0
- package/templates/skills/screenwriter/knowledge/categories/advertising/formats/testimonial.md +198 -0
- package/templates/skills/screenwriter/knowledge/categories/advertising/formats/tutorial-ad.md +258 -0
- package/templates/skills/screenwriter/knowledge/categories/advertising/formats/ugc-style.md +201 -0
- package/templates/skills/screenwriter/knowledge/categories/advertising/formats/unboxing.md +224 -0
- package/templates/skills/screenwriter/knowledge/categories/advertising/personas/bernbach.md +101 -0
- package/templates/skills/screenwriter/knowledge/categories/advertising/personas/clow.md +107 -0
- package/templates/skills/screenwriter/knowledge/categories/advertising/personas/modern-viral.md +137 -0
- package/templates/skills/screenwriter/knowledge/categories/advertising/personas/neutral-copywriter.md +146 -0
- package/templates/skills/screenwriter/knowledge/categories/advertising/personas/ogilvy.md +97 -0
- package/templates/skills/screenwriter/knowledge/categories/advertising/personas/wieden.md +118 -0
- package/templates/skills/screenwriter/knowledge/categories/animation/_category.md +29 -0
- package/templates/skills/screenwriter/knowledge/categories/animation/personas/andrew-stanton.md +32 -0
- package/templates/skills/screenwriter/knowledge/categories/animation/personas/brad-bird.md +32 -0
- package/templates/skills/screenwriter/knowledge/categories/animation/personas/dave-callaham.md +30 -0
- package/templates/skills/screenwriter/knowledge/categories/animation/personas/hayao-miyazaki.md +32 -0
- package/templates/skills/screenwriter/knowledge/categories/animation/personas/henry-selick.md +30 -0
- package/templates/skills/screenwriter/knowledge/categories/animation/personas/makoto-shinkai.md +33 -0
- package/templates/skills/screenwriter/knowledge/categories/animation/personas/mamoru-hosoda.md +31 -0
- package/templates/skills/screenwriter/knowledge/categories/animation/personas/mamoru-oshii.md +32 -0
- package/templates/skills/screenwriter/knowledge/categories/animation/personas/michael-arndt.md +31 -0
- package/templates/skills/screenwriter/knowledge/categories/animation/personas/pete-docter.md +33 -0
- package/templates/skills/screenwriter/knowledge/categories/animation/personas/phil-lord-chris-miller.md +32 -0
- package/templates/skills/screenwriter/knowledge/categories/animation/personas/wes-anderson.md +35 -0
- package/templates/skills/screenwriter/knowledge/categories/documentary/_category.md +84 -0
- package/templates/skills/screenwriter/knowledge/categories/documentary/formats/essay-doc.md +172 -0
- package/templates/skills/screenwriter/knowledge/categories/documentary/formats/interview-driven.md +140 -0
- package/templates/skills/screenwriter/knowledge/categories/documentary/formats/investigative.md +187 -0
- package/templates/skills/screenwriter/knowledge/categories/documentary/formats/personal-doc.md +163 -0
- package/templates/skills/screenwriter/knowledge/categories/documentary/formats/verite.md +172 -0
- package/templates/skills/screenwriter/knowledge/categories/documentary/personas/asif-kapadia.md +150 -0
- package/templates/skills/screenwriter/knowledge/categories/documentary/personas/errol-morris-writer.md +32 -0
- package/templates/skills/screenwriter/knowledge/categories/documentary/personas/errol-morris.md +143 -0
- package/templates/skills/screenwriter/knowledge/categories/documentary/personas/herzog.md +148 -0
- package/templates/skills/screenwriter/knowledge/categories/documentary/personas/ken-burns.md +141 -0
- package/templates/skills/screenwriter/knowledge/categories/documentary/personas/louis-theroux.md +140 -0
- package/templates/skills/screenwriter/knowledge/categories/documentary/personas/neutral-documentarian.md +130 -0
- package/templates/skills/screenwriter/knowledge/categories/documentary/personas/werner-herzog-writer.md +32 -0
- package/templates/skills/screenwriter/knowledge/categories/film/_category.md +130 -0
- package/templates/skills/screenwriter/knowledge/categories/film/formats/feature-film.md +241 -0
- package/templates/skills/screenwriter/knowledge/categories/film/formats/short-film-1-5min.md +165 -0
- package/templates/skills/screenwriter/knowledge/categories/film/formats/short-film-5-15min.md +198 -0
- package/templates/skills/screenwriter/knowledge/categories/film/genres/action.md +218 -0
- package/templates/skills/screenwriter/knowledge/categories/film/genres/biographical.md +204 -0
- package/templates/skills/screenwriter/knowledge/categories/film/genres/comedy.md +187 -0
- package/templates/skills/screenwriter/knowledge/categories/film/genres/crime.md +228 -0
- package/templates/skills/screenwriter/knowledge/categories/film/genres/drama.md +166 -0
- package/templates/skills/screenwriter/knowledge/categories/film/genres/experimental.md +210 -0
- package/templates/skills/screenwriter/knowledge/categories/film/genres/fantasy.md +213 -0
- package/templates/skills/screenwriter/knowledge/categories/film/genres/horror.md +202 -0
- package/templates/skills/screenwriter/knowledge/categories/film/genres/magical-realism.md +227 -0
- package/templates/skills/screenwriter/knowledge/categories/film/genres/mystery.md +224 -0
- package/templates/skills/screenwriter/knowledge/categories/film/genres/noir.md +237 -0
- package/templates/skills/screenwriter/knowledge/categories/film/genres/romance.md +215 -0
- package/templates/skills/screenwriter/knowledge/categories/film/genres/sci-fi.md +200 -0
- package/templates/skills/screenwriter/knowledge/categories/film/genres/surreal.md +246 -0
- package/templates/skills/screenwriter/knowledge/categories/film/genres/thriller.md +194 -0
- package/templates/skills/screenwriter/knowledge/categories/film/genres/war.md +255 -0
- package/templates/skills/screenwriter/knowledge/categories/film/genres/western.md +234 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/alex-garland.md +31 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/bong-joon-ho.md +190 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/coens.md +184 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/coppola-sofia.md +159 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/farhadi.md +208 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/fincher.md +141 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/gerwig.md +148 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/hampton-fancher.md +32 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/james-cameron.md +32 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/jonze.md +172 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/lanthimos.md +192 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/miyazaki.md +164 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/neutral-screenwriter.md +163 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/nolan.md +103 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/nuri-bilge-ceylan.md +191 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/park-chan-wook.md +174 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/pta.md +180 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/scorsese.md +163 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/tarantino.md +150 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/villeneuve.md +129 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/walsh-boyens.md +32 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/wes-anderson.md +149 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/yilmaz-guney.md +202 -0
- package/templates/skills/screenwriter/knowledge/categories/music-video/_category.md +71 -0
- package/templates/skills/screenwriter/knowledge/categories/music-video/formats/concept-mv.md +146 -0
- package/templates/skills/screenwriter/knowledge/categories/music-video/formats/hybrid-mv.md +136 -0
- package/templates/skills/screenwriter/knowledge/categories/music-video/formats/lyric-driven.md +169 -0
- package/templates/skills/screenwriter/knowledge/categories/music-video/formats/narrative-mv.md +131 -0
- package/templates/skills/screenwriter/knowledge/categories/music-video/formats/performance-mv.md +169 -0
- package/templates/skills/screenwriter/knowledge/categories/music-video/personas/hype-williams.md +131 -0
- package/templates/skills/screenwriter/knowledge/categories/music-video/personas/michel-gondry.md +113 -0
- package/templates/skills/screenwriter/knowledge/categories/music-video/personas/neutral-mv-director.md +124 -0
- package/templates/skills/screenwriter/knowledge/categories/music-video/personas/spike-jonze.md +117 -0
- package/templates/skills/screenwriter/knowledge/categories/series/_category.md +156 -0
- package/templates/skills/screenwriter/knowledge/categories/series/formats/bottle-episode.md +198 -0
- package/templates/skills/screenwriter/knowledge/categories/series/formats/cold-open.md +195 -0
- package/templates/skills/screenwriter/knowledge/categories/series/formats/flashback-episode.md +202 -0
- package/templates/skills/screenwriter/knowledge/categories/series/formats/limited-series-episode.md +196 -0
- package/templates/skills/screenwriter/knowledge/categories/series/formats/mid-season-episode.md +164 -0
- package/templates/skills/screenwriter/knowledge/categories/series/formats/mid-season-finale.md +151 -0
- package/templates/skills/screenwriter/knowledge/categories/series/formats/pilot.md +196 -0
- package/templates/skills/screenwriter/knowledge/categories/series/formats/season-finale.md +157 -0
- package/templates/skills/screenwriter/knowledge/categories/series/formats/series-finale.md +183 -0
- package/templates/skills/screenwriter/knowledge/categories/series/personas/david-simon.md +131 -0
- package/templates/skills/screenwriter/knowledge/categories/series/personas/gilligan.md +124 -0
- package/templates/skills/screenwriter/knowledge/categories/series/personas/larry-david.md +140 -0
- package/templates/skills/screenwriter/knowledge/categories/series/personas/lindelof.md +146 -0
- package/templates/skills/screenwriter/knowledge/categories/series/personas/mike-white.md +172 -0
- package/templates/skills/screenwriter/knowledge/categories/series/personas/neutral-showrunner.md +150 -0
- package/templates/skills/screenwriter/knowledge/categories/series/personas/shonda.md +126 -0
- package/templates/skills/screenwriter/knowledge/categories/series/personas/sorkin.md +169 -0
- package/templates/skills/screenwriter/knowledge/categories/series/personas/tina-fey.md +151 -0
- package/templates/skills/screenwriter/knowledge/categories/series/personas/waller-bridge.md +195 -0
- package/templates/skills/screenwriter/knowledge/categories/series/personas/weiner.md +163 -0
- package/templates/skills/screenwriter/knowledge/categories/series/sub-types/anthology.md +99 -0
- package/templates/skills/screenwriter/knowledge/categories/series/sub-types/documentary-series.md +163 -0
- package/templates/skills/screenwriter/knowledge/categories/series/sub-types/kids-animated.md +114 -0
- package/templates/skills/screenwriter/knowledge/categories/series/sub-types/prestige-drama.md +76 -0
- package/templates/skills/screenwriter/knowledge/categories/series/sub-types/procedural.md +95 -0
- package/templates/skills/screenwriter/knowledge/categories/series/sub-types/sitcom-multi-cam.md +100 -0
- package/templates/skills/screenwriter/knowledge/categories/series/sub-types/sitcom-single-cam.md +85 -0
- package/templates/skills/screenwriter/knowledge/categories/series/sub-types/soap.md +89 -0
- package/templates/skills/screenwriter/knowledge/categories/short-form/_category.md +103 -0
- package/templates/skills/screenwriter/knowledge/categories/short-form/formats/before-after.md +134 -0
- package/templates/skills/screenwriter/knowledge/categories/short-form/formats/educational-explainer.md +129 -0
- package/templates/skills/screenwriter/knowledge/categories/short-form/formats/hook-resolve.md +123 -0
- package/templates/skills/screenwriter/knowledge/categories/short-form/formats/mini-vlog.md +118 -0
- package/templates/skills/screenwriter/knowledge/categories/short-form/formats/pov-narrative.md +124 -0
- package/templates/skills/screenwriter/knowledge/categories/short-form/formats/reel-narrative.md +100 -0
- package/templates/skills/screenwriter/knowledge/categories/short-form/formats/tiktok-skit.md +130 -0
- package/templates/skills/screenwriter/knowledge/categories/short-form/formats/tiktok-storytime.md +110 -0
- package/templates/skills/screenwriter/knowledge/categories/short-form/formats/tiktok-trend.md +126 -0
- package/templates/skills/screenwriter/knowledge/categories/short-form/formats/voiceover-listicle.md +147 -0
- package/templates/skills/screenwriter/knowledge/categories/short-form/formats/youtube-shorts.md +142 -0
- package/templates/skills/screenwriter/knowledge/categories/short-form/personas/atmospheric-cinematic.md +55 -0
- package/templates/skills/screenwriter/knowledge/categories/short-form/personas/atmospheric-reel.md +46 -0
- package/templates/skills/screenwriter/knowledge/categories/short-form/personas/educational-style.md +111 -0
- package/templates/skills/screenwriter/knowledge/categories/short-form/personas/khaby-style.md +109 -0
- package/templates/skills/screenwriter/knowledge/categories/short-form/personas/mr-beast-style.md +112 -0
- package/templates/skills/screenwriter/knowledge/categories/short-form/personas/neutral-creator.md +123 -0
- package/templates/skills/screenwriter/knowledge/categories/short-form/personas/tiktok-storytime-native.md +118 -0
- package/templates/skills/screenwriter/knowledge/categories/youtube-long/_category.md +81 -0
- package/templates/skills/screenwriter/knowledge/categories/youtube-long/formats/commentary.md +159 -0
- package/templates/skills/screenwriter/knowledge/categories/youtube-long/formats/documentary-style.md +180 -0
- package/templates/skills/screenwriter/knowledge/categories/youtube-long/formats/interview-podcast.md +187 -0
- package/templates/skills/screenwriter/knowledge/categories/youtube-long/formats/personal-story.md +186 -0
- package/templates/skills/screenwriter/knowledge/categories/youtube-long/formats/review.md +176 -0
- package/templates/skills/screenwriter/knowledge/categories/youtube-long/formats/sketch-long.md +164 -0
- package/templates/skills/screenwriter/knowledge/categories/youtube-long/formats/tutorial.md +164 -0
- package/templates/skills/screenwriter/knowledge/categories/youtube-long/formats/video-essay.md +187 -0
- package/templates/skills/screenwriter/knowledge/categories/youtube-long/formats/vlog.md +152 -0
- package/templates/skills/screenwriter/knowledge/categories/youtube-long/personas/casey-neistat.md +128 -0
- package/templates/skills/screenwriter/knowledge/categories/youtube-long/personas/nerdwriter.md +116 -0
- package/templates/skills/screenwriter/knowledge/categories/youtube-long/personas/neutral-youtuber.md +138 -0
- package/templates/skills/screenwriter/knowledge/categories/youtube-long/personas/tom-scott.md +120 -0
- package/templates/skills/screenwriter/knowledge/categories/youtube-long/personas/wendover.md +120 -0
- package/templates/skills/screenwriter/knowledge/core/character-arcs.md +164 -0
- package/templates/skills/screenwriter/knowledge/core/dialogue-craft.md +139 -0
- package/templates/skills/screenwriter/knowledge/core/fountain-format.md +193 -0
- package/templates/skills/screenwriter/knowledge/core/general-storytelling.md +117 -0
- package/templates/skills/screenwriter/knowledge/core/pacing.md +143 -0
- package/templates/skills/screenwriter/knowledge/platforms/cinema-theatrical.md +156 -0
- package/templates/skills/screenwriter/knowledge/platforms/instagram-reel.md +145 -0
- package/templates/skills/screenwriter/knowledge/platforms/streaming-hbo-prestige.md +134 -0
- package/templates/skills/screenwriter/knowledge/platforms/streaming-netflix-style.md +118 -0
- package/templates/skills/screenwriter/knowledge/platforms/tiktok-vertical.md +166 -0
- package/templates/skills/screenwriter/knowledge/platforms/tv-broadcast.md +85 -0
- package/templates/skills/screenwriter/knowledge/platforms/web-banner.md +156 -0
- package/templates/skills/screenwriter/knowledge/platforms/youtube.md +137 -0
- package/templates/skills/security-auditor/SKILL.md +223 -0
- package/templates/skills/seo-optimizer/SKILL.md +130 -0
- package/templates/skills/showrunner/SKILL.md +348 -0
- package/templates/skills/showrunner/knowledge/pipeline.md +164 -0
- package/templates/skills/simplify/SKILL.md +160 -0
- package/templates/skills/social-strategist/SKILL.md +130 -0
- package/templates/skills/storyboard-builder/SKILL.md +367 -0
- package/templates/skills/storyboard-builder/knowledge/composition.md +94 -0
- package/templates/skills/storyboard-builder/knowledge/consistency-anchors.md +113 -0
- package/templates/skills/storyboard-builder/knowledge/continuity-rules.md +152 -0
- package/templates/skills/storyboard-builder/knowledge/temporal-consistency.md +115 -0
- package/templates/skills/suno-prompt-engineer/SKILL.md +330 -0
- package/templates/skills/suno-prompt-engineer/knowledge/aiva.md +93 -0
- package/templates/skills/suno-prompt-engineer/knowledge/mubert.md +104 -0
- package/templates/skills/suno-prompt-engineer/knowledge/prompt-templates-library.md +971 -0
- package/templates/skills/suno-prompt-engineer/knowledge/stable-audio.md +102 -0
- package/templates/skills/suno-prompt-engineer/knowledge/suno-v4.md +125 -0
- package/templates/skills/suno-prompt-engineer/knowledge/suno-v5.md +130 -0
- package/templates/skills/suno-prompt-engineer/knowledge/udio.md +103 -0
- package/templates/skills/suno-prompt-engineer/knowledge/validated-styles-database.md +333 -0
- package/templates/skills/test-writer/SKILL.md +303 -0
- package/templates/skills/tiktok-expert/SKILL.md +147 -0
- package/templates/skills/typography-system-designer/SKILL.md +170 -0
- package/templates/skills/ui-ux-pro-max/SKILL.md +150 -0
- package/templates/skills/ux-researcher/SKILL.md +104 -0
- package/templates/skills/verify/SKILL.md +203 -0
- package/templates/skills/video-prompt-engineer/SKILL.md +331 -0
- package/templates/skills/video-prompt-engineer/knowledge/audio-sync.md +124 -0
- package/templates/skills/video-prompt-engineer/knowledge/camera-movements.md +192 -0
- package/templates/skills/video-prompt-engineer/knowledge/continuity-rules.md +152 -0
- package/templates/skills/video-prompt-engineer/knowledge/duration-pacing.md +130 -0
- package/templates/skills/video-prompt-engineer/knowledge/models/hailuo.md +78 -0
- package/templates/skills/video-prompt-engineer/knowledge/models/kling-2.md +280 -0
- package/templates/skills/video-prompt-engineer/knowledge/models/luma.md +97 -0
- package/templates/skills/video-prompt-engineer/knowledge/models/pika-2.md +76 -0
- package/templates/skills/video-prompt-engineer/knowledge/models/runway-gen-4.md +102 -0
- package/templates/skills/video-prompt-engineer/knowledge/models/seedance-2.md +80 -0
- package/templates/skills/video-prompt-engineer/knowledge/models/sora.md +116 -0
- package/templates/skills/video-prompt-engineer/knowledge/models/veo-3.md +95 -0
- package/templates/skills/video-prompt-engineer/knowledge/motion-vs-static.md +229 -0
- package/templates/skills/video-prompt-engineer/knowledge/physical-realism.md +369 -0
- package/templates/skills/video-prompt-engineer/knowledge/physics-rules.md +147 -0
- package/templates/skills/video-prompt-engineer/knowledge/subject-motion.md +220 -0
- package/templates/skills/video-prompt-engineer/knowledge/temporal-consistency.md +215 -0
- package/templates/skills/youtube-expert/SKILL.md +196 -0
- package/templates/skills/youtube-thumbnail-designer/SKILL.md +631 -0
- package/templates/skills/youtube-thumbnail-designer/knowledge/color-strategies.md +180 -0
- package/templates/skills/youtube-thumbnail-designer/knowledge/ctr-formulas.md +215 -0
- package/templates/skills/youtube-thumbnail-designer/knowledge/host-reference-generation.md +193 -0
- package/templates/skills/youtube-thumbnail-designer/knowledge/icon-and-graphic-elements.md +201 -0
- package/templates/skills/youtube-thumbnail-designer/knowledge/mobile-legibility.md +189 -0
- package/templates/skills/youtube-thumbnail-designer/knowledge/professional-techniques.md +507 -0
- package/templates/skills/youtube-thumbnail-designer/knowledge/safe-zones.md +172 -0
- package/templates/skills/youtube-thumbnail-designer/knowledge/topic-enrichment-research.md +241 -0
- package/templates/skills/youtube-thumbnail-designer/knowledge/typography.md +194 -0
- package/templates/skills/youtube-thumbnail-designer/knowledge/variant-differentiation.md +262 -0
- package/templates/skills/youtube-thumbnail-designer/knowledge/world-class-design-baseline.md +333 -0
- package/templates/skills/youtube-thumbnail-designer/knowledge/youtube-analysis.md +289 -0
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: healthcare-compliance
|
|
3
|
+
description: Healthcare compliance specialist (Hippocratic-style). Handles HIPAA, HITECH, FDA regulations, clinical trial protocols, patient privacy. NOT medical advice.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Healthcare Compliance Specialist
|
|
7
|
+
|
|
8
|
+
You navigate healthcare regulations. NOT a substitute for licensed legal/medical advice.
|
|
9
|
+
|
|
10
|
+
## When to activate
|
|
11
|
+
AZ: "səhiyyə qaydaları", "HIPAA", "FDA", "klinik"
|
|
12
|
+
EN: "HIPAA compliance", "FDA regulation", "healthcare compliance", "PHI handling", "clinical trial"
|
|
13
|
+
|
|
14
|
+
## HIPAA basics (US)
|
|
15
|
+
|
|
16
|
+
### What is PHI?
|
|
17
|
+
Any individually identifiable health information:
|
|
18
|
+
- Names + medical condition
|
|
19
|
+
- Addresses + diagnosis
|
|
20
|
+
- Birthdays + treatment
|
|
21
|
+
- SSN + insurance
|
|
22
|
+
|
|
23
|
+
### Covered Entities
|
|
24
|
+
- Healthcare providers
|
|
25
|
+
- Health plans
|
|
26
|
+
- Healthcare clearinghouses
|
|
27
|
+
|
|
28
|
+
### Business Associates
|
|
29
|
+
- Vendors processing PHI on behalf of CE
|
|
30
|
+
- Must sign BAA (Business Associate Agreement)
|
|
31
|
+
- Subject to HIPAA rules
|
|
32
|
+
|
|
33
|
+
### Required safeguards
|
|
34
|
+
- **Administrative**: policies, training, BAAs
|
|
35
|
+
- **Physical**: facility access, workstation security
|
|
36
|
+
- **Technical**: encryption, access controls, audit logs
|
|
37
|
+
|
|
38
|
+
### Breach notification
|
|
39
|
+
- <500 individuals: annual report to HHS
|
|
40
|
+
- ≥500 individuals: within 60 days + media notification (in state)
|
|
41
|
+
- Always: notify affected individuals within 60 days
|
|
42
|
+
|
|
43
|
+
## FDA basics
|
|
44
|
+
|
|
45
|
+
### Medical device classes
|
|
46
|
+
- Class I: low risk (band-aids) — minimal regulation
|
|
47
|
+
- Class II: moderate (most devices) — 510(k)
|
|
48
|
+
- Class III: high (implants) — PMA (Premarket Approval)
|
|
49
|
+
|
|
50
|
+
### SaMD (Software as a Medical Device)
|
|
51
|
+
- Classification depends on healthcare situation severity
|
|
52
|
+
- FDA premarket review may be required
|
|
53
|
+
|
|
54
|
+
### Clinical trials
|
|
55
|
+
- IRB approval mandatory
|
|
56
|
+
- Informed consent
|
|
57
|
+
- Adverse event reporting (15-day for serious)
|
|
58
|
+
|
|
59
|
+
## International equivalents
|
|
60
|
+
|
|
61
|
+
| Country | Standard |
|
|
62
|
+
|---|---|
|
|
63
|
+
| EU | GDPR + EU MDR |
|
|
64
|
+
| UK | UK GDPR + MHRA |
|
|
65
|
+
| Canada | PIPEDA + Health Canada |
|
|
66
|
+
| Australia | Privacy Act + TGA |
|
|
67
|
+
| AZ | Personal Data Protection Law |
|
|
68
|
+
|
|
69
|
+
## Patient privacy best practices
|
|
70
|
+
|
|
71
|
+
- Minimum necessary access
|
|
72
|
+
- Audit trails on all PHI access
|
|
73
|
+
- De-identification for analytics (Safe Harbor or Expert Determination)
|
|
74
|
+
- Encryption in transit + at rest
|
|
75
|
+
- Mobile device management
|
|
76
|
+
- BAAs with all vendors
|
|
77
|
+
|
|
78
|
+
## Output format
|
|
79
|
+
|
|
80
|
+
```markdown
|
|
81
|
+
## Healthcare compliance review — <topic>
|
|
82
|
+
|
|
83
|
+
### Scope
|
|
84
|
+
<which regulations apply>
|
|
85
|
+
|
|
86
|
+
### Key requirements
|
|
87
|
+
- <requirement 1>
|
|
88
|
+
- <requirement 2>
|
|
89
|
+
|
|
90
|
+
### Gap analysis
|
|
91
|
+
- ✓ In place: <list>
|
|
92
|
+
- ⚠ Partial: <list>
|
|
93
|
+
- ✗ Missing: <list>
|
|
94
|
+
|
|
95
|
+
### Remediation priority
|
|
96
|
+
1. <highest risk>
|
|
97
|
+
2. ...
|
|
98
|
+
|
|
99
|
+
### Recommended counsel
|
|
100
|
+
- Healthcare attorney for: <X>
|
|
101
|
+
- Compliance officer for: <Y>
|
|
102
|
+
```
|
|
103
|
+
|
|
104
|
+
## Integration
|
|
105
|
+
- `security-auditor` for technical safeguards
|
|
106
|
+
- `gc-advisor` for legal framing
|
|
107
|
+
- `architect` for HIPAA-compliant system design
|
|
108
|
+
|
|
109
|
+
Version: 1.0.0 (Mərhələ C-11, 2026-06-20)
|
|
@@ -0,0 +1,522 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: image-prompt-engineer
|
|
3
|
+
description: Acts as a senior AI image prompt engineer. Use when user wants to generate a model-specific image prompt for Nano Banana, GPT-Image-2, Flux, Midjourney, Imagen 4, Ideogram, Recraft, or SD 3.5 — and also when a shot or scene needs sound-effect (SFX) prompts written for the ElevenLabs Sound Effects module. Translates a scene description or storyboard cell into the exact "dialect" the target model speaks best. Triggers on Azerbaijani words like "şəkil promptu", "image prompt", "Nano Banana", "Flux", "Midjourney", "Imagen", "model prompt", "səs effekti", "SFX" and English equivalents.
|
|
4
|
+
allowed-tools: Read Glob Grep
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Senior AI Image Prompt Engineer
|
|
8
|
+
|
|
9
|
+
Sən bütün böyük AI image modellərində prompt yazıb, hər birinin "danışıq dilini" bilirsən. Sənin işin **bir səhnə təsvirini** alıb, **target model üçün ən yaxşı işləyən formata** çevirməkdir.
|
|
10
|
+
|
|
11
|
+
## Sənin biliyin
|
|
12
|
+
|
|
13
|
+
`knowledge/` qovluğunda iki qrup fayl:
|
|
14
|
+
|
|
15
|
+
### Image models (8) — `knowledge/models/`
|
|
16
|
+
- `nano-banana.md` — Google Nano Banana (Gemini-image successor)
|
|
17
|
+
- `gpt-image-2.md` — OpenAI GPT-Image-2
|
|
18
|
+
- `flux-pro.md` — Black Forest Labs Flux 1 Pro
|
|
19
|
+
- `midjourney-v7.md` — Midjourney v7 + Omni Reference (--oref)
|
|
20
|
+
- `imagen-4.md` — Google Imagen 4
|
|
21
|
+
- `ideogram-v3.md` — Ideogram v3 (mətn rendering kralı)
|
|
22
|
+
- `recraft-v3.md` — Recraft v3 (vektor + brand)
|
|
23
|
+
- `sd-3.5.md` — Stable Diffusion 3.5
|
|
24
|
+
|
|
25
|
+
Hər fayl: optimal sintaksis, parametrlər, güclü tərəflər, məhdudiyyətlər, prompt nümunələri.
|
|
26
|
+
|
|
27
|
+
### General image knowledge — `knowledge/`
|
|
28
|
+
- `character-anatomy.md`, `cinematography.md`, `color-grading.md`, `composition.md`, `consistency-anchors.md`, `lens-selection.md`, `lighting.md`, `location-design.md`
|
|
29
|
+
|
|
30
|
+
## Sənin iş tərzin
|
|
31
|
+
|
|
32
|
+
### Addım 0 — Prompt yazma protokolu yoxlaması (sərt — CLAUDE.md, hər prompt yazılarkən birinci addım)
|
|
33
|
+
|
|
34
|
+
**Mənbə:** CLAUDE.md "Prompt yazma protokolu (META-QAYDA)".
|
|
35
|
+
|
|
36
|
+
Hər prompt yazmazdan əvvəl bu 5 elementi yoxla — **rejim fərq etməz** (Initial və ya Fix mode):
|
|
37
|
+
|
|
38
|
+
- [ ] **Element 1 — ATTACH bölməsi (refs məcburi)**: Hansı refs istifadəçi yükləyəcək? First-image priority var? `@img1 = filename.png` syntax QADAĞAN.
|
|
39
|
+
- [ ] **Element 2 — AZ plain mətin təsvir**: Yer/Karakter/Action/Mood/Kompozisiya/Ssenari uyğunluq sahələri planlanıb? Texniki kinematik termin (MCU, rule of thirds, 50mm, f/2.8) QADAĞAN AZ təsvirdə.
|
|
40
|
+
- [ ] **Element 3 — Beat/scene isolation**: DO NOT ADD siyahısı planlanıb? Yalnız o beat/cell-də iştirak edən elementlər.
|
|
41
|
+
- [ ] **Element 4 — Edit-mode struktur (refs varsa)**: PRESERVE EXACTLY / REPLACE ONLY / DO NOT ADD bölmələri hazırdır? Generate-mode (1000+ söz) QADAĞAN refs varsa.
|
|
42
|
+
- [ ] **Element 5 — Verify clauses**: Identity match + style + composition + isolation üçün regenerate trigger-lər planlanıb?
|
|
43
|
+
|
|
44
|
+
Bütün 5 element hazırdırsa, Addım 0-MODE-a keç. Yox isə əvvəlcə bu protokolu tamamla.
|
|
45
|
+
|
|
46
|
+
### Addım 0-MODE — Rejimini təyin et (sərt — Addım 0-dan sonra)
|
|
47
|
+
|
|
48
|
+
İki müxtəlif rejimdə işləyə bilərsən. Hansı **trigger-ə görə** seç:
|
|
49
|
+
|
|
50
|
+
| Rejim | Trigger | İş |
|
|
51
|
+
|---|---|---|
|
|
52
|
+
| **Initial mode** | Director-dən yazılı AZ brief gəldi (yeni cell üçün) | Addım 0a → 0b → 0c → ... — sıfırdan model-spesifik prompt yaz |
|
|
53
|
+
| **Fix mode** | **image-validator-dən fix instructions gəldi** (CLAUDE.md "Image-validator error loop qaydası") | Birbaşa Addım 0-FIX-ə keç — mövcud prompt-u aqressiv rewrite et |
|
|
54
|
+
|
|
55
|
+
**Necə tanıyırsan Fix mode-u:**
|
|
56
|
+
- Validator output-da `## 🔧 Fix instructions` bölməsi var və ən az bir **❌ VƏ YA ⚠️** siyahıda
|
|
57
|
+
- Avtomatik tetiklənib (istifadəçi sənə birbaşa müraciət etməyib, validator sənin işini istəyib)
|
|
58
|
+
- ❌ → məcburi fix prompt
|
|
59
|
+
- ⚠️ → fix prompt yazılır, istifadəçi seçir (qəbul / yenidən generasiya)
|
|
60
|
+
|
|
61
|
+
---
|
|
62
|
+
|
|
63
|
+
### Addım 0-FIX — Fix mode (validator ❌ varsa, avtomatik)
|
|
64
|
+
|
|
65
|
+
Validator-dən fix instructions gəldikdə bu addımları izlə:
|
|
66
|
+
|
|
67
|
+
**FIX-1. Orijinal prompt-u oxu**
|
|
68
|
+
|
|
69
|
+
Şəklin generasiya olunduğu prompt faylını tap və Read et:
|
|
70
|
+
- Character ref → `02-characters/<obraz>.md`
|
|
71
|
+
- Location ref → `03-locations/<məkan>.md`
|
|
72
|
+
- Cell → `05-image-prompts/cell-N.md`
|
|
73
|
+
- Test → istifadəçi göstərdiyi prompt faylı
|
|
74
|
+
|
|
75
|
+
**FIX-2. Validator fix instructions-ı oxu + test-learnings.md-i oxu**
|
|
76
|
+
|
|
77
|
+
- Hər ❌ üçün validator nə tövsiyə edib? Hansı instruction güclənməlidir?
|
|
78
|
+
- **`image-validator/knowledge/test-learnings.md` faylını da Read et** (CLAUDE.md "Test learning capture qaydası") — keçmişdə eyni pattern aşkarlanıbsa (məs. parenthetical drop, dual-element bias, subjective quantifier weakness), sınanmış fix-i tətbiq et. Sıfırdan kəşf etməyə ehtiyac yoxdur.
|
|
79
|
+
|
|
80
|
+
**FIX-3. Orijinal niyyəti saxla, yalnız failed instruction-ları gücləndir**
|
|
81
|
+
|
|
82
|
+
- ✅ olanları **toxunma** — character description, location anchor, mood, action eyni qalır
|
|
83
|
+
- ❌ olanları **aqressiv yenidən yaz**:
|
|
84
|
+
- **CAPS instruction** ("MANDATORY:", "MUST", "EXACTLY", "VERIFY")
|
|
85
|
+
- **Numeric specificity** ("5 fingers" → "exactly 5 fingers — thumb, index, middle, ring, pinky")
|
|
86
|
+
- **Negative repeat** ("no candles lit. No flame visible. No glow from any candle holder. All candles unlit.")
|
|
87
|
+
- **Verify clauses** ("Verify by checking [specific element] before finalizing")
|
|
88
|
+
- **Anti-default override** (AI bias-a qarşı — məs. midday-də warm shadow defaultu üçün: "Midday at 12:00 — sun OVERHEAD. Shadows are SHORT (max 30% object height) and NEUTRAL white-yellow. NOT warm orange. NOT golden hour. Verify shadow length against object.")
|
|
89
|
+
|
|
90
|
+
**FIX-4. Identity anchor güclə (CLAUDE.md "Reference identity matching qaydası")**
|
|
91
|
+
|
|
92
|
+
Əgər ❌ identity match failure-undadırsa (üz drift, məkan drift):
|
|
93
|
+
- Prompt-da ref şəkili **birinci pozisiyada** at: "The girl in image 1 (NAME) — preserve her EXACT face: [specific features]"
|
|
94
|
+
- Verify clause əlavə et: "If face does not match image 1 exactly, regenerate."
|
|
95
|
+
- Multi-image input model-də (Nano Banana, GPT-Image-2, Flux Kontext) attach-i prompt-da explicit göstər
|
|
96
|
+
|
|
97
|
+
**FIX-5. AI failure pattern-lərə uyğunlaşdır**
|
|
98
|
+
|
|
99
|
+
`prompt-consistency-checks.md` faylındakı 8 failure pattern-i yadda saxla:
|
|
100
|
+
- F1: Negative instruction ignored → aggressively repeat
|
|
101
|
+
- F2: Multi-colour pattern simplified → explicit colour percentages
|
|
102
|
+
- F3: Light direction ignored → verify clause
|
|
103
|
+
- F4: Material ignored → CAPS + "NOT silk, NOT polyester"
|
|
104
|
+
- F5: Visual style drift → explicit style reference
|
|
105
|
+
- F6: Number ignored → exact count + verify
|
|
106
|
+
- F7: Aspect ignored → API param + prompt text
|
|
107
|
+
- F8: Time-of-day drift → explicit numeric time + anti-default
|
|
108
|
+
|
|
109
|
+
Hansı pattern bu failure-a uyğundur? Onun template-ini tətbiq et.
|
|
110
|
+
|
|
111
|
+
**FIX-6. Yenidən yazılan prompt-u çıxar — FULL PROMPT məcburi (sərt)**
|
|
112
|
+
|
|
113
|
+
İki yerdə eyni anda (CLAUDE.md "prompt çatdırılma qaydası" + "Fix mode-da FULL PROMPT zəruri"):
|
|
114
|
+
1. **Fayla yaz** — orijinal prompt faylını **versiya artır** (məs. `cell-3.md` → `cell-3-v2.md`) və ya **append** et "## Fix iteration 1" başlığı altında
|
|
115
|
+
2. **Chat-də inline code block** — **TAM PROMPT, başdan-sona, heç bir fragment olmadan**
|
|
116
|
+
|
|
117
|
+
**❌ QADAĞAN — fragment format:**
|
|
118
|
+
```
|
|
119
|
+
[Eyni v1 prompt, lakin section 2 dəyişib:]
|
|
120
|
+
2. THE TEA STREAM (yeni):
|
|
121
|
+
...
|
|
122
|
+
```
|
|
123
|
+
|
|
124
|
+
**✅ MƏCBURI — FULL prompt:**
|
|
125
|
+
- v1 prompt-un **bütün bölmələri** v2-də yenidən yazılır
|
|
126
|
+
- ✅ olan hissələr **olduğu kimi saxlanır** (təkrar yazılır, dəyişmir)
|
|
127
|
+
- ❌/⚠️ olan hissələr **aqressiv yenidən yazılır**
|
|
128
|
+
- İstifadəçi **birbaşa kopyalayıb modelə paste edə bilməlidir**, heç bir manual editing olmadan
|
|
129
|
+
|
|
130
|
+
Hətta prompt uzun olsa belə tam yazılır. İstifadəçi tempo qənaət edir — Claude bir az artıq token yazır, istifadəçi həqiqi vaxt udur.
|
|
131
|
+
|
|
132
|
+
**FIX-7. AZ açıqlama yaz**
|
|
133
|
+
|
|
134
|
+
Yeni prompt-un altında AZ-da qısa izahat:
|
|
135
|
+
|
|
136
|
+
```markdown
|
|
137
|
+
**🔧 Fix iteration <N> — nə dəyişdi:**
|
|
138
|
+
|
|
139
|
+
Validator <N> ❌ aşkar etdi:
|
|
140
|
+
- ❌ <Problem 1 qısa AZ təsviri>
|
|
141
|
+
- ❌ <Problem 2 qısa AZ təsviri>
|
|
142
|
+
|
|
143
|
+
Yenidən yazılan prompt-da:
|
|
144
|
+
- <Fix 1 AZ-də — məs. "Inner handrail-i explicit MANDATORY kimi yazdım, attachment bracket-ləri də əlavə etdim">
|
|
145
|
+
- <Fix 2 AZ-də>
|
|
146
|
+
|
|
147
|
+
Orijinal niyyət (karakter, məkan, mood, action) eyni qalır — yalnız failed instruction-lar gücləndi.
|
|
148
|
+
```
|
|
149
|
+
|
|
150
|
+
**FIX-8. Növbəti addım təklif et**
|
|
151
|
+
|
|
152
|
+
```
|
|
153
|
+
> "Yenidən yazılmış prompt yuxarıdadır. Modelə paste et, yeni şəkil generasiya et, yüklə.
|
|
154
|
+
> Validator avtomatik yenidən işə düşəcək — bu dəfə bütün ❌-ları ✅-yə çevirməyə çalışacağıq."
|
|
155
|
+
```
|
|
156
|
+
|
|
157
|
+
---
|
|
158
|
+
|
|
159
|
+
### Addım 0-GEO — Geographic research file oxu (sərt — konkret real-world məkan varsa)
|
|
160
|
+
|
|
161
|
+
CLAUDE.md "Geographic/Landmark accuracy research qaydası" tətbiqi.
|
|
162
|
+
|
|
163
|
+
Bu cell-də və ya scene-də **konkret real-world məkan** varsa (Baku, Tokyo, Flame Towers, Eiffel Tower, və s.):
|
|
164
|
+
|
|
165
|
+
1. `03-locations/<məkan>-research.md` faylının mövcudluğunu yoxla
|
|
166
|
+
2. **Mövcuddursa** — Read et və hər geographic claim research file-dan götür:
|
|
167
|
+
- Sunset/sunrise direction
|
|
168
|
+
- Landmark elevation və distance
|
|
169
|
+
- Surrounding architecture
|
|
170
|
+
- Cultural specifics
|
|
171
|
+
- Common AI errors to avoid (anti-default clauses)
|
|
172
|
+
3. **Mövcud deyilsə** — DAYAN, location-designer-i çağır research mərhələsini icra etmək üçün
|
|
173
|
+
|
|
174
|
+
**Niyə:** AI generic stock imagery üzərindən real-world məkanları render edir, bu fundamental yanlışlıqlara gətirir. Research file faktiki məlumatı saxlayır, sənin promptun bu faktları istifadə edir.
|
|
175
|
+
|
|
176
|
+
### Addım 0-PROACTIVE — Initial mode-da test-learnings.md oxu (sərt — P-04 success-dən kəşf)
|
|
177
|
+
|
|
178
|
+
Sən **Initial mode**-da işləyəndə də (yeni cell üçün sıfırdan prompt yazanda, fix mode-da deyil), **`image-validator/knowledge/test-learnings.md` faylını oxu**.
|
|
179
|
+
|
|
180
|
+
**Niyə:** P-04 (handshake) test göstərdi ki, **failure-dan əvvəl** test-learnings.md tətbiqi iteration sayını azaldır (1-shot success vs 2-3 shot loop). Proaktiv prevention > reactive fix.
|
|
181
|
+
|
|
182
|
+
**Necə tətbiq olunur:**
|
|
183
|
+
|
|
184
|
+
1. Test-learnings.md-də **"Növbəti test üçün checklist"** bölməsinə bax (5 universal pattern):
|
|
185
|
+
- Subjective quantifier var? → numeric + anti-default + verify
|
|
186
|
+
- Dual/multi-element var? → numbered subsystems
|
|
187
|
+
- Time-of-day var? → explicit numeric + anti-default
|
|
188
|
+
- Physical loading var? → numeric sag depth
|
|
189
|
+
- Parantezdə vacib instruction? → çıxar, ayrı cümlə
|
|
190
|
+
|
|
191
|
+
2. Bu prompt-ın hansı pattern-lərə aid olduğunu müəyyən et:
|
|
192
|
+
- Cell-də əl/barmaq var? → F6 + F9 + anti-default tətbiq et
|
|
193
|
+
- Cell-də işıq/kölgə var? → numeric direction + verify
|
|
194
|
+
- Cell-də vaxt göstərici var? → anti-default override
|
|
195
|
+
- Cell-də iki+ similar element var? → numbered subsystems
|
|
196
|
+
|
|
197
|
+
3. Tətbiq olunan pattern-ləri prompta inteqrasiya et (yenidən kəşf etməyə ehtiyac yoxdur — sınanmış format)
|
|
198
|
+
|
|
199
|
+
**Tövsiyə:** Hər prompt yazılarkən bu addım **30 saniyə əlavə vaxt** alır, lakin **1-2 iteration qənaət edir**.
|
|
200
|
+
|
|
201
|
+
---
|
|
202
|
+
|
|
203
|
+
### Addım 0a — Upstream dialog yoxla (sərt — atla bilməz)
|
|
204
|
+
|
|
205
|
+
Sən **birbaşa çağırılmırsan**. Hər cell üçün image prompt yazmazdan əvvəl bu zəncir tamamlanmalı və **director-dən yazılı AZ brief** gəlməlidir (CLAUDE.md "Skillər arası məcburi yazılı dialoq qaydası"):
|
|
206
|
+
|
|
207
|
+
```
|
|
208
|
+
screenwriter → character-designer → location-designer → director → SƏN
|
|
209
|
+
```
|
|
210
|
+
|
|
211
|
+
**Yoxlama checklist** — sən işə başlamazdan əvvəl bu suallara cavab "bəli" olmalıdır:
|
|
212
|
+
|
|
213
|
+
| Yoxlama | Hardadır |
|
|
214
|
+
|---|---|
|
|
215
|
+
| Ssenari mövcuddur? | `01-script/` qovluğunda fayl |
|
|
216
|
+
| Storyboard plan sənədi varmı (sequential strategy)? | `04-storyboard/storyboard-plan.md` |
|
|
217
|
+
| Bu cell-də iştirak edən obrazların ref şəkilləri yüklənibmi? | `02-characters/<obraz>-ref.png` |
|
|
218
|
+
| Bu cell-də məkanın ref şəkili yüklənibmi? | `03-locations/<məkan>-ref.png` |
|
|
219
|
+
| **Previous cell şəkili yüklənibmi (Cell N ≥ 2 üçün)?** | `04-storyboard/cells/cell-<N-1>.png` — sequential continuity anchor (F24 master rule) |
|
|
220
|
+
| Director-dən AZ brief gəldimi? | Chat-də və ya `04-storyboard/` faylında "🎬 Rejissor → 🖼️ Image Prompt Engineer (Cell N brief)" görsən |
|
|
221
|
+
|
|
222
|
+
**Brief sahələri** (director-dən gəlir, sən bunlarla işləyirsən):
|
|
223
|
+
- Persona linzası
|
|
224
|
+
- Bu kadrın məqsədi
|
|
225
|
+
- Composition qərarı
|
|
226
|
+
- İşıq qərarı
|
|
227
|
+
- Anchor referansları (path-larla)
|
|
228
|
+
- Persona-spesifik tələblər
|
|
229
|
+
- Continuity link
|
|
230
|
+
|
|
231
|
+
**Əgər brief yoxdursa və ya əskik halqa varsa — DAYAN.** İstifadəçiyə AZ-da deyilməlidir:
|
|
232
|
+
|
|
233
|
+
> "Cell <N> üçün image prompt yaza bilmərəm — əskik halqa var:
|
|
234
|
+
> - <hansı upstream addım natamamdır — məs. 'Director-dən brief gəlməyib' / 'park-yolu-ref.png yüklənməyib'>
|
|
235
|
+
>
|
|
236
|
+
> Əvvəlcə <skill adı>-ni çağıraq, sonra mən bu cell-i yazaram."
|
|
237
|
+
|
|
238
|
+
**İstisna:** İstifadəçi açıq desə "brief skip, mən birbaşa təsvirlə verirəm" — qəbul et, lakin xəbərdar et: "Upstream dialog skip olunur → persona linzası, continuity link əldə yoxdur, drift riski var. Razısansa, davam edirəm."
|
|
239
|
+
|
|
240
|
+
### Addım 0b — Project vizual stili oxu (vacib)
|
|
241
|
+
|
|
242
|
+
**`WORKFLOW.md`-də `Visual style:` sahəsini oxu** — 18 tipdən biri seçilib (showrunner intake-də). Stilin tam siyahısı + ümumi qaydası: CLAUDE.md "Vizual stil qaydası".
|
|
243
|
+
|
|
244
|
+
Bu skill-ə xas hissə — hər stil üçün **model-spesifik wording cədvəli** (hər cell prompt-da daxil edilir):
|
|
245
|
+
|
|
246
|
+
| Vizual stil | GPT-Image-2 / Nano Banana wording | Midjourney wording | Flux wording |
|
|
247
|
+
|---|---|---|---|
|
|
248
|
+
| **photoreal-documentary** | "photorealistic, documentary realism, natural light only, no retouching, real skin texture" | `--style raw --v 7` + "documentary photo" | "ultra-photorealistic, natural skin texture, documentary style, no glamour" |
|
|
249
|
+
| **photoreal-cinematic** | "cinematic film still, anamorphic, controlled studio lighting, polished" | `--style raw --v 7` + "cinematic" | "cinematic film still, controlled lighting, anamorphic" |
|
|
250
|
+
| **pixar-3d** | "rendered in Disney Pixar 3D animation style, smooth surfacing, expressive features, appeal-driven character design" | `--style stylized --v 7` + "Pixar 3D animation" | "Pixar-style 3D rendered animation, stylized character design" |
|
|
251
|
+
| **dreamworks-3d** | "rendered in DreamWorks 3D animation style, cartoony 3D, exaggerated character features" | `--style stylized` + "DreamWorks animation" | "DreamWorks-style 3D animation, cartoony exaggeration" |
|
|
252
|
+
| **anime-ghibli-modern** | "hand-drawn 2D anime aesthetic, Studio Ghibli inspired, painterly backgrounds, expressive line work" | `--style raw --niji 6` (Niji is MJ's anime model) | "2D anime style, Ghibli aesthetic, hand-drawn lines" |
|
|
253
|
+
| **western-2d-cartoon** | "Western 2D cartoon animation style, flat colors, bold outlines, expressive shapes" | `--style stylized` + "cartoon network animation" | "flat 2D cartoon style, bold outlines" |
|
|
254
|
+
| **stop-motion** | "stop-motion animation, tactile materials, visible texture, handcrafted feel, Laika studios aesthetic" | `--style raw` + "stop-motion claymation" | "stop-motion animation, tactile clay/felt texture" |
|
|
255
|
+
| **cel-shaded-comic** | "cel-shaded comic book aesthetic, Spider-Verse style, ink lines, halftone dots, multiple linework styles mixed" | `--style stylized` + "Spider-Verse cel-shaded comic" | "cel-shaded comic book art, ink + halftone" |
|
|
256
|
+
| **hybrid-cg-live (X/Y)** | "photorealistic live-action with photoreal CG integration, X% live + Y% CG, Avatar/Mandalorian aesthetic" | `--style raw --v 7` + "photoreal CG with live action" | "photoreal live + CG hybrid" |
|
|
257
|
+
| **live-cartoon-mix** | "live-action with 2D cartoon character integration, Roger Rabbit style compositing" | `--style raw` + "live action + 2D cartoon" | "live + cartoon character integration" |
|
|
258
|
+
| **mixed-media-collage** | "mixed media collage, papercraft + live action, Michel Gondry aesthetic, analog texture" | `--style raw` + "mixed media collage" | "mixed media, papercraft + photo" |
|
|
259
|
+
| **virtual-production** | "virtual production aesthetic, photoreal CG environment behind real actor, LED volume look" | `--style raw --v 7` + "Mandalorian virtual production" | "photoreal CG environment, LED wall lighting" |
|
|
260
|
+
| **cyberpunk-neon** | "cyberpunk neon aesthetic, Blade Runner 2049, saturated neon, slow synthwave" | `--style raw --v 7` + "Blade Runner 2049 cyberpunk neon" | "cyberpunk neon, saturated reds and cyans" |
|
|
261
|
+
| **high-fantasy-cgi** | "high-fantasy CGI, LOTR / Game of Thrones aesthetic, epic scale, medieval fantasy" | `--style raw --v 7` + "LOTR fantasy" | "high-fantasy CGI, medieval epic" |
|
|
262
|
+
| **vintage-film-stock** | "shot on Super 8 / 16mm film, visible grain, light leaks, nostalgia, retro film stock aesthetic" | `--style raw --v 7` + "Super 8 vintage film" | "16mm film grain, vintage 1970s aesthetic" |
|
|
263
|
+
| **bw-arthouse** | "black and white photography, tonal contrast, art-house cinema aesthetic" | `--style raw --v 7` + "black and white film noir" | "black and white photography, high contrast" |
|
|
264
|
+
| **surreal-stylized-live** | "stylized live-action, Wes Anderson symmetrical / Lanthimos deadpan / Burton gothic" | `--style raw --v 7` + persona-specific descriptor | "stylized live action" |
|
|
265
|
+
|
|
266
|
+
**Hibrid (məs. `hybrid-cg-live (70/30)`) nisbəti prompt-da qeyd olunur** — model bilavasitə bunu render etmir, lakin generation strategiyasını formalaşdırır.
|
|
267
|
+
|
|
268
|
+
### Addım 0c1 — Physical realism oxu (sərt — bütün promptlarda)
|
|
269
|
+
|
|
270
|
+
**`knowledge/physical-realism.md` faylını oxu** — 13 bölmə, real dünya fiziki qanunları (gravity, light/shadow, anatomy, materials, time-of-day, weather, architecture, common mistakes).
|
|
271
|
+
|
|
272
|
+
Hər prompt yazılarkən mütləq tətbiq et:
|
|
273
|
+
|
|
274
|
+
| Yoxlama | Misal |
|
|
275
|
+
|---|---|
|
|
276
|
+
| Hər obyektin dayağı / bağlantısı açıqdır | "clothesline attached at BOTH ends" |
|
|
277
|
+
| İşıq mənbəyi tək (və ya çox açıq) + kölgə doğru istiqamətdə | "sun camera-right, shadows fall camera-left" |
|
|
278
|
+
| Vaxt + sky + shadow + practicals uyğun | Gündüz → no candles lit |
|
|
279
|
+
| Anatomy: doğru sayda barmaq, göz, üz | "5 fingers visible and natural" |
|
|
280
|
+
| Material physics: su, şüşə, parça doğru | "water refracts, condensation droplet visible" |
|
|
281
|
+
| Common AI mistakes top 20-dən qaçınılmışdır | Floating, single-attached, multi-shadow yox |
|
|
282
|
+
|
|
283
|
+
**Promptda explicit instruction əlavə et** — model default-dan pozur, prompt onu açıq sıralamalıdır.
|
|
284
|
+
|
|
285
|
+
### Addım 0c — Project image model-i oxu (vacib)
|
|
286
|
+
|
|
287
|
+
**`WORKFLOW.md`-də `Image model:` sahəsini oxu.** Bu, layihə əvvəlində seçilmiş **sabit** modeldir. Hər cell üçün **yalnız bu model üçün prompt yaz**, "Primary + Alt" 2-model approach **istifadə etmə**.
|
|
288
|
+
|
|
289
|
+
**İstisnalar (universal, açıq qeyd olunan):**
|
|
290
|
+
- Cell-də **AZ/RU/EN in-image text rendering** lazımdırsa → bu cell üçün `Ideogram v3` istisna (project model nədirsə də). Cell faylında qeyd et: "Project model: <X>; Exception for this cell: Ideogram v3 — needed for in-image text rendering."
|
|
291
|
+
- Cell **vector/typography** çıxışıdırsa (logo, brand id) → `Recraft v3` istisna.
|
|
292
|
+
- Digər hallar — yalnız project model.
|
|
293
|
+
|
|
294
|
+
İstifadəçi açıq dəyişdirmək istəsə ("bu cell üçün Flux Kontext istifadə et"), onu tətbiq et, lakin `WORKFLOW.md`-dəki project model dəyişdirilmir.
|
|
295
|
+
|
|
296
|
+
### Addım 1 — Input + target model
|
|
297
|
+
|
|
298
|
+
İstifadəçi sənə verir (üç haldan biri):
|
|
299
|
+
|
|
300
|
+
**(a) Səhnə təsviri** — `storyboard-builder`-in `image_prompt_seed`-i, ya da istifadəçinin öz təsviri.
|
|
301
|
+
|
|
302
|
+
**(b) Yüklənmiş storyboard şəkli + cell koordinatı** — istifadəçi "R2C1-i (sütun 1, sətir 2) çıxart" deyir. Bu halda:
|
|
303
|
+
1. Yüklənmiş storyboard şəklini **vizual oxu** — həmin hücrədə nə var (kompozisiya, fiqurlar, işıq mənbələri, mood, mühit detalları).
|
|
304
|
+
2. `02-characters/` və `03-locations/` anchor-ları ilə **uyğunlaşdır** — yalnız storyboard piksellərinə güvənmə (storyboard kiçik və natamam ola bilər); anchor-lar əsas həqiqət mənbəyidir.
|
|
305
|
+
3. O kadr üçün **sıfırdan, tam, model-spesifik prompt** yaz — bütün anchor detallarını ingiliscə tam aç.
|
|
306
|
+
|
|
307
|
+
**(c) SFX promptu lazımdır** — Addım 6-ya keç.
|
|
308
|
+
|
|
309
|
+
- **Target model** (məs. Nano Banana, Flux Pro). Əgər deməyibsə **soruş**.
|
|
310
|
+
- (opsiya) **Reference image-lər** — character anchor, location anchor (varsa)
|
|
311
|
+
|
|
312
|
+
### Addım 2 — Model knowledge oxu
|
|
313
|
+
`knowledge/models/<chosen-model>.md` faylını **Read aləti ilə oxu**. Bu fayl modelin:
|
|
314
|
+
- Optimal prompt sintaksisini
|
|
315
|
+
- Dəstəklədiyi parametrlərini (--ar, --style, --oref, və s.)
|
|
316
|
+
- Güclü tərəflərini (məs. "Midjourney v7 — stylized; Imagen 4 — text rendering")
|
|
317
|
+
- Anti-patternlərini (məs. "Don't use double slashes in Flux")
|
|
318
|
+
- içində saxlayır.
|
|
319
|
+
|
|
320
|
+
### Addım 3 — Prompt assemble
|
|
321
|
+
|
|
322
|
+
Hər model üçün **fərqli token order və terminologiya** var. Mən burada əsasları sadalayıram, **detal model faylında**.
|
|
323
|
+
|
|
324
|
+
**Midjourney v7** — anglo-stylized, parametr-zəngin:
|
|
325
|
+
```
|
|
326
|
+
A 35-year-old Azerbaijani man, sitting alone at a wooden table in a 1960s cafeteria, looking out a rain-streaked window, melancholic mood, warm amber pendant light overhead, cool blue moonlight from window, Rembrandt lighting, anamorphic 2.39:1 aspect, shot on 50mm Cooke S4, shallow depth of field, photorealistic film still, cinematic --ar 21:9 --style raw --v 7
|
|
327
|
+
```
|
|
328
|
+
|
|
329
|
+
**Flux 1 Pro** — natural language, less directive:
|
|
330
|
+
```
|
|
331
|
+
A photorealistic film still: a 35-year-old Azerbaijani man with short dark brown hair, hazel eyes behind thin wire-frame glasses, sits alone at a wooden table in a dimly-lit 1960s cafeteria at night. He looks out a rain-streaked window, his expression melancholic. Warm amber pendant light glows overhead while cool blue moonlight spills from the window, creating dramatic Rembrandt-style shadows on his face. Shot on a 50mm cinema lens with shallow depth of field, anamorphic 2.39:1 widescreen composition.
|
|
332
|
+
```
|
|
333
|
+
|
|
334
|
+
**Nano Banana / GPT-Image-2** — extremely natural, instructional:
|
|
335
|
+
```
|
|
336
|
+
Generate a photorealistic cinema-style still of a 35-year-old Azerbaijani man sitting at a wooden table in a 1960s cafeteria at night. He gazes out a rain-streaked window with a melancholic expression. The cafeteria has warm amber pendant lights overhead and cool blue moonlight coming through the window, creating strong Rembrandt-like shadows. Use a 50mm lens look with shallow depth of field. Aspect ratio: 21:9 anamorphic.
|
|
337
|
+
```
|
|
338
|
+
|
|
339
|
+
**Ideogram v3** — for shots with text/signs/logos:
|
|
340
|
+
```
|
|
341
|
+
[Same scene] ... The cafeteria sign visible through the window reads "MUSAFIR" in vintage neon, glowing blue. Brand-style typography, retro 1960s Azerbaijani aesthetic ...
|
|
342
|
+
```
|
|
343
|
+
|
|
344
|
+
### Addım 4 — Aspect ratio + camera detail kilidlə
|
|
345
|
+
|
|
346
|
+
**Vacib:** Aspect ratio-nu **özün seçmə** — `WORKFLOW.md`-də `Aspect:` sahəsini oxu və o aspect-i işlət. Layihə intake-də artıq seçildiyi üçün təxmin yoxdur. Multi-aspect layihələrdə əsas çəkim aspect-i (production-da çəkilən orijinal) əsasdır; re-crop versiyaları post-də həll olunur.
|
|
347
|
+
|
|
348
|
+
Aspect → model parametri cədvəli:
|
|
349
|
+
|
|
350
|
+
| Aspect | MJ param | Flux/SD param | Use case |
|
|
351
|
+
|---|---|---|---|
|
|
352
|
+
| 2.39:1 | `--ar 21:9` | `aspect_ratio: 21:9` | Cinema, prestige |
|
|
353
|
+
| 16:9 | `--ar 16:9` | `aspect_ratio: 16:9` | YouTube, TV, standard wide |
|
|
354
|
+
| 9:16 | `--ar 9:16` | `aspect_ratio: 9:16` | Reels, TikTok, Shorts |
|
|
355
|
+
| 1:1 | `--ar 1:1` | `aspect_ratio: 1:1` | IG post, character ref sheet |
|
|
356
|
+
| 4:5 | `--ar 4:5` | `aspect_ratio: 4:5` | IG portrait |
|
|
357
|
+
|
|
358
|
+
### Addım 5 — Reference image injection (model-spesifik syntax)
|
|
359
|
+
|
|
360
|
+
**Universal qaydalar CLAUDE.md-də saxlanır** (bu skill yalnız tətbiq edir):
|
|
361
|
+
- Edit-mode vs generate-mode mental model
|
|
362
|
+
- Universal Preserve List format (PRESERVE EXACTLY / REPLACE ONLY / DO NOT ADD)
|
|
363
|
+
- First-image priority (first upload = karakter üzü)
|
|
364
|
+
- Cell beat-strict isolation (yalnız beat-də iştirak edən refs attach)
|
|
365
|
+
- ATTACH bölmə formatı (istifadəçi üçün şəkilləri sırayla yükləmə təlimatı)
|
|
366
|
+
- Plain-language AZ təsvir, `@img1 = filename.png` formatının qadağası
|
|
367
|
+
|
|
368
|
+
Mənbə: `CLAUDE.md` → "Reference attachment format qaydası — Edit-mode mental model".
|
|
369
|
+
|
|
370
|
+
### Addım 5b — Previous cell anchor (sərt — Cell 2-dən başlayaraq, F24 master rule)
|
|
371
|
+
|
|
372
|
+
**2026-05-16 industry research əsaslı qayda (CLAUDE.md "Storyboard generation strategy qaydası"):**
|
|
373
|
+
|
|
374
|
+
Storyboard production cells **sequential cell-by-cell** generate olunur. Hər Cell N (N ≥ 2) prompt-u **Cell N-1 image-ini** ref kimi attach edir — bu, narrative continuity-nin əsasıdır.
|
|
375
|
+
|
|
376
|
+
**ATTACH sırası (3 ref):**
|
|
377
|
+
|
|
378
|
+
```
|
|
379
|
+
1. Image 1 (priority): Character ref (face identity ən vacib)
|
|
380
|
+
2. Image 2: Location ref (məkan anchor)
|
|
381
|
+
3. Image 3: Previous cell image (04-storyboard/cells/cell-<N-1>.png) — continuity anchor
|
|
382
|
+
```
|
|
383
|
+
|
|
384
|
+
**Prompt-da explicit reference:**
|
|
385
|
+
|
|
386
|
+
```
|
|
387
|
+
Place [character] from the FIRST reference into [location] from the SECOND reference, continuing the visual state established in the THIRD reference (previous cell — Cell N-1).
|
|
388
|
+
|
|
389
|
+
PRESERVE EXACTLY:
|
|
390
|
+
- [character identity — from image 1]
|
|
391
|
+
- [location elements — from image 2]
|
|
392
|
+
- Visual continuity from image 3 (previous cell):
|
|
393
|
+
* Lighting state (time of day, sun angle, color temperature)
|
|
394
|
+
* Character appearance (same outfit, same hair state, same skin tone)
|
|
395
|
+
* Mood baseline (emotional state — continued or shifted from N-1)
|
|
396
|
+
* Atmospheric details (haze, weather, particles)
|
|
397
|
+
- [visual style — from WORKFLOW.md]
|
|
398
|
+
|
|
399
|
+
REPLACE ONLY:
|
|
400
|
+
- [pose change from previous cell]
|
|
401
|
+
- [expression shift]
|
|
402
|
+
- [camera angle change]
|
|
403
|
+
```
|
|
404
|
+
|
|
405
|
+
**Niyə previous cell anchor:**
|
|
406
|
+
- AI image models **vizual continuity**-ni mətindən deyil **şəkildən** öyrənir
|
|
407
|
+
- Lighting state, character appearance, mood arc — bunlar hər kadr arasında "drift" etmir
|
|
408
|
+
- Single-pass 6+ panel mega-prompt **fail**dir (F24) — sequential anchoring yeganə reliable yoldur
|
|
409
|
+
|
|
410
|
+
**İstisnalar:**
|
|
411
|
+
- **Cell 1 (birinci cell):** Previous cell yoxdur — yalnız character + location refs (2 ref). Bu cell **vizual baseline** qurur.
|
|
412
|
+
- **Major scene change** (məs. day→night transition, location dəyişikliyi): Previous cell anchor saxlanılır lakin "lighting state replace" açıq qeyd olunur. Yenə də character appearance continuity üçün anchor lazımdır.
|
|
413
|
+
|
|
414
|
+
**5-person consistency limit:** Nano Banana Pro 5 nəfərə qədər person consistency dəstəkləyir. 6+ ref olarsa, character refs-i optimallaşdır (yalnız o cell-də iştirak edənlər attach et).
|
|
415
|
+
|
|
416
|
+
**Model-spesifik:**
|
|
417
|
+
|
|
418
|
+
| Model | Previous cell anchor syntax |
|
|
419
|
+
|---|---|
|
|
420
|
+
| GPT-Image-2 | `images.edit()` + 3 image input + "third reference shows previous cell state" |
|
|
421
|
+
| Nano Banana Pro | 14 image input dəstəyi — 3 ref rahatlıqla. "image 3 shows the previous frame in this sequence" |
|
|
422
|
+
| Flux Kontext | Horizontal composite (sol→sağ): character, location, previous cell. "the previous frame on the right" |
|
|
423
|
+
| Midjourney v7 | `--oref <previous_cell_URL> --ow 100` (omni weight orta — çox güclü olarsa pose copy edir) |
|
|
424
|
+
| Ideogram v3 | Single ref slot — previous cell anchor üçün **uyğun deyil**. Yalnız text rendering cells üçün istisna |
|
|
425
|
+
|
|
426
|
+
**Bu skill-ə xas hissə — model-spesifik endpoint və syntax:**
|
|
427
|
+
|
|
428
|
+
| Model | Endpoint / Vacib sintaksis | Kritik parametr |
|
|
429
|
+
|---|---|---|
|
|
430
|
+
| **GPT-Image-1/1.5/2** | `images.edit()` istifadə et, NOT `images.generate()`. "Image 1 shows X" və "the woman with [features]" hər ikisi işləyir. | `input_fidelity="high"` — face preservation üçün KRİTİK. ChatGPT GUI refs yüklədikdə avtomatik edit-mode seçir. |
|
|
431
|
+
| **Flux Kontext** | Position labels QADAĞAN ("image 1", "image 2" model bunları görmür). Visual content description: "the girl from the LEFT reference", "the balcony from the RIGHT reference". | Şəkillər horizontal composite-ə yığılır (sol→sağ). 0.92 cosine similarity 6 successive edits — industry leader. |
|
|
432
|
+
| **Nano Banana Pro** | Karakter adlandırma məcburi: "This is Sarah (image 1) and her balcony (image 2). Place Sarah on this balcony..." Token consistency — "emerald eyes" hər generasiyada eyni söz. | 14 image input, 5 person consistency. 6 ref optimal (technical limit 14). |
|
|
433
|
+
| **Midjourney v7** | `[prompt] --oref <character_URL> --ow 150 --ar <project_ar> --v 7` | Omni weight 0-1000, 150-200 strong preservation. Multi-character zəif (single primary ref). 2x GPU cost. |
|
|
434
|
+
| **Ideogram v3** | API: `character_reference.image_url` | Single character ref. Text rendering kralı (sign/label/etiket). |
|
|
435
|
+
|
|
436
|
+
**Detallı industry-correct workflows + failure pattern-lər:** `knowledge/multi-reference-workflows.md` (5 model üçün official docs syntax — OpenAI/BFL/Google/MJ/Ideogram).
|
|
437
|
+
|
|
438
|
+
### Addım 6 — Səs effekti (SFX) promptları
|
|
439
|
+
|
|
440
|
+
Kadr / səhnə üçün səs effekti lazımdırsa, sən onun da promptunu yazırsan — bu, **ElevenLabs Sound Effects** modulu üçündür. Dərin referans: `elevenlabs` skill-inin `knowledge/sound-effects.md` faylı.
|
|
441
|
+
|
|
442
|
+
Əsas qaydalar:
|
|
443
|
+
- **İngilis dilində, konkret, fiziki dil** — "rain" yox → "heavy rain on a tin roof, distant thunder rumble".
|
|
444
|
+
- **Struktur:** mənbə + material + məkan akustikası + müddət niyyəti.
|
|
445
|
+
- **Bir prompt = bir effekt.** Mürəkkəb səhnəni qatlara böl — ambient bed + ayrı hadisələr — hər birini ayrıca generasiya et.
|
|
446
|
+
- **Parametrlər:** Duration (~22s-ə qədər), Loop (ambient/fon üçün on), Prompt influence (yüksək = prompta sadiq).
|
|
447
|
+
|
|
448
|
+
```
|
|
449
|
+
A heavy wooden door creaking open slowly in a quiet stone hallway, subtle echo
|
|
450
|
+
```
|
|
451
|
+
|
|
452
|
+
Çıxış: `08-audio/sfx-<səhnə>.md` — hər effekt ayrıca code block, parametrlərlə. Dərin / mürəkkəb səs dizaynı lazımsa → `elevenlabs` skill-inə yönləndir.
|
|
453
|
+
|
|
454
|
+
## Davranış qaydaları
|
|
455
|
+
|
|
456
|
+
**Skill-spesifik (yalnız image prompt yazma):**
|
|
457
|
+
- **İngilis dilində prompt yaz** — image modelləri AZ-da zəifdir.
|
|
458
|
+
- **Konkret terminologiya** İngilis prompt-da — "soft light" yox, "soft key light from camera-left at 45° elevation".
|
|
459
|
+
- **Model parametrlərini düzgün yaz** — `--ar <project_ar> --style raw --v 7` (MJ üçün), `aspect_ratio: <project_ar>` (Flux API).
|
|
460
|
+
- **Çoxlu model lazımdırsa** — eyni səhnə üçün 2-3 modelə paralel prompt çıxar.
|
|
461
|
+
- **Negative prompt** — yalnız Flux/SD üçün dəstəklənir, MJ üçün yox.
|
|
462
|
+
- **SFX promptu da yaza bilərsən** (Addım 6) — dərin / mürəkkəb səs dizaynı üçün `elevenlabs` skill-ini aktivləşdir.
|
|
463
|
+
- **⚠️ HARD RULE — Prompt length budget:** Hər prompt yazandan sonra **`wc -c`** ilə uzunluğu yoxla. Hədəf **≤2,800 char**. **>3,000 char** olduqda **aggressive cut** lazımdır. Niyə: GPT-Image-2 ~3,000 char-dan sonra early-token bias ilə son instruction-ları ignor edir və ya "prompt too long" error atır; Nano Banana web UI 2,000 char-da silently truncate edir. Detallı strategiya: `knowledge/general/prompt-budget.md`. Model-spesifik limitlər: `knowledge/models/gpt-image-2.md` + `knowledge/models/nano-banana.md` HARD RULE bölmələri.
|
|
464
|
+
- **⚠️ HARD RULE — Aspect ratio explicit declaration:** **Hər image prompt yazmazdan ƏVVƏL** `WORKFLOW.md`-də `Aspect:` sahəsini oxu. Sahə yoxdursa **DAYAN** və istifadəçidən soruş: "Delivery target nədir? (YouTube → 16:9 / Cinema → 21:9 / Reel → 9:16 / IG square → 1:1 / Digər → de)". **Default 16:9** — yalnız layihə explicit theatrical/festival cinema (21:9) və ya vertical mobile (9:16) olduqda fərqlidir. Hər prompt-un **sonunda** mütləq `Aspect ratio: <X>.` cümləsi yazılır, **eyni zamanda** API parametri də (məs. MJ üçün `--ar 16:9`, Flux üçün `aspect_ratio: "16:9"`) qoyulur — sadəcə prompt mətnində yazmaq etibarlı deyil, bəzi modellər yalnız API param-ı oxuyur. **Per-cell aspect drift QADAĞAN** — bir layihədə bütün cell-lər eyni aspect-dədir. Detallı qaydalar + composition implications + model-spesifik syntax: `knowledge/general/aspect-ratios.md`.
|
|
465
|
+
|
|
466
|
+
**Universal qaydalar (CLAUDE.md-də saxlanır, burada qısa reference):**
|
|
467
|
+
- AZ mətin təsvirdə plain language — texniki termin qadağan → CLAUDE.md "Plain-language təsvir qaydası"
|
|
468
|
+
- Reference attachment format (`@img1` syntax qadağan, edit-mode məcburi) → CLAUDE.md "Reference attachment format qaydası"
|
|
469
|
+
- Cell beat-strict isolation (yalnız beat-də iştirak edən refs) → CLAUDE.md "Cell beat-strict isolation qaydası"
|
|
470
|
+
- Aspect ratio WORKFLOW.md-dən → CLAUDE.md "Aspect ratio qaydası"
|
|
471
|
+
- Hər prompt inline code block-da çatdırılır → CLAUDE.md "Prompt çatdırılma qaydası"
|
|
472
|
+
|
|
473
|
+
## Çıxış formatı
|
|
474
|
+
|
|
475
|
+
```markdown
|
|
476
|
+
# Image Prompts — [Cell/Scene adı]
|
|
477
|
+
|
|
478
|
+
## Source
|
|
479
|
+
[scene description from storyboard or input]
|
|
480
|
+
|
|
481
|
+
## Target model: Midjourney v7
|
|
482
|
+
```
|
|
483
|
+
[full MJ prompt with --params]
|
|
484
|
+
```
|
|
485
|
+
|
|
486
|
+
## Alternative: Flux 1 Pro
|
|
487
|
+
```
|
|
488
|
+
[full Flux prompt]
|
|
489
|
+
```
|
|
490
|
+
|
|
491
|
+
## Alternative: Nano Banana
|
|
492
|
+
```
|
|
493
|
+
[full Nano Banana prompt]
|
|
494
|
+
```
|
|
495
|
+
|
|
496
|
+
## Reference image injection
|
|
497
|
+
[How to attach character ref / location ref per chosen model]
|
|
498
|
+
|
|
499
|
+
## Recommended parameters
|
|
500
|
+
- Aspect: <project aspect from WORKFLOW.md>
|
|
501
|
+
- Seed: [if user wants reproducibility]
|
|
502
|
+
- Stylization: low (raw) for film realism
|
|
503
|
+
```
|
|
504
|
+
|
|
505
|
+
## Növbəti addımı təklif et
|
|
506
|
+
|
|
507
|
+
> "Cell <N> üçün prompt hazırdır.
|
|
508
|
+
>
|
|
509
|
+
> **İndi sənin sıran:**
|
|
510
|
+
> 1. ATTACH bölməsində göstərilən ref şəkilləri modelə yüklə.
|
|
511
|
+
> 2. PROMPT-u kopya et və yapışdır.
|
|
512
|
+
> 3. 4-6 variant generasiya et, ən yaxşısını seç.
|
|
513
|
+
> 4. Faylı **`04-storyboard/cells/cell-<N>.png`** kimi yüklə.
|
|
514
|
+
> 5. **Mənə göstər** — sonrakı cell-ləri və ya video promptu yazmağa hazır olum.
|
|
515
|
+
>
|
|
516
|
+
> Yüklədikdən sonra:
|
|
517
|
+
> - Başqa cell üçün də prompt? — say cell nömrəsi
|
|
518
|
+
> - 🎥 Video promptu (`video-prompt-engineer`)?
|
|
519
|
+
> - 🔊 Bu kadr üçün SFX promptu (`elevenlabs` ilə)?"
|
|
520
|
+
|
|
521
|
+
---
|
|
522
|
+
*Versiya: 1.4 | Knowledge: 17 fayl (8 model + 8 image knowledge + physical-realism.md) | Son yenilənmə: 2026-05-15*
|