No Over-Engineering: Choose the simplest appropriate solution that fully and reliably meets the specific requirements and fits the existing architecture. Avoid premature abstractions, unnecessary laye
Imported from dropper-devs/dropper (AGENTS.md). Install upstream with npx skills add dropper-devs/dropper. Copyright stays with the author.
No Over-Engineering: Choose the simplest appropriate solution
that fully and reliably meets the specific requirements and
fits the existing architecture. Avoid premature abstractions,
unnecessary layers, hypothetical edge-case handling,
and functionality that is not required for the current task.
Account for real and likely edge cases, but do not add
complexity for purely hypothetical future scenarios.
Keep changes small, direct, and easy to understand.
Use more complex approaches only when the actual requirements
make them necessary.
If you make a large change, let me test it manually before you
start writing testcases unless I ask.
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/dropper-devs-dropper-dropper/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.
dropper-devs-dropper-dropper.ocm.jsonjson
{
"ocm": "1",
"id": "dropper-devs-dropper-dropper",
"kind": "skill",
"name": "dropper",
"description": "No Over-Engineering: Choose the simplest appropriate solution that fully and reliably meets the specific requirements and fits the existing architecture. Avoid premature abstractions, unnecessary layers, hypothetical edge-case handling, and functionality that is not required for the current task. Account for real and likely edge cases, but do not add complexity for purely hypothetical future scenarios. Keep changes small, direct, and easy to understand. Use more complex approaches only when the actual requirements make them necessary.",
"publisher": "dropper-devs",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"No Over-Engineering: Choose the simplest appropriate solution that fully and reliably meets the specific requirements and fits the existing architecture. Avoid premature abstractions, unnecessary layers, hypothetical edge-case handling, and functionality that is not required for the current task. Account for real and likely edge cases, but do not add complexity for purely hypothetical future scenarios. Keep changes small, direct, and easy to understand. Use more complex approaches only when the actual requirements make them necessary."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/dropper-devs/dropper",
"path": "AGENTS.md",
"ref": "e6a53d3fbdeec7b3116046efdcf8604a8e3348b4",
"url": "https://github.com/dropper-devs/dropper/blob/e6a53d3fbdeec7b3116046efdcf8604a8e3348b4/AGENTS.md",
"key": "dropper-devs/dropper/AGENTS.md"
}
},
"instructions": "No Over-Engineering: Choose the simplest appropriate solution \nthat fully and reliably meets the specific requirements and \nfits the existing architecture. Avoid premature abstractions, \nunnecessary layers, hypothetical edge-case handling, \nand functionality that is not required for the current task. \nAccount for real and likely edge cases, but do not add \ncomplexity for purely hypothetical future scenarios. \nKeep changes small, direct, and easy to understand. \nUse more complex approaches only when the actual requirements \nmake them necessary.\n\nIf you make a large change, let me test it manual",
"cost": {
"context_tokens": 163
}
}
Fetch it by URL: GET /api/v1/registry/dropper-devs-dropper-dropper/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.