Skill Synchronizer

Lee los metadatos de todas las skills y actualiza el índice en AGENTS.md.

16 stars

Best use case

Skill Synchronizer is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Lee los metadatos de todas las skills y actualiza el índice en AGENTS.md.

Teams using Skill Synchronizer should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/skill-synchronizer/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/development/skill-synchronizer/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/skill-synchronizer/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How Skill Synchronizer Compares

Feature / AgentSkill SynchronizerStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Lee los metadatos de todas las skills y actualiza el índice en AGENTS.md.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Protocolo de Sincronización de Skills

Tu objetivo es mantener el `AGENTS.md` actualizado con un índice vivo de capacidades.

## 1. Escaneo de Skills
1.  Busca recursivamente en `.agent/skills/`.
2.  Para cada carpeta, lee el archivo `SKILL.md`.
3.  Extrae el bloque YAML (Frontmatter) para obtener: `name`, `description` y `trigger`.

## 2. Generación del Índice
Formatea la información extraída en una tabla Markdown:

| Skill Name | Trigger | Descripción |
| :--- | :--- | :--- |
| **Sovereign Backend** | *Backend, API, DB* | Experto en FastAPI y Credenciales. |
| **Nexus UI** | *Frontend, React* | Componentes visuales y Hooks. |

## 3. Inyección Quirúrgica
1.  Lee el archivo `AGENTS.md` en la raíz.
2.  Busca la sección `## 5. Available Skills Index`.
    - Si no existe, créala al final del archivo.
3.  Reemplaza **solo** el contenido de esa sección con la nueva tabla generada.
4.  **IMPORTANTE:** No toques ninguna otra sección del archivo (Project Identity, Architecture, etc.).

## 4. Confirmación
Al finalizar, responde: *"✅ Índice de Skills sincronizado. [N] habilidades detectadas."*

Related Skills

cursor-rules-synchronizer

16
from diegosouzapw/awesome-omni-skill

Synchronizes Cursor Rules (.mdc files in .cursor/rules/) to CLAUDE.md by generating a Rules section with context-efficient descriptions and usage instructions. Use when setting up Cursor Rules for the first time, after adding or modifying rules, or when the Rules section in CLAUDE.md is missing or outdated.

bgo

10
from diegosouzapw/awesome-omni-skill

Automates the complete Blender build-go workflow, from building and packaging your extension/add-on to removing old versions, installing, enabling, and launching Blender for quick testing and iteration.

Coding & Development

apple-health-fitness

16
from diegosouzapw/awesome-omni-skill

Query Health and Fitness data from Apple Health app including activity, workouts, heart rate, sleep, and health metrics. Use when user asks about health stats, fitness activity, workouts, sleep data, or health metrics.

apple-app-store-agent

16
from diegosouzapw/awesome-omni-skill

Comprehensive agent for preparing and generating all assets needed for Apple App Store submission. Use when user needs to prepare an iOS/iPadOS/macOS app for App Store release, including generating app metadata (descriptions, promotional text, keywords), creating app icons, designing screenshots, preparing privacy policy URLs, and organizing fastlane-compatible folder structures. Triggers on requests like "prepare my app for App Store", "create App Store screenshots", "generate app description", "make app icon", or "set up fastlane metadata".

appium

16
from diegosouzapw/awesome-omni-skill

Provides comprehensive guidance for Appium mobile testing including mobile app automation, element location, gestures, and cross-platform testing. Use when the user asks about Appium, needs to test mobile applications, automate mobile apps, or write Appium test scripts.

appinsights-instrumentation

16
from diegosouzapw/awesome-omni-skill

Instrument a webapp to send useful telemetry data to Azure App Insights

App Theming

16
from diegosouzapw/awesome-omni-skill

Your approach to handling app theming. Use this skill when working on files where app theming comes into play.

app-test-workflow

16
from diegosouzapw/awesome-omni-skill

Flutter 앱 테스트 워크플로우를 시작합니다. 테스트 계획 수립 -> 에뮬레이터 테스트 -> 실패 시 디버그 수정 -> 재테스트 순서로 진행합니다. "앱 테스트 워크플로우", "/app-test-workflow", "앱 테스트" 등의 명령으로 활성화됩니다.

app-store-deploy

16
from diegosouzapw/awesome-omni-skill

iOS App Store and Google Play submission requirements and process.

app-store-aso

16
from diegosouzapw/awesome-omni-skill

Generate optimized Apple App Store metadata recommendations with ASO best practices. Use this skill when analyzing app listings, optimizing metadata (title, subtitle, description, keywords), performing competitive analysis, or validating App Store listing requirements. Triggers on queries about App Store optimization, metadata review, or screenshot strategy.

app-review

16
from diegosouzapw/awesome-omni-skill

Review and process app submissions for the Pollinations showcase. Parse issues, validate submissions, create PRs, handle user corrections.

app-modify-workflow

16
from diegosouzapw/awesome-omni-skill

앱 수정 워크플로우를 시작합니다. 현황 분석 -> UI/UX 검토 -> 엣지 케이스 확인 -> 사용자 질문 -> 계획 수립 -> 구현 -> 코드 리뷰 반복 순서로 체계적인 앱 수정을 진행합니다. "/app-modify-workflow", "앱 수정 워크플로우", "수정 워크플로우로" 등의 명령으로 활성화됩니다.