Add get-started skill to skyflow-skills plugin - #24
Merged
Conversation
Adds a "Get Started with Skyflow" skill that acts as the front door for new Skyflow integrations and POCs. It orients the user and agent, then hands off to the right existing skill. The skill walks through: - Account & environment check (trial/sandbox/production -> base URLs) - Secure credential setup (token stays out of the chat and logs) - Goal selection (explore / plan / POC / production-ready / specific task) - Working mode (educational-collaborative vs get-it-done) - Routing to the appropriate skill, API, SDK, and docs Supporting references: - environments.md: account-type/base-URL matrix, finding IDs, per-env cautions - credentials.md: token types, secure local provisioning, what never to do Also updates the marketplace README, plugin README, plugin/marketplace descriptions (version bumped to 0.6.0), and the CONTRIBUTING structure list. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VL1KCtJyvnXQkbwKqc3gEh
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.
What
Adds a Get Started with Skyflow skill (
/skyflow-skills:get-started) to theskyflow-skillsplugin. It's the front door for a new Skyflow integration or POC: it orients a new user (and the agent) and then hands off to the right existing skill, rather than doing the integration itself.Why
New users and agents don't know where to begin — which environment they're in, how to handle credentials safely, or which of the existing skills (plan, create-vault, quickstarts, call-rest-apis, migrate) applies. This skill is a router that removes that friction and bakes in the safety rules from the start.
The flow
The skill walks through, in order (skipping anything already answered):
-preview= sandbox) and how carefully to treat data. Points users with no account to the free trial..env/ secrets manager. Caution scales with the environment.Files
skyflow-skills-plugin/skills/get-started/SKILL.md— the punchy 5-step orchestration flow + routing table + guardrails.skyflow-skills-plugin/skills/get-started/environments.md— account-type/base-URL matrix, how to find your IDs in Studio, per-environment guidance, common mistakes.skyflow-skills-plugin/skills/get-started/credentials.md— token types (personal token vs API key vs service account), secure local provisioning, and what never to do.Docs / metadata updates
README.mdand pluginREADME.mdlist the new skill.versionbumped0.5.0 → 0.6.0.CONTRIBUTING.mdstructure listing includes the new skill directory.Validation
python3 .github/scripts/validate-skills.pypasses for all 7 skills (frontmatternamematches directory,description359 chars ≤ 1024). The packaging script discovers the skill directory automatically, so it will be included in standalone release zips with its supporting files.🤖 Generated with Claude Code
https://claude.ai/code/session_01VL1KCtJyvnXQkbwKqc3gEh
Generated by Claude Code