Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计异常

sveltia-cms斯维尔蒂亚 CMS

Agent Skill

sveltia-cms 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,363

周安装

143

GitHub Stars

126

下载量

1,178
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:sveltia-cms(斯维尔蒂亚 CMS)
来源仓库:https://github.com/secondsky/claude-skills
仓库路径:skills/sveltia-cms
安装命令:
npx skills add https://github.com/secondsky/claude-skills --skill sveltia-cms
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/secondsky/claude-skills --skill sveltia-cms

简介

用于查找、检索和筛选相关信息。

  • 适合在需要根据关键词或任务场景快速定位候选结果时使用。
  • 可结合来源仓库和原始 README 核验具体用法。
  • 安装命令:npx skills add https://github.com/secondsky/claude-skills --skill sveltia-cms。
  • 建议确认权限范围和维护状态,避免触发联网或文件读写。

SKILL.md

Sveltia CMS Skill

Complete skill for integrating Sveltia CMS into static site projects.


What is Sveltia CMS?

Sveltia CMS is a Git-based lightweight headless content management system built from scratch as the modern successor to Decap CMS (formerly Netlify CMS). It provides a fast, intuitive editing interface for content stored in Git repositories.

Key Features

  1. Lightweight & Fast

- Bundle size: <500 KB (minified/brotlied) vs 1.5-2.6 MB for competitors - Built with Svelte compiler (no virtual DOM overhead) - Uses GraphQL APIs for instant content fetching - Relevance-based search across all content

  1. Modern User Experience

- Intuitive admin interface with full viewport utilization - Dark mode support (follows system preferences) - Mobile and tablet optimized - Drag-and-drop file uploads with multiple file support - Real-time preview with instant updates

  1. Git-Native Architecture

- Content stored as Markdown, MDX, YAML, TOML, or JSON - Full version control and change history - No vendor lock-in - content lives with code - Supports GitHub, GitLab, Gitea, Forgejo backends

  1. Framework-Agnostic

- Served as vanilla JavaScript bundle - Works with Hugo, Jekyll, 11ty, Gatsby, Astro, Next.js, SvelteKit - No React, Vue, or framework runtime dependencies - Compatible with any static site generator

  1. First-Class Internationalization

- Multiple language support built-in - One-click DeepL translation integration - Locale switching while editing - Flexible i18n structures (files, folders, single file)

  1. Built-In Image Optimization

- Automatic WebP conversion - Client-side resizing and optimization - SVG optimization support - Configurable quality and dimensions

Current Versions

  • @sveltia/cms: 0.113.5 (October 2025)
  • Status: Public Beta (v1.0 expected early 2026)
  • Maturity: Production-ready (265+ issues solved from predecessor)

When to Use This Skill

✅ Use Sveltia CMS When:

  1. Building Static Sites

- Hugo blogs and documentation - Jekyll sites and GitHub Pages - 11ty (Eleventy) projects - Gatsby marketing sites - Astro content-heavy sites

  1. Non-Technical Editors Need Access

- Marketing teams managing pages - Authors writing blog posts - Content teams without Git knowledge - Clients needing easy content updates

  1. Git-Based Workflow Desired

- Content versioning through Git - Content review through pull requests - Content lives with code in repository - CI/CD integration for deployments

  1. Lightweight Solution Required

- Performance-sensitive projects - Mobile-first editing needed - Quick load times critical - Minimal bundle size important

  1. Migrating from Decap/Netlify CMS

- Existing config.yml can be reused - Drop-in replacement (change 1 line) - Better performance and UX - Active maintenance and bug fixes

❌ Don't Use Sveltia CMS When:

  1. Real-Time Collaboration Needed

- Multiple users editing simultaneously (Google Docs-style) - Use Sanity, Contentful, or TinaCMS instead

  1. Visual Page Building Required

- Drag-and-drop page builders needed - Use Webflow, Builder.io, or TinaCMS (React) instead

  1. Highly Dynamic Data

- E-commerce with real-time inventory - Real-time dashboards or analytics - Use traditional databases (D1, PostgreSQL) instead

  1. React-Specific Visual Editing Needed

- In-context component editing - Use TinaCMS instead (React-focused)

Sveltia CMS vs TinaCMS

Use Sveltia for:

  • Hugo, Jekyll, 11ty, Gatsby (non-React SSGs)
  • Traditional CMS admin panel UX
  • Lightweight bundle requirements
  • Framework-agnostic projects

Use TinaCMS for:

  • React, Next.js, Astro (React components)
  • Visual in-context editing
  • Schema-driven type-safe content
  • Modern developer experience with TypeScript

Both are valid - Sveltia complements TinaCMS for different use cases.


Quick Start

Load references/framework-setup.md for complete framework-specific setup (Hugo, Jekyll, 11ty, Astro, Next.js, Gatsby, SvelteKit).

Basic Setup Steps (Framework-Agnostic)

  1. Create admin directory in your public folder (e.g., static/admin, public/admin)
  2. Create admin/index.html with Sveltia CMS script tag
  3. Create admin/config.yml with backend and collections
  4. Set up authentication → See references/authentication-guide.md
  5. Test locally by visiting /admin/

