TEMPLATES

Analyze a target URL to produce sitemaps, wireframes, and content analysis.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/sekka/dotfiles --skill templates
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: TEMPLATES
Source: https://github.com/sekka/dotfiles/tree/main/home/.claude/skills/analyzing-websites
Command: npx skills add https://github.com/sekka/dotfiles --skill templates

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ウェブサイト分析の出力テンプレートを提供します。

Core Features & Use Cases

  • サイトマップテンプレート(Mermaid/Markdown/JSON)
  • ワイヤーフレーム出力テンプレート
  • コンテンツ分析テンプレート

Quick Start

出力テンプレートに沿って分析結果を記述します。

Frequently Asked Questions about TEMPLATES

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze a website and generate a sitemap automatically?

Website sitemap analysis crawls your target URL to depth and produces structured output in Mermaid, Markdown, or JSON formats, mapping site structure and content hierarchy for documentation and RAG integration.

Can I create wireframes and content analysis from URL crawling?

Yes. URL crawling produces wireframe templates in Markdown+ASCII and HTML/CSS formats alongside content analysis, enabling you to document page layouts and extract structured content in one workflow.

What output formats does website analysis support?

Analysis outputs sitemaps as Mermaid diagrams, Markdown, or JSON; wireframes as Markdown+ASCII or HTML/CSS; and content analysis structured for RAG pipeline integration, all configurable by crawl depth and format selection.

How deep can I crawl a website, and what limits apply?

Crawl depth is configurable within the Skill, allowing you to balance discovery scope against processing time; constraints depend on target site structure and selected output formats.

What do I need to get started with website analysis templates?

Provide the target URL, specify crawl depth, and select output formats (Mermaid, Markdown, JSON for sitemaps; Markdown+ASCII or HTML/CSS for wireframes); the Skill generates analysis-ready artifacts with no dependencies required.

Can I integrate website analysis output into knowledge pipelines?

Yes. Structured sitemaps, wireframes, and content analysis are formatted for RAG pipeline integration, allowing you to ingest site artifacts into downstream knowledge systems directly.