When checking feature parity across platforms after shipping a feature, receiving a Knowledge Bus alert, or on a scheduled cadence. Requires a blueprint with a parity matrix.
Imported from ahmadulhoq/agentskel (.claude/skills/parity-check/SKILL.md). Install upstream with npx skills add ahmadulhoq/agentskel --skill parity-check. Copyright stays with the author.
Read and follow the full workflow at .agents/workflows/parity-check.md.
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/ahmadulhoq-agentskel-parity-check/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.
ahmadulhoq-agentskel-parity-check.ocm.jsonjson
{
"ocm": "1",
"id": "ahmadulhoq-agentskel-parity-check",
"kind": "skill",
"name": "parity-check",
"description": "When checking feature parity across platforms after shipping a feature, receiving a Knowledge Bus alert, or on a scheduled cadence. Requires a blueprint with a parity matrix.",
"publisher": "ahmadulhoq",
"version": "1.0.0",
"capabilities": {
"domains": [
"math"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"When checking feature parity across platforms after shipping a feature, receiving a Knowledge Bus alert, or on a scheduled cadence. Requires a blueprint with a parity matrix."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/ahmadulhoq/agentskel",
"path": ".claude/skills/parity-check/SKILL.md",
"ref": "87fefe77a07e02c5b0ae2b3e3e37258a256e3584",
"url": "https://github.com/ahmadulhoq/agentskel/blob/87fefe77a07e02c5b0ae2b3e3e37258a256e3584/.claude/skills/parity-check/SKILL.md",
"key": "ahmadulhoq/agentskel/.claude/skills/parity-check/SKILL.md"
}
},
"instructions": "Read and follow the full workflow at `.agents/workflows/parity-check.md`.",
"cost": {
"context_tokens": 18
}
}
Fetch it by URL: GET /api/v1/registry/ahmadulhoq-agentskel-parity-check/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.