adhd-output-style
This skill should be used when the user asks for "ADHD output", "fewer output tokens", "short numbered steps", "limited working memory formatting", or…
This skill should be used when user asks to "create a PR", "make a pull request", "open PR for this branch", "submit changes as PR", "push and create PR", or explicitly invokes "create-pr".
$ npx -y skills add fcakyon/claude-codex-settings --skill create-pr --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/create-prContext preview
The summary Claude sees to decide when to auto-load this skill.
This skill should be used when user asks to "create a PR", "make a pull request", "open PR for this branch", "submit changes as PR", "push and create PR", or explicitly invokes "create-pr".
name: create-pr description: This skill should be used when user asks to "create a PR", "make a pull request", "open PR for this branch", "submit changes as PR", "push and create PR", or explicitly invokes "create-pr".
Complete workflow for creating pull requests following project standards.
When explicitly invoked with extra text, treat that text as additional context for branch naming, commit context, and PR title and body generation. Compress it into a short plain-language branch name rather than copying the full text.
**First, run the `/simplify` skill on the staged diff and apply its findings before committing. Docs-only diffs are a no-op.**
1. **Preferred execution**
2. **Verify staged changes** exist with `git diff --cached --name-only`
3. **Branch setup**
4. **Documentation check**
5. **Analyze all commits**
6. **Create PR**
Lead with the outcome in plain words, one idea not a list of everything the branch touched. Punchy beats exhaustive. A title is a headline, not a summary. Robotic: `Align Claude Code install commands to the CLI form and tidy humanize docs` Cooler: `Put Claude Code on the same install CLI as everything else`
Check with: `gh pr list --repo <owner>/<repo> --author @me --limit 5 --json reviewRequests` If recent PRs have no reviewers, skip `-r` entirely.
7. **PR Body Guidelines**
gh release upload <tag> before.png after.png --clobber
# Capture both shots at the same window size so the pair is comparable. Release assets serve as `application/octet-stream`, so `curl -sI` looks wrong even when fine. Open the PR and confirm the images render.
Codex, Cursor, and Gemini each install from their own CLI. Claude Code was the odd one out on the in-REPL slash form, so this lines everyone up. ```diff - /plugin install fable-advisor@claude-settings + claude plugin install fable-advisor@claude-settings
Same swap across all 30 plugin tables. No behavior change, just one house style everywhere.
### CLI snippet
Add a compare command for side-by-side model runs
Point it at a folder and a few models and it stitches the panels together, so you can eyeball which one wins without juggling tabs.
`ultrannotate compare --source ./images --models sam3.pt,yoloe-26x-seg.pt --phrases "person,car"`
### Design change, before and after
The install panel only ever printed Codex commands, even though the site lists four tools.
| before | after | |---|---| |  |  |
Battle-tested Claude Code, OpenAI Codex, Cursor configs, plugins, hooks and agents with Kimi, MiniMax and GLM API support.
Repo: fcakyon/claude-codex-settings
This skill should be used when the user asks for "ADHD output", "fewer output tokens", "short numbered steps", "limited working memory formatting", or…
Agent-browser usage guide. Read this before running any agent-browser commands. Covers the snapshot-and-ref workflow, navigating pages, interacting with…
Automate Electron desktop apps (VS Code, Slack, Discord, Figma, Notion, Spotify, etc.) using agent-browser via Chrome DevTools Protocol. Use when the user…
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files) or Word templates (.dotx files). Triggers include: any…
Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple…