Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

datocms-setup数据管理系统设置

Agent Skill

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

总安装

1,896

周安装

79

GitHub Stars

公开资料未说明

下载量

632
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:datocms-setup(数据管理系统设置)
来源仓库:https://github.com/datocms/agent-skills
仓库路径:skills/datocms-setup
安装命令:
npx skills add https://github.com/datocms/agent-skills --skill datocms-setup
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/datocms/agent-skills --skill datocms-setup

简介

作为 DatoCMS 项目的公共脚手架入口,提供标准化初始化流程。

  • 根据请求自动选择最精简的 recipe 模板进行部署。
  • 支持多种前端框架集成,包括 Next.js、Gatsby 和 Nuxt。
  • 严格遵循仓库约定与强制规则文件中的技术规范。
  • 首次使用前务必阅读 repo-conventions.md 了解项目结构要求。

SKILL.md

DatoCMS Setup

This is the single public setup entrypoint for DatoCMS project scaffolding. Keep the public surface small, inspect the repo first, and load only the internal recipe files needed for the user's requested outcome.

Workflow

  1. Silently inspect the repo before asking questions, following references/repo-conventions.md and the shared rules in patterns/MANDATORY_RULES.md.
  2. Read references/router.md.
  3. Read references/recipe-manifest.json and select the smallest recipe or internal bundle that satisfies the request.
  4. Use targeted mode when the request clearly names a setup outcome. Use discovery mode only when the request is broad or ambiguous:

- Stage A picks the setup lane. - Stage B asks the smallest setup-specific follow-up only when repo inspection still leaves a high-impact decision unresolved.

  1. Queue prerequisites from the manifest before dependent recipes. Never tell the user to invoke another setup skill separately.

- For visual-editing, always apply draft-mode and content-link. - Add web-previews unless the user explicitly wants website-only click-to-edit. - Add realtime only when the user explicitly asks for live updates or confirms them in the Stage B follow-up.

  1. Load only the selected recipes/<group>/<recipe>/recipe.md files, the shared setup references they call for, and the sibling-skill references they point to.
  2. Patch existing project code in place by default instead of rewriting working implementations.
  3. End with the shared handoff contract in patterns/OUTPUT_STATUS.md: report scaffolded vs production-ready, summarize the selected recipes, and list unresolved placeholders explicitly.

Rules

  • Do not load every recipe up front.
  • Do not reference or depend on any external setup bundles. Prefer sibling DatoCMS skill references over copied duplicates when a recipe reuses existing documentation.
  • Treat recipe ids such as draft-mode, web-previews, visual-editing, and migration-release-workflow as internal orchestration labels.
  • If several requested outcomes share a foundation, apply that foundation once and continue through the queued recipes.
  • If the user asks for broad setup, ask one compact grouped Stage A clarification pass, then execute the minimal recipe bundle.
  • Use Stage B only for unresolved, high-impact setup decisions that the repo cannot answer safely.
  • For migration-heavy requests, ask the smallest extra grouped follow-up needed to separate baseline migrations, named profiles, shared histories, release helpers, sandbox reset loops, and diff-based generation.
  • Report scaffolded when a recipe still depends on placeholders, provider choices, route mappings, or unresolved ownership the repo could not resolve automatically.
  • Report production-ready only when the selected recipe no longer depends on unresolved customer-specific values.
  • End by summarizing which internal recipes were used and which optional follow-up recipe ids are available inside datocms-setup.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

37.68%
按下载量换算238

Claude

29.61%
按下载量换算187

Cursor

17.21%
按下载量换算109

Gemini CLI

8.94%
按下载量换算57

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills