smithery.ai

wbs-gantt-management

Implement WBS (Work Breakdown Structure) and Gantt chart functionality. Use when working with task scheduling, date range calculations, drag-and-drop timeline interactions, or project planning features.

First seen Mar 14, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,218 B
  • docs SUMMARY.md 230 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

WBS Gantt Management

WBS(작업분해구조) 및 간트차트 기능 구현 스킬입니다.

Quick Reference

날짜 계산

// 두 날짜 사이 일수
const days = differenceInDays(endDate, startDate);

// 날짜 위치 (퍼센트)
const position = ((date - startDate) / (endDate - startDate)) * 100;

드래그 인터랙션

  • 이동: 전체 바 드래그 → 시작/종료일 동시 변경
  • 리사이즈: 좌/우 핸들 드래그 → 시작 또는 종료일만 변경

Contents

  • [reference.md](reference.md) - 간트차트 날짜 계산 및 렌더링 가이드
  • [guide.md](guide.md) - 드래그 앤 드롭 인터랙션 패턴
  • [scripts/validateschedule.py](scripts/validateschedule.py) - 스케줄 검증 유틸리티

When to Use

  • 간트차트 컴포넌트 개발 시
  • 태스크 날짜 범위 계산 시
  • 드래그로 태스크 이동/리사이즈 구현 시
  • WBS 테이블과 타임라인 동기화 시