agentsclimarketplace

Preview

Skill namtroi/agentic-base/template/.claude/skills/preview

A lean Agentic Workflow Kit for the Claude Code CLI. Add guardrails, multi-agent routing, privacy gates, and intelligent context-awareness to your AI coding sessions in seconds.

Install
npx -y skills add namtroi/agentic-base --skill preview

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Generate visual explanations — Mermaid diagrams, ASCII art, architecture visualizations.

SKILL.md

1.0 KB, as published. Nobody here has run it

Preview Skill

Generate visual explanations for complex code, architecture, and data flows.

Modes

FlagOutput
--diagram [topic]Mermaid architecture/flow diagram
--explain [topic]Visual explanation with ASCII + Mermaid
--ascii [topic]Terminal-friendly ASCII-only output

When to Use

  • Topic has 3+ interacting components
  • User asks "explain", "how does X work", "visualize"
  • Architecture decisions need communication

Mermaid Guidelines

  • Use graph TD for top-down flows
  • Use sequenceDiagram for interactions
  • Use classDiagram for structure
  • Quote labels with special chars: id["Label (info)"]
  • Keep diagrams focused — max 15 nodes

Output

Save visuals to project directory (e.g., docs/diagrams/ or plans/visuals/). Render inline in response for immediate feedback.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.