Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/tomevault-io/skills-registry --skill skill-seeker명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
| Use when this capability is needed.
> Use when this capability is needed.
Review architecture and API design for the vfs-s3 project. Use when the user mentions @architect, asks to review an issue's design, discuss module boundaries, API shape, or architectural decisions for vfs-s3. Also trigger when the user wants to create an ADR (Architecture Decision Record) or evaluate a technical approach for the project. Intended for dispatch from Codex automation or Claude routines; GitHub trigger phrase: @vfs-s3-bot please prepare design doc Use when this capability is needed.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | skill-seeker |
| description | >- Use when this capability is needed. |
Generate, review, and install Claude Code skills from any documentation source.
Pipeline: Source → Generate → Review → Summarize → Install
Gather inputs from the user:
owner/repo, local directory path, or PDF filehono from https://hono.dev) or askquick — Fast, essential docs only (1-2 min)standard — Balanced coverage (5-10 min)comprehensive — Deep analysis, all features (20-60 min)If the user provides a source inline (e.g., "create a skill for Hono"), infer the source URL/repo and default to standard preset. Confirm before proceeding.
Run the create script. Use a timeout appropriate for the preset — scraping takes real time:
quick: 2 minutesstandard: 10 minutescomprehensive: 60 minutesuv run ~/.claude/skills/skill-seeker/scripts/create.py \
--source "<source>" \
--name "<skill-name>" \
--preset "<preset>" \
--output-dir "/tmp/skill-seeker/<skill-name>"
The script runs skill-seekers create with --enhance-level 0 (Claude handles quality review instead of the keyword-based enhancer). Note the actual output path printed by the script — skill-seekers may nest output in a subdirectory.
On success, read the generated SKILL.md from the path printed by the script. On failure, report the error and suggest trying quick preset or a different source.
Apply a two-lens review to the generated output.
Run the review script:
uv run ~/.claude/skills/skill-seeker/scripts/review.py \
--path "/tmp/skill-seeker/<skill-name>"
Record the JSON output. Flag any warnings.
Read references/quality-checklist.md for the full rubric, then evaluate:
Structure:
name and description?Security:
Quality (rate A/B/C/D):
Context Budget (from review script output):
Value:
Rewrite the generated SKILL.md applying these fixes:
references/ filesWrite the refined SKILL.md and any new reference files back to the output directory.
Run review.py again on the refined output to verify improvements (token budget, warnings resolved).
Present to the user before installing:
Report these fields:
<name>Generate 3-5 test prompts tailored to the skill's content:
## Eval Set: <skill-name>
### Should trigger:
- "<prompt that should activate this skill>"
- "<another prompt that should activate this skill>"
### Should NOT trigger:
- "<prompt about a similar but different topic>"
- "<prompt outside this skill's domain>"
### Knowledge test:
- "<prompt that tests the skill's core, non-obvious knowledge>"
Base these on the actual content of the generated skill, not generic templates. The eval set helps the user regression-test the skill after updates.
After user approval:
uv run ~/.claude/skills/skill-seeker/scripts/install.py \
--source "/tmp/skill-seeker/<skill-name>" \
--target "~/.claude/skills/<skill-name>"
Confirm installation:
<name> installed. Start a new conversation to use it."If the user declines, leave the generated skill in /tmp/skill-seeker/<skill-name> and tell them where to find it.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.