AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Pin Llm Wiki

skill-ndjordjevic-pin-llm-wiki-pin-llm-wiki · by ndjordjevic

Automates the Karpathy LLM Wiki workflow: turns web, GitHub, and YouTube URLs into well-structured, citable, wikilinked pages with automatic linting and sourcing — invoke with /pin-llm-wiki

No reviews yet
0 installs
39 views
0.0% view→install

Install

$ agentstack add skill-ndjordjevic-pin-llm-wiki-pin-llm-wiki

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-ndjordjevic-pin-llm-wiki-pin-llm-wiki)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Pin Llm Wiki? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

/pin-llm-wiki

Automates Karpathy's LLM wiki pattern: drop URLs in inbox.md, the skill fetches, ingests, and maintains a cited, agent-readable knowledge base.

Trigger phrases

  • /pin-llm-wiki (with subcommands: init, ingest, lint, queue, remove)
  • “Pin this YouTube video to my LLM wiki”
  • “Ingest these research links into my wiki”
  • “Run pin-llm-wiki lint on this knowledge base”
  • “Queue these URLs, then batch-process the inbox”
  • “Initialize a new Karpathy-style wiki with pin-llm-wiki”
inbox.md (human drops URLs)
    ↓  fetch
raw/  (immutable source captures)
    ↓  ingest
wiki/  (LLM-maintained, cited, linked)
    ↓  lint
a healthy, queryable knowledge base

Phase 1 subcommands

| Command | Status | |---|---| | init | implemented | | ingest [] | implemented (single-URL form auto-queues if URL is not already in inbox) | | lint | implemented | | remove | implemented | | queue [ ...] | implemented |

Skill directory

This SKILL.md and all sibling files (ingest.md, init.md, lint.md, remove.md, queue.md, ingest-protocol.md, templates/...) live inside the skill directory: ~/.claude/skills/pin-llm-wiki/, ~/.copilot/skills/pin-llm-wiki/, ~/.cursor/skills/pin-llm-wiki/, or the project-local .claude/skills/ / .copilot/skills/ / .cursor/skills/ equivalents. In this repository the canonical copy is skills/pin-llm-wiki/. All templates/... and sibling-file paths in this skill are relative to whichever skill directory the loading tool used.

Dispatch

  1. Identify the subcommand from the invocation args (the first word after /pin-llm-wiki).
  2. Route — read the sibling file in this skill directory and follow its instructions exactly:
  • initinit.md (no Guard required — it scaffolds the wiki)
  • ingestingest.md (with or without a URL arg)
  • lintlint.md
  • removeremove.md
  • queuequeue.md
  1. Guard (every subcommand except init): confirm .pin-llm-wiki.yml exists in the current working directory. If absent, stop with: "No wiki found here (.pin-llm-wiki.yml missing). Run /pin-llm-wiki init to scaffold one first." Subcommand files repeat this check by reference; you only need to enforce it once per invocation.
  2. Do not proceed beyond this dispatch step before reading the target file.

Git policy (canonical)

Never run git commit or git push after any subcommandinit, ingest, refresh, lint, remove, queue, or any auto-fix — unless the human explicitly asked to commit in this conversation. Subcommand files reference this policy without restating it. The wiki's own AGENTS.md carries the same rule for downstream agents.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.