Skip to main content
agentsSource-backed

Next.js Repository Contributor Agent for Claude

Source-backed Claude agent prompt for contributing to the official vercel/next.js monorepo using its AGENTS.md guidance, pnpm workspace commands, package-filtered builds, Turbopack and Rust boundaries, mode-specific tests, PR triage rules, and secrets-safety notes.

by Vercel · submitted by oktofeesh1·added 2026-06-04·
Review first review before installing

Open the source and read safety notes before installing.

Citation facts

Source-backed facts for citing this resource, derived directly from the registry — also available as plain text for AI assistants.

Source URLs
https://github.com/vercel/next.js/blob/canary/AGENTS.md, https://github.com/vercel/next.js, https://nextjs.org/
Brand
Next.js
Brand domain
nextjs.org
Brand asset source
manual
Safety notes
This agent is for contributing to the official Next.js framework repository, not for generating generic Next.js applications., Next.js repo commands can trigger watch builds, full JS builds, Rust builds, generated dist output, integration tests, browser tests, or CI-style reproduction work. Prefer focused validation first., `pnpm build-all`, `pnpm lint`, `pnpm lint-fix`, generated tests, snapshots, and formatting can touch many files. Inspect the diff before committing., Mode-specific tests matter. Do not substitute a Turbopack dev test, webpack dev test, production start test, unit test, or type check without explaining why the chosen mode matches the change., When changing source or integration tests, follow the repo guidance around the `pnpm --filter=next dev` watch build unless the task is docs-only, read-only, or CI-only., Do not leave watch builds or dev servers running after verification., Do not add generic Claude-generated footers or co-author lines to upstream Next.js commits or PR text., If GitHub SSH authentication or signing fails through a user key provider, stop and ask for the key provider to be unlocked instead of changing remotes or retrying workarounds.
Privacy notes
Next.js repository work can expose local paths, CI logs, browser output, source maps, stack traces, debug logs, environment variable names, cookies, API keys, and private reproduction details., Never print, paste, commit, or share literal secret values, cookies, tokens, API keys, private issue data, or local secret files., Mirror CI environment variable names and modes when reproducing failures, but keep secret values out of commands and public summaries., When sharing build, lint, type, or test output, summarize and redact sensitive-looking values, internal hostnames, private paths, and credentials.
Author
Vercel
Submitted by
oktofeesh1
Claim status
unclaimed
Last verified
2026-06-04

Decision playbook

Review trust signals before you adopt

Signals are present but mixed. Use the checklist below to confirm the source and operational safety for your environment.

Compare context
Selected

0

Current score

78

Baseline

Delta

No baseline selected

No major trust-signal divergence detected in the current selection.

Source and provenance checks

Complete

Confirm ownership and provenance before trusting install instructions.

  • Source link availableRequired

    Open the canonical repository and verify ownership.

    Done
  • Source provenance statusRequired

    Marked as source-backed.

    Done
  • Metadata reviewed

    Registry metadata indicates a reviewed listing.

    Done

Safety and privacy checks

Complete

Validate risk disclosures before installation or API wiring.

  • Safety notes presentRequired

    Review the listed safety guidance before running commands.

    Done
  • Privacy notes presentRequired

    Review data handling notes before connecting accounts or secrets.

    Done
  • Trust level risk gateRequired

    Trust level does not block evaluation.

    Done

Package and install checks

Needs review

Check package metadata and artifact integrity signals.

  • Install payload available

    Install or copy payload is available for review.

    Done
  • Package verification flag

    No package verification flag provided.

    Pending
  • Checksum metadata

    No checksum provided for downloaded artifact.

    Pending

Compare-driven decision checks

Needs review

Use compare context to validate trade-offs before adoption.

  • Compare tray has multiple entries

    Add at least one more entry to compare trust differences.

    Pending
  • Baseline comparison available

    No baseline peer selected yet.

    Pending
  • Diverging trust signals identified

    No major trust-signal divergence found.

    Pending

Setup at a glance

Copy & paste

Copy-ready — paste the snippet to get started.

10 minutes

Adoption plan

Balanced adoption plan

Current risk score 16/100. Use staged verification before broader rollout.

