Topy templates
TOPY AI CEO skills for Codex, Claude Code, and npx skills
npx -y skills add TOPY-AI-LTD/TOPY-AI-CEO-Skills --skill topy-templatesAssembled 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, edit, star, unstar, archive, and restore TOPY business-plan templates using TOPY_AI_KEY. Use when the user wants to manage template definitions or the template assistant.
SKILL.md
1.9 KB, as published. Nobody here has run it
TOPY Templates
Intent
Manage official and custom business-plan templates for a project.
Allowed operations
- List custom templates
- Create a custom template
- Edit a custom template
- Archive and restore a custom template
- Star or unstar an official template
- Use the template assistant to refine template content
Route map
GET https://topy.ai/api/v1/projects/{pid}/business-plan/custom-templatesPOST https://topy.ai/api/v1/projects/{pid}/business-plan/custom-templatesPATCH https://topy.ai/api/v1/projects/{pid}/business-plan/custom-templates/{tid}DELETE https://topy.ai/api/v1/projects/{pid}/business-plan/custom-templates/{tid}POST https://topy.ai/api/v1/projects/{pid}/business-plan/custom-templates/{tid}/restorePATCH https://topy.ai/api/v1/projects/{pid}/business-plan/official-templates/{tid}POST https://topy.ai/api/v1/projects/{pid}/business-plan/template-assistant
API and auth
See references/auth-and-api.md for the shared convention.
Rules
- Before any API call, verify that
TOPY_AI_KEYis available. - Use
https://topy.ai/apias the base URL for all calls. - Keep template payloads aligned with the backend schema and the selected project.
- Preserve official-template metadata unless the user explicitly asks to star or unstar it.
- Use the template assistant for guided edits when the user wants help refining structure or wording.
Failure behavior
- If
TOPY_AI_KEYis missing, stop and route the user totopy-init. - If the template is missing or archived, surface that state and ask whether to restore or replace it.
- If the payload is malformed, stop and request the missing fields.