Draft
Conversation
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
Adds an AI agent prompt for converting EIPs into forkcast JSON format.
How it works
This is a standalone prompt file meant to be invoked with any LLM coding agent (eg.,
claude prompts/convert-eip.md). It's not tied to any specific skill/tool framework — it's just a markdown file loaded into context when directly invoked.ethereum/EIPson GitHub (falls back to the PR branch for unmerged EIPs)post_ids[]for longer threads). If a headliner proposal URL was provided, fetches that thread too.public/artifacts/) for mentions of the EIP in ACD/ACDE call recordingsrequiresfield{EIP}-context.mdpreserving all raw sources with URLs (local reference only, not committed), and the actual{EIP}.jsonmapped to forkcast's schema (src/types/eip.ts)npm run compile-eipsandnpm run validate-eips --eip {N} --fix(auto-corrects title, status, author from canonical source).jsonfile, with a structured summary table of all sources usedThe prompt enforces factual, non-speculative writing with word limits (80w description, 60w layman description, 16w benefits/tradeoffs, 20w stakeholder impacts) and marks all bot-generated EIPs with
reviewer: "bot".How to try it
claudeisn't confused).claude prompts/convert-eip.md, and provide the requested details to the agent.Next steps
Testing
TODO