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.
Instruction file imported from timothywarner/ai900 (.github/instructions/practice-questions.instructions.md). Copyright stays with the author.
Practice Question Standards
Every item must be scenario-based using Microsoft fictional companies (Contoso, Fabrikam, Tailwind Traders, Northwind Traders, Adatum)
Exactly 4 options (A-D), exactly 1 correct answer
All distractors must be plausible to a partially-trained candidate
NEVER use "All of the above", "None of the above", or negatively worded stems
Test application (Bloom's Apply+), not memorization
Include rationale for ALL options (correct AND incorrect)
Include a Microsoft Learn reference URL for every item
Use current Azure terminology only -- deprecated names appear only as distractors
Wrap answers in <details><summary>Show Answer</summary> for self-paced study
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "timothywarner-ai900-practice-questions-instructions",
"kind": "skill",
"name": "practice-questions",
"description": "Practice Question Standards",
"publisher": "timothywarner",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Practice Question Standards"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/timothywarner/ai900",
"path": ".github/instructions/practice-questions.instructions.md",
"ref": "a0661e86f7fc4071c03371f6ce34aa27e4082222",
"url": "https://github.com/timothywarner/ai900/blob/a0661e86f7fc4071c03371f6ce34aa27e4082222/.github/instructions/practice-questions.instructions.md",
"key": "timothywarner/ai900/.github/instructions/practice-questions.instructions.md"
},
"applies_to": "practice-questions/**/*.md"
},
"instructions": "# Practice Question Standards\n\n- Every item must be scenario-based using Microsoft fictional companies (Contoso, Fabrikam, Tailwind Traders, Northwind Traders, Adatum)\n- Exactly 4 options (A-D), exactly 1 correct answer\n- All distractors must be plausible to a partially-trained candidate\n- NEVER use \"All of the above\", \"None of the above\", or negatively worded stems\n- Test application (Bloom's Apply+), not memorization\n- Include rationale for ALL options (correct AND incorrect)\n- Include a Microsoft Learn reference URL for every item\n- Use current Azure terminology only -- deprecated names app",
"cost": {
"context_tokens": 176
}
}
Fetch it by URL: GET /api/v1/registry/timothywarner-ai900-practice-questions-instructions/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.