Add bundled aai-cli skill and aai setup; adopt AGENTS.md#21
Merged
Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Ship a model-invocable `aai-cli` skill bundled in the package (aai_cli/skills/aai-cli/, force-included in the wheel) that teaches coding agents how to drive the `aai` CLI to build voice AI apps. SKILL.md plus four references mirroring the CLI's own --help groups; all flags verified against live --help. Replace the Claude-specific `aai claude` command with an agent-neutral `aai setup` (install/status/remove) that wires three integrations into a coding agent: the assemblyai-docs MCP (`claude mcp add`), the assemblyai skill (`npx skills add`), and the bundled aai-cli skill (copied from the package, no network). Disambiguate `aai init` (build an app, including the voice-agent template) from `aai agent` (run a live voice conversation) across the skill, README, and CLI --help text, so agents stop reaching for `aai agent` to build an app. Rename CLAUDE.md -> AGENTS.md with a CLAUDE.md symlink so Claude Code, Codex, and Cursor share one instructions file. Also folds in in-flight repo work on this branch: prettier added to the CI/check.sh gate, the init templates' public/ static layout refactor, and minor environments copy. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
# Conflicts: # README.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
aai-cliskill (aai_cli/skills/aai-cli/): model-invocableSKILL.md+ four references mirroring the CLI's--helpgroups. Bundled in the package and force-included in the wheel, sopip installships it.aai claude→aai setup(install/status/remove): agent-neutral command that wires three integrations into a coding agent — theassemblyai-docsMCP (claude mcp add), theassemblyaiskill (npx skills add), and the bundledaai-cliskill (copied straight from the package, no network).initvsagentdisambiguation in the skill, README, and--helptext: build an app withaai init voice-agent;aai agentonly runs a live conversation and writes no code.CLAUDE.md→AGENTS.md(with aCLAUDE.mdsymlink) so Claude Code, Codex, and Cursor read one instructions file.check.shgate, the init templates'public/static layout refactor, and minorenvironmentscopy.Test plan
./scripts/check.shgreen: ruff, ruff format, mypy, pyright (strict), vulture, deptry, import-linter, markdownlint, prettier, shellcheck, pytest (865 passed, 97% coverage), diff-cover 100%, build +twine check.aai setup install/status/removebundled-skill copy in an isolatedCLAUDE_CONFIG_DIR.🤖 Generated with Claude Code