Imported from Libertus07/motto-saas (.agents/AGENTS.md). Install upstream with npx skills add Libertus07/motto-saas --skill .agents. Copyright stays with the author.
Agent Skill Authoring Rules
These instructions apply only while changing files under .agents/. Read
README.md before adding or modifying a project skill.
Keep durable repository and subtree constraints in the nearest applicable
AGENTS.md; do not duplicate them in skills.
Create a skill only for a specialized, reusable workflow with a clear trigger.
Keep skill frontmatter, paths, examples, verification, and failure behavior
current with the repository.
Do not include credentials, tenant data, machine-specific paths, or rules that
contradict the root engineering contract.
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/libertus07-motto-saas-agents/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.
libertus07-motto-saas-agents.ocm.jsonjson
{
"ocm": "1",
"id": "libertus07-motto-saas-agents",
"kind": "skill",
"name": ".agents",
"description": "These instructions apply only while changing files under `.agents/`. Read `README.md` before adding or modifying a project skill.",
"publisher": "Libertus07",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"These instructions apply only while changing files under `.agents/`. Read `README.md` before adding or modifying a project skill."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/Libertus07/motto-saas",
"path": ".agents/AGENTS.md",
"ref": "5422eeeba92ed01449eb025203263b02e03a41c0",
"url": "https://github.com/Libertus07/motto-saas/blob/5422eeeba92ed01449eb025203263b02e03a41c0/.agents/AGENTS.md",
"key": "Libertus07/motto-saas/.agents/AGENTS.md"
}
},
"instructions": "# Agent Skill Authoring Rules\n\nThese instructions apply only while changing files under `.agents/`. Read\n`README.md` before adding or modifying a project skill.\n\n- Keep durable repository and subtree constraints in the nearest applicable\n `AGENTS.md`; do not duplicate them in skills.\n- Create a skill only for a specialized, reusable workflow with a clear trigger.\n- Keep skill frontmatter, paths, examples, verification, and failure behavior\n current with the repository.\n- Do not include credentials, tenant data, machine-specific paths, or rules that\n contradict the root engineering contract.",
"cost": {
"context_tokens": 150
}
}
Fetch it by URL: GET /api/v1/registry/libertus07-motto-saas-agents/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.