Skip to content

feat(ai-integration): add seed-design-cli skills docs#1243

Open
junghyeonsu wants to merge 7 commits intodevfrom
feat/ai-skills-seed-design-cli-docs
Open

feat(ai-integration): add seed-design-cli skills docs#1243
junghyeonsu wants to merge 7 commits intodevfrom
feat/ai-skills-seed-design-cli-docs

Conversation

@junghyeonsu
Copy link
Contributor

@junghyeonsu junghyeonsu commented Feb 13, 2026

Summary

  • add a new seed-design-cli skill source under skills/seed-design-cli
  • mirror the skill files into .agents/skills/seed-design-cli
  • add AI Integration > Skills docs section with a dedicated CLI skill page
  • document single-skill installation command only: npx skills add https://github.com/daangn/seed-design --skill seed-design-cli
  • render skill source files in docs using Files + doc-gen:file

Changed Files

  • docs: docs/content/ai-integration/index.mdx, docs/content/ai-integration/meta.json
  • docs (new): docs/content/ai-integration/skills/meta.json, docs/content/ai-integration/skills/index.mdx, docs/content/ai-integration/skills/cli.mdx
  • skills (new): skills/seed-design-cli/SKILL.md, skills/seed-design-cli/details/usage.md, skills/seed-design-cli/details/migration.md
  • agents mirror (new): .agents/skills/seed-design-cli/*

Validation

  • bun generate:all ❌ failed in local env (rootage command not found)
  • bun test:all ❌ failed in local env (pre-existing module resolution errors like @seed-design/dom-utils)
  • bun --filter @seed-design/docs build ❌ blocked by sandbox network restriction (fonts.googleapis.com unreachable)

Summary by CodeRabbit

문서 업데이트

  • Documentation
    • SEED Design CLI 사용 설명서 및 마이그레이션 가이드 추가
    • AI 에이전트 스킬 설치 및 활용 방법 문서화
    • AI 통합 문서에 "스킬" 섹션 신규 추가
    • 문서 구조 재정리 및 섹션별 분류 개선

@changeset-bot
Copy link

changeset-bot bot commented Feb 13, 2026

⚠️ No Changeset found

Latest commit: 153534b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 13, 2026

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

새로운 SEED Design CLI 스킬 관련 문서를 추가하고, AI 통합 섹션의 네비게이션 구조를 재정리했습니다. 초기화, 추가, 마이그레이션 지침 등 사용 설명서와 함께 Skills 및 MCP 서브섹션을 포함하는 문서 구조를 확장했습니다.

Changes

Cohort / File(s) Summary
SEED Design CLI 문서 파일
.agents/skills/seed-design-cli/SKILL.md, .agents/skills/seed-design-cli/details/migration.md, .agents/skills/seed-design-cli/details/usage.md
SEED Design CLI의 사용 방법, 마이그레이션 가이드, 상세 사용법을 설명하는 문서 추가. init, add, add-all, compat 명령어 및 충돌 해결 전략 포함.
Skills 스킬 문서 파일
skills/seed-design-cli/SKILL.md, skills/seed-design-cli/details/migration.md, skills/seed-design-cli/details/usage.md
.agents 디렉토리의 SEED Design CLI 문서와 동일한 내용의 문서 추가.
네비게이션 구조 업데이트
docs/content/ai-integration/meta.json, docs/content/ai-integration/(skills)/meta.json, docs/content/ai-integration/(mcp)/meta.json
AI 통합 섹션을 Skills(스킬) 및 MCP 서브섹션으로 재구성. 기존 페이지 배열 구조를 섹션별 메타데이터로 확장.
AI 통합 문서 콘텐츠
docs/content/ai-integration/index.mdx, docs/content/ai-integration/(skills)/cli.mdx
Skills 카드를 AI 통합 홈에 추가. seed-design-cli 스킬 설치 및 파일 구조를 설명하는 새 페이지 추가.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~20 minutes

Poem

🐰 새로운 스킬의 정원을 가꾸네,
SEED Design을 심고 자라게 하네,
마이그레이션의 길을 밝혀주고,
문서의 나뭇잎 하나하나 정렬하네,
AI 통합의 숲이 더욱 무성해진다! 🌱✨

🚥 Pre-merge checks | ✅ 4
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and accurately describes the main change: adding seed-design-cli skills documentation to the ai-integration section.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Merge Conflict Detection ✅ Passed ✅ No merge conflicts detected when merging into dev

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feat/ai-skills-seed-design-cli-docs

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 13, 2026

Alpha Preview (Stackflow SPA)

@github-actions
Copy link
Contributor

github-actions bot commented Feb 13, 2026

Alpha Preview (Storybook)

@github-actions
Copy link
Contributor

github-actions bot commented Feb 13, 2026

Alpha Preview (Docs)

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In `@docs/content/ai-integration/skills/cli.mdx`:
- Around line 10-12: Replace the deprecated fenced code block language
identifier "package-install" with "npm" for the shown code block (and any other
occurrences in the docs) so the block starting with ```package-install that
contains "npx skills add https://github.com/daangn/seed-design --skill
seed-design-cli" becomes ```npm; search for all instances of the literal marker
```package-install and update them to ```npm (ensuring no extra leading
characters) so remarkNpmOptions handles them correctly.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In `@docs/content/ai-integration/`(skills)/cli.mdx:
- Around line 30-53: The doc-gen:file relative paths in cli.mdx are incorrect
causing missing files; update the three entries that currently reference
"../skills/seed-design-cli/..." to use the repository-root relative path by
replacing each "../skills/seed-design-cli/SKILL.md",
"../skills/seed-design-cli/details/usage.md", and
"../skills/seed-design-cli/details/migration.md" with
"../../../../skills/seed-design-cli/SKILL.md",
"../../../../skills/seed-design-cli/details/usage.md", and
"../../../../skills/seed-design-cli/details/migration.md" respectively so the
doc-gen includes the actual files in skills/seed-design-cli.

Comment on lines +30 to +53
```json doc-gen:file
{
"file": "../skills/seed-design-cli/SKILL.md",
"codeblock": true
}
```

## details/usage.md

```json doc-gen:file
{
"file": "../skills/seed-design-cli/details/usage.md",
"codeblock": true
}
```

## details/migration.md

```json doc-gen:file
{
"file": "../skills/seed-design-cli/details/migration.md",
"codeblock": true
}
```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Verify that the doc-gen:file relative paths resolve to actual files
echo "=== Searching for SKILL.md files ==="
fd "SKILL.md" --type f

echo ""
echo "=== Searching for usage.md under seed-design-cli ==="
fd "usage.md" --type f | grep seed-design-cli

echo ""
echo "=== Searching for migration.md under seed-design-cli ==="
fd "migration.md" --type f | grep seed-design-cli

echo ""
echo "=== Directory structure around ai-integration ==="
find docs/content/ai-integration/ -type f 2>/dev/null | head -30 || echo "docs/content/ai-integration not found"

echo ""
echo "=== Check if skills dir exists at repository root ==="
ls -la skills/ 2>/dev/null | head -20 || echo "No skills/ directory found at repo root"

echo ""
echo "=== Check the actual file we're reviewing ==="
ls -la "docs/content/ai-integration/(skills)/cli.mdx" 2>/dev/null || echo "File not found at that path"

Repository: daangn/seed-design

Length of output: 1997


doc-gen:file 상대 경로가 올바르지 않아 파일을 찾을 수 없습니다.

이 파일은 docs/content/ai-integration/(skills)/cli.mdx에 위치하며, "../skills/seed-design-cli/SKILL.md" 경로는 docs/content/ai-integration/skills/seed-design-cli/SKILL.md로 해석됩니다. 그러나 실제 스킬 소스 파일들은 리포지토리 루트의 skills/seed-design-cli/ 디렉토리에 위치합니다:

  • skills/seed-design-cli/SKILL.md
  • skills/seed-design-cli/details/usage.md
  • skills/seed-design-cli/details/migration.md

현재 경로들을 올바르게 수정하려면 ../../../../skills/seed-design-cli/ 형태로 변경해야 합니다.

🤖 Prompt for AI Agents
In `@docs/content/ai-integration/`(skills)/cli.mdx around lines 30 - 53, The
doc-gen:file relative paths in cli.mdx are incorrect causing missing files;
update the three entries that currently reference
"../skills/seed-design-cli/..." to use the repository-root relative path by
replacing each "../skills/seed-design-cli/SKILL.md",
"../skills/seed-design-cli/details/usage.md", and
"../skills/seed-design-cli/details/migration.md" with
"../../../../skills/seed-design-cli/SKILL.md",
"../../../../skills/seed-design-cli/details/usage.md", and
"../../../../skills/seed-design-cli/details/migration.md" respectively so the
doc-gen includes the actual files in skills/seed-design-cli.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant