Answers from the documentation - opens a ticket when you need a person
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.
Answers come from the docs; check anything important there.
contradictory-test-tools - Skill - OpenSmartRoute
Skillv1.0.0
contradictory-test-tools
Notes for AI coding agents working in this project.
Imported from northgardtracker/rootmark (test/fixtures/contradictory-test-tools/AGENTS.md). Install upstream with npx skills add northgardtracker/rootmark --skill contradictory-test-tools. Copyright stays with the author.
AGENTS.md
Notes for AI coding agents working in this project.
Setup commands
Install dependencies: pnpm install
Test commands
Run Jest before opening a PR.
Run Vitest before opening a PR.
Run the full validation: pnpm run ci
Code style
Use strict TypeScript across the codebase.
Lint with pnpm run lint before requesting review.
Safety boundaries
Never expose credentials or sensitive data.
Pull request expectations
Open PRs against the main branch.
Run pnpm run ci before requesting review.
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/northgardtracker-rootmark-contradictory-test-tools/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.
{
"ocm": "1",
"id": "northgardtracker-rootmark-contradictory-test-tools",
"kind": "skill",
"name": "contradictory-test-tools",
"description": "Notes for AI coding agents working in this project.",
"publisher": "northgardtracker",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Notes for AI coding agents working in this project."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/northgardtracker/rootmark",
"path": "test/fixtures/contradictory-test-tools/AGENTS.md",
"ref": "aa072953c499dbde1b50fbe7e1faae25c4374241",
"url": "https://github.com/northgardtracker/rootmark/blob/aa072953c499dbde1b50fbe7e1faae25c4374241/test/fixtures/contradictory-test-tools/AGENTS.md",
"key": "northgardtracker/rootmark/test/fixtures/contradictory-test-tools/AGENTS.md"
}
},
"instructions": "# AGENTS.md\n\nNotes for AI coding agents working in this project.\n\n## Setup commands\n\n- Install dependencies: `pnpm install`\n\n## Test commands\n\n- Run Jest before opening a PR.\n- Run Vitest before opening a PR.\n- Run the full validation: `pnpm run ci`\n\n## Code style\n\n- Use strict TypeScript across the codebase.\n- Lint with `pnpm run lint` before requesting review.\n\n## Safety boundaries\n\n- Never expose credentials or sensitive data.\n\n## Pull request expectations\n\n- Open PRs against the main branch.\n- Run `pnpm run ci` before requesting review.",
"cost": {
"context_tokens": 136
}
}
Fetch it by URL: GET /api/v1/registry/northgardtracker-rootmark-contradictory-test-tools/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.