How this skill is triggered — by the user, by Claude, or both
Slash command
/expense-tracker-plugin:pr <title> <base-branch, default main><title> <base-branch, default main>sonnetThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Создай Pull Request на GitHub, соблюдая соглашения проекта.
Создай Pull Request на GitHub, соблюдая соглашения проекта.
bash ${CLAUDE_SKILL_DIR}/scripts/validate.shgit diff ${ARGUMENTS:-main}..HEADgit log ${ARGUMENTS:-main}..HEAD --onelineИспользуя данные выше — заполни шаблон из @template.md. Посмотри пример хорошего PR: @examples/good-pr.md
Создай PR командой:
gh pr create
--title "$0 или сгенерированный title"
--body "заполненный шаблон"
--base "${ARGUMENTS:-main}"
npx claudepluginhub alaricode/expense-tracker-market --plugin expense-tracker-pluginCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.