Risk 16

Pre-adoption checks

Validate source and review signals before any execution.

  • Confirm source provenanceRequired

    Source URL/provenance metadata is present.

    Done
  • Confirm metadata review state

    Listing has review metadata.

    Done
  • Verify install payload

    Install/config payload exists and can be inspected.

    Done

Security checks

Confirm safety, privacy, and package integrity signals.

  • Review safety notesRequired

    Safety notes are present.

    Done
  • Review privacy notesRequired

    Privacy notes are present.

    Done
  • Verify package integrity metadata

    No package verification/checksum metadata.

    Pending

Rollout

Adopt in controlled steps based on the selected plan.

  • Run in isolated sandbox firstRequired

    Use a constrained sandbox and observe behavior across multiple tasks.

    Pending
  • Roll out graduallyRequired

    Roll out to a small cohort before wider usage.

    Pending
  • Set monitoring and fallback

    Define rollback path and monitor errors after adoption.

    Pending

Evidence readiness

Evidence readiness matrix · balanced

Required evidence gates are covered (5/6 signals complete).

Risk 15

Source provenance

Present

Source repository/provenance is listed.

Required in this preset

Metadata review

Present

Review metadata is present.

Required in this preset

Safety notes

Present

Safety notes are present.

Required in this preset

Privacy notes

Present

Privacy notes are present.

Optional in this preset

Package integrity

Missing

Package integrity metadata is missing.

Optional in this preset

Install payload

Present

Install payload is available.

Required in this preset

Required evidence gates are covered for this preset.

Decision timeline

Decision timeline · balanced

5/6 steps complete with no blocking gaps for this preset.

Risk 14

triage

Confirm source provenanceRequired

Source/provenance metadata is available.

Done

triage

Check metadata review statusRequired

Review metadata is available.

Done

verify

Review safety notesRequired

Safety notes are available.

Done

verify

Review privacy notes

Privacy notes are available.

Done

verify

Validate package integrity metadata

Package integrity metadata is missing.

Pending

rollout

Verify install payload and commandsRequired

Install payload is available.

Done

No required blockers for this timeline preset.

Prerequisite readiness

Prerequisite readiness

6 prerequisites to line up before setup. Have accounts and credentials ready first. Includes a review or approval gate.

0/6 ready
Account & credentials1Install & runtime1Configuration1Permissions & scopes1Review & approval1General110 minutes

Safety & privacy surface

Safety & privacy surface

8 safety and 4 privacy notes across 5 risk areas. Review closely: credentials & tokens, network access.

5 areas
  • SafetyGeneralThis agent is for contributing to the official Next.js framework repository, not for generating generic Next.js applications.
  • SafetyExecution & processesNext.js repo commands can trigger watch builds, full JS builds, Rust builds, generated dist output, integration tests, browser tests, or CI-style reproduction work. Prefer focused validation first.
  • SafetyLocal files`pnpm build-all`, `pnpm lint`, `pnpm lint-fix`, generated tests, snapshots, and formatting can touch many files. Inspect the diff before committing.
  • SafetyGeneralMode-specific tests matter. Do not substitute a Turbopack dev test, webpack dev test, production start test, unit test, or type check without explaining why the chosen mode matches the change.
  • SafetyGeneralWhen changing source or integration tests, follow the repo guidance around the `pnpm --filter=next dev` watch build unless the task is docs-only, read-only, or CI-only.
  • SafetyExecution & processesDo not leave watch builds or dev servers running after verification.
  • SafetyGeneralDo not add generic Claude-generated footers or co-author lines to upstream Next.js commits or PR text.
  • SafetyNetwork accessIf GitHub SSH authentication or signing fails through a user key provider, stop and ask for the key provider to be unlocked instead of changing remotes or retrying workarounds.
  • PrivacyCredentials & tokensNext.js repository work can expose local paths, CI logs, browser output, source maps, stack traces, debug logs, environment variable names, cookies, API keys, and private reproduction details.
  • PrivacyCredentials & tokensNever print, paste, commit, or share literal secret values, cookies, tokens, API keys, private issue data, or local secret files.
  • PrivacyCredentials & tokensMirror CI environment variable names and modes when reproducing failures, but keep secret values out of commands and public summaries.
  • PrivacyCredentials & tokensWhen sharing build, lint, type, or test output, summarize and redact sensitive-looking values, internal hostnames, private paths, and credentials.

Safety notes

  • This agent is for contributing to the official Next.js framework repository, not for generating generic Next.js applications.
  • Next.js repo commands can trigger watch builds, full JS builds, Rust builds, generated dist output, integration tests, browser tests, or CI-style reproduction work. Prefer focused validation first.
  • `pnpm build-all`, `pnpm lint`, `pnpm lint-fix`, generated tests, snapshots, and formatting can touch many files. Inspect the diff before committing.
  • Mode-specific tests matter. Do not substitute a Turbopack dev test, webpack dev test, production start test, unit test, or type check without explaining why the chosen mode matches the change.
  • When changing source or integration tests, follow the repo guidance around the `pnpm --filter=next dev` watch build unless the task is docs-only, read-only, or CI-only.
  • Do not leave watch builds or dev servers running after verification.
  • Do not add generic Claude-generated footers or co-author lines to upstream Next.js commits or PR text.
  • If GitHub SSH authentication or signing fails through a user key provider, stop and ask for the key provider to be unlocked instead of changing remotes or retrying workarounds.

Privacy notes

  • Next.js repository work can expose local paths, CI logs, browser output, source maps, stack traces, debug logs, environment variable names, cookies, API keys, and private reproduction details.
  • Never print, paste, commit, or share literal secret values, cookies, tokens, API keys, private issue data, or local secret files.
  • Mirror CI environment variable names and modes when reproducing failures, but keep secret values out of commands and public summaries.
  • When sharing build, lint, type, or test output, summarize and redact sensitive-looking values, internal hostnames, private paths, and credentials.

Prerequisites

  • A local checkout or source snapshot of the official `vercel/next.js` repository.
  • Review the current official `AGENTS.md` on the `canary` branch before using this agent, because repo instructions can change.
  • pnpm workspace setup for the Next.js monorepo and enough dependencies to run the relevant package, build, lint, type, or test commands.
  • Known target area such as `packages/next`, Turbopack, Rust crates, tests, docs, examples, create-next-app, next-swc, font, or server runtime.
  • Permission to run focused builds, watch builds, mode-specific tests, type checks, linting, and local dev servers as required.
  • Clear handling for secrets, environment variables, CI reproduction flags, and any local SSH/key-provider requirements before GitHub operations.

Schema details

Install type
copy
Troubleshooting
No
Source repository stats
Scope
Source repo
Collection metadata
Estimated setup
10 minutes
Difficulty
advanced
Tool listing metadata
Full copyable content
# Trigger
"Use the Next.js repository contributor agent for this vercel/next.js task."

# Required output
1) AGENTS.md, README chain, package, test, and source context checked
2) Next.js-specific implementation or investigation plan
3) Focused build/test/type/lint validation and results
4) Turbopack, Rust, secrets, PR, and remaining-risk notes

About this resource

Agent Definition

Create this file as .claude/agents/nextjs-repository-contributor.md:

---
name: nextjs-repository-contributor
description: Use when the user asks Claude to investigate, patch, test, or review work in the official vercel/next.js monorepo from source-backed repository instructions.
tools:
  - bash
  - read
  - edit
  - grep
  - web_fetch
---

You are the Next.js Repository Contributor Agent. Your job is to help work in
the official `vercel/next.js` monorepo while following the current repository
instructions, matching the correct build or test mode, and keeping changes
small, reviewed, and verifiable.

## Source Order

Use these sources in order:

1. The local `AGENTS.md` in the `vercel/next.js` checkout.
2. README files from the repo root down to the target directory.
3. Relevant local source, tests, fixtures, docs, examples, scripts, Rust crates,
   Turbopack code, or package files.
4. The official Next.js documentation at `https://nextjs.org/docs` when public
   user-facing behavior or documented APIs are involved.
5. `https://github.com/vercel/next.js` when a local checkout is unavailable or
   stale.

Do not rely on memory for Next.js internals, test modes, bundler defaults,
Rust/Turbopack boundaries, CI reproduction flags, or PR requirements when the
official sources are available.

## Operating Rules

- Read `AGENTS.md` first. Treat it as the current repository guide.
- Read the README chain for the target directory before editing files under
  packages, crates, Turbopack, tests, docs, examples, or scripts.
- Identify the exact subsystem before editing: `packages/next`, server runtime,
  client runtime, build tooling, create-next-app, next-swc, ESLint plugin,
  fonts, third-party integrations, Turbopack, Rust crates, tests, examples, or
  docs.
- Keep changes surgical and follow local patterns.
- Prefer focused package, type, build, lint, or test commands before broad root
  validation.
- Match the test command to the runtime mode being changed: dev vs production,
  Turbopack vs webpack, browser/integration vs unit.
- Use `pnpm new-test -- --args ...` when adding a new test suite.
- Use `retry()` with `expect()` for test polling. Do not introduce deprecated
  `check()` usage or sleep-based waiting.
- Prefer real fixture directories over inline file objects for tests.
- Capture long build/test output once and inspect the saved output instead of
  rerunning the same suite with different filters.
- Keep secrets, cookies, tokens, literal environment values, local paths, and
  private repro data out of public output.

## Workflow

1. State the target area and whether the task is code, test, docs, CI triage,
   review, or read-only investigation.
2. Read `AGENTS.md`, the README chain, and the local source/test files for the
   target area.
3. Define the expected runtime mode and bundler coverage: dev, production,
   Turbopack, webpack, unit, type-only, lint-only, or docs-only.
4. Decide whether a watch build is required by the repo guidance. If skipped,
   state why.
5. Make the smallest source-backed change or investigation.
6. Run focused validation first, using the matching test mode or package build.
7. Broaden validation only when the change touches shared runtime, build, Rust,
   Turbopack, or package behavior.
8. Summarize changed files, validation, mode coverage, secrets handling, and
   remaining risk.

## Command Guidance

- Core Next.js source lives in `packages/next/src`.
- Build the Next.js package with `pnpm --filter=next build` when changes are
  limited to core Next.js files after bootstrap.
- Use `pnpm --filter=next types` for type-only checks when a full package build
  is unnecessary.
- Use `pnpm build-all` after branch switches/bootstrap, before CI-push-style
  validation, or when changes span JS and Rust/package boundaries.
- Use `pnpm test-dev-turbo <test-path>` for development mode with Turbopack.
- Use `pnpm test-dev-webpack <test-path>` for development mode with webpack.
- Use `pnpm test-start-turbo <test-path>` for production build/start with
  Turbopack.
- Use `pnpm test-start-webpack <test-path>` for production build/start with
  webpack.
- Use `pnpm test-unit` for fast unit coverage when it matches the change.
- Use the repository PR status script when the task is CI failure or review
  triage.

## Safety Boundaries

- Do not run broad builds, formatting, lint fixes, snapshot updates, or generated
  output changes until a focused path has been considered.
- Do not leave `pnpm --filter=next dev`, test servers, or local app servers
  running after validation.
- Do not invent missing secrets or inline secret values into reproduction
  commands.
- Do not switch GitHub remotes or authentication modes to work around SSH agent
  or signing failures.
- Do not add Claude footers, co-author trailers, or generic generated text to
  upstream commits or PR descriptions.
- For Next.js upstream PR descriptions, remember the repository-specific
  requirement to include the `NEXT_JS_LLM_PR` HTML comment.
- If dependencies, browser setup, native binaries, Rust toolchain, fixture
  state, or CI-only environment details are missing, report the blocker instead
  of substituting an inaccurate test.

## Output Contract

Use this response shape for Next.js repository work:

```markdown
## Next.js Repo Check

Target area:
- ...

Sources checked:
- ...

Mode and bundler coverage:
- ...

Plan or change:
- ...

Validation:
- ...

Safety/privacy notes:
- ...

Remaining risk:
- ...

## Source Review

- https://github.com/vercel/next.js/blob/canary/AGENTS.md
- https://raw.githubusercontent.com/vercel/next.js/canary/AGENTS.md
- https://github.com/vercel/next.js
- https://nextjs.org/
- https://nextjs.org/docs

These sources were reviewed on **2026-06-04**. The official Next.js repository
publishes an `AGENTS.md` file on the `canary` branch. The source describes the
pnpm monorepo layout, `packages/next`, Turbopack, Rust crates, build commands,
watch-build expectations, mode-specific test commands, generated-test workflow,
test-writing patterns, PR status triage, secrets handling, SSH authentication
boundaries, specialized skills, and contributor PR style.

## Source Scope

This entry is scoped to working in the official `vercel/next.js` framework
monorepo. It is not a generic Next.js application-building prompt, not a
performance rule, not a React skill, and not a v0 prototyping workflow. Use it
when the task is about investigating, patching, testing, reviewing, or triaging
the upstream Next.js repository.

## Use Cases

- Give Claude a source-backed role for reading Next.js's official `AGENTS.md`
  before touching the framework monorepo.
- Investigate runtime, routing, build, Turbopack, Rust, SWC, CLI, docs, example,
  or test fixture behavior.
- Choose the correct validation mode for dev vs production and Turbopack vs
  webpack changes.
- Review a patch for README-chain context, generated fixture hygiene,
  no-secret output, PR description requirements, and focused test coverage.
- Triage CI failures by prioritizing build, lint, types, then tests while
  matching CI environment names and modes.

## Duplicate Check

Existing content includes Next.js-related rules and skills based on public
Next.js docs, including performance and React/Next.js expert guidance. This
entry is intentionally different: it is an `agents` entry for contributing to
the official `vercel/next.js` monorepo from its own `AGENTS.md`. No existing
`content/agents`, `content/skills`, `content/hooks`, `content/mcp`, or
`content/rules` entry in this checkout matches `vercel/next.js`, the official
Next.js `AGENTS.md`, or a source-backed Next.js repository contributor agent.
Open PR titles, branch names, changed files, issue titles, issue bodies, and
source URLs were also checked before drafting this entry.

## Editorial Disclosure

This is an independent, source-backed HeyClaude content entry submitted by
`oktofeesh1`. It is not sponsored by Vercel, Next.js, or the Next.js
maintainers. The agent prompt summarizes and routes users to the official
upstream `AGENTS.md`, documentation, and repository sources rather than
repackaging the Next.js project.

Source citations

Add this badge to your README

Show that Next.js Repository Contributor Agent for Claude is listed on HeyClaude. Paste this Markdown into your README — it renders the badge and links back to this page.

Listed on HeyClaude
[![Listed on HeyClaude](https://heyclau.de/badge/agents/nextjs-repository-contributor-agent.svg)](https://heyclau.de/entry/agents/nextjs-repository-contributor-agent)

How it compares

Next.js Repository Contributor Agent for Claude side by side with 3 alternatives on trust, install, platform support, and disclosed safety notes — all from reviewed registry metadata.

Field

Source-backed Claude agent prompt for contributing to the official vercel/next.js monorepo using its AGENTS.md guidance, pnpm workspace commands, package-filtered builds, Turbopack and Rust boundaries, mode-specific tests, PR triage rules, and secrets-safety notes.

Open dossier

Source-backed Claude agent prompt for contributing to the official angular/angular repository using its AGENTS.md guidance for pnpm, Bazel test targets, coding standards, commit guidelines, zoneless tests, async stability, and PR handling.

Open dossier

Source-backed Claude agent prompt for contributing to the official Astro monorepo using its AGENTS.md guidance, pnpm workspace commands, package-local testing, bgproc dev server management, agent-browser UI checks, and Astro docs sources.

Open dossier

Source-backed Claude agent prompt for contributing to the official home-assistant/core repository using its AGENTS.md guidance for PR templates, setup, Python 3.14, integration tests, translations, snapshots, and quality checks.

Open dossier
Next steps
Trust
Review statusReviewedMaintainer reviewedReviewedMaintainer reviewedReviewedMaintainer reviewedReviewedMaintainer reviewed
Package trustPackage not verifiedPackage not verifiedPackage not verifiedPackage not verified
Source provenanceSource-backedSource-backedSource-backedSource-backed
Submitteroktofeesh1oktofeesh1oktofeesh1oktofeesh1
Install riskReview firstReview firstReview firstReview first
Notes Safety ✓ Privacy ✓ Safety ✓ Privacy ✓ Safety ✓ Privacy ✓ Safety ✓ Privacy ✓
BrandNext.js
Categoryagentsagentsagentsagents
SourceSource-backedSource-backedSource-backedSource-backed
AuthorVercelAngularAstroHome Assistant
Added2026-06-042026-06-042026-06-042026-06-04
Platforms
Harness
Source repo
Safety notesThis agent is for contributing to the official Next.js framework repository, not for generating generic Next.js applications. Next.js repo commands can trigger watch builds, full JS builds, Rust builds, generated dist output, integration tests, browser tests, or CI-style reproduction work. Prefer focused validation first. `pnpm build-all`, `pnpm lint`, `pnpm lint-fix`, generated tests, snapshots, and formatting can touch many files. Inspect the diff before committing. Mode-specific tests matter. Do not substitute a Turbopack dev test, webpack dev test, production start test, unit test, or type check without explaining why the chosen mode matches the change. When changing source or integration tests, follow the repo guidance around the `pnpm --filter=next dev` watch build unless the task is docs-only, read-only, or CI-only. Do not leave watch builds or dev servers running after verification. Do not add generic Claude-generated footers or co-author lines to upstream Next.js commits or PR text. If GitHub SSH authentication or signing fails through a user key provider, stop and ask for the key provider to be unlocked instead of changing remotes or retrying workarounds.This agent is for contributing to the official Angular framework repository, not for generating generic Angular application code or replacing Angular documentation. Repository commands can install dependencies, run Bazel test targets, run package builds, apply formatting, execute TypeScript checks, and invoke tooling that may be expensive on a large monorepo. Use focused `pnpm bazel test //target` validation when possible instead of broad test runs. Angular's reviewed AGENTS.md says tests should assume a zoneless environment where state changes schedule updates asynchronously. Do not use `fixture.detectChanges()` as a manual update trigger in new or modified tests when the repository guidance calls for the Act, Wait, Assert pattern. Use `await fixture.whenStable()` after actions that schedule framework updates, and use `useAutoTick()` or the repository timeout helper where the official guidance applies. Do not change Angular coding-standard, commit-message, build, or testing conventions based on generic TypeScript habits when repository docs provide the rule. Use the GitHub CLI for PR work only after the branch is ready and local validation has been summarized.This agent is for the official Astro repository and should not be treated as a generic Astro application generator. The Astro monorepo has broad format, lint, build, and test commands. Prefer package-local or focused commands before expensive full-repo checks. `pnpm format` and code generators can modify many files. Inspect the diff before committing and avoid formatting unrelated files unless the repo workflow requires it. Use the repo's `pnpm -C <dir> <command>` pattern for package-local work so commands run in the intended package, example, or triage directory. Do not start detached dev or preview servers manually when the repo's `bgproc` workflow is appropriate. Clean up long-running servers after verification. Do not use unrelated static web servers to test Astro HMR or preview behavior. Use Astro's documented dev and preview paths. When UI interaction, HMR behavior, or browser automation is required, use the repo-approved browser automation path or explicitly report if the tool is unavailable. Read relevant local README and deep-dive reference files before changing subsystem code such as unit testing helpers or Vite dependency optimization.This agent is for contributing to the official Home Assistant Core repository, not for controlling a live Home Assistant instance or generating generic home-automation automations. Repository setup and validation commands can install dependencies, create or update a virtual environment, run pre-commit hooks, format files, lint code, execute tests, and generate translation artifacts. Follow the repository PR template exactly when preparing upstream pull requests. Do not remove unchecked checkboxes from the template. Do not amend, squash, or rebase commits that have already been pushed to an open Home Assistant PR branch, because the repository guidance says reviewers need to follow commit history. Home Assistant Core officially supports Python 3.14 as its minimum version in the reviewed AGENTS.md. Do not flag Python 3.14-only syntax or lazy annotation behavior as compatibility issues. When changing integration `strings.json`, regenerate the English translation output before running tests, because tests load generated `translations/en.json` files. Entity actions, service/action schemas, and entity selection filters may already validate fields. Add defensive guards only when data bypasses validators or is transformed into a less-safe form. Prefer focused pytest targets and integration-scoped checks before running broad repository-wide validation.
Privacy notesNext.js repository work can expose local paths, CI logs, browser output, source maps, stack traces, debug logs, environment variable names, cookies, API keys, and private reproduction details. Never print, paste, commit, or share literal secret values, cookies, tokens, API keys, private issue data, or local secret files. Mirror CI environment variable names and modes when reproducing failures, but keep secret values out of commands and public summaries. When sharing build, lint, type, or test output, summarize and redact sensitive-looking values, internal hostnames, private paths, and credentials.Angular repository work can expose local file paths, package names, Bazel labels, test fixtures, build logs, stack traces, browser output, generated docs, and environment-specific setup details. Do not paste private application code, customer component names, internal design-system examples, proprietary test fixtures, credentials, tokens, private URLs, or local-only paths into prompts, public PRs, docs, or examples. Bazel and test output can include workspace paths, temporary paths, browser logs, and environment details. Summarize and redact sensitive values before sharing. When using Angular examples, prefer synthetic component, directive, service, or fixture names unless the upstream source already contains the public example.Astro repo work can expose local file paths, stack traces, package names, test fixtures, browser snapshots, dev server logs, issue repro data, and unpublished source changes. Avoid pasting private local paths, user-specific environment details, credentials, tokens, private issue data, or unreleased customer examples into prompts, public PRs, or issue comments. Browser screenshots, dev server logs, and test output can include route names, fixture content, environment variables, and local hostnames. Use synthetic repros and public fixtures when sharing investigation results outside the local checkout.Home Assistant Core work can expose integration names, device/entity identifiers, fixture data, config-entry fields, service/action payloads, logs, traceback details, snapshot contents, generated translation strings, and local test environment details. Do not paste real home names, room names, device names, entity IDs from a private installation, tokens, webhook URLs, cloud account identifiers, precise location data, or private diagnostic dumps into prompts or public PR text. Snapshot files and translation outputs can contain user-facing device, entity, or service strings. Review generated diffs before sharing them. When summarizing validation failures, redact private hostnames, local paths, account identifiers, tokens, and device-specific data.
Prerequisites
  • A local checkout or source snapshot of the official `vercel/next.js` repository.
  • Review the current official `AGENTS.md` on the `canary` branch before using this agent, because repo instructions can change.
  • pnpm workspace setup for the Next.js monorepo and enough dependencies to run the relevant package, build, lint, type, or test commands.
  • Known target area such as `packages/next`, Turbopack, Rust crates, tests, docs, examples, create-next-app, next-swc, font, or server runtime.
  • A local checkout or source snapshot of the official `angular/angular` repository.
  • Review the current official `AGENTS.md` before using this agent, because package, test, coding-standard, and PR guidance can change.
  • pnpm installed and used for repository package management.
  • Repository build dependencies available for the focused Bazel target, test target, package, or documentation area being changed.
  • A local checkout or source snapshot of the official `withastro/astro` repository.
  • Review the current official `AGENTS.md` before using this agent, because repo instructions can change.
  • pnpm workspace setup for the Astro monorepo and enough local dependencies to run the relevant package commands.
  • Known target package, example, docs page, integration, or subsystem before editing.
  • A local checkout or source snapshot of the official `home-assistant/core` repository.
  • Review the current official `AGENTS.md` before using this agent, because setup, syntax, testing, translation, and PR rules can change.
  • Python and uv environment support compatible with the current Home Assistant Core development requirements.
  • Run `script/setup` when entering a new environment or worktree so the repository virtual environment and development dependencies are available.
Install
Config
Citations
ClaimUnclaimedUnclaimedUnclaimedUnclaimed
Open 4 picks in the interactive comparison tool

Related guides

Signals

Loading live community signals…

More like this, weekly

A short, calm digest of reviewed Claude resources. Unsubscribe any time.