Templates available in templates/ directory for each framework.


Authentication Setup

Load references/authentication-guide.md for complete OAuth setup instructions.

Quick Overview

MethodBest ForComplexity
Cloudflare WorkersAll deploymentsEasy ⭐
Vercel ServerlessVercel projectsMedium
Local DevelopmentDev onlyEasy

Recommended: Cloudflare Workers OAuth (official, fast, free)

Templates: See templates/cloudflare-workers/ and templates/vercel-serverless/


Configuration

Load references/configuration-guide.md for complete config.yml documentation, collection patterns, and i18n setup.

Essential Config Structure

backend:
  name: github
  repo: owner/repo
  branch: main
  base_url: https://your-worker.workers.dev

media_folder: static/images
public_folder: /images

collections:
  - name: posts
    label: Blog Posts
    folder: content/posts
    create: true
    fields:
      - { label: Title, name: title, widget: string }
      - { label: Body, name: body, widget: markdown }

Collection templates available in templates/collections/ for blogs, docs, and landing pages.

i18n support: Multiple files, folders, or single file structures - see reference guide.


Common Errors & Solutions

This skill prevents 8 common errors. Top 3 shown below - load references/error-catalog.md for all 8 with complete solutions.

1. ❌ OAuth Authentication Failures

Error: "Error: Failed to authenticate" / redirects to wrong domain

Quick Fix:

  • Verify base_url in config.yml points to your OAuth proxy
  • Check GitHub OAuth callback URL matches Worker URL
  • Test Worker: curl https://your-worker.workers.dev/health

→ Load references/error-catalog.md Error #1 for complete solution


2. ❌ Content Not Listing in CMS

Error: "No entries found" / empty content list

Quick Fix:

  • Verify folder path matches actual file location
  • Match format to actual file format (yaml vs toml)
  • Check file extensions match config

→ Load references/error-catalog.md Error #4 for complete solution


3. ❌ CORS / COOP Policy Errors

Error: "Authentication Aborted" / OAuth popup closes

Quick Fix:

  • Set Cross-Origin-Opener-Policy: same-origin-allow-popups in headers
  • Add OAuth proxy to CSP connect-src

→ Load references/error-catalog.md Error #8 for complete solution


All 8 errors with detailed solutions: See references/error-catalog.md


Migration from Decap CMS

Sveltia is a drop-in replacement - just change the script tag!

<!-- OLD: Decap CMS -->
<script src="https://unpkg.com/decap-cms@^3.0.0/dist/decap-cms.js"></script>

<!-- NEW: Sveltia CMS -->
<script src="https://unpkg.com/@sveltia/cms/dist/sveltia-cms.js" type="module"></script>

Your existing config.yml works as-is. Load references/migration-from-decap.md for complete migration guide and testing checklist.


Deployment

Load references/deployment-guide.md for platform-specific deployment instructions (Cloudflare Pages, Vercel, Netlify, GitHub Pages).

Quick Deployment Checklist

  • Admin directory in correct public folder
  • OAuth proxy deployed and configured
  • base_url set in config.yml
  • Build command configured
  • Test /admin/ route after deployment

When to Load References

Load references/framework-setup.md when:

  • User needs framework-specific setup (Hugo, Jekyll, 11ty, Astro, etc.)
  • Setting up new Sveltia CMS installation
  • Troubleshooting framework-specific admin directory issues

Load references/authentication-guide.md when:

  • Setting up GitHub OAuth authentication
  • Deploying Cloudflare Workers OAuth proxy
  • Troubleshooting authentication errors
  • User asks about base_url configuration

Load references/configuration-guide.md when:

  • User needs complete config.yml examples
  • Setting up collections, fields, or widgets
  • Configuring media uploads, i18n, or workflows
  • User asks about specific configuration options

Load references/error-catalog.md when:

  • User encounters any errors during setup
  • Troubleshooting authentication, parsing, or deployment issues
  • User reports errors beyond the top 3 shown above

Load references/deployment-guide.md when:

  • Deploying to Cloudflare Pages, Netlify, or Vercel
  • Setting up OAuth proxy deployment
  • Troubleshooting production deployment issues

Load references/migration-from-decap.md when:

  • Migrating from Decap CMS / Netlify CMS
  • User asks about compatibility or migration steps

Resources

Templates: templates/hugo/, templates/jekyll/, templates/cloudflare-workers/ Official Docs: https://github.com/sveltia/sveltia-cms OAuth Worker: https://github.com/sveltia/sveltia-cms-auth


Package Information

Current Version: @sveltia/cms@0.113.5 (October 2025) Status: Production-ready, v1.0 expected early 2026


Last Updated: 2025-10-24

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.72%
按下载量换算433

Claude

30.68%
按下载量换算361

Cursor

16.26%
按下载量换算192

Gemini CLI

8.76%
按下载量换算103

安全审计

Gen Agent Trust Hub

未通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills