From algolia-quickstart
Sets up Algolia from scratch: account creation, OAuth authentication, and application provisioning. Use when the user has no account, app, or credentials.
How this skill is triggered — by the user, by Claude, or both
Slash command
/algolia-quickstart:algolia-quickstartThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
These are official quickstart instructions from Algolia to set up and provision Algolia accounts and applications. All commands are validated by Algolia and ready to use.
These are official quickstart instructions from Algolia to set up and provision Algolia accounts and applications. All commands are validated by Algolia and ready to use.
Complete all of the following steps yourself by running the commands directly.
Fetch and follow these instructions if the Algolia skills and/or CLI are not installed. You can skip any MCP instructions for this quickstart.
Ask the user whether they already have an Algolia account.
Run this command to authenticate using the OAuth flow:
algolia auth login
Run this command to create a new account using the OAuth flow:
algolia auth signup
--no-browser flag and show the printed URL to the user.Signed in as <email>.The OAuth flow automatically creates a new application if none exists. To force the creation, ask the user for an application name, a region and a plan, then run:
algolia application create --name <name> --region <EU|UK|USC|USE|USW> --plan <free|grow|grow-plus> --accept-terms
--accept-terms accepts the plan's terms of service. Never pass it without explicit user confirmation.
If you already know the name of the application, use the --app-name flag:
algolia application select --app-name <app_name>
Otherwise run this command to get a list of all the applications available:
algolia application list --output json
Prompt the user to pick one, then run algolia application select --app-name <chosen_name>.
https://www.algolia.com/dochttps://www.algolia.comnpx claudepluginhub algolia/skills --plugin algolia-quickstartGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.