feat: add .claude configuration and AGENTS.md documentation#3227
Draft
feat: add .claude configuration and AGENTS.md documentation#3227
Conversation
- Introduced .claude/.gitignore to exclude local settings and plan artifacts. - Added .claude/settings.json to configure MCP servers and post-writehooks for auto-formatting with Prettier. - Created symlinks for various skills in .claude/skills/ including pr-review-navigator, remember, renovate-migrate, renovate-review, repo-healthcheck-node, repo-maintenance-node, and security-auditor. - Added .mcp.json to define MCP server configurations. - Documented project structure and workflows in AGENTS.md and CLAUDE.md files across multiple directories. - Established skills-lock.json to manage dependencies for agent skills.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Replace per-skill symlinks in .claude/skills/ with a single directory symlink to .agents/skills/, so new skills are picked up automatically. Also adds jira-create-epic-from-plan and jira-implement-task skills. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…r restore context files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds AI tooling foundation (Phase 1) to ui-kit — Claude Code configuration, MCP server setup, shared skills, and per-package AGENTS.md documentation.
Implements FEC-327, part of FEC-320 (Improve Agentic Engineering Support).
What's included
.claude/settings.json— PostToolUse hook for auto-formatting with Prettier on Edit/Write.mcp.json— MCP server configuration (commercetools-docs, context7, playwright, sequential-thinking).claude/skills/— symlinked shared skills from.agents/skills/(repo-healthcheck-node, remember, repo-maintenance-node, renovate-review, renovate-migrate, pr-review-navigator, security-auditor, jira-create-epic-from-plan, jira-implement-task)CLAUDE.md— Claude Code entry point referencing MCP servers, hooks, and skillsAGENTS.md— Monorepo architecture, build commands, workflows, conventions, and gotchasAGENTS.md+CLAUDE.mdfor:design-system,packages/i18n,packages/components/icons,packages/components/inputs/rich-text-input,packages/components/inputs/rich-text-utils,presets/ui-kitReview notes
All generated AGENTS.md files were reviewed against the actual codebase and corrected for accuracy (false paths, incorrect tool descriptions, and misleading claims were fixed). See the ticket description for the full acceptance criteria checklist.
Test plan
skills list— should show all installed skills.tsfile — Prettier auto-format hook should trigger🤖 Generated with Claude Code