docs-admin

Aggregate KreatSaaS guides into a searchable admin dashboard with Markdown rendering.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/johunsang/kreatsaas --skill docs-admin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-admin
Source: https://github.com/johunsang/kreatsaas/tree/main/.claude-plugin/skills/docs-admin
Command: npx skills add https://github.com/johunsang/kreatsaas --skill docs-admin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gray-matter, react-markdown, remark-gfm, rehype-highlight, highlight.js.

What problem does it solve?

This skill consolidates KreatSaaS guides into a single admin dashboard for easy access, up-to-date reference, and streamlined governance.

Core Features & Use Cases

  • Admin doc viewer: aggregates guides from multiple sources into a searchable, centralized interface.
  • Markdown rendering with syntax highlighting for readable technical docs.
  • Document sync and quick access via APIs for admin operations and audit trails.

Quick Start

Follow the admin docs workflow to scan, render, and manage docs from the SKILL.md root.

Frequently Asked Questions about docs-admin

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

FAQPage Schema
How do I centralize admin documentation for quick reference and governance?

You can centralize admin documentation by aggregating scattered KreatSaaS guides into a single searchable dashboard. This skill scans SKILL.md files and renders Markdown with syntax highlighting to provide immediate access to governance references.

How does Markdown rendering with syntax highlighting work for technical docs?

Markdown rendering with syntax highlighting works by parsing standard Markdown files using remark-gfm and highlighting code blocks via rehype-highlight. This ensures technical documentation remains readable and structured for admin review.

How do I search admin documents after syncing them to a dashboard?

You can search admin documents by using the built-in live search functionality after the sync process completes. The system extracts metadata and tags categories, enabling quick lookup across the aggregated doc store.

Do I need gray-matter to extract metadata from SKILL.md files?

Yes, you need gray-matter to parse frontmatter and extract metadata from SKILL.md files. This dependency allows the admin viewer to properly categorize and upsert document records into the centralized store.

What is the best way to manage KreatSaaS guides across multiple sources?

The best way to manage KreatSaaS guides across multiple sources is to automate scanning and syncing via APIs. This approach upserts documents into a centralized store, ensuring up-to-date references and streamlined audit trails.

Can I access admin docs via APIs for automated audit trails?

Yes, you can access admin docs via APIs to support automated operations and audit trails. The dashboard provides document sync and quick access endpoints, enabling programmatic retrieval of governance references without manual interface navigation.