Skip to content
Skillv1.0.0

Assignment-1

Before any task in this repo: **read `Learning_Context_Document_v2.md`** (the user's learning context — always refer to it before answering). Then **read `skills/README.md`** — it is the router. Find

by the-akindele(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from the-akindele/Assignment-1 (AGENTS.md). Install upstream with npx skills add the-akindele/Assignment-1. Copyright stays with the author.

Agent instructions

Before any task in this repo: read Learning_Context_Document_v2.md (the user's learning context — always refer to it before answering). Then read skills/README.md — it is the router. Find the task in its table and load exactly one skill (plus skills/flyrank/flyrank-data/SKILL.md whenever the task touches the data). Do not load every skill; keep context small.

Ground rules for this repo:

  • Search the repo before assuming something is missing or not implemented.
  • One task per conversation; finish and verify before starting the next.
  • Never commit datasets (CI blocks them). Never print private data, client names, or raw queries.
  • The intern validates your output — end each task by running the notebook top to bottom.

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/the-akindele-assignment-1-assignment-1/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.

the-akindele-assignment-1-assignment-1.ocm.jsonjson
{
  "ocm": "1",
  "id": "the-akindele-assignment-1-assignment-1",
  "kind": "skill",
  "name": "Assignment-1",
  "description": "Before any task in this repo: **read `Learning_Context_Document_v2.md`** (the user's learning context — always refer to it before answering). Then **read `skills/README.md`** — it is the router. Find the task in its table and load exactly **one** skill (plus `skills/flyrank/flyrank-data/SKILL.md` whenever the task touches the data). Do not load every skill; keep context small.",
  "publisher": "the-akindele",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "data_analysis"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Before any task in this repo: **read `Learning_Context_Document_v2.md`** (the user's learning context — always refer to it before answering). Then **read `skills/README.md`** — it is the router. Find the task in its table and load exactly **one** skill (plus `skills/flyrank/flyrank-data/SKILL.md` whenever the task touches the data). Do not load every skill; keep context small."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/the-akindele/Assignment-1",
      "path": "AGENTS.md",
      "ref": "11f6818708920380d61d812faa7270164f000438",
      "url": "https://github.com/the-akindele/Assignment-1/blob/11f6818708920380d61d812faa7270164f000438/AGENTS.md",
      "key": "the-akindele/Assignment-1/AGENTS.md"
    }
  },
  "instructions": "# Agent instructions\n\nBefore any task in this repo: **read `Learning_Context_Document_v2.md`** (the user's learning context — always refer to it before answering).\nThen **read `skills/README.md`** — it is the router.\nFind the task in its table and load exactly **one** skill (plus `skills/flyrank/flyrank-data/SKILL.md`\nwhenever the task touches the data). Do not load every skill; keep context small.\n\nGround rules for this repo:\n- Search the repo before assuming something is missing or not implemented.\n- One task per conversation; finish and verify before starting the next.\n- Never commit datase",
  "cost": {
    "context_tokens": 191
  }
}

Fetch it by URL: GET /api/v1/registry/the-akindele-assignment-1-assignment-1/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.

Assignment-1 - Skill - OpenSmartRoute