Instructions file
Claude Code instructions for vinsonconsulting/limner, covering claude.md — limner and storage rules (vinson standard).
Instructions file
Claude Code instructions for vinsonconsulting/limner, covering claude.md — limner and storage rules (vinson standard).
Skill Claude CodeCodex
Research an art style, movement, or technique with your web tools and distill the findings into a style profile that steers generation. Load when grounding generation in art history or a specific tradition.
Skill Claude CodeCodex
Set a project's brand as a style profile (palette, descriptors, medium, pipeline preferences) and generate a consistent on-brand batch. Load when establishing or applying a brand kit.
Skill Claude CodeCodex
Stamp a logo or watermark onto a finished image with the compose watermark op, sizing and placing the mark and handling transparency, then deliver one asset. Load when applying brand marks or watermarks.
Skill Claude CodeCodex
Put legible text on an image by rendering a caption or headline with the renderText op and compositing it over a base image. Load when adding captions, headlines, titles, or quote cards.
Skill Claude CodeCodex
How to drive Limner's DALL·E pipeline (gpt-image-1 family), covering a descriptive prompt, size/quality/format/background knobs, reliable text-in-image, and source-image edits. Load when generating with the DALL·E pipeline.
Skill Claude CodeCodex
How to hand a Limner asset off to a desktop editor (GIMP, the Affinity suite, Inkscape, Krita) for manual retouching, vector authoring, print prep, or natural-media painting. Load when a task needs work Limner does not perform itself.
Skill Claude CodeCodex
Reference for image and document file types (PNG, JPEG, WebP, AVIF, SVG, TIFF, PDF), covering compression, alpha, color model, and typical use. Load when choosing or converting an output format.
Skill Claude CodeCodex
Produce an illuminated manuscript page end to end, researching the tradition, generating the miniature, initial, border, and marginalia, composing them, and delivering one page. Load for the full research-to-generation manuscript workflow.
Skill Claude CodeCodex
Recall a prior generation and vary, restyle, or post-process it, using the memory and project notes you record as you generate. Load when building on an earlier asset or iterating a series.
Skill Claude CodeCodex
How to build a Midjourney prompt with Limner, subject and style first, then parameter flags and optional image references. Load when generating with the Midjourney pipeline.
Skill Claude CodeCodex
Export one image at several sizes and formats for web, app, and social destinations using the compose resize and convert ops, then deliver each variant. Load when producing an export set or multiple sizes.
Skill Claude CodeCodex
Choose the right Limner generation pipeline for an asset, matching output kind, cost, and speed across Midjourney, DALL·E, and Recraft, then finishing with upscale, vectorize, or compose. Load when unsure which pipeline to use.
Skill Claude CodeCodex
Take a Limner asset toward print by upscaling to print resolution, then handing off for CMYK and press formats like TIFF or PDF/X. Load when preparing an asset for professional printing.
Skill Claude CodeCodex
How to drive Limner's Recraft pipeline, choosing style vs. substyle, generating vector (SVG) art from scratch, and transforming a source image. Load when generating with the Recraft pipeline.
Skill Claude CodeCodex
Capture the style of a user's reference images by describing them into a style profile and matching them with native image input, then generate new work in that style. Load when matching a user's own images or moodboard.
Skill Claude CodeCodex
Trace a raster image into a scalable SVG with the limnervectorize tool, for logos, icons, and flat art that must stay crisp at any size. Load when converting a raster to vector or preparing a logo for scaling.
MCP server Claude CodeCodexCursor
MCP server "limner" as configured in vinsonconsulting/limner. Launched with https://github.com/vinsonconsulting/limner/releases/download/mcpb-v1.0.1/limner-.
vinsonconsulting/claude-skill-foundry
Instructions file
Claude Code instructions for vinsonconsulting/claude-skill-foundry, covering claude.md, how a skill loads (progressive disclosure), the description is the trigger, authoring conventions and build and check.
vinsonconsulting/claude-skill-foundry
Skill Claude CodeCodex
Replace this. One or two sentences on what the skill does and the situations that should trigger it. This text is matched by a model, so name concrete triggers, not vague capabilities.
vinsonconsulting/claude-skill-foundry
Skill Claude CodeCodex
Use when rendering images as ASCII art in the browser or a React app with the ascii-img-react library — the shape-vector (not brightness-ramp) approach that keeps edges sharp. Trigger when ascii-img-react or is named; when the user wants an image-to-ASCII React component, a terminal/retro ASCII image effect on a web…
vinsonconsulting/claude-skill-foundry
Skill Claude CodeCodex
Use when converting an image file to ASCII art outside the browser — a command-line or script run that turns a photo, logo, screenshot, or render into text, saved as .txt or rendered to .png/.svg. Trigger on "make ASCII art of this image/photo/cat", "convert this picture/logo to ASCII", "turn this PNG into an ASCII…
vinsonconsulting/claude-skill-foundry
Skill Claude CodeCodex
Use when building real-time ASCII or textmode graphics in the browser with the textmode.js library — generative glyph-grid sketches, retro/terminal visuals, audio-reactive or VJ textmode, or turning images and video into ASCII on a WebGL2 character grid. Trigger whenever textmode.js is named, when a sketch calls…
vinsonconsulting/claude-skill-foundry
Skill Claude CodeCodex
Use this skill when building a terminal UI (TUI) in Go with Bubble Tea and the Charm stack: the Elm Architecture / MVU pattern (tea.Model with Init/Update/View), Cmd/Msg event flow, Lip Gloss styling and layout, Bubbles components (viewport, list, table, textinput, textarea, spinner, progress), Glamour markdown…