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.
coursHardhat - Skill - OpenSmartRoute
Skillv1.0.0
coursHardhat
When writing or modifying tests, configuring `hardhat.config.ts`, or interacting with the network from TypeScript, invoke the **`hardhat`** skill. It covers Solidity and TypeScript testing, how to cho
Imported from Alyra-school/blaise-dev (3. Outils Dev/Hardhat/coursHardhat/AGENTS.md). Install upstream with npx skills add Alyra-school/blaise-dev --skill coursHardhat. Copyright stays with the author.
Hardhat + ethers project
Project layout
contracts/ Solidity source files (*.sol) and unit tests (*.t.sol)
test/ TypeScript integration tests and Solidity unit tests (*.sol)
ignition/ Hardhat Ignition deployment modules
scripts/ Standalone scripts run with `hardhat run`
hardhat.config.ts
Working in this project
When writing or modifying tests, configuring hardhat.config.ts, or interacting with the network from TypeScript, invoke the hardhat skill. It covers Solidity and TypeScript testing, how to choose between them, forge-std cheatcodes, the network.create() API, networkHelpers, and the compile-then-typecheck workflow. The skill itself points to the matching hardhat-toolbox-* skill for toolbox-specific guidance (signers, contract interaction, assertions).
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/alyra-school-blaise-dev-courshardhat/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.
alyra-school-blaise-dev-courshardhat.ocm.jsonjson
{
"ocm": "1",
"id": "alyra-school-blaise-dev-courshardhat",
"kind": "skill",
"name": "coursHardhat",
"description": "When writing or modifying tests, configuring `hardhat.config.ts`, or interacting with the network from TypeScript, invoke the **`hardhat`** skill. It covers Solidity and TypeScript testing, how to choose between them, `forge-std` cheatcodes, the `network.create()` API, `networkHelpers`, and the compile-then-typecheck workflow. The skill itself points to the matching `hardhat-toolbox-*` skill for toolbox-specific guidance (signers, contract interaction, assertions).",
"publisher": "Alyra-school",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding",
"legal"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"When writing or modifying tests, configuring `hardhat.config.ts`, or interacting with the network from TypeScript, invoke the **`hardhat`** skill. It covers Solidity and TypeScript testing, how to choose between them, `forge-std` cheatcodes, the `network.create()` API, `networkHelpers`, and the compile-then-typecheck workflow. The skill itself points to the matching `hardhat-toolbox-*` skill for toolbox-specific guidance (signers, contract interaction, assertions)."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/Alyra-school/blaise-dev",
"path": "3. Outils Dev/Hardhat/coursHardhat/AGENTS.md",
"ref": "096127f892ec8072bc17ee642317da404b9dccb8",
"url": "https://github.com/Alyra-school/blaise-dev/blob/096127f892ec8072bc17ee642317da404b9dccb8/3. Outils Dev/Hardhat/coursHardhat/AGENTS.md",
"key": "Alyra-school/blaise-dev/3. Outils Dev/Hardhat/coursHardhat/AGENTS.md"
}
},
"instructions": "# Hardhat + ethers project\n\n## Project layout\n\n```\ncontracts/ Solidity source files (*.sol) and unit tests (*.t.sol)\ntest/ TypeScript integration tests and Solidity unit tests (*.sol)\nignition/ Hardhat Ignition deployment modules\nscripts/ Standalone scripts run with `hardhat run`\nhardhat.config.ts\n```\n\n## Working in this project\n\nWhen writing or modifying tests, configuring `hardhat.config.ts`, or interacting with the network from TypeScript, invoke the **`hardhat`** skill. It covers Solidity and TypeScript testing, how to choose between them, `forge-std` ch",
"cost": {
"context_tokens": 233
}
}
Fetch it by URL: GET /api/v1/registry/alyra-school-blaise-dev-courshardhat/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.