Skip to content

feat: add /configure-claude and /configure-codex built-in commands#235

Merged
kulvirgit merged 1 commit intomainfrom
feat/configure-claude-command
Mar 18, 2026
Merged

feat: add /configure-claude and /configure-codex built-in commands#235
kulvirgit merged 1 commit intomainfrom
feat/configure-claude-command

Conversation

@kulvirgit
Copy link
Collaborator

Summary

  • Adds /configure-claude command that writes ~/.claude/commands/altimate.md so users can invoke /altimate inside Claude Code
  • Adds /configure-codex command that creates ~/.codex/skills/altimate/SKILL.md so Codex CLI picks up altimate-code as a skill
  • Both commands auto-detect the altimate-code binary path and include altimate_change markers for upstream merge safety

Test plan

  • Build passes (bun run build)
  • Typecheck passes (tsgo --noEmit)
  • Branding guard tests pass (238/238, 30 pre-existing failures unrelated)

@claude
Copy link

claude bot commented Mar 18, 2026

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review.

@github-actions
Copy link

This PR doesn't fully meet our contributing guidelines and PR template.

What needs to be fixed:

  • PR description is missing required template sections. Please use the PR template.

Please edit this PR description to address the above within 2 hours, or it will be automatically closed.

If you believe this was flagged incorrectly, please let a maintainer know.

Comment on lines +13 to +15
The body should explain that this delegates to altimate-code (an AI agent with 40+ data engineering capabilities), and include a bash code block that runs: BINARY_PATH run "$ARGUMENTS"

After the bash block, include instructions for Claude Code to parse results, highlight findings, and save to file if requested. End with $ARGUMENTS on its own line.

This comment was marked as outdated.


After the bash block, include instructions for Claude Code to parse results, highlight findings, and save to file if requested. End with $ARGUMENTS on its own line.

Use the existing file at `~/.claude/commands/data.md` as a reference for the exact format — the altimate command should follow the same structure but use the detected binary path.

This comment was marked as outdated.

@dev-punia-altimate
Copy link

✅ Tests — All Passed

TypeScript — passed

Python — passed

cc @kulvirgit
Tested at 875819ee | Run log | Powered by QA Autopilot

@kulvirgit kulvirgit force-pushed the feat/configure-claude-command branch 3 times, most recently from 9de2b12 to 6c08817 Compare March 18, 2026 21:58
Adds built-in commands to configure altimate-code as a tool in external
AI CLIs:
- `/configure-claude` writes `~/.claude/commands/altimate.md` for Claude Code
- `/configure-codex` creates `~/.codex/skills/altimate/SKILL.md` for Codex CLI

Also adds `$$ARGUMENTS` escape support in the command processor so
templates can produce literal `$ARGUMENTS` in their output.

Updates docs: commands reference, getting-started, Claude Code guide,
and Codex guide.
@kulvirgit kulvirgit force-pushed the feat/configure-claude-command branch from 6c08817 to 90fa532 Compare March 18, 2026 21:59
@kulvirgit kulvirgit merged commit eed2dc0 into main Mar 18, 2026
8 checks passed
arora-saurabh448 pushed a commit that referenced this pull request Mar 19, 2026
… stub web UI

- Reduce agent modes from 7 to 3 (builder, analyst, plan) per PR #282
- Add SQL Write Access Control section with query classification table
- Add sql_execute_write permission to permissions reference
- Update /data to /altimate in Claude Code guide, add /configure-claude setup
- Add Codex CLI skill integration and /configure-codex setup
- Add /configure-claude and /configure-codex to commands reference
- Stub web UI page with Coming Soon notice
- Update all cross-references (getting-started, quickstart, index, tui, training, migration)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
arora-saurabh448 pushed a commit that referenced this pull request Mar 19, 2026
…#284)

* docs: update README and docs for v0.4.2 launch

