Imported from Hobart2967/sneezly (AGENTS.md). Install upstream with npx skills add Hobart2967/sneezly. Copyright stays with the author.
AGENTS.md for sneezly
Dev environment tips
Use yarn over npm.
Coding
Always follow eslint and stylistic rules from @codewyre/wyrekit-development-compliance.
Use tabs instead of spaces if possible.
Typescript
Always fully type variables, return types etc.
Always provide modifiers of class members
Always prefix private class members with "_"
Make class members "readonly" if they're not changed during class lifecycle.
PR instructions
Title format: [<project_name>]
Always run pnpm lint and pnpm test before committing.
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/hobart2967-sneezly-sneezly/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.
hobart2967-sneezly-sneezly.ocm.jsonjson
{
"ocm": "1",
"id": "hobart2967-sneezly-sneezly",
"kind": "skill",
"name": "sneezly",
"description": "AGENTS.md for sneezly",
"publisher": "Hobart2967",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"AGENTS.md for sneezly"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/Hobart2967/sneezly",
"path": "AGENTS.md",
"ref": "62732889f30bee9a9b8f08e6a8cb7058d350a329",
"url": "https://github.com/Hobart2967/sneezly/blob/62732889f30bee9a9b8f08e6a8cb7058d350a329/AGENTS.md",
"key": "Hobart2967/sneezly/AGENTS.md"
}
},
"instructions": "# AGENTS.md for sneezly\n\n\n## Dev environment tips\n- Use `yarn` over `npm`.\n\n## Coding\n- Always follow eslint and stylistic rules from @codewyre/wyrekit-development-compliance.\n- Use tabs instead of spaces if possible.\n\n### Typescript\n\n- Always fully type variables, return types etc.\n- Always provide modifiers of class members\n- Always prefix private class members with \"_\"\n- Make class members \"readonly\" if they're not changed during class lifecycle.\n\n## PR instructions\n- Title format: [<project_name>] <Title>\n- Always run `pnpm lint` and `pnpm test` before committing.",
"cost": {
"context_tokens": 143
}
}
Fetch it by URL: GET /api/v1/registry/hobart2967-sneezly-sneezly/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.