All authors
asgeirtj avatar

Claude Skills by asgeirtj

github.com/asgeirtj
49 skillsA× 46B× 30 installs6 views
Artifact CapabilitiesA

Runtime 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 rost...

ai-agentsbashapi
0
63,996
Artifact DesignA

Design guidance and fundamentals for Artifacts.

ai-agentsgogit
0
63,996
Artifact DiagrammingA

Diagramming know-how for Artifacts - when a picture earns its place, how to draw one that shows the real mechanism, and the inline-SVG mechanics that keep it legible in both themes.

ai-agentsgoaws
0
63,996
BatchA

Research and plan a large-scale change, then execute it in parallel across 5–30 isolated worktree agents that each open a PR.

ai-agentsgocode-review
0
63,996
Claude In ChromeA

Automates your Chrome browser to interact with web pages - clicking elements, filling forms, capturing screenshots, reading console logs, and navigating sites. Opens pages in new tabs within your existing Chrome session. Requires site-level permissions before executing (configured in the extension).

ai-agentsjavascriptjava
0
63,996
Code ReviewA

Review the current diff, or a PR number/branch/path target, for correctness bugs and reuse/simplification/efficiency cleanups at the given effort level (low/medium: fewer, high-confidence findings; high→max: broader coverage, may include uncertain findings; ultra: deep multi-agent review in the cloud); with no level given, it reuses the level you typed last. Pass --comment to post findings as inline PR comments, or --fix to apply the findings to the working tree after the review. For ultra on...

ai-agentsgocode-review
0
63,996
DatavizA

Produce a chart, graph, dashboard, or any data visualization that reads as one system - elegant, accessible, and consistent in light and dark - BRAND-NEUTRAL, shipping a placeholder palette to swap for your own. Read this BEFORE generating ANY chart (bar, line, area, heatmap, scatter, sparkline, donut), choosing chart colors, building a stat tile / meter / KPI row, or laying out a dashboard. Teaches a design-system-AGNOSTIC method: a form heuristic, a color formula with a runnable validator, ...

ai-agentsgonode
0
63,996
DebugA

Enable debug logging for this session and help diagnose issues

ai-agents
0
63,996
Deep ResearchA

Deep research harness — fan-out web searches, fetch sources, adversarially verify claims, synthesize a cited report.

ai-agents
0
63,996
Design SyncA

Push a React design system to claude.ai/design. This runs a converter that bundles the real component code (from Storybook or a bare package) and uploads it. Use when the user runs /design-sync or says "sync my design system to Claude Design".

ai-agentsrustgo
0
63,996
Non StorybookB

No Storybook - the component list comes from the package's shipped `.d.ts` exports, and there is **no reference render to verify against**. Preview quality therefore comes from two layers: the converter ships every component fully functional (bundle + `.d.ts` + `.prompt.md`) with an honest **floor card**, and rich previews are **authored** - by you, from the repo's own usage examples - for the components the user scopes in (§4). Authored previews are graded on an absolute rubric (§4.3) and re...

ai-agentstypescriptrust
0
63,996
StorybookA

Storybook is the **fidelity oracle, not the runtime**. The converter bundles the package's compiled `dist/` into `_ds_bundle.js` - the same bundle the claude.ai/design agent builds with - and generates each preview by **compiling the story source module itself** (hooks, fixtures, local helpers - the whole closure comes along), with every component import resolved to that shipped bundle (`lib/story-imports.mjs` redirects package *and* relative component imports to `window.<Global>`). The repo'...

ai-agentsrustgo
0
63,996
DesignA

