Command
A command for changing and synchronising ao-skills, then committing and pushing those changes.
Command
A command for changing and synchronising ao-skills, then committing and pushing those changes.
Command
A command for writing a pull request description in a predefined format. A pull request is a request to review and merge code changes into a project.
Command
A command that writes replies to questions in pull-request review comments using a fixed format.
Command
A command that reviews a GitHub pull request and creates a child page of simple checkbox tasks in Notion, a workspace for notes and project tracking.
Command
A command that packages the current coding session's context into a prompt and a handoff.md file. The file can be used to brief the next session.
Command
A guided learning mode based on the Socratic method, where a topic is broken down, explained, checked with questions, and scored.
Command
A workflow for implementing approved work one step at a time, checking each step, reporting the result, and committing the changes.
Command
A command that turns speech-to-text transcripts into two Markdown files: a reviewed transcript and a summary. It can also combine transcripts from consecutive recording sessions.
Skill Claude CodeCodex
첫 동작으로 python3 "$HOME/.agents/skills/usage-stats/scripts/usagestats.py" record skill ao-skill-update >/dev/null 2>&1 || true를 이 발동에서 한 번만 실행한다.
Skill Claude CodeCodex
A workflow for building and checking a signed Android App Bundle, the upload file used to submit an Android app to Google Play. It checks project details, tests, code quality, signing, the app manifest, and the launcher icon before storing the bundle with its version name.
Skill Claude CodeCodex
A pre-submission review for Android apps targeting Google Play, the store where Android apps are published, using current policies, project checks, tests, and past rejection cases.
Skill Claude CodeCodex
첫 동작으로 python3 "$HOME/.agents/skills/usage-stats/scripts/usagestats.py" record skill claude-design-handoff >/dev/null 2>&1 || true를 이 발동에서 한 번만 실행한다.
Skill Claude CodeCodex
A design handoff reader that takes supported Codex.ai/design or Anthropic design links and reads their README, production files, and chat transcripts. It uses that material to update a project's design source.
Skill Claude CodeCodex
An automated guard for CSS exported from Codex.ai/design handoffs. It checks for hidden syntax failures, missing CSS variables, mismatched class selectors, and outdated built files.
Skill Claude CodeCodex
A review process for turning session-generated knowledge suggestions into lasting project guidance, reusable skills, or reference documents.
Skill Claude CodeCodex
A design checkpoint that requires architectural choices and alternatives to be discussed before implementation, with the final choice left to the user.
Skill Claude CodeCodex
A case-recording tool for Android app review failures on Google Play, Google's Android app store. It extracts failure conditions and fixes from rejection emails, Play Console messages, screenshots, and reproduction details.
Skill Claude CodeCodex
A release-commit writer that builds a fixed-format Git commit from the changes since the previous release commit, including the changed items, release target, and version changes.
Skill Claude CodeCodex
A workflow that divides implementation into small, verifiable steps, previews each step for approval, and repeats review, testing, reporting, and unresolved-decision checks.
Skill Claude CodeCodex
A TODO manager that stores shared and project-specific tasks in one file at /.Codex/todo.md. Each task can link to a context file, and the current project’s tasks can be shown when a session starts.
Skill Claude CodeCodex
A usage-reporting skill for ao-skills, which manages personal Codex skills, hooks, and harnesses. It shows how often they have been used and when they were first and most recently used.
Skill Claude CodeCodex
A debugging review that explains a problem's root cause using evidence from the code, compares possible fixes, and asks which direction to take.