commit
Commit the current changes as Conventional Commits; continues with push-and-pr when the user also asks to push or open a PR. Triggers: "commit", "/commit",…
Publish the current repository to GitHub, or review and update its GitHub setup.
$ npx -y skills add DefaultPerson/agent-setup --skill publish --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/publishContext preview
The summary Claude sees to decide when to auto-load this skill.
Publish the current repository to GitHub, or review and update its GitHub setup.
name: publish description: Publish the current repository to GitHub, or review and update its GitHub setup. disable-model-invocation: true allowed-tools: Bash(git *), Bash(gh *), Bash(mkdir *), Bash(echo *)
Create the GitHub repository for this directory, or bring an existing one up to date, with `gh`.
Before changing anything, ask up front — in as few AskUserQuestion calls as possible, showing current values for an existing repository: owner (personal account or one of `gh api user/orgs`), visibility, description (suggest one from the README), license, GitHub Pages (MkDocs Material), Dependabot, CI workflow, `.gitignore`, README scaffold.
Then apply only what was chosen:
Finish with the repository URL and a list of what changed.
Universal setup for Claude Code and OpenAI Codex CLI — security hooks, notifications, status line, and skills.
Commit the current changes as Conventional Commits; continues with push-and-pr when the user also asks to push or open a PR. Triggers: "commit", "/commit",…
Push the current branch, open or update its pull request, and merge it when asked. Triggers: "push-and-pr", "/push-and-pr", "push and pr", "create pr", "сделай…
Load a compact snapshot of the current repository into context — structure, stack, docs, git state.