Topy onboarding
TOPY AI CEO skills for Codex, Claude Code, and npx skills
npx -y skills add TOPY-AI-LTD/TOPY-AI-CEO-Skills --skill topy-onboardingAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Create a TOPY project from a website, local file, brainstorm, or direct idea using TOPY_AI_KEY. Use when the user wants to turn an external source or rough concept into a new project record.
SKILL.md
2.1 KB, as published. Nobody here has run it
TOPY Onboarding
Intent
Create a new project from one of the supported onboarding sources.
Allowed operations
- Create a project from a website URL
- Create a project from a local file
- Create a project from brainstormed structure
- Create a project from a direct idea or short prompt
- Start or continue onboarding chat when the user wants a guided flow
Route map
POST https://topy.ai/api/v1/projects/websitePOST https://topy.ai/api/v1/projects/uploadPOST https://topy.ai/api/v1/projects/from-brainstormPOST https://topy.ai/api/v1/projects/from-ideaPOST https://topy.ai/api/v1/onboarding/chat/startPOST https://topy.ai/api/v1/onboarding/chat/turnPOST https://topy.ai/api/v1/onboarding/chat/sessions/{session_id}/complete
API and auth
See references/auth-and-api.md for the shared convention.
Inputs
- Website: a URL and any optional notes the user wants preserved
- Local file: the file contents or an attached file
- Brainstorm: the raw brainstorm text and any structured notes
- Idea: the short prompt or problem statement
Rules
- Before any API call, verify that
TOPY_AI_KEYis available. - Use
https://topy.ai/apias the base URL for all calls. - Normalize source material into the backend payload shape, do not invent fields.
- If the source is a file, read and summarize the file before creating the project.
- If the user has not specified the target project name or scope, infer only from the provided source and keep the payload conservative.
- If onboarding chat is used, keep the chat state consistent and complete the session only when the user is ready.
Failure behavior
- If
TOPY_AI_KEYis missing, stop and route the user totopy-init. - If validation fails, surface the backend error and stop.
- If the source content is ambiguous or incomplete, ask a clarifying question before creating the project.