Skip to content
Skillv1.0.0

my-app

Load the `mastra` skill BEFORE any Mastra work. Never rely on cached knowledge — APIs change between versions.

by AbhinavCoder-14(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from AbhinavCoder-14/AdAlign (my-app/AGENTS.md). Install upstream with npx skills add AbhinavCoder-14/AdAlign --skill my-app. Copyright stays with the author.

AGENTS.md

CRITICAL: Load mastra skill first

Load the mastra skill BEFORE any Mastra work. Never rely on cached knowledge — APIs change between versions.

Rules

  • Register all agents, tools, workflows, and scorers in src/mastra/index.ts
  • Use the dev and build scripts from package.json instead of running mastra dev / mastra build directly

Resources

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/abhinavcoder-14-adalign-my-app/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.

abhinavcoder-14-adalign-my-app.ocm.jsonjson
{
  "ocm": "1",
  "id": "abhinavcoder-14-adalign-my-app",
  "kind": "skill",
  "name": "my-app",
  "description": "Load the `mastra` skill BEFORE any Mastra work. Never rely on cached knowledge — APIs change between versions.",
  "publisher": "AbhinavCoder-14",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Load the `mastra` skill BEFORE any Mastra work. Never rely on cached knowledge — APIs change between versions."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/AbhinavCoder-14/AdAlign",
      "path": "my-app/AGENTS.md",
      "ref": "d49039a5be4b1369b965f1202244214a0900964f",
      "url": "https://github.com/AbhinavCoder-14/AdAlign/blob/d49039a5be4b1369b965f1202244214a0900964f/my-app/AGENTS.md",
      "key": "AbhinavCoder-14/AdAlign/my-app/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\n## CRITICAL: Load `mastra` skill first\n\nLoad the `mastra` skill BEFORE any Mastra work. Never rely on cached knowledge — APIs change between versions.\n\n## Rules\n\n- Register all agents, tools, workflows, and scorers in `src/mastra/index.ts`\n- Use the `dev` and `build` scripts from `package.json` instead of running `mastra dev` / `mastra build` directly\n\n## Resources\n\n- [Mastra Documentation](https://mastra.ai/llms.txt)\n- [Skills Discovery](https://mastra.ai/.well-known/skills/index.json)",
  "cost": {
    "context_tokens": 126
  }
}

Fetch it by URL: GET /api/v1/registry/abhinavcoder-14-adalign-my-app/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.