This file is the entry point for AI agents working in this repository. It is **user-owned** — `wmill` never overwrites it. Add your project-specific guidance below the include line.
Imported from vpzed-dev/smithy (windmill/local-dev/AGENTS.md). Install upstream with npx skills add vpzed-dev/smithy --skill local-dev. Copyright stays with the author.
Project AI Agent Instructions
This file is the entry point for AI agents working in this repository. It is
user-owned — wmill never overwrites it. Add your project-specific
guidance below the include line.
The line below pulls in Windmill's managed CLI guidance (skills, deploy flow,
debugging jobs, etc.). Refresh it with wmill refresh prompts. Remove the
include line if you don't want the managed guidance in this project.
@AGENTS.wmill.md
Project-specific instructions
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/vpzed-dev-smithy-local-dev/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.
vpzed-dev-smithy-local-dev.ocm.jsonjson
{
"ocm": "1",
"id": "vpzed-dev-smithy-local-dev",
"kind": "skill",
"name": "local-dev",
"description": "This file is the entry point for AI agents working in this repository. It is **user-owned** — `wmill` never overwrites it. Add your project-specific guidance below the include line.",
"publisher": "vpzed-dev",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This file is the entry point for AI agents working in this repository. It is **user-owned** — `wmill` never overwrites it. Add your project-specific guidance below the include line."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/vpzed-dev/smithy",
"path": "windmill/local-dev/AGENTS.md",
"ref": "0051a530e34b98f5bad9d5ee736da00bae447695",
"url": "https://github.com/vpzed-dev/smithy/blob/0051a530e34b98f5bad9d5ee736da00bae447695/windmill/local-dev/AGENTS.md",
"key": "vpzed-dev/smithy/windmill/local-dev/AGENTS.md"
}
},
"instructions": "# Project AI Agent Instructions\n\nThis file is the entry point for AI agents working in this repository. It is\n**user-owned** — `wmill` never overwrites it. Add your project-specific\nguidance below the include line.\n\nThe line below pulls in Windmill's managed CLI guidance (skills, deploy flow,\ndebugging jobs, etc.). Refresh it with `wmill refresh prompts`. Remove the\ninclude line if you don't want the managed guidance in this project.\n\n@AGENTS.wmill.md\n\n## Project-specific instructions\n\n<!-- Add anything specific to this repo here. Examples:\n - Deploy commands or environments unique to this",
"cost": {
"context_tokens": 197
}
}
Fetch it by URL: GET /api/v1/registry/vpzed-dev-smithy-local-dev/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.