Create a design canvas - a multi-artboard visual design published as an Artifact that runs Claude Design's canvas editor (an early preview of Claude Design inside Claude Code). You DRAFT the design as .dc.html artboards laid out on one pan/zoom canvas; where saving is enabled for the user's account they refine every element visually (click-to-select, a properties panel, inline text editing, undo/redo) and Save publishes a new version for everyone, otherwise they get a view-and-export (PNG/PDF...

ai-agentstypescriptrust
0
63,996
DoctorB

Health-check the user's Claude Code setup and fix issues: diagnose installation health — what the `claude doctor` terminal diagnostics cover — from local data (duplicate or leftover installs, PATH, unparseable settings files, broken or colliding agent definitions, skills whose frontmatter fails to parse); find unused skills, MCP servers, and plugins versus their context cost and disable dead weight; deduplicate local CLAUDE.md files against checked-in ones; trim checked-in CLAUDE.md files by ...

ai-agentspythonrust
0
63,996
Fewer Permission PromptsA

Scan your transcripts for common read-only Bash and MCP tool calls, then add a prioritized allowlist to project .claude/settings.json to reduce permission prompts.

ai-agentspythongo
0
63,996
InitA

Initialize a new CLAUDE.md file with codebase documentation

ai-agentsexpressgit
0
63,996
Keybindings HelpA

Use when the user wants to customize keyboard shortcuts, rebind keys, add chord bindings, or modify ~/.claude/keybindings.json. Examples: "rebind ctrl+s", "add a chord shortcut", "change the submit key", "customize keybindings".

ai-agentsgo
0
63,996
LoopA

Run a prompt or slash command on a recurring interval (e.g. /loop 5m /foo). Omit the interval to let the model self-pace.

ai-agentsrustgo
0
63,996
Run Skill GeneratorA

Author or improve the run-<unit> skill - a per-project skill that tells agents how to build, launch, and drive this project's app. Use when the user asks to set up the project, get it running, write run instructions, or verify build/run steps work from a clean environment.

ai-agentsgoshell
0
63,996
RunA

Launch and drive this project's app to see a change working. Use when asked to run, start, or screenshot the app, or to confirm a change works in the real app (not just tests). First looks for a project skill that already covers launching the app; otherwise falls back to built-in patterns per project type (CLI, server, TUI, Electron, browser-driven, library).

ai-agentsbashgit
0
63,996
ScheduleA

Create, update, list, or run scheduled cloud agents (routines) that execute on a cron schedule.

ai-agentsgobash
0
63,996
Security ReviewA

Complete a security review of the pending changes on the current branch

ai-agentsjavascriptpython
0
63,996
SimplifyA

Review the changed code for reuse, simplification, efficiency, and altitude cleanups, then apply the fixes. Quality only — it does not hunt for bugs; use /code-review for that.

ai-agentscode-reviewgit
0
63,996
Update ConfigB

Use this skill to configure the Claude Code harness via settings.json. Automated behaviors ("from now on when X", "each time X", "whenever X", "before/after X") require hooks configured in settings.json - the harness executes these, not Claude, so memory/preferences cannot fulfill them. Also use for: permissions ("allow X", "add permission", "move permission to"), env vars ("set X=Y"), hook troubleshooting, or any changes to settings.json/settings.local.json files. Examples: "allow npm comman...

ai-agentsrustgo
0
63,996
VerifyA

Verify that a code change actually does what it's supposed to by exercising it end-to-end and observing behavior — drive the affected flow, not just tests or typecheck. Run before committing nontrivial changes; bootstraps this repo's project verify skill if none exists yet. Don't invoke it on a diff that only touches tests, docs, or other code with no runtime surface to drive (a change to product source always has one) — there's nothing to observe.

ai-agentsgobash
0
63,996
Workflow AuthoringA

Reference for writing a Workflow tool script (script API and gotchas, resume, quality patterns, worked examples). Load before authoring a script for a workflow the user already opted into; it does not itself authorize running one.

ai-agentsjavascripttypescript
0
63,996
Setup CoworkA

Guided Cowork setup — install a matching plugin, try a skill, connect tools. Use when: set up cowork, setup cowork, get started with cowork, cowork onboarding, configure cowork, personalize cowork.

ai-agentsgoreact
0
63,996
Setup Writing StyleA

Learns how the user writes from their own sent messages and docs, and builds a voice profile so future drafts sound like them instead of generic AI. The profile is saved as the my-writing-style skill. Use when the user asks to set up, learn, or capture their writing voice, or complains that drafts sound generic or unlike them and no my-writing-style profile exists. Only for drafting text the user will send as themselves, not for Claude's own replies.

ai-agentspythonrust
0
63,996
3d ObjectA

three.js model, downloadable as OBJ or GLB

ai-agentsnode
0
63,996
Animated VideoA

Timeline-based motion design

ai-agentsrustgo
0
63,996
Claude Api In PrototypesA

Call Claude from your HTML artifacts via window.claude.complete

ai-agentsapi
0
63,996
Create Design SystemA

Skill to use if user asks you to create a design system or UI kit

ai-agentsrustgo
0
63,996
Export As Pptx EditableA

Native text & shapes — editable in PowerPoint

ai-agentsgoexpress
0
63,996
Export As Pptx ScreenshotsA

Flat images — pixel-perfect but not editable

ai-agentsgo
0
63,996
FlierA

Print-ready single page

ai-agents
0
63,996
Frontend DesignA

Aesthetic direction for designs outside an existing brand system

ai-agentsgofrontend
0
63,996
Handoff To Claude CodeA

Developer handoff package

ai-agentsswiftreact
0
63,996
Hi Fi DesignA

The design process for high-fidelity, polished work — the system prompt tells Claude to invoke it before starting any design

ai-agentsgo
0
63,996
Html EmailA

Send-ready single-file email

ai-agentsjavascriptjava
0
63,996
Interactive PrototypeA

Working app with real interactions

ai-agentsreact
0
63,996
Make A DeckA

Slide presentation in HTML

ai-agentsgoreact
0
63,996
Make A DocA

Page-style document, printable out of the box

ai-agentsgo
0
63,996
Make TweakableA

Add in-design tweak controls

ai-agents
0
63,996
Maps GeographyA

Accurate maps from real geo data — use for any map, or whenever geography would make a good graphic for a deliverable

ai-agentsgophp
0
63,996
OptionsA

Present multiple design options as a vertical stack of anchored turns

ai-agentsgo
0
63,996
Save As PdfA

Print-ready PDF export

ai-agentsrustgo
0
63,996
Save As Standalone HtmlA

Single self-contained file that works offline

ai-agentsjavascriptgo
0
63,996
Web ResearchA

Findings grounded in live web sources

ai-agentsgo
0
63,996
WireframeA

Explore many ideas with wireframes and storyboards

ai-agentsgo
0
63,996