Converts a piece of text into a single explanatory illustration via a 3-step pipeline (extract → art-direct → prompt-synth), then renders it with Gemini (gemini-3.1-flash-image-preview), gpt-image on Azure Foundry, or the OpenAI API directly. Gemini is the default when GEMINI_API_KEY is set. The art-direct step picks one of 13 functional types via Visme's three-question rule plus a visual-style modifier (line-art / photography / illustration / tactile / isometric / explorative), with optional named themes. Use when an explanatory or hero image is needed from text — standalone or for report hero slots.
Builds a release candidate for the current repository, driven by a dev-process.json config file. Creates the release candidate branch from origin/main, computes the main↔production scope, runs the configured analysis and review tools in parallel (delegating heavy or skill-kind tools to isolated sub-agents), optionally generates changelog/release notes and an aggregated report viewer, and makes the release-candidate commit. It does not freeze main, notify, or push — it can describe those steps when asked. Use when preparing or refreshing a release candidate.
Finalizes a release candidate built by dev-release-candidate, driven by dev-process.json. Verifies the release candidate on origin, summarizes the release plan (informational, no approval gate), then rewrites the release-candidate commit so large report artifacts go to blob storage (AWS S3 or Azure Blob) instead of git history while the configured reports stay in the commit. It does not ask for approval, perform the production release, or notify — it can describe those steps when asked. Use to finalize an approved release candidate before the production release.
The release-report system. Aggregates the JSON fragments produced by its bundled internal producers (dev-analysis-*, dev-test-contracts, dev-report-overview/status/vs-production/release-diff) into one standalone, navigable HTML release-candidate report folder per release, with a permanent two-column This-release/vs-production layout and a show/hide-previous-releases split-screen. Validates fragments against the dev-report-fragment/v1 contract, lays them out by category, embeds everything into index.html so the folder opens via file:// with no server, and upserts a top-level releases.json for prev/next navigation. Use when building or refreshing a release report, or when authoring a producer that must emit conformant fragment JSON.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A collection of reusable agent Skills — portable, repeatable workflows that any Claude Code (or compatible) session can discover and run.
Inspired by the structure of addyosmani/agent-skills.
This project is dual-licensed:
Use without a signed commercial agreement is governed solely by the AGPLv3, including its source-availability and network-use obligations. To obtain a commercial license, contact [email protected].
This repo is also a Claude Code plugin and its own single-plugin marketplace.
/plugin marketplace add https://github.com/acumen-ai-org/agent-skills
/plugin install agent-skills@acumen-agent-skills
The skill is then available as /agent-skills:content-to-image. To develop
locally without installing: claude --plugin-dir .. Schemas, versioning, and
the reason the marketplace is named acumen-agent-skills (the name
agent-skills is reserved by Anthropic) are in
docs/plugin-and-marketplace.md.
skills/ into your project).name + description at startup.SKILL.md and follows
it — pulling in references/ and scripts/ only as needed.agent-skills/
├── .claude-plugin/ # plugin.json + marketplace.json (installable plugin)
├── CLAUDE.md # entry point for agents working in this repo
├── README.md # this file
├── LICENSE # AGPLv3 (community use)
├── COMMERCIAL_LICENSE.md # commercial/proprietary use terms
├── NOTICE # copyright + dual-license notice
├── .gitignore # ignores runtime state + build/OS noise
├── docs/ # how to author + how the repo is structured
├── skills/
│ └── content-to-image/ # a Skill: SKILL.md + references/ + scripts/
├── agents/ # roles shared across more than one Skill
├── references/ # repo-level shared references (empty until needed)
├── hooks/ # session/agent lifecycle hooks (empty until needed)
└── scripts/ # repo-level maintenance scripts (empty until needed)
references/, hooks/, and scripts/ are conventional repo-level locations.
They start empty, so git does not track them until they hold a file — create
each on first use. See
docs/repository-structure.md.
Start at docs/README.md. The non-negotiables:
skills/<name>/references/.SKILL.md is concise (< 500 lines) and uses progressive disclosure.scripts/, not prose.See docs/skills-vs-agents.md for when to reach for a Skill vs a subagent, and docs/authoring-skills.md for the full checklist.
npx claudepluginhub acumen-ai-org/agent-skills --plugin agent-skillsHarness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
AI-powered development tools for code review, research, design, and workflow automation.