- Standardize tool count to 100+ across all docs (was 99+/55+)
- Update install command to unscoped `altimate-code` package
- Remove stale Python/uv auto-setup claims (all-native TypeScript now)
- Update docs badge URL to docs.altimate.sh
- Remove altimate-core npm badge from README
- Add --yolo flag to CLI reference and builder mode subtext
- Add new env vars (YOLO, MEMORY, TRAINING) to CLI docs
- Add prompt enhancement keybind (leader+i) to TUI and keybinds docs
- Add tool_lookup to tools index
- Add built-in skills table (sql-review, schema-migration, pii-audit, etc.)
- Add altimate-dbt CLI section to dbt-tools.md
- Add Oracle and SQLite to warehouse lists
- Update security FAQ: replace Python engine FAQ with native engine, add sensitive_write FAQ
- Update telemetry docs to remove Python engine references
- Add v0.4.2 to README "What's New" section
- Update llms.txt URLs to docs.altimate.sh and bump version to v0.4.2

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* docs: simplify zero-setup messaging in README and quickstart

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* docs: simplify install callout to "zero additional setup"

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* docs: trim install callout

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* docs: remove em-dashes, fix pill spacing, simplify /discover duplication

- Replace 304 em-dashes across 38 docs files with natural sentence
  structures (colons, commas, periods, split sentences) to avoid
  AI-generated content appearance
- Fix pill-grid CSS: increase gap/padding, add responsive breakpoints
  at 768px and 480px for reliable scaling across viewport sizes
- Simplify quickstart /discover step to brief description + link to
  Full Setup; add (Optional) marker to getting-started warehouse step

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* docs: overhaul getting-started pages with comprehensive setup guide

Rewrite quickstart as a full Setup page covering warehouse connections,
LLM provider switching, agent modes, skills, and permissions. Update
overview page with ADE-Bench results (74.4%), fix install command, and
change 70+ to 50+ tools. Replace query example with NYC taxi cab
analytics prompt. Remove time blocks from step headings and trim
redundant sections.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* docs: move CI & Headless under Interfaces, deduplicate from CLI

Move CI page from data-engineering/guides to usage/. Remove duplicate
non-interactive and tracing sections from CLI page, link to CI instead.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* docs: simplify agents page, quickstart next-steps, and nav label

Remove data-engineering-specific agent table from agents.md (now covered
elsewhere), replace grid cards in quickstart with a compact link list,
and rename "Complete Setup" → "Setup" in nav.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* docs: sync missing content from v2, rename What's New to Changelog

- Rename "What's New" to "Changelog" across docs, nav, and README
- Populate changelog with full release history (v0.1.0 through v0.4.9)
- Add inline permission examples to security-faq (permission table, JSON configs)
- Add Data Engineering agents table and Agent Permissions example to agents page
- Add Non-interactive Usage and Tracing sections to CLI docs
- Add missing nav entries: Web UI, Claude Code/Codex guides, Memory Tools,
  Observability (Tracing/Telemetry), Training, and Extend (SDK/Server/Plugins/Ecosystem)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* docs: update tool count from 50+ to 100+ across all docs

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* docs: fix broken anchors, tool counts, changelog, nav, and hero copy

- Fix broken anchor link to #step-3-configure-your-warehouse-optional
- Add inline "Adding Custom Skills" section in skills.md
- Fix changelog upgrade command to use unscoped package name
- Split merged 0.4.1/0.4.2 changelog into separate sections
- Update tool count from 70+ to 100+ in configure/tools pages
- Move Guides to bottom of Use section in nav
- Change hero tagline to "Open-source data engineering harness."
- Simplify install command to just npm install

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* docs: sync agent modes from PR #282, Claude/Codex commands from #235, stub web UI

- Reduce agent modes from 7 to 3 (builder, analyst, plan) per PR #282
- Add SQL Write Access Control section with query classification table
- Add sql_execute_write permission to permissions reference
- Update /data to /altimate in Claude Code guide, add /configure-claude setup
- Add Codex CLI skill integration and /configure-codex setup
- Add /configure-claude and /configure-codex to commands reference
- Stub web UI page with Coming Soon notice
- Update all cross-references (getting-started, quickstart, index, tui, training, migration)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* docs: fix stale llms.txt URLs, add v0.5.0 changelog entry

- Fix 4 broken URLs in llms.txt (network, telemetry, security-faq,
  troubleshooting) to match reference/ paths in mkdocs nav
- Update llms.txt version from v0.4.2 to v0.5.0
- Add missing v0.5.0 changelog entry with features and fixes

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Saurabh Arora <saurabh@altimate.ai>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@kulvirgit kulvirgit deleted the feat/configure-claude-command branch March 19, 2026 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants