artifact-capabilities
FeaturedRuntime capabilities a published Artifact page can be granted — behavior static HTML cannot provide on its own, such as the page reading live or connected data, remembering what people do on it (a poll, a sign-up sheet, a checklist, a document edited in place — it saves new versions of itself), keeping state shared across viewers, knowing who is viewing, asking Claude a question of its own, storing files people add, or handing the viewer a file to save. Serves this user's live capability roster and the typed call definitions. Load it whenever the user asks for an artifact needing any such runtime behavior.
Install
Quality Score: 90/100
Skill Content
Details
- Author
- asgeirtj
- Repository
- asgeirtj/system_prompts_leaks
- Created
- 1 years ago
- Last Updated
- yesterday
- Language
- JavaScript
- License
- CC0-1.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
live-data-artifacts
Build artifacts that read live data from the viewer's claude.ai connectors - capability declaration, watchTool versus callTool, cache and freshness UI, error-code handling and retry policy, the observe-a-real-response rule, and graceful degradation to a baked snapshot when the capability is absent. Use when a page must show current data rather than a build-time snapshot. Trigger on "live data", "live artifact", "connector", "real-time dashboard", "pull from BigQuery in the page", "auto-refresh", "mcp capability", "make it live".
stateful-artifacts
Build artifacts where the page itself is the record - trackers, checklists, sign-off boards, approval queues, polls, and collectors that remember what viewers do and share it across everyone who opens the page. Covers live-document sync regions, the classic publish model, conflict handling, read-only viewers, and local-only scratch UI. Trigger on "tracker", "checklist", "the page should remember", "shared state", "sign-off", "collect responses", "collaborative page", "save state in the artifact".
artifact-architecture
The foundational constraints and structure of a published Claude artifact - the strict CSP that blocks every external host, the self-contained requirement, the snapshot-versus-live data decision, page budget, title and favicon discipline, and redeploy semantics. Read this before building any artifact, app, or dashboard. Trigger on "artifact", "build a dashboard", "publish a page", "make an app", "interactive page", "why won't my chart library load", "CSP", "self-contained".