chartjs-cdn-quick-start

Sub-skill of chartjs: CDN (Quick Start) (+2).

5 stars

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

$curl -o ~/.claude/skills/cdn-quick-start/SKILL.md --create-dirs "https://raw.githubusercontent.com/vamseeachanta/workspace-hub/main/.agents/skills/_archive/data/visualization/chartjs/cdn-quick-start/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/cdn-quick-start/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How chartjs-cdn-quick-start Compares

Feature / Agentchartjs-cdn-quick-startStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/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

5
from vamseeachanta/workspace-hub

Distinguish real implementation dirt from generated session-state churn when resuming a repo with active overnight/background agents.

session-start-routine

5
from vamseeachanta/workspace-hub

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

5
from vamseeachanta/workspace-hub

Sub-skill of mkdocs: Line Number Start.

repo-structure-compliance-quick-check

5
from vamseeachanta/workspace-hub

Sub-skill of repo-structure: Compliance Quick-Check.

clean-code-quick-scan-commands

5
from vamseeachanta/workspace-hub

Sub-skill of clean-code: Quick Scan Commands.

agent-teams-subagent-startup-convention

5
from vamseeachanta/workspace-hub

Sub-skill of agent-teams: Subagent startup convention (+2).

clinical-trial-protocol-startup-welcome-and-mode-selection

5
from vamseeachanta/workspace-hub

Sub-skill of clinical-trial-protocol: Startup: Welcome and Mode Selection (+1).

gmsh-openfoam-orcaflex-quick-invocation

5
from vamseeachanta/workspace-hub

Sub-skill of gmsh-openfoam-orcaflex: Quick Invocation.

cfd-pipeline-quick-reference-file-flow

5
from vamseeachanta/workspace-hub

Sub-skill of cfd-pipeline: Quick Reference: File Flow.

orcaflex-static-debug-quick-checks

5
from vamseeachanta/workspace-hub

Sub-skill of orcaflex-static-debug: Quick Checks (+3).

mesh-utilities-1-quick-mesh-inspection

5
from vamseeachanta/workspace-hub

Sub-skill of mesh-utilities: 1. Quick Mesh Inspection (+5).

webapp-testing-start-server-before-testing

5
from vamseeachanta/workspace-hub

Sub-skill of webapp-testing: Start Server Before Testing (+1).