Add microfrontends skill#35
Closed
tim123abc wants to merge 11 commits into
Closed
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Resolves merge conflict on PR #35 by matching the timestamp main already has. The structural manifest entries auto-merge cleanly. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Add importPatterns for @vercel/microfrontends and npm/pnpm/bun/yarn install bashPatterns so the skill triggers when a file imports the package or the package is installed. Previously only microfrontends.json edits and `vercel mf` commands triggered injection, leaving the most common entry points uncovered. Brings it in line with other package-centric skills (vercel-sandbox, vercel-storage, ai-sdk). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
Author
tim123abc
added a commit
that referenced
this pull request
Jun 9, 2026
* feat: add microfrontends skill Adds the `microfrontends` skill (SKILL.md + 6 reference docs covering configuration, path-routing, local development, management, security, and troubleshooting) for building, configuring, and deploying microfrontends on Vercel. Triggering covers the common entry points: - pathPatterns: microfrontends.json / apps/*/microfrontends.json - bashPatterns: `vercel microfrontends` / `vercel mf`, and npm/pnpm/bun/yarn install of @vercel/microfrontends - importPatterns: @vercel/microfrontends Regenerates generated/skill-manifest.json and generated/skill-catalog.md (now 27 skills) and updates the vercel.md ecosystem graph. Rebased onto current main as a single signed commit (supersedes #35). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * docs(microfrontends): trim reference boilerplate Lowest-risk size reduction with no loss of factual content: - Remove Table-of-Contents blocks from local-development, managing- microfrontends, and troubleshooting references. No other skill's reference files use a ToC (0 of 51 repo-wide) — these were the only outliers; removal aligns with house convention. Section anchors are unaffected, so in-doc links still resolve. - Tighten security.md: dedupe repeated "verified only by…" prose and collapse repeated full URLs. All 13 original links preserved. Net: -64 lines across 4 reference files. References are loaded on demand (grep), not part of the injected SKILL.md budget, so this is a read-cost and maintainability win, not an injection-size change. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * chore: bump version for all providers; bump to 0.44.0 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * test: update telemetry version assertions to 0.44.0 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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
skills/microfrontends/skill for Vercel MicrofrontendsSKILL.mdwith frontmatter (pathPatterns, retrieval aliases, chainTo routing-middleware for flag-controlled routing) aligned with the repo's conventionsThe skill content matches the local
vercel-microfrontendsClaude skill, adapted to the vercel-plugin skill format (addedpriority,pathPatterns,bashPatterns,retrieval, andchainTofields).Test plan
SKILL.mdfrontmatter is valid YAML and follows the same schema asrouting-middleware/SKILL.mdpathPatternscorrectly triggers onmicrofrontends.json/microfrontends.jsonc🤖 Generated with Claude Code