用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/different-ai/agent-bank --skill skill-authoring命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Debug production issues on Vercel using logs, database inspection, and proper deployment waiting
Make features testable by design. Testing pyramid from fast (local) to slow (UI). Expose APIs securely for testing.
Manage DNS records for domains hosted on Vercel using the Vercel CLI
基于 SOC 职业分类
正在显示 SKILL.md
| name | skill-authoring |
| description | Create and register new OpenCode skills in this repo |
| compatibility | opencode |
| metadata | {"scope":"repo","format":"skill-md"} |
skill tool^[a-z0-9]+(-[a-z0-9]+)*$ and is 1–64 chars..opencode/skill/<name>/SKILL.md and ensure the folder matches the name.name and description (optional: license, compatibility, metadata).skill tool list.opencode.json with permission.skill rules..opencode/skill/<name>/SKILL.md.claude/skills/<name>/SKILL.md~/.config/opencode/skill/<name>/SKILL.md~/.claude/skills/<name>/SKILL.mdSKILL.md is all caps and contains YAML frontmattername matches folder namedescription is 1–1024 characters---
name: git-release
description: Create consistent releases and changelogs
compatibility: opencode
---
## What I do
- Draft release notes from merged PRs
- Propose a version bump
- Provide a `gh release create` command
skill tool listskill({ name }) loads without errors