plunker
Create and manage Plunker (plnkr.co) examples for AG Charts. Use when working with plnkr.co URLs, creating shareable code demos, forking existing plunks, or troubleshooting Plunker structure issues.
Install
mkdir -p .claude/skills/plunker && curl -L -o skill.zip "https://mcp.directory/api/skills/download/7565" && unzip -o skill.zip -d .claude/skills/plunker && rm skill.zipInstalls to .claude/skills/plunker
About this skill
Plunker Guide
This guide covers working with Plunker for creating and sharing code examples.
Product Detection
Detect the product from the repository context:
- AG Charts: repos containing
ag-charts-community— readag-charts-guide.md - AG Grid: repos containing
ag-grid-community— readag-grid-guide.md - AG Studio: repos containing
ag-studio-core— readag-studio-guide.md
Read the appropriate product guide before creating or modifying any plunker files. The guide contains the correct CDN URLs, HTML structure, package names, and styling.
Framework Preference
Always create plunkers in vanilla JavaScript unless:
- The user explicitly requests a specific framework (Angular, React, Vue)
- The bug/feature is framework-specific and cannot be reproduced in vanilla JS
When given a framework example (e.g., Angular) for a bug:
- Convert it to vanilla JS before using or creating a repro
- Only keep the framework version if the issue is framework-specific
Vanilla JS is preferred because it's simpler, loads faster, needs no build system, and most bugs reproduce without framework wrappers.
Plan Mode
When creating a plan that involves building or modifying a plunker, the plan must explicitly state that the /plunker skill will be invoked before writing any files. Do not assume the skill will be used implicitly — name it directly, e.g.:
"Invoke
/plunkerskill to load the product guide before writing any files."
This ensures the implementation step uses the correct CDN URLs, CSS, and API patterns from the skill guide rather than relying on training data.
Workflows
Create a New Plunker
- Create a working directory:
PLNKR_DIR=$(mktemp -d /tmp/plnkr-new-XXXXXX) - Verify API options — before writing any code, verify every API option against the product's public types package and find a working example that uses the same feature. Training data is unreliable for AG product APIs. Do not guess.
- Copy the CSS asset:
cp "<skill-base-directory>/assets/ag-example-styles.css" "$PLNKR_DIR/ag-example-styles.css" - Write remaining files per the product-specific guide (index.html, main.js, package.json, etc.)
- Upload:
bash "<skill-base-directory>/plnkr.sh" upload "$PLNKR_DIR" --title "Example Title" - Parse output for
URL=— the shareable link.
Fork/Modify an Existing Plunker
- Download:
bash "<skill-base-directory>/plnkr.sh" download <plunk-id-or-url> - Parse output for
DIR=— the local directory. - Read and modify files using standard file tools.
- Upload modified version:
bash "<skill-base-directory>/plnkr.sh" upload "$DIR" --title "Modified: Original Title"
Read-Only Inspection
- Download:
bash "<skill-base-directory>/plnkr.sh" download <id-or-url> [dir] - Read files from the output directory.
Script Reference
| Command | Args | Output |
|---|---|---|
download | <id-or-url> [output-dir] | DIR=, ID=, DESCRIPTION=, FILES= |
upload | <dir> [--title T] [--tags a,b] | ID=, URL= |
Errors: ERROR=<message> on stderr, exit code 1.
--title/--tags default to values from .plnkr-meta.json (written by download).
Plnkr URL Formats
Use these when sharing links or loading existing content:
| Purpose | URL Pattern |
|---|---|
| Editor + preview | https://plnkr.co/edit/<plunk-id>?preview |
| Embed (iframe-friendly) | https://embed.plnkr.co/<plunk-id> |
| Load a GitHub Gist (editor) | https://plnkr.co/edit/gist:<gist-id>?preview |
| Load a GitHub Gist (embed) | https://embed.plnkr.co/gist/<gist-id> |
The gist must contain an index.html file. Plnkr reads the gist files directly — no upload needed.
API Notes
- No true fork endpoint — "fork" = download + modify + upload as new.
- Access tokens are short-lived JWTs; the script manages them internally.
- Only the plunk creator can update (using the private token from creation).
Quick Checklist — Do NOT Rely on Training Data
These rules apply to all products. Training data will lead you astray.
- Verify every API option — check the product's public types package to confirm option names, nesting, and value shapes BEFORE writing code. If unsure, find a working example in the product's docs examples directory. Do NOT guess option names from training data — they are frequently wrong.
- UMD bundle via
<script>— NOT ESMimport. Use the CDN URLs from the product-specific guide. - No description elements — no
<h1>,<p>, or explanatory text in the HTML body. - Follow the product guide — each guide contains the exact HTML structure, CDN URLs, UMD globals, package.json format, and product-specific patterns. Do not improvise.
Product-Specific Guide
Use the Product Detection section above to identify which guide to read. Product guides contain critical details (UMD globals, module registration rules, inline handler patterns) that differ between products.
More by ag-grid
View all skills by ag-grid →You might also like
flutter-development
aj-geddes
Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.
drawio-diagrams-enhanced
jgtolentino
Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.
ui-ux-pro-max
nextlevelbuilder
"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."
godot
bfollington
This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.
nano-banana-pro
garg-aayush
Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.
fastapi-templates
wshobson
Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.
Related MCP Servers
Browse all serversEffortlessly create 25+ chart types with MCP Server Chart. Visualize complex datasets using TypeScript and AntV for powe
Unlock powerful Excel automation: read/write Excel files, create sheets, and automate workflows with seamless integratio
Integrate with Google Sheets and Google Drive to manage spreadsheets easily using the Google Sheets API and advanced aut
Docfork delivers up-to-date documentation and code examples for any software library, enhancing your config management t
Manage your tasks effortlessly in Todoist with natural language commands. Experience seamless Todoist task management to
Automate Notion documentation with seamless Notion API integration. Manage pages and blocks efficiently using Node.js fo
Stay ahead of the MCP ecosystem
Get weekly updates on new skills and servers.