원클릭으로
create-skill
Create a custom skill that's protected from Amp updates. Automatically appends -custom to ensure your skill is never overwritten.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create a custom skill that's protected from Amp updates. Automatically appends -custom to ensure your skill is never overwritten.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Extract and track commitments from meeting notes - who promised what to whom, with deadlines and status tracking.
Route tasks to Pi for comparison testing. Toggle Pi mode or run specific commands through Pi.
View and manage Pi-built extensions synced to Amp. Shows available tools, commands, and sync status.
Review proposed actions surfaced by the B-1 Activation Engine. Gathers recent signals, extracts candidates, ranks them, drafts artifacts, and captures the user's response per offer. Standalone — does not modify /daily-plan.
Configure AI model options - budget cloud models (save 80%+) and offline mode (use Amp without internet)
Check your AI model configuration - see what's set up, current model, credits remaining
| name | create-skill |
| description | Create a custom skill that's protected from Amp updates. Automatically appends -custom to ensure your skill is never overwritten. |
Create your own skill that's protected from Amp updates.
When you create a skill with this command, Amp automatically:
-custom to the folder name (so it's never overwritten by updates)Ask the user:
What should this skill do?
Give me:
1. A short name (e.g., "meeting-notes", "weekly-report")
2. What it should help you with (1-2 sentences)
Skill folder: .claude/skills/{name}-custom/
The -custom suffix is automatic - don't let the user add it themselves.
Create SKILL.md:
---
name: {name}-custom
description: {user's description}
---
# {Title Case Name}
{User's description expanded into a helpful intro}
## Process
### Step 1: [First Step]
[Instructions for what to do]
### Step 2: [Second Step]
[Instructions for what to do]
## Notes
- This is a custom skill, protected from Amp updates
- Edit `.claude/skills/{name}-custom/SKILL.md` to modify
✅ Created skill: /{{name}}-custom
Your skill is ready to use. Run /{name}-custom to try it.
**Protected from updates:** The -custom suffix means Amp updates
will never overwrite this skill. It's yours to customize.
**To edit:** Modify .claude/skills/{name}-custom/SKILL.md
User: "I want a skill for preparing board updates"
Result:
.claude/skills/board-update-custom//board-update-customUser: "Create a skill called weekly-standup-custom"
Response: "I'll create that as weekly-standup-custom - you don't need to add '-custom' yourself, I do that automatically. Want me to proceed with just 'weekly-standup'?"
Update System/usage_log.md to mark custom skill creation as used.
Analytics (Silent):
Call track_event with event_name custom_skill_created and properties:
This only fires if the user has opted into analytics. No action needed if it returns "analytics_disabled".