Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/tomevault-io/skills-registry --skill new-project명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? 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 | new-project |
| description | | Use when this capability is needed. |
Guide users through architecting Python-based blockchain projects using the Ape framework. This skill helps establish proper project structure, configuration, and architectural patterns before implementation begins.
Before using this skill, verify the user has:
uv installed (https://docs.astral.sh/uv)development/spec-interview skill if project is not fully specifiedAsk focused questions to understand what the user wants to build:
Essential questions:
Based on responses, categorize the project as one of:
Based on project type, ask targeted follow-up questions. Keep questions focused and avoid overwhelming the user.
For Protocol SDKs:
protocols/writing-sdks skill for more detailed workflowFor Ape Plugins:
ape [plugin-name] ...)ape/writing-plugins skill for more detailed workflowFor Blockchain Bots:
silverback/writing-bots skill for detailed bot architectureFor Protocol Development:
ape/protocol-design skill for more detailed workflowFor Blockchain Applications:
apps/system-design skill for more detailed workflowCreate the appropriate project structure based on chosen project type.
Common elements across all projects:
pyproject.toml has required dependenciesuv syncAfter generating the architecture and installing the project:
After user reviews the architecture:
Stay high-level: Focus on correct architecture, not implementation details Fetch documentation: Always get current Ape/Silverback docs before proceeding Reference other skills: Point to specialized skills for detailed workflows Adapt to skill level: Adjust explanations based on user's Python/blockchain experience Validate understanding: Confirm project requirements before generating structure
Source: ApeWorX/skills — distributed by TomeVault.