data-governance
について
データガバナンススキルは、開発者が自動化プログラム向けにデータ契約、同意ポリシー、監視体制を定義するためのフレームワークを提供します。このスキルは、新たなデータ共有プロセスの開始時、コンプライアンスロジックの監査時、またはデータ品質インシデントの調査時に使用されます。主な機能には、フィールド要件の文書化、同意ルールの追跡、ID解決の保証、監視ダッシュボードの設定が含まれます。
クイックインストール
Claude Code
推奨/plugin add https://github.com/majiayu000/claude-skill-registrygit clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/data-governanceこのコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします
ドキュメント
Automation Data Governance Skill
When to Use
- Launching new journeys requiring cross-system data sharing.
- Auditing consent/suppression logic across email/SMS/in-app.
- Investigating data quality incidents impacting automation.
Framework
- Data Contracts – document required fields/events, owners, freshness SLAs, fallback behavior.
- Consent & Compliance – track opt-in types, regional consent, TTL, audit trails.
- Identity Resolution – ensure consistent IDs across product, CRM, MAP, CDP.
- Monitoring – dashboards/alerts for data latency, schema changes, null spikes.
- Change Management – versioning, rollback, and communication paths.
Templates
- Data requirements matrix (journey → fields/events → source → owner → SLA).
- Consent policy doc (channel, region, legal basis, suppression rules).
- Incident log + RCA template.
Tips
- Set automated kill switches when critical fields are stale or missing.
- Collaborate with security/legal on retention + privacy impact assessments.
- Align governance cadences with quarterly automation retros.
GitHub リポジトリ
関連スキル
content-collections
メタThis skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.
sglang
メタSGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.
polymarket
メタThis skill enables developers to build applications with the Polymarket prediction markets platform, including API integration for trading and market data. It also provides real-time data streaming via WebSocket to monitor live trades and market activity. Use it for implementing trading strategies or creating tools that process live market updates.
cloudflare-turnstile
メタThis skill provides comprehensive guidance for implementing Cloudflare Turnstile as a CAPTCHA-alternative bot protection system. It covers integration for forms, login pages, API endpoints, and frameworks like React/Next.js/Hono, while handling invisible challenges that maintain user experience. Use it when migrating from reCAPTCHA, debugging error codes, or implementing token validation and E2E tests.
