blank-canvas — for Claude Code blank-canvas, ppl-plus-ultra, community, for Claude Code, ide skills, middle-math, Initialize, canvas, workspace, manifest

v1.0.0

Über diesen Skill

Geeigneter Einsatz: Ideal for AI agents that need initialize the canvas workspace. Lokalisierte Zusammenfassung: Workflow Load Canvas Workspace State Read the workspace manifest and directory structure: Report: package name, version, script targets, and how many source files and test files exist. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Funktionen

Initialize the canvas workspace.
Load Canvas Workspace State
Read the workspace manifest and directory structure:
Read canvas/package.json
Glob canvas/src/ /.ts

# Kernthemen

BigBruddaThunda BigBruddaThunda
[1]
[0]
Aktualisiert: 3/16/2026

Skill Overview

Start with fit, limitations, and setup before diving into the repository.

Geeigneter Einsatz: Ideal for AI agents that need initialize the canvas workspace. Lokalisierte Zusammenfassung: Workflow Load Canvas Workspace State Read the workspace manifest and directory structure: Report: package name, version, script targets, and how many source files and test files exist. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Warum diese Fähigkeit verwenden

Empfehlung: blank-canvas helps agents initialize the canvas workspace. Workflow Load Canvas Workspace State Read the workspace manifest and directory structure: Report: package name, version, script targets, and how

Am besten geeignet für

Geeigneter Einsatz: Ideal for AI agents that need initialize the canvas workspace.

Handlungsfähige Anwendungsfälle for blank-canvas

Anwendungsfall: Initialize the canvas workspace
Anwendungsfall: Load Canvas Workspace State
Anwendungsfall: Read the workspace manifest and directory structure:

! Sicherheit & Einschränkungen

  • Einschraenkung: Confirm the active write scope: canvas/ paths only.
  • Einschraenkung: Active agent scope: canvas/ only
  • Einschraenkung: Confirm the active write scope: canvas/ paths only

About The Source

The section below is adapted from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Labs-Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ und Installationsschritte

These questions and steps mirror the structured data on this page for better search understanding.

? Häufige Fragen

Was ist blank-canvas?

Geeigneter Einsatz: Ideal for AI agents that need initialize the canvas workspace. Lokalisierte Zusammenfassung: Workflow Load Canvas Workspace State Read the workspace manifest and directory structure: Report: package name, version, script targets, and how many source files and test files exist. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Wie installiere ich blank-canvas?

Führen Sie den Befehl aus: npx killer-skills add BigBruddaThunda/ppl-plus-ultra/blank-canvas. Er funktioniert mit Cursor, Windsurf, VS Code, Claude Code und mehr als 19 weiteren IDEs.

Wofür kann ich blank-canvas verwenden?

Wichtige Einsatzbereiche sind: Anwendungsfall: Initialize the canvas workspace, Anwendungsfall: Load Canvas Workspace State, Anwendungsfall: Read the workspace manifest and directory structure:.

Welche IDEs sind mit blank-canvas kompatibel?

Dieser Skill ist mit Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer kompatibel. Nutzen Sie die Killer-Skills CLI für eine einheitliche Installation.

Gibt es Einschränkungen bei blank-canvas?

Einschraenkung: Confirm the active write scope: canvas/ paths only.. Einschraenkung: Active agent scope: canvas/ only. Einschraenkung: Confirm the active write scope: canvas/ paths only.

So installieren Sie den Skill

  1. 1. Terminal öffnen

    Öffnen Sie Ihr Terminal oder die Kommandozeile im Projektverzeichnis.

  2. 2. Installationsbefehl ausführen

    Führen Sie aus: npx killer-skills add BigBruddaThunda/ppl-plus-ultra/blank-canvas. Die CLI erkennt Ihre IDE oder Ihren Agenten automatisch und richtet den Skill ein.

  3. 3. Skill verwenden

    Der Skill ist jetzt aktiv. Ihr KI-Agent kann blank-canvas sofort im aktuellen Projekt verwenden.

! Source Notes

This page is still useful for installation and source reference. Before using it, compare the fit, limitations, and upstream repository notes above.

Upstream Repository Material

The section below is adapted from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Upstream Source

blank-canvas

Install blank-canvas, an AI agent skill for AI agent workflows and automation. Explore features, use cases, limitations, and setup guidance.

SKILL.md
Readonly
Upstream Repository Material
The section below is adapted from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.
Upstream Source

Initialize the canvas workspace.

Workflow

1. Load Canvas Workspace State

Read the workspace manifest and directory structure:

Read canvas/package.json
Glob canvas/src/**/*.ts
Glob canvas/tests/**/*.test.ts

Report: package name, version, script targets, and how many source files and test files exist.

2. Report Phase Completion

Check which Phase 1–5 artifacts exist:

PhaseArtifactCheck
1canvas/src/types/scl.tsDoes file exist?
2canvas/src/weights/Does directory contain .ts files?
3canvas/src/rendering/Does directory contain index.ts?
4canvas/src/tokens/tokens.tsDoes file exist?
5canvas/src/rendering/index.tsDoes weightsToCSSVars export exist?

Use Bash: test -f canvas/src/types/scl.ts && echo PHASE1_OK || echo PHASE1_MISSING

For each phase, report: COMPLETE or MISSING.

3. Load Boundary Rules

Read .claude/AGENT-BOUNDARIES.md — specifically the Canvas Path-Gating section and the canvas-renderer subagent constraints.

Confirm the active write scope: canvas/ paths only.

Prohibited write targets:

  • cards/ — workout card content (card-generator territory)
  • html/ — legacy HTML scaffold (separate phase)
  • web/ — web application layer (Phase 4/5)
  • middle-math/ — computation engine (separate workspace)

4. Report Current State

Output a summary in this format:

Canvas Workspace State
======================
Package: [name@version]
Source files: [count]
Test files: [count]

Phase completion:
  Phase 1 (types):     [COMPLETE | MISSING]
  Phase 2 (weights):   [COMPLETE | MISSING]
  Phase 3 (rendering): [COMPLETE | MISSING]
  Phase 4 (tokens):    [COMPLETE | MISSING]
  Phase 5 (pipeline):  [COMPLETE | MISSING]

canvas/components/ contents:
  [list files or "empty — ready for canvas-renderer"]

Active agent scope: canvas/ only
Prohibited: cards/, html/, web/, middle-math/

If $ARGUMENTS is provided, focus the report on the named phase (e.g., "5" → show Phase 5 details).

Verwandte Fähigkeiten

Looking for an alternative to blank-canvas or another community skill for your workflow? Explore these related open-source skills.

Alle anzeigen

openclaw-release-maintainer

Logo of openclaw
openclaw

Lokalisierte Zusammenfassung: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

333.8k
0
Künstliche Intelligenz

widget-generator

Logo of f
f

Lokalisierte Zusammenfassung: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat. It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code

149.6k
0
Künstliche Intelligenz

flags

Logo of vercel
vercel

Lokalisierte Zusammenfassung: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Lokalisierte Zusammenfassung: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review. It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
Entwickler