Create a database migration to add a table, add columns to an existing table, add a setting, or otherwise change the schema of Ghost's MySQL database.
Create a database migration to add a table, add columns to an existing table, add a setting, or otherwise change the schema of Ghost's MySQL database.
Category: developer (开发工具) · Author: TryGhost · Version: @main · License: MIT
npx skills add TryGhost/Create database migration下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Notion API for creating and managing pages, databases, and blocks.
Search and analyze your own session logs (older/parent conversations) using jq.
Control Philips Hue lights and scenes via the OpenHue CLI.
Transcribe audio via OpenAI Audio Transcriptions API (Whisper).
OpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.
Delegate coding tasks to Codex, Claude Code, or Pi agents via background process. Use when: (1) building/creating new features or apps, (2) reviewing PRs (spawn in temp dir), (3) refactoring large codebases, (4) iterative coding that needs file exploration. NOT for: simple one-liner fixes (just edit), reading code (use read tool), thread-bound ACP harness requests in chat (for example spawn/run Codex or Claude Code in a Discord thread; use sessions_spawn with runtime:"acp"), or any work in ~/clawd workspace (never spawn agents here). Claude Code: use --print --permission-mode bypassPermissions (no PTY). Codex/Pi/OpenCode: pty:true required.
Category:developer