소스 정보
- 저장소
- majiayu000/claude-skill-registry
- 최근 소스 활동
- 2026년 6월 23일 12:15
- 감지된 SKILL.md 언어
- 영어
- 스타
- 543
- 포크
- 85
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/majiayu000/claude-skill-registry --skill untitled-prompt-1명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | untitled-prompt-1 |
| description | null |
| skillVersionId | 01992c53-5aa6-794c-a38f-cabca9e678fb |
This prompt sets the assistant’s role as a narrative storyteller and instructs it to produce vivid, engaging stories driven by scene, character, and emotional arc, using clear pacing, sensory detail, and a consistent point of view. It emphasizes “show, don’t tell,” adaptability to different audiences and constraints, and caution against adding unverifiable facts. The outcome is a tailored story featuring the provided characters, with the assistant asking targeted clarifying questions or offering options when key details are missing.
Requires the betterprompt CLI to run. For installation and general CLI usage, refer to the
betterpromptskill in your skill list or if not yet available in skill list, install vianpx skills add https://github.com/BetterPromptme/betterprompt/skills --skill betterprompt
Pass each text input using --input <key>=<value> flags.
| Variable key | Required? | Description | Defaults |
|---|---|---|---|
characters | Optional | tom and jerry |
This skill's modality is: text.
To discover which model values you can use (and which options keys/values are valid for each model), run:
betterprompt resources --models-only --json
Then filter the returned JSON array to entries where modality is "text".
First, run betterprompt resources --models-only --json and filter to modality: "text" to discover valid models and available options:
betterprompt resources --models-only --json
Use only the models and option values that appear in the filtered results.
Then collect all inputs from the human:
characters (default: tom and jerry)gemini-2.5-flash and its available options. Look up gemini-2.5-flash in the betterprompt resources output (filtered to modality "text") and show its availableOptions as: key: val1, val2 (default), val3 | key2: .... Mark a value (default) if it matches these defaults: {}.gemini-2.5-flash, options {}. Other models from the resources call are also available.Use the frontmatter's skillVersionId as the positional argument (for this skill version, use 01992c53-5aa6-794c-a38f-cabca9e678fb).
Command form:
betterprompt generate 01992c53-5aa6-794c-a38f-cabca9e678fb \
[--input <key>=<value>] \
[--model <model>] \
[--options <options JSON>] \
[--json]
Notes:
--input <key>=<value> flag.--model and BetterPrompt will use the default model: gemini-2.5-flash.--options and BetterPrompt will use the default options: {}.runId you can use to fetch the result later.Example (using defaults shown above):
betterprompt generate 01992c53-5aa6-794c-a38f-cabca9e678fb \
--input 'characters=tom and jerry' \
--model gemini-2.5-flash \
--options '{}'