Skip to content

Add alchemy-cli skill for CLI-first agent workflows#14

Merged
SahilAujla merged 3 commits intomainfrom
add-alchemy-cli-skill
Mar 31, 2026
Merged

Add alchemy-cli skill for CLI-first agent workflows#14
SahilAujla merged 3 commits intomainfrom
add-alchemy-cli-skill

Conversation

@SahilAujla
Copy link
Copy Markdown
Contributor

@SahilAujla SahilAujla commented Mar 31, 2026

Summary

  • Adds a new skills/alchemy-cli/ skill that tells agents the Alchemy CLI (@alchemy/cli) is installed and how to use it
  • Maps all Alchemy API surfaces to verified alchemy <command> invocations (sourced from alchemy --json agent-prompt)
  • Updates README to include alchemy-cli in the skills list and routing table
  • Existing skills are untouched

Context

The CLI is already self-documenting via agent-prompt, so this skill is intentionally thin. Its job is awareness ("the CLI exists, use it") not duplication of command docs. Agents bootstrap the full command contract at runtime via alchemy --json --no-interactive agent-prompt.

Adds a thin skill that tells agents the Alchemy CLI exists and how to
use it. Maps all Alchemy API surfaces to `alchemy <command>` invocations
with verified commands from `agent-prompt`. Existing skills stay
untouched — this is a separate entry point for CLI users.

Made-with: Cursor
The skill is only present because the CLI installed it, so the
conditional language is redundant.

Made-with: Cursor
- Added npm install section
- Added alchemy auth login/status/logout as primary auth method
- Kept manual config commands as alternative auth methods

Made-with: Cursor
@SahilAujla SahilAujla merged commit 737f152 into main Mar 31, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants