用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/vuralserhat86/antigravity-agentic-skills --skill sync-core命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Guide for conducting comprehensive accessibility audits of code to identify WCAG compliance issues and barriers to inclusive design. This skill should be used when reviewing accessibility, ARIA implementation, keyboard navigation, or screen reader compatibility.
Transform clarified user requests into structured delegation prompts optimized for specialist agents (cto-architect, strategic-cto-mentor, cv-ml-architect). Use after clarification is complete, before routing to specialist agents. Ensures agents receive complete context for effective work.
AGENTS.md dosyaları oluşturma, monorepo yapılandırma ve agent instruction yönetimi rehberi.
基于 SOC 职业分类
正在显示 SKILL.md
| name | sync_core |
| description | Multi-file sync - atomic changes, dependency tracking ve conflict resolution. |
Multi-file synchronization ve atomic changes.
Birden fazla dosya değişikliği gerektiğinde:
1. Tüm değişiklikleri önceden planla
2. Sıralı değişiklik yap
3. Her adımda build/test çalıştır
4. Tek commit'te birleştir
// Değişiklik yapmadan önce etkilenen dosyaları bul
// import/export chain'i takip et
// file-a.ts
export const API_URL = 'https://api.example.com';
// file-b.ts
import { API_URL } from './file-a';
// Değişiklik: API_URL → Tüm import'ları güncelle
1. Types/Interfaces (önce)
2. Utils/Helpers
3. Services
4. Components (son)
Kaynak: Conventional Commits & Trunk Based Development - Syncing
| Aşama | Doğrulama |
|---|---|
| 1 | Değişiklikler "Breaking Change" içeriyor mu? (Versiyonlama kontrolü) |
| 2 | Tek bir dosya değişikliğiyle sistem "Inconsistent" hale geliyor mu? |
| 3 | Tüm import yolları (Alias/Relative) doğru güncellendi mi? |
Sync Core v1.5 - With Workflow