Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Classify a story seed by its intellectual-property weight so downstream image pipelines can pick the right render strategy. Returns {ip_level: known|inspired|original, franchise, model_preference: flux-photoreal|gemini-stylised} as strict JSON. Known franchises (Marvel, Star Wars, Harry Potter, GoT, Avatar, DC, LOTR, Anime) trigger the FLUX + moderation-rewriter ladder because their vocabulary sets off BFL/Google safety filters. Original stories get sent straight to Gemini/Nano Banana — cheaper, faster, stylised, no filter dance required. Use once per story, at canvas-enter time.
Every image pipeline wants to be the right pipeline for the story. A Marvel-finale seed cannot go to Gemini — one mention of "Iron Man" and the render refuses. A kitchen-sink drama seed should not be forced through FLUX's heavier photoreal render when Nano Banana would paint the scene in half the time with warmer tones.
This skill looks at the seed once and decides the route. One JSON object, fire and forget. Downstream stores it and every subsequent image-gen reads the preference out of memory instead of re-asking.
{
"seed": "Tony Stark holds the Infinity Gauntlet on the Avengers compound battlefield — every possible ending hangs on what he does next."
}
Return exactly one JSON object, nothing else:
{
"ip_level": "known",
"franchise": "marvel",
"model_preference": "flux-photoreal",
npx skills add UfukNode/Noustiny --skill story-copyright-detectorHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.