NikGor
- 3 skills
- 0 followers
- 1 week ago last updated
- ▌ Sfumato Implement · nikgorGuided implementation workflow for SFUMATO modules. Use when starting to implement any module (service, tool, endpoint, model, Jinja2 template), when unsure about dependency order, or when you want to verify architecture compliance before writing code. Encodes project-specific patterns and common mistakes to avoid.
- ▌ Image Providers Research · nikgorResearch current API docs for DALL-E 3, Grok Aurora, and Nano Banana image providers. Use when implementing or updating provider clients (openai_image_tool.py, grok_image_tool.py, nano_banana_image_tool.py), when checking supported parameters (sizes, quality, style), or when debugging provider API errors. Produces ProviderCapabilities reference for the registry.
- ▌ Prompt Engineering Research · nikgorResearch prompt engineering best practices for AI image generation and LLM-as-judge scoring patterns. Use when writing or improving Jinja2 prompt templates in app/prompts/, when implementing the optimize loop, when judge scores cluster too narrowly, or when prompt revision fails to improve results across iterations.