Imported from amichne/konditional (konditional-engine/src/testFixtures/kotlin/io/amichne/konditional/fixtures/AGENTS.md). Install upstream with npx skills add amichne/konditional --skill fixtures. Copyright stays with the author.
Directory Scope
This file scopes konditional-engine/src/testFixtures/kotlin/io/amichne/konditional/fixtures/ and yields to deeper AGENTS.md files when present.
Purpose
Reusable test contexts, axis enums, and helper value types for engine and JSON tests.
Local Files
TestFixtures.kt
Rules
Fixtures should model representative behavior without baking in incidental implementation details.
Prefer extending fixtures here over duplicating domain-like test data across modules.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/amichne-konditional-fixtures/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
amichne-konditional-fixtures.ocm.jsonjson
{
"ocm": "1",
"id": "amichne-konditional-fixtures",
"kind": "skill",
"name": "fixtures",
"description": "This file scopes `konditional-engine/src/testFixtures/kotlin/io/amichne/konditional/fixtures/` and yields to deeper `AGENTS.md` files when present.",
"publisher": "amichne",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This file scopes `konditional-engine/src/testFixtures/kotlin/io/amichne/konditional/fixtures/` and yields to deeper `AGENTS.md` files when present."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/amichne/konditional",
"path": "konditional-engine/src/testFixtures/kotlin/io/amichne/konditional/fixtures/AGENTS.md",
"ref": "f191bc264fb18b65d54f228233d7630589fbaf37",
"url": "https://github.com/amichne/konditional/blob/f191bc264fb18b65d54f228233d7630589fbaf37/konditional-engine/src/testFixtures/kotlin/io/amichne/konditional/fixtures/AGENTS.md",
"key": "amichne/konditional/konditional-engine/src/testFixtures/kotlin/io/amichne/konditional/fixtures/AGENTS.md"
}
},
"instructions": "# Directory Scope\n\nThis file scopes `konditional-engine/src/testFixtures/kotlin/io/amichne/konditional/fixtures/` and yields to deeper `AGENTS.md` files when present.\n\n## Purpose\nReusable test contexts, axis enums, and helper value types for engine and JSON tests.\n\n## Local Files\n- `TestFixtures.kt`\n\n## Rules\n- Fixtures should model representative behavior without baking in incidental implementation details.\n- Prefer extending fixtures here over duplicating domain-like test data across modules.",
"cost": {
"context_tokens": 124
}
}
Fetch it by URL: GET /api/v1/registry/amichne-konditional-fixtures/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.