Skip to content

feat: add .claude configuration and AGENTS.md documentation#3227

Draft
misama-ct wants to merge 4 commits intomainfrom
FEC-327-ai-tooling-phase-1-ui-kit-templates-install-agent-skills
Draft

feat: add .claude configuration and AGENTS.md documentation#3227
misama-ct wants to merge 4 commits intomainfrom
FEC-327-ai-tooling-phase-1-ui-kit-templates-install-agent-skills

Conversation

@misama-ct
Copy link
Copy Markdown
Contributor

@misama-ct misama-ct commented Mar 31, 2026

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)
  • Root CLAUDE.md — Claude Code entry point referencing MCP servers, hooks, and skills
  • Root AGENTS.md — Monorepo architecture, build commands, workflows, conventions, and gotchas
  • Per-package AGENTS.md + CLAUDE.md for: design-system, packages/i18n, packages/components/icons, packages/components/inputs/rich-text-input, packages/components/inputs/rich-text-utils, presets/ui-kit

Review 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

  • Open a fresh Claude Code session in this repo and ask "how do I build this project?" — should return exact correct commands
  • Run skills list — should show all installed skills
  • Verify MCP servers respond (commercetools-docs, context7, playwright, sequential-thinking)
  • Edit a .ts file — Prettier auto-format hook should trigger

🤖 Generated with Claude Code

- 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.
@misama-ct misama-ct self-assigned this Mar 31, 2026
@misama-ct misama-ct added the 🚧 Status: WIP Work in progress label Mar 31, 2026
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 31, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ui-kit Ready Ready Preview, Comment Apr 1, 2026 11:07am

Request Review

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Mar 31, 2026

⚠️ No Changeset found

Latest commit: 7957b56

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

misama-ct and others added 2 commits March 31, 2026 15:57
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>
@misama-ct misama-ct changed the title FCE-327: feat: add AI agent configuration files and skills feat: add .claude configuration and AGENTS.md documentation Apr 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🚧 Status: WIP Work in progress

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant