원클릭으로
wikify
Process raw sources into wiki pages — creates summaries, entities, and concept pages
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Process raw sources into wiki pages — creates summaries, entities, and concept pages
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Check Sentry errors, Axiom logs, and other monitoring sources for bugs, then fix them with regression tests
Recursively crawl a documentation site, converting each page to markdown
Fetch Google Docs and convert to markdown
Generate TTS audio from speaker_notes and upload to Vercel Blob
Generate AI illustrations for course cards and upload to Vercel Blob
Convert PDF files to markdown
| name | wikify |
| description | Process raw sources into wiki pages — creates summaries, entities, and concept pages |
| user-invocable | true |
| allowed-tools | Read, Write, Edit, Glob, Grep, Bash |
Process raw source files into the wiki following the schema in CLAUDE.md.
If no $ARGUMENTS are provided, auto-detect new sources:
.md files in raw/ (excluding raw/assets/).wiki/log.md and extract all previously ingested source filenames.raw/ that have not been ingested yet.If $ARGUMENTS is provided (e.g., /ingest raw/article.md), process only that specific file.
Follow the Ingest workflow defined in CLAUDE.md:
raw/.wiki/Source - <Title>.md with proper YAML frontmatter.sources list.[[wikilinks]].wiki/index.md with any new or changed pages.wiki/log.md with format: ## [YYYY-MM-DD] ingest | Source TitleCommit and push all changes to GitHub:
git add wiki/ CLAUDE.md
git commit -m "wiki: ingest <source names>"
git push
Report to the user: