chartjs-cdn-quick-start
Sub-skill of chartjs: CDN (Quick Start) (+2).
Best use case
chartjs-cdn-quick-start is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Sub-skill of chartjs: CDN (Quick Start) (+2).
Teams using chartjs-cdn-quick-start should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/cdn-quick-start/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How chartjs-cdn-quick-start Compares
| Feature / Agent | chartjs-cdn-quick-start | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Sub-skill of chartjs: CDN (Quick Start) (+2).
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# CDN (Quick Start) (+2)
## CDN (Quick Start)
```html
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
```
## NPM
```bash
npm install chart.js
```
```javascript
import Chart from 'chart.js/auto';
```
## ES Modules
```html
<script type="module">
import Chart from 'https://cdn.jsdelivr.net/npm/chart.js@4/+esm';
const ctx = document.getElementById('myChart');
new Chart(ctx, {...});
</script>
```Related Skills
session-start-dirty-state-triage-with-background-agents
Distinguish real implementation dirt from generated session-state churn when resuming a repo with active overnight/background agents.
session-start-routine
Pre-flight checks at session start — load context, check prior state, validate env, check for in-flight work from other terminals
mkdocs-line-number-start
Sub-skill of mkdocs: Line Number Start.
repo-structure-compliance-quick-check
Sub-skill of repo-structure: Compliance Quick-Check.
clean-code-quick-scan-commands
Sub-skill of clean-code: Quick Scan Commands.
agent-teams-subagent-startup-convention
Sub-skill of agent-teams: Subagent startup convention (+2).
clinical-trial-protocol-startup-welcome-and-mode-selection
Sub-skill of clinical-trial-protocol: Startup: Welcome and Mode Selection (+1).
gmsh-openfoam-orcaflex-quick-invocation
Sub-skill of gmsh-openfoam-orcaflex: Quick Invocation.
cfd-pipeline-quick-reference-file-flow
Sub-skill of cfd-pipeline: Quick Reference: File Flow.
orcaflex-static-debug-quick-checks
Sub-skill of orcaflex-static-debug: Quick Checks (+3).
mesh-utilities-1-quick-mesh-inspection
Sub-skill of mesh-utilities: 1. Quick Mesh Inspection (+5).
webapp-testing-start-server-before-testing
Sub-skill of webapp-testing: Start Server Before Testing (+1).