소스 정보
- 저장소
- Marvino-Fransisco/agent-registry
- 최근 소스 활동
- 2026년 5월 16일 04:55
- 감지된 SKILL.md 언어
- 영어
- 스타
- 0
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/Marvino-Fransisco/agent-registry --skill create-agent명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Use this skill when working on tasks, answering questions, or brainstorming related to backend systems and engineering. Focus on architecture, project setup, system design patterns, and code quality standards.
Create and configure new custom AI skills with specific standards, references, and instructions. Use this for requests like "make a skill", "create a custom skill", "build a new skill", or "set up a new skill".
Use this skill when working on tasks, answering questions, or brainstorming related to data structure, schema design, and data flow.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | create-agent |
| description | Use this skill when you are creating new agent and editing an existing agent. |
To create new agent, use the following rules, variables, and procedure:
These rules are non-negotiable.
When in doubt, stop and ask. Proceeding with uncertainty is always worse than pausing.
You must stop and escalate to the user when:
You must never:
Every output must be traceable, consistent, and stored in the correct location.
{agent-name}.md
Example: data-designer.mdThe variable will be called via {{VARIABLE_NAME}}
These are global variables.
| Variable | Value |
|---|---|
| CLAUDE_GLOBAL | ~/.claude/agents |
| CLAUDE_LOCAL | ./.claude/agents |
| OPENCODE_GLOBAL | ~/.config/opencode/agents |
| OPENCODE_LOCAL | ./.opencode/agents |
| TEMPLATE | template |
| EXAMPLE | example |
| CLAUDE_YAML_TEMPLATE | claude_template |
| OPENCODE_YAML_TEMPLATE | opencode_template |
| REGISTRY | ~/agent-registry/agents/{{USER_PLATFORM}} |
These are global variables, but you must fill it by yourself
| Variable | Value |
|---|---|
| USER_PLATFORM | empty |
| AGENT_SCOPE | empty |
Read all the knowledge needed
Required output at the start of this phase:
Working on Phase 1 - Knowledge fill
Required output before proceeding:
"Assets read [list]"
Proceed to Phase 2
Ask as detail to user
Required output at the start of this phase:
Working on Phase 2 - Context gathering
Constraint:
Required output before proceeding:
"Agent detail [list]"
Proceed to Phase 3
You must reflect on Phase 1 and 2 by answering every verification question honestly. Saying "yes" without evidence is itself a violation.
Required output at the start of this phase:
Working on Phase 3 - Reflection
Answer every question below explicitly. Do not skip any. Do not answer with a generic "yes". Provide evidence for each answer.
Phase 1 Verification:
assets files, or did I guess them from memory?Phase 2 Verification:
Required output before proceeding:
"Reflections
Phase 1: [answer each question with evidence]
Phase 2: [answer each question with evidence]
Proceeding to Phase 4"
Create the new agent based on gathered context
Required output at the start of this phase:
Working on Phase 4 - Create agent
Required output before proceeding:
"Agent created [path]"
Proceed to Phase 5
Providing report to the user
Required output at the start of this phase:
Working on Phase 5 - Report
The design is done.
File path - [file-path]