npx skills add https://github.com/xixiaofinland/agent-skills --skill salesforce-developmentقم بتثبيت هذه المهارة باستخدام واجهة سطر الأوامر (CLI) وابدأ في استخدام سير عمل SKILL.md في مساحة عملك.
Personal agent skills for use with the skills CLI.
| Skill | Description |
|---|---|
plan-first |
Structured planning workflow — analyzes project, asks clarifying questions, creates TODO.md, gets approval, then executes task by task |
clean-apex |
Clean-code guidance for Apex: naming, 3-tier architecture, error handling, unit vs integration testing |
sf-workflow |
Salesforce development tasks using the modern sf CLI — deploy, retrieve, test, org management |
book-tutor |
Socratic tutor for any book or course — guided questioning, comprehension checks, chapter-by-chapter progress tracking, vault note capture |
# Install all skills globally (Claude Code, Pi, OpenCode)
skills add -g xixiaofinland/agent-skills -a claude-code pi opencode -y
# Install a specific skill
skills add -g xixiaofinland/agent-skills --skill plan-first -a claude-code pi opencode -y
# List installed global skills
skills ls -g
# Update all global skills to latest
skills update -g
skills/<name>/SKILL.md following the Agent Skills standardmainskills update -g to pull the update locally