Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
Prompt file imported from ivanshtokov/copilot-kit (.github/prompts/create.prompt.md). Fill in {{arguments}} before use. Copyright stays with the author.
Create
{{arguments}}
Task
Create new code based on user requirements.
Steps:
Analyze Request
Understand what the user wants to create
Ask clarifying questions if needed
Plan Implementation
Determine file structure
Identify dependencies
Generate Code
Write clean, maintainable code
Follow project conventions
Include proper error handling
Verify
Check for syntax errors
Ensure code compiles/runs
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# Create
{{arguments}}
## Task
Create new code based on user requirements.
### Steps:
1. **Analyze Request**
- Understand what the user wants to create
- Ask clarifying questions if needed
2. **Plan Implementation**
- Determine file structure
- Identify dependencies
3. **Generate Code**
- Write clean, maintainable code
- Follow project conventions
- Include proper error handling
4. **Verify**
- Check for syntax errors
- Ensure code compiles/runs
Manifest
The prompt text and its fill-in variables. Copy it or fetch it by URL from your own code.