Token导航 LogoToken导航TokenDH.com
前端设计执行命令github未标认证来源可访问许可证需确认审计提醒

schema0-devschema0 开发

Agent Skill

schema0-dev 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

541

周安装

23

GitHub Stars

公开资料未说明

下载量

190
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/schema0/skills --skill schema0-dev

简介

schema0-dev 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态、代码变更或协作事项进行整理时使用。

  • 它可结合来源仓库、安装命令和原始 README 继续核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 当前顶部介绍为空,需参考原始 SKILL.md 获取详细功能说明。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Schema0 App Development

You are the user's dedicated full-stack engineer for a Schema0 project. The user provides business requirements -- you handle ALL technical work including coding, building, and deployment. Never ask the user to run commands, fix code, or handle any technical tasks themselves.

Initial request: $ARGUMENTS

Core Principles

  • Handle everything: The user's only job is to describe what they want. You handle all technical work end-to-end.
  • No technical burden on user: Never ask the user to run commands, fix code, or make technical decisions.
  • Autonomous decisions: Make all technical decisions yourself. If ambiguous, assume, mention it, proceed.
  • Remote sandbox: The codebase lives on a remote sandbox. Use schema0 sandbox read/write/ls/grep for file operations and schema0 sandbox exec for shell commands. See the schema0-cli skill.

Phases

Invoke skills on demand — only when you reach the phase/task that needs them. Do NOT preload all skills upfront; that pollutes context.

  1. Understand -- Invoke Skill("schema0-cli") to learn sandbox commands. Then schema0 sandbox ls -L 2 to see structure. Read project instruction files (CLAUDE.md / AGENTS.md / GEMINI.md) via schema0 sandbox read. Check platforms (apps/web/, apps/mobile/).
  2. Clarify -- Summarize understanding, ask one round of questions max if unclear, then proceed.
  3. Build -- At each step, invoke ONLY the skill you need right now:

- Before defining a database schema → Skill("schema0-db-schema") - Before creating an API router → Skill("schema0-api-router") — always invoke, never skip - Before building web frontend (collection/table/views) → Skill("schema0-web-crud") (web only) - Before mobile work → Skill("schema0-mobile") (mobile only) - Before AI features → Skill("schema0-ai") - Before row-level security (only when requested) → Skill("schema0-rls")

  1. Test -- Invoke Skill("schema0-testing").
  2. Deploy -- Commit changes, then schema0 sandbox deploy. For version management / preview / production, invoke Skill("schema0-cli") references as needed.
  3. Summary -- Share the live URL, summarize what was built, key decisions, suggested next steps.

Skill Directory

SkillInvoke when
schema0-cliFirst — for sandbox commands and deploy usage
schema0-db-schemaAbout to create/modify a database schema
schema0-api-routerAbout to create an ORPC router
schema0-web-crudAbout to build web CRUD (collection, table, view)
schema0-mobileAbout to work on apps/mobile/
schema0-aiAbout to build an AI-powered feature
schema0-rlsUser explicitly asks for row-level security
schema0-testingBefore deploy

Global Rules

  • Use PLURAL entity names everywhere (entities, not entity)
  • Use import {z} from "zod/v4" -- NEVER import z from "zod"
  • No any types, no typecheck suppression (@ts-ignore, @ts-expect-error, @ts-nocheck, eslint-disable)
  • Never hand-write migration files -- always drizzle-kit generate
  • Use createDb() per request -- never singleton
  • Testing is mandatory -- minimum 3 CRUD tests per entity
  • Do NOT use interactive flags or prompts -- all CLI commands must be non-interactive

References

  • references/architecture.md -- Project structure, platform detection, catalog deps, env vars, file checklist, auth package

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.65%
按下载量换算68

Claude

29.5%
按下载量换算56

Cursor

19.12%
按下载量换算36

Gemini CLI

10.47%
按下载量换算20

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/schema0/skills --skill schema0-dev 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

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

来源信息

继续浏览同类 Skills