painter

painter is a skill for Claude Code from qwedsazxc78/devops-ai-skill. It costs 161 tokens per session (2,446 once invoked), scanned A, original, no licence file.

A diagram-making skill that turns code, system designs, and DevOps pipelines into architecture diagrams, flow charts, and explanatory graphics. DevOps pipelines are automated steps used to build, test, and deploy software.

In plain words
What is it for?
Use it to document architectures, show process flows, or explain how a feature or deployment pipeline works.
Why use it?
It makes technical structure and process easier to understand visually than from code or prose alone.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the devops plugin — 14 skills, 28 commands, 2 agents, 3 hooks shipped together

Good fit Use it to document architectures, show process flows, or explain how a feature or deployment pipeline works.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/qwedsazxc78/devops-ai-skill/painter
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add qwedsazxc78/devops-ai-skill --skill painter
Clone the repo
git clone --depth 1 https://github.com/qwedsazxc78/devops-ai-skill

Made for: Claude Code.

Or install devops, the plugin that ships this one along with the rest of its 14 skills, 28 commands, 2 agents, 3 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for painter

README.md
[![agentmods](https://agentmods.dev/badge/skills/qwedsazxc78/devops-ai-skill/painter.svg)](https://agentmods.dev/skills/qwedsazxc78/devops-ai-skill/painter)
Your own site
<a href="https://agentmods.dev/skills/qwedsazxc78/devops-ai-skill/painter"><img src="https://agentmods.dev/badge/skills/qwedsazxc78/devops-ai-skill/painter.svg" alt="Measured on agentmods" height="20"></a>
Per session 161 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,446 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00161 $0.02446
Opus 5 $0.00081 $0.01223
Sonnet 5 $0.00032 $0.00489
Haiku 4.5 $0.00016 $0.00245

Measured 7d ago against content hash 093512b57633, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

painter scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/painter/SKILL.md · 189 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 189 lines · 161 tokens per session scan A 093512b57633

Subscribe to this mod's changes

painter is a skill published in the GitHub repository qwedsazxc78/devops-ai-skill (10 stars, last pushed 2mo ago), with no licence file. It adds 161 tokens to every session and 2,446 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

neo-vue

Use this skill when building, debugging, refactoring, or reviewing Vue 3 applications, SFCs, Composition API, Pinia stores, Vue Router, Vite, or Vue+TypeScript code. Trigger when the project has .vue files or the user mentions Vue, Pinia, Composition API, Router, reactivity, or component architecture.

Benknightdark/neo-skills · 75 tokens

neo-dotnet-tag-helper

Use this skill when the user asks to design, implement, refactor, or review custom ASP.NET Core Tag Helpers in C#, including TagBuilder usage, strongly typed attributes, dependency injection, ProcessAsync, and reusable Razor UI behavior.

Benknightdark/neo-skills · 53 tokens

unify-design

Establishes a web project's design system as the single source of truth — colors, spacing, typography, radius, shadow, breakpoints — then audits the codebase for drift against it (hardcoded hex values, arbitrary Tailwind values, magic px/rem numbers, duplicate component variants, inconsistent navigation) and fixes the…

subinium/vibesubin · 120 tokens

image-first-frontend

Generate a polished frontend reference screenshot through a configurable GPT-image-2-compatible generations endpoint, save and show versioned previews inside the project, revise selected previews through a configurable /images/edits endpoint, and reproduce only the user-approved design as functional frontend code with…

jinshiqwq/image-first-frontend · 118 tokens

cv-webapp-starter

Use when starting a Computer Vision web application with Next.js, FastAPI, browser MediaPipe, typed APIs, bounded uploads, and private media handling.

Hipson47/Hipson · 36 tokens

dspy-streaming

Use when you need to stream LM output tokens to a frontend in real time — progressive responses, typing indicators, server-sent events, or WebSocket feeds. Common scenarios - streaming DSPy responses to a React UI, FastAPI SSE endpoint with DSPy, showing AI typing in a chat interface, streaming multi-field outputs…

lebsral/DSPy-Programming-not-prompting-LMs-skills · 190 tokens