# Vaizer > See, shape, and steer your agents. Vaizer is agent and prompt management made visible: break any skill into a readable workflow, analyze and version your prompts, feature-flag prompt config per environment, and run every agent session from one HUD. Vaizer makes agent work legible. Paste a skill and see the workflow it actually runs before you trust it with your machine. Write, version, and analyze prompts instead of guessing at them. Feature-flag prompt config per environment. Then watch every agent session from one place. Built by Nekko Labs. ## What is here - **[Skills](https://vaizer.app/skills)**: search any skill, from our catalog or anywhere on GitHub, and see exactly how it runs as a workflow graph (trigger, agent steps, tool calls, decisions, output) before installing it. There is also a public JSON catalog at https://vaizer.app/api/skills. - **[Prompts](https://vaizer.app/prompts)**: write, store, and version prompts, and analyze each one: issues and weak points, the decisions it hands to the model, cost per model, and which model should run it. - **[Prompt config](https://vaizer.app/config)**: feature-flag prompts per project and environment. Toggle what is served in development, staging, and production, and cache or invalidate prompts like a flag. - **[Agent HUD](https://vaizer.app/hud)**: a command center for every agent session, long-running loops and short chats together, with progress, spend, and an attention queue that surfaces the ones that actually need you. - **[Watch](https://vaizer.app/watch)**: follow a long-running agent loop as a journey: milestones on a path, a marker that advances, and a feed of what the agent just tried. ## Pages - [Home](https://vaizer.app/): the pitch and the feature tour. - [Skills](https://vaizer.app/skills): the catalog and the workflow visualizer. - [Prompts](https://vaizer.app/prompts): the prompt workbench. - [Prompt config](https://vaizer.app/config): per-environment prompt flags. - [Agent HUD](https://vaizer.app/hud): the session command center. - [Watch](https://vaizer.app/watch): the loop monitor. ## Skill catalog Skills marked installable come from the nekko-dojo-skills marketplace. Add it once with `/plugin marketplace add nekko-labs/nekko-dojo-skills`, then install any skill by name. ### Research - [Domain Finder](https://vaizer.app/skills/domain-finder): Brainstorm startup/project names, check domain availability across TLDs via RDAP, and vet brand/trademark conflicts. By Nekko Labs. Install: `/plugin install domain-finder@nekko-dojo-skills` ### Coding - [nyaa](https://vaizer.app/skills/nyaa): Convene a council of four reviewer cats (security, deps/supply-chain, correctness/concurrency, style) over a PR or working diff, pulling in external bot reviews too. By Nekko Labs. Install: `/plugin install nyaa@nekko-dojo-skills` ### Career - [Resume Checker](https://vaizer.app/skills/resume-checker): Check a resume against automated candidate-screening (ATS) signals and AI-centric job expectations, score it against specific job postings, then interactively apply fixes and see exactly what changed. By Nekko Labs. Install: `/plugin install resume-checker@nekko-dojo-skills` ### Design - [Impeccable](https://vaizer.app/skills/impeccable): Paul Bakaus’s design language for AI harnesses: a shared vocabulary (polish, audit, critique, distill...) plus 46 deterministic detector rules that keep your agent’s UI work from sliding into slop. Not a Nekko Labs skill. By Paul Bakaus. ### Productivity - [Skill Creator](https://vaizer.app/skills/skill-creator): Anthropic’s official skill for creating, editing, and improving Agent Skills — scaffolds a SKILL.md and bundled resources. By Anthropic. ### Data - [PDF Tools](https://vaizer.app/skills/pdf-tools): Anthropic’s official skill for working with PDFs — extract text and tables, fill forms, merge, split, and create documents. By Anthropic. ### DevOps - [MCP Builder](https://vaizer.app/skills/mcp-builder): Anthropic’s official skill for building Model Context Protocol (MCP) servers that connect agents to external tools and data. By Anthropic. ## API - `GET https://vaizer.app/api/skills`: the public skills catalog as JSON. ## Elsewhere - [GitHub](https://github.com/nekko-labs/vaizer): Vaizer's source. - [Discord](https://discord.gg/nekkolabs): the community. - [Nekko Labs](https://nekkolabs.com): the company behind Vaizer.