Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/ktg-one/goodai-mate --skill source-command-init-proj명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | source-command-init-proj |
| description | init-proj |
Use this skill when the user asks to run the migrated source command init-proj.
flowchart TD
start-node-default([Start])
end_node_default([End])
prompt-1775005816205[1. /init]
skill-1775007042958[[Skill: skill-lookup]]
mcp-1775007205350[[MCP: resolve-library-id]]
skill-1775007625044[[Skill: gsd-new-project]]
start-node-default --> prompt-1775005816205
prompt-1775005816205 --> mcp-1775007205350
mcp-1775007205350 --> skill-1775007625044
skill-1775007625044 --> skill-1775007042958
skill-1775007042958 --> end_node_default
Follow the Mermaid flowchart above to execute the workflow. Each node type has specific execution methods as described below.
Description: Resolves a package/product name to a Context7-compatible library ID and returns matching libraries.
You MUST call this function before 'Query Documentation' tool to obtain a valid Context7-compatible library ID UNLESS the user explicitly provides a library ID in the format '/org/project' or '/org/project/version' in their query.
Each result includes:
For best results, select libraries based on name match, source reputation, snippet coverage, benchmark score, and relevance to your use case.
Selection Process:
Response Format:
For ambiguous queries, request clarification before proceeding with a best-guess match.
IMPORTANT: Do not call this tool more than 3 times per question. If you cannot find what you need after 3 calls, use the best result you have.
MCP Server: context7
Tool Name: resolve-library-id
Validation Status: valid
User Intent (Natural Language Parameter Description):
make a knowledge base of this projects codebase
Parameter Schema (for AI interpretation):
query (string) (required): The question or task you need help with. This is used to rank library results by relevance to what the user is trying to accomplish. The query is sent to the Context7 API for processing. Do not include any sensitive or confidential information such as API keys, passwords, credentials, personal data, or proprietary code in your query.libraryName (string) (required): Library name to search for and retrieve a Context7-compatible library ID.Execution Method:
Codex should interpret the natural language description above and set appropriate parameter values based on the parameter schema. Use your best judgment to map the user intent to concrete parameter values that satisfy the constraints.
1. /init
2. git clone "https://github.com/ktg-one/mcp-webdev"
3. npx in-memoria server
4. Read ONBOARD.md
5. sign contract