feat: add .claude configuration and AGENTS.md documentation#3227
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
valoriecarli
left a comment
There was a problem hiding this comment.
For now it covers everything asked in this phase. A++
- 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.
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
7957b56 to
69e3038
Compare
- Add Start Here block (Node 24, Yarn 3 Berry, React 19, dev-loop pointers) - Add workspace-scoped test command; collapse full-build steps to `yarn build` - Replace sub-package CLAUDE.md prose with `@AGENTS.md` import - Drop rot-prone Slate version numbers and --format=transifex detail - Fix prettier PostToolUse hook to use markdown parser for .md/.mdx
ByronDWall
left a comment
There was a problem hiding this comment.
Skills are usable, agents.md files are accurate and well-scoped, lgtm!
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