Skip to main content
nicknisi
GitHub 创作者资料

nicknisi

按仓库查看 8 个 GitHub 仓库中的 44 个已收集 skills。

已收集 skills
44
仓库
8
更新
2026年9月3日
仓库浏览

仓库与代表性 skills

blog-post-writer
技术写作员

Turn Nick Nisi's raw material into a blog post draft in his voice. Use when the user says "write a blog post," "draft a post," "write about [topic]," "turn my notes into a blog post," or provides scattered ideas that need shaping. Produces a deliberately flat…

2026年8月11日
tighten-prose
编辑

This skill should be used when the user asks to "tighten this up", "tighten the prose", "clean up the writing", "check for AI tells", "make this sound more human", "de-slop this", "run a writing pass", or when completing a writing task that should not read…

2026年8月11日
youtube-notes
综合办公文员

Pull captions from a YouTube video and turn them into chapter-aligned notes where every claim carries a clickable timestamp. Use this whenever a youtube.com or youtu.be link appears, including a bare pasted link with no instructions attached, and whenever the…

2026年7月31日
link-reader
综合办公文员

Fetch tweets, Twitter/X articles, and Reddit posts via proxy APIs. Use when the user provides a twitter.com, x.com, or reddit.com URL, or asks to read a tweet, post, article, or thread from Twitter/X or Reddit.

2026年7月31日
prototype
软件开发工程师

Build a throwaway prototype to answer a design question before committing to real implementation. Generates either a runnable terminal app (for state machines, data models, business logic) or several radically different UI variations on one route (for…

2026年7月25日
socratic-tutor
其他高等院校教师

Socratic tutor that drills the user until they deeply understand a change — the problem, the solution, the design decisions, the edge cases, and what it impacts. Use after completing or reviewing work (a diff, PR, or session) when the user wants to truly own…

2026年7月25日
squad-review
软件质量保证分析师与测试员

Review the current branch with six specialist lenses (security, correctness, conventions, tests, architecture, duplication), then put every finding through an adversarial verifier that tries to refute it — so what reaches you has already survived a skeptic.…

2026年7月25日
thermo-nuclear-code-quality-review
软件质量保证分析师与测试员

Run an extremely strict maintainability review for abstraction quality, giant files, and spaghetti-condition growth. Use when the user explicitly asks for a thermo-nuclear review, thermonuclear review, deep code quality audit, or an especially harsh…

2026年7月25日
已展示 8 / 13 个已收集 Skill。
brainrot
未分类

Turn any topic, doc, article, README, or wall of text into "sludge content": a split-screen web page with a narrated ELI5-style lesson on the left (browser text-to-speech, one-word-at-a-time TikTok captions) and an endless pixel platformer or…

2026年9月3日
orc
未分类

Orchestrate sub-agents for large tasks: plan, delegate coding to cheap/fast models, parallelize the critical path, layer reviews, and close every loop without a human relay. Use when acting as an orchestrator or writing a kickoff prompt for one.

2026年8月28日
eli5
未分类

Explain a topic to a complete novice using an HTML artifact with big pictures and few words. Use when the user says "eli5", "explain like I'm 5", or asks for a beginner-friendly visual explanation of any topic.

2026年8月28日
content-machine
未分类

Turn Nick Nisi's raw material into content drafts in his voice — blog posts and conference talks, primarily. Use when the user says "write a post," "draft a talk," "write about [topic]," "turn my notes into writing," or provides scattered ideas that need…

2026年8月24日
llms-visibility
未分类

Make websites, docs, blogs, or landing pages visible and readable to LLMs and AI agents — ChatGPT, Claude, Perplexity, Cursor, Claude Code, and other coding agents that fetch URLs. Use this for any request involving llms.txt, llms-full.txt, serving…

2026年8月23日
show-me
未分类

Help the user understand the current topic visually with concise diagrams, code-shape sketches, and focused HTML artifacts.

2026年8月23日
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月23日
explain-this
未分类

Explain any digital artifact — a paper, PDF, article, or codebase — so the person actually understands it, not just skims it. Explanations are shaped by a persistent learner profile, gated by comprehension quizzes, and feed a spaced-repetition review loop.…

2026年8月23日
why
软件开发工程师

Explain why a piece of code exists by correlating it to the AI coding sessions behind it. Use when the user asks "why does this exist", "why did we write it this way", "what was the reasoning behind this line/file/commit", "who changed this and why", or…

2026年8月24日
memory
软件开发工程师

Triage context-memory candidates mined from past AI coding sessions. Use when the user says "triage memory", "review memory", "mine memory", "/memory", or asks what durable facts their session history contains. Runs the mine, clusters paraphrased candidates,…

2026年8月21日
weekly-summary
综合办公文员

Generate a comprehensive summary of AI coding sessions from the past week. Use when the user says "weekly summary", "what did I do this week", "summarize my week", "weekly recap", "week in review", or asks for a summary of recent work across projects.

2026年7月29日
context
其他计算机职业

Load a context primer for the current repo before starting work. Use when the user says "what was I doing here", "catch me up on this repo", "context primer", "what's the open thread", "where did I/we leave off" — and PROACTIVELY when a session opens on work…

2026年7月16日
recall
其他计算机职业

Recall what was done on a specific project or topic from past AI coding sessions. Use when the user says "what did I do on [project]", "recall [topic]", "history of [project]", "when did I last work on [thing]" — but also when they reference prior work…

2026年7月16日
session-metrics
数据科学家

Show usage metrics and analytics for AI coding sessions. Use when the user asks "how much have I been coding", "session stats", "show me metrics", "tool usage", "which tool do I use most", "active hours", or wants analytics about their AI coding tool usage.

2026年5月15日
standup
项目管理专家

Generate a quick standup summary of yesterday and today's AI coding sessions. Use when the user says "standup", "what did I do yesterday", "daily summary", "what have I been working on", or needs a quick recap for a standup meeting.

2026年5月15日
autopilot
软件开发工程师

Orchestrate full execution of an ideation project — reads the contract, builds an execution manifest, and runs all phases on the deterministic Workflow engine (parallel for independent phases, sequential for dependent ones). Auto-continues on success, gates…

2026年8月19日
execute-spec
软件开发工程师

Execute an implementation spec generated by ideation. Invokes Scout for codebase exploration, builds components with feedback loops, then runs a Verify-Review-Fix cycle with the Reviewer agent before committing. Invoke only when the user explicitly asks to…

2026年8月19日
ideation
项目管理专家

You MUST use this before building any new feature, planning a migration, designing a system, or turning a decided-on idea into a plan. Triggers on: feature requests, project ideas, brain dumps, 'help me plan,' 'spec this out,' 'interview me,' 'I want to…

2026年8月19日
get-goal-prompt
软件开发工程师

Generate a /goal command that runs an ideation project to completion UNATTENDED by driving /ideation:autopilot. The /goal string is owned by scripts/contract-gen.ts (--print-goal); this skill resolves the project's contract-data.json, prints the goal, and…

2026年8月9日
brainstorm
项目管理专家

Use when the user is weighing or pressure-testing an idea rather than committing to build it — 'should I do X', 'which of these approaches', 'is this worth doing', 'what am I missing', 'am I overthinking or over-engineering this'. A lightweight thinking…

2026年8月8日
chart
项目管理专家

Use when an effort is too big for one agent session and the way from here to the destination isn't visible yet — the route itself is the unknown, not the build. Triggers on: 'this is huge and I can't even see how to get there,' 'too foggy to spec,' 'we need a…

2026年8月8日
express
其他计算机职业

One-pass ideation for well-understood work: a thin alias that pre-commits /ideation's post-interview routing to the express finish. Identical evidence-gated interview, one consolidated confirmation (scope tier + run mode), then contract and specs generated…

2026年7月23日
已展示 8 / 8 个仓库
已展示全部仓库