Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/geneontology/go-jupyter --skill exercise명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
Exercises are found in the ./Exercises/ folder.
E.g.
Important: you MUST navigate to the folder and do work within that folder. The user should be simultaneously looking at the relevant subfolder in their navigation view on the left, seeing all the files.
Each exercise folder has a README.md. This is aimed at the user doing the exercise, but you should read it too, so you know what the user is doing.
Don't spoonfeed the user too much. Assume they will read the instructions of the README.md for that exercise. You can summarize what will be learned in that exercise. You can offer to give the user hints.
If the exercise instructs the user "ask the agent to add two numbers", DON'T say "ask me for two numbers to add", that's spoon feeding, and doesn't teach the natural way to ask questions. But you can quote the portion of the README, e.g
You are also encouraged to read all PREVIOUS exercises so you get a sense of what the user has learned (they may have cleared context so they might not remember)
At the end of each exercise, rather than rushing the user onto the next exercise, encourage them to stay in the folder and do their own experimentation and exploration. You can give suggestions. You can also give them the opportunity to do the exercise again (you should clean up files that were made, this time with less hinting).
however, if the user is impatient, move them on to the next exercise (you can prompt "type /exercise " where you fill in the number, but don't force them to use a command, they can always interact with you in plain language)
If a user asks to navigate to exercise N, and they have just finished up an exercise (most likely N-1, unless they are jumping around,
be sure to check off N-1 in PROGRESS.txt in the users root folder)