ax-repo

Solid

Star the ax repo, file an issue / bug report, or fork-and-open-a-PR against github.com/Necmttn/ax on the user's behalf, by shelling out to the `gh` CLI. Triggers when the user says "star ax", "star the repo", "I want to support ax", "report this as an ax bug", "file an ax issue", "open an issue on ax", "this looks like an ax bug", "I want to contribute to ax", "fix this in ax", "open a PR against ax", or after an unhandled ax error when the user wants to report it. Acts only on an explicit user request - proactive star prompting is handled deterministically by the CLI (`ax star`), not this skill. Confirms before any account-mutating action (never stars without an explicit yes); falls back to a plain GitHub URL when `gh` is missing or unauthenticated. Do NOT auto-trigger on unrelated GitHub work or other repos.

AI & Automation 107 stars 13 forks Updated 2 days ago AGPL-3.0

Install

View on GitHub

Quality Score: 81/100

Stars 20%
68
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# ax:repo Let an AI coding agent interact with the ax GitHub repo (`Necmttn/ax`) for the user - **star**, **file an issue**, or **fork + open a PR** - without the user ever typing a `gh` command. Everything routes through the already-installed `gh` CLI; there is no `axctl` surface for this. Repo: `Necmttn/ax` · `https://github.com/Necmttn/ax` ## When to fire - "star ax" / "star the repo" / "I want to support ax" / "give ax a star" - "report this as an ax bug" / "file an ax issue" / "open an issue on ax" - "this looks like an ax bug" (after an `ax`/`axctl` error) - "I want to contribute to ax" / "fix this in ax" / "open a PR against ax" Do NOT fire for GitHub work on **other** repos or for general `gh` usage. Issues and PRs are user-initiated only. **Star is the exception** - you may *offer* it proactively (see Proactive star nudge), but offering ≠ doing: the actual star always needs an explicit yes. ## Non-negotiable rules 1. **Preflight `gh` first (read-only, no confirm).** Detect three states: - `gh` **missing** → fall back to a plain URL (see Fallback). Don't error. - `gh` present but **unauthenticated** → fall back to a plain URL, and tell the user they can `gh auth login` to do it inline next time. - `gh` present + authed → proceed to the action (still confirm mutations). 2. **Confirm before any account-mutating call** - star, issue create, PR create all change the user's GitHub account/repo. Show the exact command, get an explicit yes. Read-on...

Details

Author
Necmttn
Repository
Necmttn/ax
Created
4 months ago
Last Updated
2 days ago
Language
TypeScript
License
AGPL-3.0

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

setup

Install + verify ax (the agent experience layer). Triggers when the user says "install ax", "set up ax", "ax not found", "ax doctor", "is ax running", "fix ax install", "first-time ax setup", or any setup question about the ax CLI / skills / daemon. Walks the install via the install.sh + skills.sh + first ingest, validates with `ax doctor`, and points the user at ax:retro (experiment loop) and ax:extract-workflow (reconstruct workflow behind shipped artifacts).

107 Updated 2 days ago
Necmttn
AI & Automation Listed

github-asset-manager

Organize GitHub stars, audit personal repositories, generate GitHub profile READMEs, beautify repository READMEs, create multilingual READMEs, and draft missing repository metadata. Use when the user wants to clean up their GitHub account, analyze starred repositories, improve their GitHub profile, polish a README, add translations, or complete repository descriptions and topics.

0 Updated 1 months ago
xiehuacheng
AI & Automation Listed

github-repo-audit

Audit and rewrite a GitHub repo's README, About sentence, topic tags, and hero asset strategy. Spawns 5 specialist research agents in parallel (competitive landscape, target-user pain language, product positioning, README visual hierarchy + asset hygiene, SEO + AI-citation surface), synthesizes findings, drafts a severity-ranked issue list, gates on user approval, then applies fixes — rewriting README.md, updating GitHub About + topic tags via `gh repo edit`, and producing a hero-asset shotlist (handed to `claude-gif` if installed). Use whenever the user wants to audit, rewrite, reposition, or fix the public-facing surface of any open-source repo, including phrasings like "fix my readme", "rewrite my readme", "audit my github project", "my repo isn't getting stars", "open source positioning help", or pasting a repo URL and asking what's wrong with it. Also triggers on "/github-repo-audit", "repo audit", "readme audit", "repo positioning audit", "open source readme audit". Especially valuable when the repo nam

1 Updated 1 months ago
dancolta