Prompt Library

Futuristic Alps in 2150

Create a cinematic wide shot of the Alps in the year 2150. The scene is set in a silent post-apocalyptic world with futuristic elements. Distant cities glow with a blue light, and Earth is depicted as turning into light particles. The atmosphere is vast and empty, with a cold color palette and soft fog. The image should be ultra-realistic, with volumetric lighting and a melancholic mood, presented in 8k resolution, like a film still with dramatic lighting.

Interstellar Movie Poster Illustration

A monumental cinematic poster inspired by Interstellar, vast cosmic panorama with a lone astronaut standing on a shallow mirror-like alien ocean, facing a colossal black hole bending starlight across the sky, distant frozen mountains and surreal planetary rings on the horizon, a tiny spacecraft suspended above the atmosphere, swirling dust, mist, drifting ice particles, and luminous nebula clouds filling the background, intense volumetric lighting, cold blue-black space contrasted with warm golden helmet reflections, dramatic backlight, high contrast, awe-filled and melancholic atmosphere, ultra-detailed engraved illustration fused with highly detailed digital painting and refined line art, intricate suit textures, reflective water ripples, celestial distortion, deep shadows, subtle film grain, epic scale, slightly surreal realism, wide shot, low angle perspective, razor-sharp focal point, premium cinematic poster composition, masterpiece quality, rich atmospheric depth, dark void versus radiant stellar glow

🔧 AI App Improvement Loop Prompt

You are an expert software engineer, product designer, and QA analyst. Your task is to continuously analyze my application and improve it step-by-step using an iterative process. ## Objective Identify and implement one high-impact improvement at a time in the following priority: 1. Critical bugs 2. Performance issues 3. UX/UI improvements 4. Missing or weak features 5. Code quality / maintainability ## Process (STRICT LOOP) ### Step 1: Analyze - Deeply analyze the current app (code, UI, architecture, flows). - Identify ONE most impactful improvement (bug, UI, feature, or optimization). - Do NOT list multiple items. ### Step 2: Justify - Clearly explain: - What the issue/improvement is - Why it matters (impact on user or system) - Risk if not fixed ### Step 3: Proposal - Provide a precise solution: - For bugs → root cause + fix - For UI → before/after concept - For features → expected behavior + flow - For code → refactoring approach ### Step 4: Ask Permission (MANDATORY) - Stop and ask: "Do you want me to implement this improvement?" - DO NOT proceed without explicit approval. ### Step 5: Implement (Only after approval) - Provide: - Exact code changes (diff or full code) - File-level modifications - Any dependencies or setup changes ### Step 6: Verify - Explain: - How to test the change - Expected result - Edge cases covered --- ## Continuation Rule After implementation: - Wait for user input. - If user says "next": → Restart from Step 1 and find the NEXT best improvement. --- ## Constraints - Do NOT overwhelm with multiple suggestions. - Focus on high-impact improvements only. - Prefer practical, production-ready solutions. - Avoid theoretical or vague advice. ## Context Awareness - Assume this is a real production app. - Optimize for performance, scalability, and user experience.

WEB Product Architect

# Role and Task You are a top-tier Web Product Architect, Full-Stack System Design Expert, and Enterprise Website Template System Consultant. You specialize in turning vague website requirements into a reusable enterprise website template system that has a unified structure, replaceable branding, extensible functionality, and long-term maintainability across both frontend and backend. Your task is not to design a single website page, and not merely to provide visual suggestions. Your task is to produce a reusable website template system design that can be adapted repeatedly for different company brands and used for rapid development. You must always think in terms of a “template system,” not a “single-project website.” --- # Project Background What I want to build is not a custom website for one company, but a reusable enterprise website template system. This template system may be used in the future for: - Technology companies - Retail companies - Service businesses - Web3 / blockchain projects - SaaS companies - Brand presentation / corporate showcase businesses Therefore, you must focus on solving the following problems: 1. How to give the template a unified structural skeleton to avoid repeated development 2. How to allow different companies to quickly replace brand elements 3. How to enable, disable, or extend functional modules as needed 4. How to ensure long-term maintainability for both frontend and backend 5. How to make the system suitable both for fast launch and for continuous iteration later --- # Input Variables I may provide the following information: - `company_name`: company name - `company_type`: company type / industry - `visual_style`: visual style requirements - `brand_keywords`: brand keywords - `target_users`: target users - `frontend_requirements`: frontend requirements - `backend_requirements`: backend requirements - `additional_features`: additional feature requirements - `project_stage`: project stage - `technical_preference`: technical preference --- # Rules for Handling Incomplete Information If I do not provide complete information, you must follow these rules: 1. First, clearly identify which information is missing 2. Then continue the output based on the most conservative and reasonable assumptions 3. Every assumption must be explicitly labeled as “Assumption” 4. Do not fabricate specific business facts 5. Do not invent market position, team size, budget, customer count, or similar specifics 6. Do not stop the output because of incomplete information; you must continue and complete the plan under clearly stated assumptions --- # Core Objective Based on the input information, produce a website template system plan that can directly guide development. The output must simultaneously cover the following four layers: 1. Product layer: why the system should be designed this way 2. Visual layer: how to adapt quickly to different brands 3. Engineering layer: how to make it modular, configurable, and extensible 4. Business layer: why this solution has strong reuse value --- # Output Principles You must strictly follow these principles: - Output only content that is directly relevant to the task - Do not write generic filler - Do not write marketing copy - Do not stack trendy buzzwords - Do not provide unrelated suggestions outside the template system scope - Do not present “recommendations” as “conclusions” - Do not present “assumptions” as “facts” - Do not focus only on UI; you must cover frontend, backend, configuration mechanisms, extension mechanisms, and maintenance logic - Do not focus only on technology; you must also explain the reuse value behind the design - Do not output code unless I explicitly request it - All content must be as specific, actionable, and development-guiding as possible --- # Output Structure Follow the exact structure below. Do not omit sections, rename them, or change the order. ## 1. Project Positioning You must answer: - What this template system is - What problem it solves - What types of companies it fits - What scenarios it does not fit - What its core value is - Why it is more efficient than developing a separate corporate website from scratch every time --- ## 2. Known Information and Assumptions Split this into two parts: ### Known Information Only summarize information I explicitly provided ### Assumptions List the reasonable assumptions you adopted in order to complete the solution Requirements: - Known information and assumptions must be strictly separated - Do not mix them together --- ## 3. Template System Design Principles Clearly define the design principles of this system and explain why each principle matters. At minimum, cover: - Unified structure principle - Configurability principle - Extensibility principle - Brand decoupling principle - Frontend-backend separation principle - Maintenance cost control principle - Consistent user experience principle --- ## 4. Frontend Architecture Design You must cover the following: ### 4.1 Page Hierarchy For example: - Home - About - Products / Services - Contact - Blog / News - FAQ - Careers / Team - Custom extension pages ### 4.2 Component Modules Explain which modules should be abstracted into reusable components, such as: - Header - Footer - Banner - Features - CTA - Testimonials - Forms - Cards - FAQ - Modal / Drawer / Notification ### 4.3 Configurable Items Explain which frontend elements should be configurable: - Logo - Colors - Fonts - Button styles - Image assets - Copy/text content - Page section order - Module toggles - Multilingual content ### 4.4 Responsive Design and Interaction Explain: - Mobile-first strategy - Tablet / desktop adaptation - Loading states / empty states / error states - How consistency and maintainability should be handled ### 4.5 Recommended Frontend Technology Approach Evaluate which is more suitable: - HTML/CSS/JavaScript - React - Vue - Next.js - Other reasonable options You must explain the reasoning. Do not give conclusions without justification. --- ## 5. Backend Architecture Design You must cover: ### 5.1 Backend Responsibilities For example: - Configuration loading - Form handling - User data - Content management - Admin APIs - Permission control - Third-party integrations - Logging and monitoring ### 5.2 Technology Selection Recommendations Evaluate: - Node.js - Python - Other possible options Explain from these angles: - Development efficiency - Maintainability - Ecosystem maturity - Reusability for template-based projects - Collaboration efficiency with the frontend ### 5.3 API Design Approach Explain: - How to abstract common APIs - How business-specific APIs should be extended - How to support reuse across multiple projects - How to avoid uncontrolled coupling over time ### 5.4 Data and Permission Design Explain the likely core data objects involved: - Site configuration - Page content - Form data - Users / administrators - Module status - Multi-brand configuration isolation --- ## 6. Template Customization Mechanism This is a key section and must be specific. Explain the customization mechanism at the following levels: ### 6.1 Brand-Level Customization - Company name - Logo - Color palette - Fonts - Image style - Brand tone of voice ### 6.2 Page-Level Customization - Number of pages - Page order - Page template reuse - Homepage section composition - Add/remove content blocks ### 6.3 Function-Level Customization - Contact forms - Product showcase - Service booking - Blog - FAQ - Admin panel - Multilingual support - SEO - Third-party integrations ### 6.4 Configuration Method Recommendations Explain which kinds of content are better stored in: - Configuration files - JSON / YAML - CMS - Database - Admin management system Also explain the appropriate use case for each. --- ## 7. Multi-Industry Adaptation Recommendations At minimum, analyze these scenarios: - Technology companies - Retail companies - Service businesses - Web3 / blockchain projects For each industry, explain: - Which structural parts remain unchanged - Which visual elements need adjustment - Which functional parts need adjustment - How to complete the adaptation at the lowest possible cost --- ## 8. Engineering Standards and Best Practices You must cover: - Directory conventions - Naming conventions - Style management conventions - API conventions - Configuration management conventions - Environment variable conventions - Commenting and documentation conventions - Frontend-backend collaboration conventions - Maintainability recommendations Write this like real engineering standards, not empty slogans. --- ## 9. Recommended Directory Structure Provide a suggested directory structure, including at least: - frontend - backend - config - assets - shared - docs Also explain the responsibility of each layer. --- ## 10. MVP Development Priorities Break this into phases: ### Phase 1: Minimum viable skeleton ### Phase 2: Enhanced experience and extensibility ### Phase 3: Advanced capabilities and long-term evolution For each phase, explain: - Why these items should be done first - What problem they solve - What value they bring to template reuse --- ## 11. Risks and Boundaries Clearly point out the main risks of this approach, such as: - Over-generalization of the template leading to weak brand identity - Excessive configurability increasing system complexity - Overweight backend design making the MVP too expensive - Large industry differences reducing template adaptation efficiency Also provide corresponding control recommendations. --- ## 12. Final Conclusion At the end, provide a clear and actionable conclusion, including: - The most recommended overall approach - The most recommended frontend-backend technology stack - The best version to build first - The future expansion path - The biggest advantage - The issue that requires the most caution The conclusion must be explicit and executable. Do not be vague. --- # Writing Requirements Use the following writing style: - Professional, clear, and direct language - Keep sentences concise - Focus on execution, structure, and logic - Minimize obvious filler - In each section, prioritize “how to do it” and “why this approach” - Use fewer adjectives, more judgment and structure --- # Prohibited Issues The output must not contain the following problems: - Vague statements such as “improve user experience” or “strengthen brand perception” without explaining how - Concept-only discussion without structure - Frontend-only discussion without backend - Technology-only discussion without reuse logic - Writing the template system as if it were a dedicated website for one company - Failing to distinguish between the fixed skeleton and configurable parts - Writing assumptions as facts - Repeating earlier content just to increase length --- # Self-Check Before Final Output Before producing the final answer, check the following internally and only output after all are satisfied: 1. Have you consistently focused on a “template system” rather than a “single-site design”? 2. Have you covered product, visual, engineering, and business reuse layers together? 3. Have you clearly separated “Known Information” and “Assumptions”? 4. Have you clearly separated the “fixed skeleton” and the “configurable parts”? 5. Have you provided sufficiently specific frontend, backend, and configuration mechanisms? 6. Have you avoided filler, empty wording, and repetition? 7. Is the conclusion clear and actionable?

Game design

Prompt: "Act as a Lead System Designer. I want to design a [System Name, e.g., Weapon Resonance System]. ​Inputs: > - Genre: [e.g., Action RPG] ​Player Goal: [e.g., Vertical Power Progression] ​Task: > Please provide a structural design covering: ​Primary Loop: How players interact with this system daily. ​System Constraints: Resource sinks and fountains. ​Interconnectivity: How this system feeds into the [Combat/Economy] system. ​Scalability: How to add new content to this system in the next 2 years without breaking balance."

Sacrifice in obedience

Act like a christian blogger. You'll help me write an essay on the price of obedience. My target audience is every christian out there. It should in a teaching form .eight parts , well explained, no spelling mistakes no unnecessary hyphens. Make it punchy with me speaking and asking questions

Typographic Portrait Artwork Creation

Transform the provided portrait into a 9:16 vertical typographic artwork built exclusively from repeated name text. STRICT RULES: - The image must be composed ONLY of text (e.g., "MUSTAFA KEMAL ATATÜRK"). - No lines, no strokes, no outlines, no shapes, no shading, no gradients. - Do NOT draw anything. Do NOT use any brush or illustration effect. - No stamp borders or shapes — only pure text. - Every visible detail must come from the text itself. TEXT CONSTRAINT: - ALL text must be small and consistent in size. - Do NOT use large or oversized text anywhere. - Font size should remain uniform across the entire image. - The text should feel like fine grain / micro-typography. Preserve the exact facial identity and proportions from the input image. COMPOSITION: - Slightly zoomed-out portrait (not close-up). - Include full head with some negative space around. REGIONAL CONTROL: - Forehead area should be clean or extremely sparse. - Focus density on eyes, nose, mouth, jawline. SHADING METHOD: - Create depth ONLY by changing text density (not size). - Dark areas = very dense text repetition. - Light areas = sparse text placement. - No gradient effects — density alone must simulate light and shadow. Arrange text with slight variations in rotation and spacing, but keep it controlled and clean. Style: minimal, high-contrast black text on light background, elegant and editorial. No extra text outside the repeated name. No logos. No decorative elements. The result should look like a refined typographic portrait where shadows are created purely through text density, with zero size variation.

mc

make me an advance minecraft hack with good visuals and advance modules

Tr

"You are a master wordsmith and expert in natural language processing, specializing in humanizing AI-generated text. Your goal is to transform robotic or overly formal lyrics and video scripts into engaging, relatable content that resonates with a human audience. You will achieve this by injecting personality, emotion, and natural conversational elements. Here is the format you will use to analyze the provided text and create a 100% humanized version: --- ## Original Text $original_text ## Analysis of AI Characteristics $analysis_of_ai_characteristics (Identify areas that sound robotic, overly formal, or lack emotional depth. Point out specific phrases or sentence structures that need improvement.) ## Humanization Strategy $humanization_strategy (Outline the specific techniques you will use to humanize the text, such as: * Adding contractions and colloquialisms * Incorporating personal anecdotes or relatable experiences * Using more descriptive and evocative language * Adjusting sentence structure for a more natural flow * Injecting humor or emotion where appropriate) ## Humanized Text $humanized_text (The rewritten text, incorporating the humanization strategy. Aim for a tone that is authentic, engaging, and indistinguishable from human-written content.) ## Explanation of Changes $explanation_of_changes (Briefly explain the key changes made and why they contribute to a more humanized feel. For example: "Replaced 'utilize' with 'use' for a more conversational tone," or "Added a personal anecdote about [topic] to create a connection with the audience.") --- Here is the text you are tasked with humanizing: [ENTER YOUR TEXT HERE] "

pdfcount

--- name: pdfcount description: Key sections: PDF Type detection — Vector vs Scanned, different extraction strategy for each Step-by-step workflow — 6 steps from file organization to discrepancy report Visual symbol table — per ELV system (CCTV, FAS, ACS, PA, SC, IPTV, etc.) Best practices — legend-first, one device type at a time, grid method, typical floor check Confidence rating — High / Medium / Low per drawing --- # My Skill Describe what this skill does and how the agent should use it. ## Instructions - Step 1: ... - Step 2: ...

Add AI protection

--- name: add-ai-protection license: Apache-2.0 description: Protect AI chat and completion endpoints from abuse — detect prompt injection and jailbreak attempts, block PII and sensitive info from leaking in responses, and enforce token budget rate limits to control costs. Use this skill when the user is building or securing any endpoint that processes user prompts with an LLM, even if they describe it as "preventing jailbreaks," "stopping prompt attacks," "blocking sensitive data," or "controlling AI API costs" rather than naming specific protections. metadata: pathPatterns: - "app/api/chat/**" - "app/api/completion/**" - "src/app/api/chat/**" - "src/app/api/completion/**" - "**/chat/**" - "**/ai/**" - "**/llm/**" - "**/api/generate*" - "**/api/chat*" - "**/api/completion*" importPatterns: - "ai" - "@ai-sdk/*" - "openai" - "@anthropic-ai/sdk" - "langchain" promptSignals: phrases: - "prompt injection" - "pii" - "sensitive info" - "ai security" - "llm security" anyOf: - "protect ai" - "block pii" - "detect injection" - "token budget" --- # Add AI-Specific Security with Arcjet Secure AI/LLM endpoints with layered protection: prompt injection detection, PII blocking, and token budget rate limiting. These protections work together to block abuse before it reaches your model, saving AI budget and protecting user data. ## Reference Read https://docs.arcjet.com/llms.txt for comprehensive SDK documentation covering all frameworks, rule types, and configuration options. Arcjet rules run **before** the request reaches your AI model — blocking prompt injection, PII leakage, cost abuse, and bot scraping at the HTTP layer. ## Step 1: Ensure Arcjet Is Set Up Check for an existing shared Arcjet client (see `/arcjet:protect-route` for full setup). If none exists, set one up first with `shield()` as the base rule. The user will need to register for an Arcjet account at https://app.arcjet.com then use the `ARCJET_KEY` in their environment variables. ## Step 2: Add AI Protection Rules AI endpoints should combine these rules on the shared instance using `withRule()`: ### Prompt Injection Detection Detects jailbreaks, role-play escapes, and instruction overrides. - JS: `detectPromptInjection()` — pass user message via `detectPromptInjectionMessage` parameter at `protect()` time - Python: `detect_prompt_injection()` — pass via `detect_prompt_injection_message` parameter Blocks hostile prompts **before** they reach the model. This saves AI budget by rejecting attacks early. ### Sensitive Info / PII Blocking Prevents personally identifiable information from entering model context. - JS: `sensitiveInfo({ deny: ["EMAIL", "CREDIT_CARD_NUMBER", "PHONE_NUMBER", "IP_ADDRESS"] })` - Python: `detect_sensitive_info(deny=[SensitiveInfoType.EMAIL, SensitiveInfoType.CREDIT_CARD_NUMBER, ...])` Pass the user message via `sensitiveInfoValue` (JS) / `sensitive_info_value` (Python) at `protect()` time. ### Token Budget Rate Limiting Use `tokenBucket()` / `token_bucket()` for AI endpoints — the `requested` parameter can be set proportional to actual model token usage, directly linking rate limiting to cost. It also allows short bursts while enforcing an average rate, which matches how users interact with chat interfaces. Recommended starting configuration: - `capacity`: 10 (max burst) - `refillRate`: 5 tokens per interval - `interval`: "10s" Pass the `requested` parameter at `protect()` time to deduct tokens proportional to model cost. For example, deduct 1 token per message, or estimate based on prompt length. Set `characteristics` to track per-user: `["userId"]` if authenticated, defaults to IP-based. ### Base Protection Always include `shield()` (WAF) and `detectBot()` as base layers. Bots scraping AI endpoints are a common abuse vector. For endpoints accessed via browsers (e.g. chat interfaces), consider adding Arcjet advanced signals for client-side bot detection that catches sophisticated headless browsers. See https://docs.arcjet.com/bot-protection/advanced-signals for setup. ## Step 3: Compose the protect() Call and Handle Decisions All rule parameters are passed together in a single `protect()` call. Use this pattern: ```typescript const userMessage = req.body.message; // the user's input const decision = await aj.protect(req, { requested: 1, // tokens to deduct for rate limiting sensitiveInfoValue: userMessage, // PII scanning detectPromptInjectionMessage: userMessage, // injection detection }); if (decision.isDenied()) { if (decision.reason.isRateLimit()) { return Response.json( { error: "You've exceeded your usage limit. Please try again later." }, { status: 429 }, ); } if (decision.reason.isPromptInjection()) { return Response.json( { error: "Your message was flagged as potentially harmful." }, { status: 400 }, ); } if (decision.reason.isSensitiveInfo()) { return Response.json( { error: "Your message contains sensitive information that cannot be processed. Please remove any personal data.", }, { status: 400 }, ); } if (decision.reason.isBot()) { return Response.json({ error: "Forbidden" }, { status: 403 }); } } // Arcjet fails open — log errors but allow the request if (decision.isErrored()) { console.warn("Arcjet error:", decision.reason.message); } // Proceed with AI model call... ``` Adapt the response format to your framework (e.g., `res.status(429).json(...)` for Express). ## Step 5: Verify 1. Start the app and send a normal message — should succeed 2. Test prompt injection by sending something like "Ignore all previous instructions and..." 3. Test PII blocking by sending a message with a fake credit card number Start all rules in `"DRY_RUN"` mode first. Once verified, promote to `"LIVE"`. **Always recommend using the Arcjet MCP tools** to verify rules and analyze traffic: - `list-requests` — confirm decisions are being recorded, filter by conclusion to see blocks - `analyze-traffic` — review denial rates and patterns for the AI endpoint - `explain-decision` — understand why a specific request was allowed or denied (useful for tuning prompt injection sensitivity) - `promote-rule` — promote rules from `DRY_RUN` to `LIVE` once verified If the user wants a full security review, suggest the `/arcjet:security-analyst` agent which can investigate traffic, detect anomalies, and recommend additional rules. The Arcjet dashboard at https://app.arcjet.com is also available for visual inspection. ## Common Patterns **Streaming responses**: Call `protect()` before starting the stream. If denied, return the error before opening the stream — don't start streaming and then abort. **Multiple models / providers**: Use the same Arcjet instance regardless of which AI provider you use. Arcjet operates at the HTTP layer, independent of the model provider. **Vercel AI SDK**: Arcjet works alongside the Vercel AI SDK. Call `protect()` before `streamText()` / `generateText()`. If denied, return a plain error response instead of calling the AI SDK. ## Common Mistakes to Avoid - Sensitive info detection runs **locally in WASM** — no user data is sent to external services. It is only available in route handlers, not in Next.js pages or server actions. - `sensitiveInfoValue` and `detectPromptInjectionMessage` (JS) / `sensitive_info_value` and `detect_prompt_injection_message` (Python) must both be passed at `protect()` time — forgetting either silently skips that check. - Starting a stream before calling `protect()` — if the request is denied mid-stream, the client gets a broken response. Always call `protect()` first and return an error before opening the stream. - Using `fixedWindow()` or `slidingWindow()` instead of `tokenBucket()` for AI endpoints — token bucket lets you deduct tokens proportional to model cost and matches the bursty interaction pattern of chat interfaces. - Creating a new Arcjet instance per request instead of reusing the shared client with `withRule()`.

Viking

{   "prompt": "You will perform an image edit using the person from the provided photo as the main subject. The face must remain clear and unaltered. Transform the subject into a formidable **Viking Jarl or Shieldmaiden**, standing commanding at the prow of a longship sailing through a dramatic Norwegian fjord. Emphasize rugged textures of fur and metal, cold Northern light, sea spray, and an epic, adventurous atmosphere.",   "details": {     "year": "Viking Age (approx. 9th-10th Century)",     "genre": "Historical Epic / Gritty Realism / Adventure",     "location": "The wooden prow of a carved dragon-headed longship, cutting through dark, choppy water. Steep, mist-shrouded mountains rise dramatically on both sides of the fjord. Snow might be visible on the peaks. The sky is overcast and heavy.",     "lighting": "Cold, diffused Northern daylight. It's moody and overcast, creating soft but distinct shadows. The light emphasizes the textures of wet wood, metal, and fur. No warm sunlight.",     "camera_angle": "Medium-long shot, slightly low-angle, looking up at the subject to emphasize their power and leadership against the backdrop of the massive fjord. (1:1 composition).",     "emotion": "Fierce, commanding, determined, and rugged.",     "costume": "Heavy, authentic Viking attire: a thick bear or wolf fur cloak clasped with an ornate brooch over leather armor reinforced with iron plates or chainmail. A large, battle-worn bearded axe resting on their shoulder or held firmly. Hair might be braided, and if applicable, a rugged beard. Subtle, historically plausible tattoos on visible skin.",     "color_palette": "Dominated by cold, natural tones: deep sea blues and grays, dark browns of wet wood and leather, slate grays of rock and sky, and the natural tones of fur. The metal accents are dull iron, not shiny steel.",     "atmosphere": "Epic, raw, cold, and adventurous. The air feels freezing and damp with sea spray. The sound of waves crashing against wood is almost audible. A sense of a long journey and conquest.",     "subject_expression": "A fierce, determined gaze looking ahead toward the horizon. The face is set in a grim, commanding line, showing resilience against the elements. Sea spray might be on their face.",     "subject_action": "Standing with a wide, stable stance on the shifting deck. One hand is gripping the dragon-head stem of the ship or the rigging, while the other holds their axe. They are bracing against the movement of the sea.",     "environmental_elements": "Sea spray splashing over the bow. Other crew members (rowers) are visible as indistinct, rugged shapes in the background, laboring at the oars. The sail is a heavy, woven wool fabric with bold stripes (e.g., red and white)."   } }

Cowboy

{   "prompt": "You will perform an image edit using the person from the provided photo as the main subject. The face must remain clear and unaltered. Transform the subject into a steely-eyed **Wild West Gunslinger/Outlaw**, standing tall on the dusty main street of a frontier town at sunset, hand hovering near their holster. Emphasize rugged textures, warm golden light, a tense atmosphere, and classic Western details.",   "details": {     "year": "Late 19th Century (American Frontier / Wild West Era)",     "genre": "Western / Period Piece / Action / Americana",     "location": "The wide, dusty main street of a wooden frontier town. Weathered buildings with false fronts (saloon, general store) line the street. The sun is setting behind them, casting long shadows. Dust hangs in the air. Tumbleweeds are optional but welcomed.",     "lighting": "Dramatic 'Golden Hour' sunset. Warm, low-angle light from the setting sun backlights the subject and the dust, creating a golden haze and strong rim lighting. Long, dramatic shadows stretch across the street. The overall tone is warm and gritty.",     "camera_angle": "Full-body shot, slightly low-angle, looking up at the subject to emphasize their imposing presence. The composition is centered, with the town street stretching behind them, creating depth. (1:1 composition).",     "emotion": "Tense, confident, watchful, and ready for action.",     "costume": "Rugged, worn Western attire: a long, dusty canvas or leather duster coat, a worn cowboy hat pulled slightly low, a patterned shirt, a leather vest, and sturdy, scuffed cowboy boots. A thick leather gun belt with a holster holding a period-appropriate revolver is prominent. A bandana is tied around the neck.",     "color_palette": "Dominated by warm, earthy tones: dusty browns, burnt oranges, deep reds, and golden yellows from the sunset. The wood of the buildings is weathered gray and brown. The sky is a gradient of fiery orange, pink, and deep blue.",     "atmosphere": "Tense, gritty, cinematic, and quiet. The air is thick with dust and anticipation, as if a duel is about to commence. A classic Western standoff feel.",     "subject_expression": "A steely, unwavering gaze looking directly forward from beneath the hat brim. A firm, set jaw. The expression is calm but intensely focused, conveying a sense of dangerous capability.",     "subject_action": "Standing with feet planted firmly apart, body slightly bladed. One hand is hovering just above the grip of their holstered revolver, fingers ready to draw. The other hand might be resting on their belt or hanging loosely at their side.",     "environmental_elements": "Visible dust motes catching the golden light. The silhouette of a horse hitched to a rail in the background. A wooden sign for a saloon (e.g., 'Golden Nugget Saloon') is visible but slightly out of focus. The texture of rough wood and dry earth is palpable."   } }

Atari

{ "prompt": "You will perform an image edit using the person from the provided photo as the main subject. The face must remain clear and unaltered. Transform the subject into a cool **80s Synthwave Gamer**, intensely playing an arcade cabinet in a dimly lit, neon-drenched retro arcade. Emphasize glowing neon colors (magenta, cyan), retro-futuristic fashion, CRT screen reflections, and a nostalgic, electronic atmosphere.", "details": { "year": "1980s (Retro-Futuristic / Synthwave Aesthetic)", "genre": "Synthwave / Retrowave / 80s Nostalgia / Cyberpunk Lite", "location": "A dark, atmospheric retro arcade. Walls are lined with glowing arcade cabinets showing pixel art. The floor might have a glowing neon grid pattern. Smoke machines create a slight haze in the air, catching the colored lights.", "lighting": "Intense, contrasting neon lighting. Dominant hues of electric pink, cyan, deep purple, and laser blue. The primary light source on the subject's face is the glow from the CRT arcade screen they are playing, creating strong, colorful highlights.", "camera_angle": "Medium shot, capturing the subject from the waist up, engaged with the arcade machine. The background is a blur of neon lights and screens. (1:1 composition).", "emotion": "Cool, focused, immersed, and slightly nostalgic.", "costume": "Quintessential 80s cool: A satin 'Members Only' style jacket (perhaps iridescent or with a retro logo), a graphic band t-shirt, and maybe fingerless gloves. Sunglasses worn indoors are optional but encouraged for the aesthetic. Hair is styled with volume.", "color_palette": "A strict synthwave palette: saturated magenta, cyan, deep violet, electric blue, and sunset orange. Deep blacks in the shadows contrast sharply with the neon light sources.", "atmosphere": "Electric, nostalgic, hazy, and cool. The air feels filled with the sounds of synthesized music and coin drops. A visual representation of a vaporwave track.", "subject_expression": "A cool, focused smirk or intense concentration, eyes fixed on the screen. The realistic face is illuminated by the shifting colored light of the game.", "subject_action": "Hands are actively engaged with the arcade joystick and buttons, knuckles slightly white from gripping. The body is leaned slightly into the machine in concentration.", "environmental_elements": "Scanlines visible on the CRT screens. Pixelated explosions or high scores reflecting in the subject's sunglasses or eyes. Glowing coin slots. A retro poster for a fictional 80s sci-fi movie in the background." } }

Japan

{   "prompt": "You will perform an image edit using the person from the provided photo as the main subject. The face must remain clear and unaltered. Transform the subject into a contemplative **Zen Monk/Gardener**, meticulously raking patterns in a pristine Japanese Zen garden at dawn. Emphasize minimalist aesthetics, soft natural light, tranquil colors, and a profound sense of peace and mindfulness.",   "details": {     "year": "Timeless (Traditional Japanese Aesthetics)",     "genre": "Zen / Contemplative / Minimalist / Cultural",     "location": "A perfectly maintained Japanese Zen rock garden (Karesansui). The ground is fine white gravel raked into precise, concentric patterns around carefully placed, weathered rocks. A moss-covered stone lantern or a single, artfully pruned bonsai tree is visible in the background. A subtle bamboo fence encloses the space.",     "lighting": "Soft, diffused light of early dawn or a gentle overcast day. The light is even and gentle, creating subtle shadows that define the raked patterns without harshness. A cool, serene quality pervades the scene.",     "camera_angle": "Medium shot to full-body, positioned slightly low to capture the subject's interaction with the ground and the expanse of the raked garden. The composition is clean and balanced, adhering to minimalist principles. (1:1 composition).",     "emotion": "Serene, focused, mindful, and peaceful. A deep sense of inner calm.",     "costume": "Simple, traditional Japanese attire: a plain, loose-fitting kimono or robes in muted, natural tones (e.g., charcoal gray, deep indigo, earthy beige). Hair is neatly styled or shaved (if appropriate for a monk). Clean, unadorned aesthetic.",     "color_palette": "Dominated by serene, muted natural colors: the stark white of the gravel, the grays and earthy browns of the rocks and wood, deep greens of moss and foliage. Very subtle, restrained use of accent colors. The overall palette is harmonious and calming.",     "atmosphere": "Profoundly peaceful, meditative, silent, and harmonious. The air feels crisp and still, inviting introspection. A strong sense of order and tranquility.",     "subject_expression": "Eyes are downcast or gently focused on the raking task, with a calm, serene expression on their realistic face. Lips are gently closed, conveying deep concentration and inner peace.",     "subject_action": "Holding a wooden rake with both hands, meticulously drawing perfect, flowing patterns in the white gravel. Their posture is stooped in a graceful, deliberate manner, emphasizing the ritualistic nature of the task. Movement is slow and purposeful.",     "environmental_elements": "Perfectly defined, flowing patterns in the white gravel. The texture of the weathered rocks. Fine dew drops might be visible on the moss or the rake. The distant bamboo fence provides a subtle, natural boundary to the tranquil space."   }

Paint

{   "prompt": "You will perform an image edit using the person from the provided photo as the main subject. The face must remain clear and unaltered. Transform the subject into a passionate **Contemporary Urban Artist**, actively painting a vibrant, large-scale mural on a city wall. Emphasize dynamic brushstrokes/spray paint effects, bold colors, artistic energy, and a lively urban backdrop.",   "details": {     "year": "Contemporary (Modern Urban Setting)",     "genre": "Street Art / Contemporary Art / Urban Life / Expressionism",     "location": "A vibrant city alleyway or a prominent wall in an urban art district. The wall itself is a canvas, showing a partially completed, colorful mural. Other subtle graffiti or street art elements are visible in the background, along with distant, blurred city architecture.",     "lighting": "Bright, clear daylight with a slight artistic filter, enhancing the vibrancy of colors. Natural shadows are soft but define the texture of the wall and the subject. The focus is on illuminating the artwork.",     "camera_angle": "Medium shot, capturing the subject mid-action with their tools, with a significant portion of the mural visible. Dynamic angle that conveys movement and artistic energy. (1:1 composition).",     "emotion": "Focused, passionate, energetic, and expressive.",     "costume": "Comfortable, practical artist's attire: paint-splattered jeans or overalls, a graphic t-shirt or hoodie, and sturdy work boots. Hair might be tied back or messy. Perhaps a beanie or cap worn backward.",     "color_palette": "Explosive and highly saturated. A wide range of bright, bold colors used in the mural (e.g., electric blues, fiery oranges, vibrant pinks, lime greens). The subject's clothes might have complementary or contrasting paint splatters. The city background is slightly desaturated to make the mural pop.",     "atmosphere": "Energetic, creative, inspiring, and lively. The air feels alive with artistic expression and the subtle sounds of the city (distant traffic, music). A sense of freedom and creation.",     "subject_expression": "Intense concentration, eyes narrowed as they focus on the artwork. A slight, satisfied smirk or a look of deep thought as they envision the next stroke. No direct eye contact with the viewer.",     "subject_action": "Actively engaged in painting: one hand holding a spray can or a large paintbrush, mid-stroke on the mural. The other hand might be holding a reference sketch or gesturing to a part of the artwork. Paint drips are visible down the wall. Their body is in motion, conveying the physical act of creation.",     "environmental_elements": "Various paint cans, brushes, and tools scattered at the base of the wall. A stepladder or scaffolding is partially visible. Subtle textures of the brick or concrete wall showing through the paint. A sense of depth with layers of paint."   } }

Galactic Smuggler

{   "prompt": "You will perform an image edit using the person from the provided photo as the main subject. The face must remain clear and unaltered. Transform the subject into a charismatic **Galactic Smuggler/Pilot**, casually leaning against their rugged starship in a bustling alien spaceport. Emphasize futuristic tech, worn utilitarian gear, vibrant alien details, and an adventurous, slightly rebellious atmosphere.",   "details": {     "year": "Distant Future (Space Opera / Sci-Fi Adventure)",     "genre": "Sci-Fi / Space Opera / Adventure / Western in Space",     "location": "A bustling, gritty spaceport on a dusty alien planet. Visible elements include the metallic hull of a custom-modified starship (with visible scorch marks and repairs), crates of illicit cargo, glowing data terminals, and exotic alien species milling in the background. The sky is a unique alien color, possibly with multiple moons.",     "lighting": "Dynamic, mixed lighting. Harsh, artificial lights from the spaceport (neon signs, floodlights) combined with the natural, often colorful light from the alien sun(s). Creates strong contrasts and highlights on metallic surfaces and the subject's gear. Dust motes visible in the air.",     "camera_angle": "Medium shot to full-body, with the subject casually leaning against the starship. Slightly low-angle to emphasize the ship's size and the subject's confidence. The background is busy but slightly out of focus to keep attention on the subject. (1:1 composition).",     "emotion": "Confident, shrewd, slightly roguish, and self-assured.",     "costume": "Worn, practical, yet stylish futuristic attire: a durable flight jacket with patches and integrated tech, sturdy cargo pants, and reinforced boots. A utility belt with various gadgets and holstered blasters. Perhaps a distinctive scarf or bandana. Hair is slightly disheveled but cool.",     "color_palette": "Mix of dusty earth tones (browns, tans, faded greens) with pops of vibrant alien colors (electric blues, vivid purples, neon yellows) from tech and alien signage. Metallic silver/bronze from the ship. The sky might be an unusual shade of orange or red.",     "atmosphere": "Adventurous, bustling, slightly dangerous, and full of hidden opportunities. The air feels charged with the energy of commerce and illicit dealings. A sense of freedom and living on the edge.",     "subject_expression": "A confident, knowing smirk or a casual, relaxed smile. Eyes are sharp and observant, perhaps looking slightly off-camera as if scanning for trouble or opportunities.",     "subject_action": "Casually leaning against the hull of their starship, one hand perhaps resting on a blaster holster or a control panel. The other hand might be holding a futuristic data pad or a peculiar alien drink. Body language is relaxed but ready.",     "environmental_elements": "Subtle exhaust fumes or steam rising from the starship. Distant silhouettes of other unique alien spacecraft taking off or landing. Two-headed aliens or droids in the background. The ground is dusty and shows tire tracks from speeders."   } }

Transforming a Photo into a Post-Apocalyptic Scene

{   "prompt": "You will perform an image edit using the person from the provided photo as the main subject. The face must remain clear and unaltered. Transform the subject into a hardened **Wasteland Scavenger/Survivor**, standing vigilant on a windswept dune in a desolate, post-apocalyptic landscape. Emphasize weathered, patched clothing, makeshift gear, gritty textures, and a bleak, survivalist atmosphere.",   "details": {     "year": "Undefined Post-Apocalyptic Future (e.g., 'After the Collapse')",     "genre": "Post-Apocalyptic / Dystopian / Survival",     "location": "A vast, desolate desert or barren wasteland. The ground is cracked earth, wind-blown sand, and scattered debris (e.g., rusted car parts, broken signs). A hazy, polluted sky looms overhead, perhaps with a distant, ruined city skyline barely visible on the horizon.",     "lighting": "Harsh, muted, and desaturated sunlight, filtering through a dusty, smoggy atmosphere. Strong directional shadows, emphasizing the rough textures of the environment and the subject's gear. Overall tone is gritty and somewhat oppressive.",     "camera_angle": "Medium shot to full-body, positioned slightly low to make the subject appear formidable against the stark landscape. The horizon line is low, emphasizing the vast, empty sky. (1:1 composition).",     "emotion": "Vigilant, weary, resilient, and determined.",     "costume": "Layered, patched-together clothing made from repurposed materials: torn denim, worn leather, tattered canvas. Functional, utilitarian gear like heavy boots, fingerless gloves, and a bandana or makeshift face covering. A visible collection of scavenged items (e.g., pouches, tools, water canteen) strapped to their body.",     "color_palette": "Dominated by desaturated earth tones: dusty browns, faded greens, muted grays, and rusty oranges. Punctual pops of faded color from repurposed fabric scraps. The sky is a washed-out pale yellow or sickly green.",     "atmosphere": "Bleak, harsh, dangerous, and lonely. The air feels heavy with dust and the silence of a dead world. A constant sense of survival against overwhelming odds.",     "subject_expression": "A grim, focused gaze, scanning the horizon for threats or resources. Mouth set in a firm, determined line. Hair is windswept and dusty.",     "subject_action": "Standing alert, possibly holding a makeshift weapon (e.g., a sharpened pipe, a crossbow, or a sturdy club) resting on their shoulder or held defensively. Their stance is one of readiness and caution.",     "environmental_elements": "Fine dust or sand particles visibly blowing in the wind around the subject. Distant, skeletal remains of trees or buildings. Perhaps a single, circling scavenger bird high in the sky. The ground shows cracks and dry vegetation."   } }

1950s Diner Photo Transformation

{ "prompt": "You will perform an image edit using the person from the provided photo as the main subject. The face must remain clear and unaltered. Transform the subject into a cheerful **1950s Diner Patron/Waitress**, seated at a classic diner counter, enjoying a milkshake. Emphasize bright, cheerful colors, chrome accents, a nostalgic retro aesthetic, and a lively, feel-good atmosphere.", "details": { "year": "1950s (Mid-Century Americana)", "genre": "Retro / Nostalgia / Pop Art / Slice of Life", "location": "A classic American diner interior. Visible elements include a shiny chrome counter, red vinyl stools, checkerboard floor, and possibly a jukebox or vintage soda fountain in the background. Bright, inviting lighting.", "lighting": "Bright, even, and slightly diffused incandescent lighting, typical of a bustling diner. Everything is clearly illuminated, creating a cheerful, inviting glow.", "camera_angle": "Medium close-up, capturing the subject from the chest up, with enough of the counter and background to establish the diner setting. The subject is looking slightly towards the camera with a warm expression. (1:1 composition).", "emotion": "Joyful, relaxed, friendly, and carefree.", "costume": "Classic 1950s attire: for a patron, a brightly colored (e.g., pastel pink or light blue) letterman jacket or a poodle skirt with a fitted sweater. For a waitress, a crisp uniform (e.g., light blue dress with a white apron, paper hat, and roller skates if applicable for a carhop look). Hair is styled in a classic 50s bouffant or ponytail.", "color_palette": "Vibrant and cheerful primary colors (red, blue, yellow) mixed with soft pastels (pink, mint green, baby blue) and shiny chrome silver. Strong, clean lines define objects. Everything looks fresh and inviting.", "atmosphere": "Upbeat, nostalgic, lively, and incredibly friendly. A sense of youthful innocence and fun, set to the background hum of a jukebox.", "subject_expression": "A wide, genuine smile with bright, sparkling eyes. A slight tilt of the head, conveying friendliness and openness.", "subject_action": "One hand is holding a tall, frosted milkshake glass with a striped straw, perhaps mid-sip. The other hand is resting casually on the chrome counter or gesturing lightly. Body language is relaxed and happy.", "environmental_elements": "A perfect, whipped cream-topped milkshake with a cherry. Reflections of the diner's neon signs (if any) or bright lights on the chrome surfaces. A classic diner menu or napkin dispenser on the counter. Perhaps a faint 'Wurlitzer' logo on a distant jukebox." } }

Cute Family Cartoon Sticker Design

{ "prompt": "You will perform an image edit using the people from the provided photo as the main subjects. The faces must remain clear and unaltered. Create a cute, humorous cartoon sticker design depicting the dad as a focused coder, the baby gleefully disrupting his work, and the mom happily reading nearby, observing the playful chaos. Emphasize soft, rounded lines, vibrant colors, and exaggerated, charming expressions suitable for a laptop sticker.", "details": { "year": "Contemporary (current day)", "genre": "Cartoon / Whimsical / Family Humor / Cute Sticker Art", "location": "A cozy, slightly stylized home environment – perhaps a living room or home office. Background elements are minimal and soft: a comfy armchair, a glowing laptop screen with abstract code lines, and perhaps a small, colorful toy on the floor. The overall setting feels warm and inviting.", "lighting": "Soft, diffused indoor lighting, designed to be bright and clear without harsh shadows, similar to children's book illustrations. Everything is well-lit for clarity.", "camera_angle": "A medium close-up, focusing on the three subjects and their interaction. The composition should be tight and circular (or easily cropped into one) for a sticker, with all three prominent. (1:1 composition).", "emotion": "Dad: comically flustered/focused; Baby: joyful/mischievous; Mom: serene/amused.", "costume": "Simplified, comfortable home attire. Dad in a graphic t-shirt (maybe with a subtle tech reference), mom in a soft sweater or blouse, baby in a cute, patterned onesie or simple baby clothes. Colors are bright and friendly.", "color_palette": "A cheerful and inviting palette of soft pastels mixed with brighter, appealing colors. Think warm yellows, gentle blues, mint greens, and rosy pinks. Bold, clean outlines.", "atmosphere": "Warm, loving, and playfully chaotic. Captures the everyday humor of family life with a small child, emphasizing the joy and slight disruption.", "subject_expression": "Dad: One eyebrow raised in exasperation or a slight, comedic grimace, eyes wide but still fixated on his screen, mouth slightly open in a soft 'oh no' expression. Baby: Wide, innocent, joyful eyes, a big, open-mouthed giggle or happy babble. Mom: A gentle, knowing smile, eyes crinkling at the corners as she observes the scene, perhaps looking up from her book with a sweet, amused expression.", "subject_action": "Dad is seated, hunched over a laptop, fingers poised over the keyboard. The baby is perched on his lap or shoulders, reaching playfully for the keyboard or pulling gently at his hair/glasses. Mom is seated comfortably nearby, a book open in her hands, looking up from it towards the dad and baby with a warm, happy gaze.", "environmental_elements": "Stylized, simple elements: a glowing 'error' message or abstract code on the laptop screen. A small, innocent-looking baby toy (e.g., a rattle or block) slightly out of reach on the desk. A cheerful 'Zzzzz' emanating from the mom's book, or small hearts/stars around her to signify her peaceful state. The whole design has a clean, bold outline, making it ideal for a sticker." } }

Celebratory Student Exam Result Reveal

{   "shot": {     "composition": ["medium front-facing shot of student seated at desk, holding up smartphone toward camera with green screen display visible"],     "lens": "35mm lens for natural perspective and moderate depth of field",     "camera_motion": "slight upward tilt and gentle push-in toward phone as student smiles"   },   "subject": {     "description": "university-aged student, cheerful and excited after receiving great exam results",     "wardrobe": "casual, relaxed home outfit"   },   "scene": {     "location": "home study desk",     "time_of_day": "daytime",     "environment": "bright home setting with books and papers around desk, daylight streaming through window"   },   "visual_details": {     "action": "student beams with happiness, raises phone toward camera to display result (green screen for later editing), gestures with free hand in celebration",     "props": "smartphone with green screen, desk items (notebook, pen, laptop closed or pushed aside)"   },   "cinematography": {     "lighting": "bright natural daylight emphasizing upbeat, celebratory mood",     "tone": "joyful, proud, positive"   },   "audio": {     "ambient": "subtle household quiet, optional faint celebratory sound effect (like soft cheer or clap)",     "dialogue": [       {         "character": "student",         "dialogue": "Yes! I did it!",         "voice": "youthful, enthusiastic",         "style": "excited and genuine",         "duration": "2s",         "emphasis": "strong emphasis on joy"       }     ]   },   "color_palette": "bright warm tones with phone’s chroma green as focal point",   "settings": {     "transitions": "quick, energetic fade-out at end"   },   "action_sequence": [     {       "time": "0-5s",       "event": "medium shot shows student sitting at desk, smiling broadly after checking exam results"     },     {       "time": "5-10s",       "event": "student lifts smartphone toward camera, green screen display clearly visible"     },     {       "time": "10-15s",       "event": "camera gently pushes in closer on phone as student laughs with excitement"     },     {       "time": "15-18s",       "event": "student pumps free hand in small celebratory gesture, still holding up phone"     },     {       "time": "18-20s",       "event": "camera briefly shifts focus to student’s smiling face before fade-out"     }   ] }

Instagram Profile Search Navigator

Act as an Instagram Profile Search Navigator. I am looking for a specific piece of content on a creator's profile, but the app lacks a direct search bar. Creator Handle: ${creator_handle} Target Topic/Video Details: ${topic_details} Your task is to provide a "Search Blueprint" to find this content: Google Dorking Strings: Provide 3 specific Google search queries using the site:instagram.com/${creator_handle} operator combined with technical keywords related to the topic. Caption Keyword Map: List 5-7 specific keywords or hashtags the creator likely used, which I can use in the "Your Activity" > "Interactions" or main IG search bar. Visual Cues: Suggest what the thumbnail or cover image might look like based on the topic to help me scroll and spot it visually. Direct URL Logic: If applicable, explain how to find it via a desktop browser using Ctrl+F on the creator's grid.

Patent Illustration Design with SolidWorks and Origin Styles

{ "role": "Patent Illustrator", "context": "You are a patent illustrator skilled in SolidWorks and Origin styles, designed to meet Chinese patent office standards.", "task": "Create structured patent illustrations.", "styles": { "diagram": "SolidWorks", "data_analysis": "Origin" }, "rules": [ "Follow China's patent office guidelines strictly.", "Use SolidWorks for all schematic diagrams: black and white vector lines, no rendering, no shadows, no gradients.", "Ensure diagrams show structure, shape, and assembly relations clearly with Arabic numerals.", "Use Origin style for data analysis graphs: minimalistic black and white, clear axes, no decorative elements.", "Graphs should be suitable for academic papers and patent specifications." ], "examples": [ { "type": "isometric_structure", "style": "SolidWorks", "description": "Black and white isometric drawing adhering to patent norms, showing structure and assembly clearly." }, { "type": "three_view_and_section", "style": "SolidWorks", "description": "Standard three views with section view, using hidden lines for internal structure, adhering to mechanical and patent norms." }, { "type": "exploded_view", "style": "SolidWorks", "description": "Exploded isometric drawing with clear assembly paths, no texture, suitable for patent structure disclosure." }, { "type": "data_analysis", "style": "Origin", "description": "Minimalistic graph for data analysis, suitable for patent specifications." } ], "variables": { "inventionDescription": "Description of the invention", "diagramStyle": "Style for diagrams, defaulting to SolidWorks", "graphStyle": "Style for graphs, defaulting to Origin" } }

AI-Generated Patent Illustration Instructions

Act as an AI Patent Illustration Designer. You are tasked with creating high-quality patent illustrations based on user descriptions and articles. Your illustrations will: - Follow Chinese National Intellectual Property Administration patent drawing standards. - Use SolidWorks black and white engineering line style for structure diagrams. - Employ Origin's professional scientific plotting style for data analysis charts. You will: 1. Draw an overall isometric structure diagram without perspective distortion, using solid lines for outlines and dashed lines for hidden structures. Label key components with Arabic numerals. 2. Create standard three-view plus sectional view diagrams with aligned views and uniform sectional lines. 3. Produce exploded isometric diagrams showing assembly directions with clear part separation and no overlaps. 4. Design detailed zoomed-in views to accurately present small structures and connection nodes. 5. Generate data analysis charts in Origin style using academic color schemes with clear axis labels and legends, suitable for embedding in academic papers and patent descriptions. Rules: - No colors, shadows, rendering, gradients, or textures in SolidWorks diagrams. - Maintain clarity and adherence to mechanical drawing standards. - Origin charts must avoid 3D effects and excessive decoration, focusing on clear data presentation.