Skip to content

Add microfrontends skill#35

Closed
tim123abc wants to merge 11 commits into
mainfrom
add-microfrontends-skill
Closed

Add microfrontends skill#35
tim123abc wants to merge 11 commits into
mainfrom
add-microfrontends-skill

Conversation

@tim123abc

Copy link
Copy Markdown
Contributor

Summary

  • Adds a new skills/microfrontends/ skill for Vercel Microfrontends
  • Includes SKILL.md with frontmatter (pathPatterns, retrieval aliases, chainTo routing-middleware for flag-controlled routing) aligned with the repo's conventions
  • Includes 6 reference files covering configuration, path routing, local development, managing microfrontends, troubleshooting, and security

The skill content matches the local vercel-microfrontends Claude skill, adapted to the vercel-plugin skill format (added priority, pathPatterns, bashPatterns, retrieval, and chainTo fields).

Test plan

  • Verify SKILL.md frontmatter is valid YAML and follows the same schema as routing-middleware/SKILL.md
  • Verify all 6 reference files render correctly
  • Confirm pathPatterns correctly triggers on microfrontends.json / microfrontends.jsonc

🤖 Generated with Claude Code

@mknichel mknichel requested a review from Melkeydev April 7, 2026 18:43
tim123abc and others added 2 commits May 6, 2026 14:23
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>
@tim123abc

Copy link
Copy Markdown
Contributor Author

Superseded by #97, which rebases this work onto current main as a single signed commit to satisfy the repository's verified-signatures rule. Closing in favor of #97.

@tim123abc tim123abc closed this Jun 4, 2026
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>
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.

1 participant