Skip to main content

asgeirtj/system_prompts_leaks

SkillsMP는 asgeirtj/system_prompts_leaks에서 47개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
47
GitHub 스타
63,829
GitHub 포크
10,469

수집된 skill 47개 중 40개를 표시합니다.

직업 분류
기타 컴퓨터 관련 직업
설명

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.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

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…

원문 언어: 영어

업데이트
직업 분류
웹·디지털 인터페이스 디자이너
설명

Design guidance and fundamentals for Artifacts.

원문 언어: 영어

업데이트
직업 분류
웹·디지털 인터페이스 디자이너
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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;…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Enable debug logging for this session and help diagnose issues

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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

원문 언어: 영어

업데이트
직업 분류
웹·디지털 인터페이스 디자이너
설명

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…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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".

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Initialize a new CLAUDE.md file with codebase documentation

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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".

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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…

원문 언어: 영어

업데이트
직업 분류
웹·디지털 인터페이스 디자이너
설명

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

원문 언어: 영어

업데이트
직업 분류
웹·디지털 인터페이스 디자이너
설명

Present multiple design options as a vertical stack of anchored turns

원문 언어: 영어

업데이트
직업 분류
웹·디지털 인터페이스 디자이너
설명

Explore many ideas with wireframes and storyboards

원문 언어: 영어

업데이트
직업 분류
웹·디지털 인터페이스 디자이너
설명

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

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Send-ready single-file email

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

three.js model, downloadable as OBJ or GLB

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Timeline-based motion design

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Native text & shapes — editable in PowerPoint

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Flat images — pixel-perfect but not editable

원문 언어: 영어

업데이트
직업 분류
그래픽 디자이너
설명

Print-ready single page

원문 언어: 영어

업데이트
직업 분류
웹·디지털 인터페이스 디자이너
설명

Aesthetic direction for designs outside an existing brand system

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Developer handoff package

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Working app with real interactions

원문 언어: 영어

업데이트
직업 분류
그래픽 디자이너
설명

Slide presentation in HTML

원문 언어: 영어

업데이트
직업 분류
그래픽 디자이너
설명

Page-style document, printable out of the box

원문 언어: 영어

업데이트
수집된 skill 47개 중 40개를 표시합니다.