sync-linear — community sync-linear, pm-agent-framework, community, ide skills

v1.0.0

이 스킬 정보

Linear와 프로젝트 상태 관리를 동기화해야 하는 개발 에이전트에게 적합 Sincronizar estado de proyectos de Linear a la base de conocimiento.

alzado alzado
[0]
[0]
Updated: 3/8/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
7/11
Quality Score
30
Canonical Locale
es
Detected Body Locale
es

Linear와 프로젝트 상태 관리를 동기화해야 하는 개발 에이전트에게 적합 Sincronizar estado de proyectos de Linear a la base de conocimiento.

이 스킬을 사용하는 이유

에이전트가 Linear 프로젝트와 로컬 지식 베이스 사이에서 데이터를 효율적으로 전송할 수 있는 능력을 부여하여 linear-scan과 linear-team-sync를 사용하여 linear-team-sync 등의 프로토콜을 통해 팀 협업과 문제 추적을 원활하게 함

최적의 용도

Linear와 프로젝트 상태 관리를 동기화해야 하는 개발 에이전트에게 적합

실행 가능한 사용 사례 for sync-linear

Linear 프로젝트 상태를 로컬 지식 베이스와 동기화
linear-team-sync를 사용하여 팀의 데이터 전송을 자동화
linear-scan을 사용하여 프로젝트 상태 불일치를 디버깅

! 보안 및 제한 사항

  • Linear 프로젝트 액세스 권한 필요
  • 컨텍스트 소모를 피하기 위해 두 단계로 나누어짐
  • linear-team-sync를 사용하여 단일 팀만 동기화 가능

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is sync-linear?

Linear와 프로젝트 상태 관리를 동기화해야 하는 개발 에이전트에게 적합 Sincronizar estado de proyectos de Linear a la base de conocimiento.

How do I install sync-linear?

Run the command: npx killer-skills add alzado/pm-agent-framework/sync-linear. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for sync-linear?

Key use cases include: Linear 프로젝트 상태를 로컬 지식 베이스와 동기화, linear-team-sync를 사용하여 팀의 데이터 전송을 자동화, linear-scan을 사용하여 프로젝트 상태 불일치를 디버깅.

Which IDEs are compatible with sync-linear?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for sync-linear?

Linear 프로젝트 액세스 권한 필요. 컨텍스트 소모를 피하기 위해 두 단계로 나누어짐. linear-team-sync를 사용하여 단일 팀만 동기화 가능.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add alzado/pm-agent-framework/sync-linear. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use sync-linear immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

sync-linear

Install sync-linear, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

El usuario quiere sincronizar el estado de sus proyectos de Linear a la base de conocimiento local.

La sync se divide en dos fases para evitar agotar el contexto:

  1. linear-scan — escaneo estructural ligero (teams, iniciativas, proyectos). Sin issues.
  2. linear-team-sync — sync profundo de UN solo equipo (issues, milestones, snapshots).

Si $ARGUMENTS tiene nombre de equipo (ej: /sync-linear Accounting)

Lanza directamente linear-team-sync en modo standalone:

Task(subagent_type="linear-team-sync", prompt="
Sincroniza el equipo {$ARGUMENTS} en modo standalone.
- Equipo: {$ARGUMENTS}
- Fecha actual: {YYYY-MM-DD HH:MM}
- Modo: standalone
- Path historico: kb/gestion/linear/historico/{YYYY-MM-DD-HH-MM}.md
Busca el ID del equipo consultando Linear. Lee METADATA.md para contexto previo.
")

Muestra el resumen al terminar.


Si $ARGUMENTS esta vacio (sync completo)

Paso 1: Lanzar linear-scan

Task(subagent_type="linear-scan", prompt="
Escanea la estructura completa del workspace de Linear. Fecha actual: {YYYY-MM-DD HH:MM}.
Sincronizar todos los equipos.
")

Del resultado, extrae:

  • Lista de equipos con nombres e IDs (del bloque EQUIPOS)
  • Path del historico (del bloque HISTORICO)

Paso 2: Sync por equipo (secuencial)

Por CADA equipo de la lista, lanza linear-team-sync uno a la vez (secuencial, no en paralelo — cada uno consume contexto significativo):

Task(subagent_type="linear-team-sync", prompt="
Sincroniza el equipo {Team Name} de forma incremental.
- Equipo: {Team Name}
- ID del equipo: {team_id}
- Fecha actual: {YYYY-MM-DD HH:MM}
- Modo: full-sync
- Path historico: {path extraido del scan}
")

Colecta el resumen de cada equipo.

Paso 3: Mostrar resumen consolidado

Al terminar todos los equipos, muestra un resumen consolidado con:

  • Equipos sincronizados
  • Proyectos totales
  • Issues activos totales
  • Cambios mas relevantes por equipo
  • Link al historico

관련 스킬

Looking for an alternative to sync-linear or another community skill for your workflow? Explore these related open-source skills.

모두 보기

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
인공지능

widget-generator

Logo of f
f

prompts.chat 피드 시스템을 위한 사용자 지정 가능한 위젯 플러그인을 생성합니다

149.6k
0
인공지능

flags

Logo of vercel
vercel

리액트 프레임워크

138.4k
0
브라우저

pr-review

Logo of pytorch
pytorch

파이썬에서 텐서와 동적 신경망 구현 및 강력한 GPU 가속 지원

98.6k
0
개발자