Skip to content

docs: Fix Claude Code skills setup — use .claude/skills/ not CLAUDE.md#6420

Open
Copilot wants to merge 2 commits intovnextfrom
copilot/fix-skills-documentation-issue
Open

docs: Fix Claude Code skills setup — use .claude/skills/ not CLAUDE.md#6420
Copilot wants to merge 2 commits intovnextfrom
copilot/fix-skills-documentation-issue

Conversation

Copy link
Contributor

Copilot AI commented Mar 19, 2026

The Claude Code section incorrectly told users to paste skill content into CLAUDE.md. Per the Claude Code spec, skills must be structured as individual subdirectories under .claude/skills/ (project) or ~/.claude/skills/ (global) — pasting into CLAUDE.md causes skills to be silently ignored.

Changes

  • en/components/ai/skills.md — Replace CLAUDE.md paste instructions with correct .claude/skills/ directory setup; add explicit warning against pasting into CLAUDE.md
  • jp/components/ai/skills.md — Same fix applied to the Japanese translation

Correct structure

.claude/
  skills/
    igniteui-angular-components/
      SKILL.md
    igniteui-angular-grids/
      SKILL.md
    igniteui-angular-theming/
      SKILL.md

💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.

…tructure

Co-authored-by: ChronosSF <2188411+ChronosSF@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix Skills documentation in Claude Code setup instructions docs: Fix Claude Code skills setup — use .claude/skills/ not CLAUDE.md Mar 19, 2026
Copilot AI requested a review from ChronosSF March 19, 2026 15:39
@ChronosSF ChronosSF requested a review from radomirchev March 19, 2026 15:39
@ChronosSF ChronosSF marked this pull request as ready for review March 19, 2026 15:42
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.

2 participants