Add plugin auto-install and improve blog workflow documentation#2780
Open
Add plugin auto-install and improve blog workflow documentation#2780
Conversation
Adds PolicyEngine Claude plugin auto-install configuration and enhances local .claude with blog post workflow improvements based on learnings from California billionaire tax post. Changes: - Add .claude/settings.json to auto-install PolicyEngine/policyengine-claude plugin - Update add-blog-post command with chart organization pattern (public/charts/[post-slug]/) - Update blog-post-reviewer with chart requirements and naming conventions - Document cover image must match slug exactly - Add interactive chart iframe embedding guidance This enables team members to access all PolicyEngine skills, agents, and commands automatically when opening the repo, while keeping app-specific blog workflow details local. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds automatic Claude plugin installation configuration and improves documentation for the blog post workflow, particularly around organizing and referencing charts and images.
Key Changes:
- Adds
.claude/settings.jsonto automatically install the PolicyEngine Claude plugin from GitHub when team members open the repository - Documents the pattern for organizing interactive Plotly charts in
public/charts/[post-slug]/subdirectories - Clarifies that cover image filenames must match the post slug exactly
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.claude/settings.json |
Configures auto-install of PolicyEngine Claude plugin from GitHub master branch |
.claude/commands/add-blog-post.md |
Adds interactive chart organization section and updates image handling documentation with specific examples |
.claude/agents/blog-post-reviewer.md |
Updates reviewer requirements to include chart organization and exact slug matching for cover images |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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 PolicyEngine Claude plugin auto-install configuration and enhances local .claude with blog post workflow improvements.
Changes
Plugin configuration:
.claude/settings.jsonto auto-installPolicyEngine/policyengine-claudeBlog workflow improvements:
public/charts/[post-slug]/simple-name.htmlBenefits
For team:
For blog posts:
These improvements emerged from creating the California billionaire tax blog post with 3 interactive Plotly charts.
🤖 Generated with Claude Code