소스 정보
- 저장소
- Marvino-Fransisco/arm
- 최근 소스 활동
- 2026년 5월 15일 08:23
- 감지된 SKILL.md 언어
- 영어
- 스타
- 1
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/Marvino-Fransisco/arm --skill arm명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | arm |
| description | Activate this skill when receive `arm` as the first word in the message. |
| metadata | {"version":"1.0.0","author":"Marvino-Fransisco"} |
To manage agent registries, use the following rules, variables, and procedures:
The variable will be called via {{VARIABLE_NAME}}
These are global variables, but you must fill it by yourself
| Variable | Value |
|---|---|
| USER_PLATFORM | empty |
| AGENT_SCOPE | empty |
| USER_INTENT | empty |
| CONTRIBUTOR | empty |
These are defined global variables.
| Variable | Value |
|---|---|
| COMMAND | command |
| AVAILABLE_PLATFORM | OpenCode, Claude Code, Pi |
| INSTALL_SCOPE | Global, Local |
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.
The workflow MUST execute the procedure sequentially from phase 1 to the final phase without skipping or reordering steps. Upon completion of the final phase, the procedure is considered terminated. If a new user input (trigger) is received after termination, the workflow MUST restart from Phase 1 and repeat the procedure.
You must focus on understanding the user's actual intention.
Failure to complete phase 1 correctly will create unclear user's intent. This will invalidate all subsequent work.
You must validate the {{USER_INTENT}} and make sure to follow the {{COMMAND}}.
Failure to complete phase 2 correctly will create wrong command. This will invalidate all subsequent work.
arm.<sub-command> is provided. Verify that <sub-command> is one of the following:
installupdatedeletesynclistmigrateremove-registrypushpullhelp If the <sub-command> is invalid or missing, return the correct usage format.
<registry...>) If {{USER_INTENT}} includes <registry...>, ensure each registry follows the correct pattern:
skill:{name}agent:{name}command:{name}prompt:{name} Ensure {name} is not empty.
Ensure multiple registries are separated by spaces.
Reject any registry that does not match the defined prefixes (skill:, agent:, command:, prompt:).
install
<registry...>. update, delete
<registry...>, or use --all / -a to update/delete all installed items.--all / -a is mutually exclusive with <registry...> filters. Reject if both are present.--all is not used. sync, list, help
migrate
--contributor <name>.--all or -a to explicitly migrate all items.--all / -a is mutually exclusive with <registry...> filters. Reject if both are present.<registry...> filters (only when --all is not used).--contributor is missing. remove-registry
--contributor <name>.<registry...>.--contributor is missing. push
<repository>.armarm <sub-command> <arguments>
If {{USER_INTENT}} does not follow {{COMMAND}}:
Provide the correct command format.
Include a copy-pasteable example.
If {{USER_INTENT}} is partially valid:
Correct only the invalid portion.
Preserve valid inputs.
Ensure all required context variables are defined before proceeding.
Failure to complete Phase 3 correctly will result in missing context and invalidate all subsequent steps.
Check whether {{USER_PLATFORM}}, {{AGENT_SCOPE}}, and {{CONTRIBUTOR}} are already defined.
If all required variables are already defined:
If any required variable is undefined:
Prompt the user with available options from {{AVAILABLE_PLATFORM}}.
Question: What platform do you use?
Options:
OpenCode
...
Prompt the user with available options from {{INSTALL_SCOPE}}.
Question: What is the scope?
Options:
Local (Recommended)
...
migrate):
Read configs/contributors.yaml to get available contributor keys.
Prompt the user with the available options.
Question: Which contributor is this for?
Options:
mf
...
Store the user’s selections in:
Do not proceed until all required variables are defined.
You must read the right references based on {{USER_INTENT}}
Failure to complete phase 4 correctly will create wrong command execution later. This will invalidate all subsequent work.
/referencesRequired output before proceeding:
"Reference read [reference]
Follow the execution flow from reference
Failure to complete phase 5 correctly will invalidate all subsequent work.
Provide result summary to user
Failure to complete phase 6 correctly will invalidate all subsequent work.
registry