소스 정보
- 저장소
- Texarkanine/jekyll-mermaid-prebuild
- 최근 소스 활동
- 2026년 5월 13일 22:13
- 감지된 SKILL.md 언어
- 영어
- 스타
- 2
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
SOC 직업 분류 기준
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/Texarkanine/jekyll-mermaid-prebuild --skill nk-chat명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
Decide whether an explanation needs a diagram, pick the right Mermaid type, and write it so it renders. Use when explaining a system's structure, flow, or relationships - in docs, READMEs, design notes, prompts, plans, or a chat answer - even when nobody asked for a diagram. Not for charting numeric data.
Niko Memory Bank System - Preflight Phase - Pre-Build Plan Validation
Niko Memory Bank System - QA Phase - Post-Implementation Semantic Review
| name | nk-chat |
| description | Load Niko's memory bank and begin a conversation |
| disable-model-invocation | true |
Read everything available, in this order. Do not skip files.
Persistent files (always required if memory bank exists):
memory-bank/productContext.mdmemory-bank/systemPatterns.mdmemory-bank/techContext.mdEphemeral files (read if memory-bank/active/ exists; do not create or modify):
memory-bank/active/projectbrief.mdmemory-bank/active/activeContext.mdmemory-bank/active/tasks.mdmemory-bank/active/progress.mdmemory-bank/active/creative/memory-bank/active/reflection/Recent archive entries (skim, do not exhaustively read): list memory-bank/archive/ to know what past work exists. Read individual archive files only when a question makes one relevant.
memory-bank/ directory at all: Stop loading. Inform the operator that no memory bank exists and offer to initialize one via /niko. Do not fabricate context. Do not continue to Step 2. You are done./niko. Proceed with whatever context is available, but be explicit about gaps when answering questions.memory-bank/active/ directory: Note "no task currently in flight" and proceed with persistent-context-only Q&A. This is normal and expected.progress.md exists but no tasks.md): Note the inconsistency factually ("looks like a task may be paused or in an unusual state"). Do not attempt to repair it.Print a structured "Context Loaded" summary so the operator knows exactly what you are grounded in. Use this exact shape:
# Context Loaded
**Persistent context:** [numbered list of persistent files read, or "none — no memory bank found"]
**In-flight task:** [one-line summary from `activeContext.md` and `progress.md`, or "none — no active ephemeral state"]
**Phase:** [current phase from `activeContext.md`, if any]
**Recent archives:** [numbered list of most-recent 1–3 by name, or "none"]
Then handle the operator's input:
/nk-chat: append What would you like to discuss? and wait for input./nk-chat: proceed directly to Step 3.Answer questions using the loaded context as ground truth. Apply these guidelines:
The conversation continues for as many turns as the operator wants. Each turn: read the question, answer using context, cite sources, repeat.
If the conversation reveals real work to be done, do not do the work. Hand off explicitly:
/niko so the work goes through the proper workflow."/niko-creative candidate. Want me to summarize the question for you to take into that?"/niko and I'll do it properly there." Do not capitulate.You may help the operator prepare for a handoff (e.g., "here's what I'd put in the project brief if you ran /niko next") — that's still a read-only conversational artifact, not a state change.