mkdocs-1-documentation-structure
정보
이 스킬은 체계적인 디렉터리와 페이지 템플릿을 갖춘 표준화된 MkDocs 문서 구조를 제공합니다. 가이드, API 참조, 에셋 섹션을 포함하여 프로젝트에 일관된 문서를 빠르게 설정할 수 있도록 도와줍니다. 이를 통해 모범 사례를 따르는 유지보수가 쉬운 문서 기반을 구축할 수 있습니다.
빠른 설치
Claude Code
추천npx skills add vamseeachanta/workspace-hub/plugin add https://github.com/vamseeachanta/workspace-hubgit clone https://github.com/vamseeachanta/workspace-hub.git ~/.claude/skills/mkdocs-1-documentation-structureClaude Code에서 이 명령을 복사하여 붙여넣어 스킬을 설치하세요
문서
1. Documentation Structure (+1)
1. Documentation Structure
docs/
├── index.md # Landing page
├── getting-started/
│ ├── index.md # Section overview
│ ├── installation.md
│ ├── quickstart.md
│ └── configuration.md
├── user-guide/
│ ├── index.md
│ ├── concepts.md
│ ├── tutorials/
│ │ ├── basic.md
│ │ └── advanced.md
│ └── best-practices.md
├── api/
│ ├── index.md
│ └── reference.md
├── contributing/
│ ├── index.md
│ ├── development.md
│ └── style-guide.md
├── changelog.md
├── assets/
│ ├── images/
│ ├── stylesheets/
│ └── javascripts/
└── includes/ # Reusable snippets
└── abbreviations.md
2. Page Template
---
title: Page Title
description: Brief description for SEO and social sharing
---
# Page Title
Brief introduction explaining what this page covers.
GitHub 저장소
연관 스킬
content-collections
메타This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.
cloudflare-turnstile
메타This skill provides comprehensive guidance for implementing Cloudflare Turnstile as a CAPTCHA-alternative bot protection system. It covers integration for forms, login pages, API endpoints, and frameworks like React/Next.js/Hono, while handling invisible challenges that maintain user experience. Use it when migrating from reCAPTCHA, debugging error codes, or implementing token validation and E2E tests.
cloudflare-cron-triggers
테스팅This skill provides comprehensive knowledge for implementing Cloudflare Cron Triggers to schedule Workers using cron expressions. It covers setting up periodic tasks, maintenance jobs, and automated workflows while handling common issues like invalid cron expressions and timezone problems. Developers can use it for configuring scheduled handlers, testing cron triggers, and integrating with Workflows and Green Compute.
llamaindex
메타LlamaIndex is a data framework for building RAG-powered LLM applications, specializing in document ingestion, indexing, and querying. It provides key features like vector indices, query engines, and agents, and supports over 300 data connectors. Use it for document Q&A, chatbots, and knowledge retrieval when building data-centric applications.
