Skip to main content
nicknisi
GitHub-Creator-Profil

nicknisi

Repository-Ansicht von 44 gesammelten Skills in 8 GitHub-Repositories.

gesammelte Skills
44
Repositories
8
aktualisiert
3. Sept. 2026
Repository-Explorer

Repositories und repräsentative Skills

blog-post-writer
Technische Redakteure

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…

11. Aug. 2026
tighten-prose
Redakteure

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…

11. Aug. 2026
youtube-notes
Allgemeine Bürokräfte

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…

31. Juli 2026
link-reader
Allgemeine Bürokräfte

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.

31. Juli 2026
prototype
Softwareentwickler

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…

25. Juli 2026
socratic-tutor
Sonstige Hochschullehrer

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…

25. Juli 2026
squad-review
Softwarequalitätssicherungsanalysten und -tester

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

25. Juli 2026
thermo-nuclear-code-quality-review
Softwarequalitätssicherungsanalysten und -tester

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…

25. Juli 2026
Es werden 8 von 13 gesammelten Skills angezeigt.
brainrot
nicht klassifiziert

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…

3. Sept. 2026
orc
nicht klassifiziert

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.

28. Aug. 2026
eli5
nicht klassifiziert

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.

28. Aug. 2026
content-machine
nicht klassifiziert

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…

24. Aug. 2026
llms-visibility
nicht klassifiziert

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…

23. Aug. 2026
show-me
nicht klassifiziert

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

23. Aug. 2026
diagnosing-bugs
nicht klassifiziert

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

23. Aug. 2026
explain-this
nicht klassifiziert

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

23. Aug. 2026
why
Softwareentwickler

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…

24. Aug. 2026
memory
Softwareentwickler

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

21. Aug. 2026
weekly-summary
Allgemeine Bürokräfte

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.

29. Juli 2026
context
Sonstige Computerberufe

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…

16. Juli 2026
recall
Sonstige Computerberufe

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…

16. Juli 2026
session-metrics
Datenwissenschaftler

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.

15. Mai 2026
standup
Projektmanagementspezialisten

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.

15. Mai 2026
autopilot
Softwareentwickler

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…

19. Aug. 2026
execute-spec
Softwareentwickler

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…

19. Aug. 2026
ideation
Projektmanagementspezialisten

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…

19. Aug. 2026
get-goal-prompt
Softwareentwickler

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…

9. Aug. 2026
brainstorm
Projektmanagementspezialisten

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…

8. Aug. 2026
chart
Projektmanagementspezialisten

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…

8. Aug. 2026
express
Sonstige Computerberufe

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…

23. Juli 2026
8 von 8 Repositories angezeigt
Alle Repositories angezeigt