Skip to main content
LearnPrompt
GitHub 제작자 프로필

LearnPrompt

12개 GitHub 저장소에서 수집된 67개 skills를 저장소 단위로 보여줍니다.

수집된 skills
67
저장소
12
업데이트
2026년 8월 26일
여기에는 상위 8개 저장소가 표시되며, 전체 저장소 목록은 아래에서 이어집니다.
저장소 탐색

저장소와 대표 skills

socratic-inquiry
미분류

苏格拉底式问诊提示语原文。用户说不清自己到底想问什么、问题一团乱、想先把问题问清楚再动手时使用。触发词包括 苏格拉底、苏格拉底式提问、帮我问诊、帮我理清问题、我不知道该问什么、先别给建议、我到底想问什么。一次只问一个问题,最多六问,最后产出一个真正值得回答的新问题。

2026년 8월 24일
johari-window
미분류

乔哈里视窗协作提示语原文。用户想设定 AI 的协作方式、抱怨回答不贴需求、嫌追问太多或不问就猜、希望先判断信息状态再回应时使用。触发词包括 乔哈里、视窗、开放区、盲区、隐藏区、未知区、协作模式、别猜我的需求、先搞清楚再答。整段挂在会话或任务开头,约束之后的全部协作。

2026년 8월 24일
laoyeye
미분류

戒指老爷爷。你把卡住的事跟它说,它先问你,再指一条该用的提示语或 skill 并直接开跑。这是这个仓库全部 21 件的路由。

2026년 8월 24일
matt-diagnosing-bugs
미분류

Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.

2026년 8월 24일
parable
미분류

寓言故事提示语原文。用户想快速理解一个陌生概念、术语或名词,而且希望记得住时使用。触发词包括 用寓言讲讲、讲个故事帮我理解、这个概念是什么意思、给我打个比方、寓言、5 分钟搞懂。产出一则不点破概念的寓言,加概念解析,再加两道检验题。原始思路来自 Anthropic 的 Amanda Askell。

2026년 8월 23일
minimum-experiment
미분류

最小实验提示语原文。用户纠结的事情靠继续想已经不会更清楚、需要用现实反馈来验证时使用。触发词包括 最小实验、先试试、怎么验证、别空想了、跑个实验、小成本试错、七天验证。产出待验证假设、一个低成本可逆实验的完整设计,以及明天就能做的第一个动作。

2026년 8월 23일
matt-teach
미분류

Teach the user a new skill or concept, within this workspace.

2026년 8월 22일
matt-grill-me
미분류

A relentless interview to sharpen a plan or design.

2026년 8월 21일
수집된 skill 23개 중 8개를 표시합니다.
karpathy-agentic-engineering
미분류

Apply Karpathy-style agentic engineering to any coding or building task. Use this skill when the user wants to set up an agent-driven workflow, needs to write a CLAUDE.md or AGENTS.md, wants to orchestrate agents with clear success criteria, or says things…

2026년 5월 26일
karpathy-autoresearch
미분류

Set up an autonomous research loop where an agent iterates on experiments, hypotheses, and code on git branches. Use this skill when the user wants to automate ML experiments, set up a research agent that self-improves, needs to run many variations of an…

2026년 5월 26일
karpathy-education-first
미분류

Apply the education-first mindset — make everything you build teachable, create nano-project explanations, write for beginners. Use this skill when the user wants to explain a project to beginners, create a tutorial from code, write documentation that teaches…

2026년 5월 26일
karpathy-idea-files
미분류

Create and share ideas as abstract Gist-style specs instead of code — letting agents or others implement. Use this skill when the user wants to capture a new idea quickly, needs to write a project spec for an agent to implement, wants to share a concept…

2026년 5월 26일
karpathy-llm-simulator
미분류

Use LLM as a simulator of expert debates and opposing viewpoints instead of getting a single sycophantic answer. Use this skill when the user needs to make an important decision, wants to stress-test an idea, needs devil's advocate analysis, wants to avoid…

2026년 5월 26일
karpathy-llm-wiki
미분류

Build and maintain an LLM-powered personal knowledge base or wiki. Use this skill when the user wants to organize research notes, build a second brain, set up an Obsidian vault with LLM compilation, ingest papers or articles automatically, or mentions…

2026년 5월 26일
karpathy-meta-reflection
미분류

Run a structured reflection on how AI is reshaping your skills, career, and leverage. Use this skill for monthly career audits, skill atrophy reviews, understanding what's worth learning vs delegating to AI, or when the user says "career audit", "skills…

2026년 5월 26일
karpathy-minimalism
미분류

Apply Karpathy-style minimalism and anti-dependency principles to code and system design. Use this skill when the user wants to reduce dependencies, avoid supply chain risks, rewrite something in pure Python or minimal code, audit a project for bloat, design…

2026년 5월 26일
수집된 skill 15개 중 8개를 표시합니다.
release-feed-api
소프트웨어 개발자

Read a read-only release feed over HTTP, enforce an auditable request contract, and write redacted JSON and Markdown reports. Use when the task is to inspect releases from a REST endpoint without mutating upstream state.

2026년 7월 12일
observable-receipt-distiller
기타 컴퓨터 관련 직업

Distill a candidate skill from observable repair receipts, then prove it on holdout fixtures. Use when you have repeated accepted patches, corrections, and validator results, but do not have permission to use private transcripts or hidden chain-of-thought.

2026년 7월 12일
frontmatter-repair
소프트웨어 개발자

Repair synthetic MDX frontmatter when title, description, or sidebar.order drift from the frontmatter contract. Use for files that follow the same observable patterns proven in the receipts; do not use on private transcripts, secret-bearing material, or…

2026년 7월 12일
release-readiness-checklist
소프트웨어 개발자

Inspect a small npm CLI release candidate and produce a row-by-row release-readiness checklist report with evidence, pass rules, severity, N/A policy, and a final gate. Use when the task is to review a release candidate without publishing it.

2026년 7월 11일
docs-migration-pipeline
소프트웨어 개발자

Migrate three legacy Markdown docs into Starlight-compatible migration candidates inside an isolated temp repo. Use when you need stage receipts, crash recovery, resume validation, or deterministic candidate packaging without touching real user docs.

2026년 7월 11일
release-weekly
소프트웨어 개발자

Turn multiple GitHub release notes or version-update notes into a Chinese weekly release digest or changelog roundup. Use when the user wants a multi-version weekly release summary. Do not use for single-note copyediting, wording review, or generic team or…

2026년 7월 11일
release-weekly
소프트웨어 개발자

Summarize releases, release notes, updates, changelogs, weekly notes, and related summaries into polished Chinese weekly digests. Use when the user mentions releases, updates, notes, reviews, summaries, or weekly reporting.

2026년 7월 11일
receipt-renamer
데스크톱 출판 전문가

Prepare a dry-run rename plan for a batch of receipt PDFs. Use when the user wants repository-style receipt filenames normalized under the local naming policy without renaming files yet.

2026년 7월 11일
수집된 skill 13개 중 8개를 표시합니다.
저장소 12개 중 12개 표시
모든 저장소를 표시했습니다