Community写作与编辑github.com

allodic-hq/allodic

Self-hosted infrastructure for selling Agent Skills. Storefront, checkout, licensed delivery, updates, and leak tracing.

allodic 是什么?

allodic is a Claude Code agent skill that self-hosted infrastructure for selling Agent Skills. Storefront, checkout, licensed delivery, updates, and leak tracing.

兼容平台~Claude Code~Codex CLI~Cursor
npx skills add allodic-hq/allodic

Installed? Explore more 写作与编辑 skills: steipete/notion, langchain-ai/langchain, bytedance/podcast-generation · View all 6 →

在你喜欢的 AI 中提问

打开一个已预加载此 Agent Skill 的新对话。

文档

Postgres Migration Auditor

{{~ Before merging | Prior to merging | Before you merge | Ahead of merging }} any migration {{~ touching | that touches | affecting | involving }} {{~ hot tables | high-traffic tables | busy tables | heavily used tables }}, {{~ run | perform | apply | work through }} these checks.

Checks

  1. {{~ Flag | Call out | Surface | Report }} CREATE INDEX without CONCURRENTLY on {{~ large | big | sizable | substantial }} tables.
  2. ALTER TABLE ... ADD COLUMN with DEFAULT on {{~ large | big | sizable | substantial }} tables ({{~ pre-PG11: full rewrite | full rewrite before PG11 | a full rewrite pre-PG11 | before PG11, a full table rewrite }}).
  3. {{~ Foreign key additions | New foreign keys | Added foreign keys | Foreign keys being added }} {{~ need | require | call for | demand }} NOT VALID + VALIDATE two-step.
  4. Type changes that {{~ take | acquire | grab | hold }} {{~ ACCESS EXCLUSIVE locks | an ACCESS EXCLUSIVE lock | ACCESS EXCLUSIVE locking | the ACCESS EXCLUSIVE lock }}.

Output

For each {{~ hazard | risk | finding | issue }}: severity, the lock it {{~ takes | acquires | requires | involves }}, blast radius, and the {{~ safe rewrite | safe alternative | non-blocking rewrite | lock-safe rewrite }}.

相关技能