Skip to content
Skillv1.0.0

MicroManus

Repository instructions

by UtkarshArjariya(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from UtkarshArjariya/MicroManus (AGENTS.md). Install upstream with npx skills add UtkarshArjariya/MicroManus. Copyright stays with the author.

Repository instructions

Database migrations

  • Apply live Supabase migrations directly with the Supabase CLI; do not ask the user to paste SQL into the Dashboard SQL Editor.
  • Keep migration SQL in supabase/migrations/, link with pnpm supabase link --project-ref <project-ref>, inspect pending changes, then run pnpm supabase db push.
  • Read current CLI help before relying on remembered flags because Supabase CLI commands can change.
  • Supply SUPABASE_ACCESS_TOKEN and database credentials through local or session environment variables only. Never write credentials to tracked files or commit them.
  • Verify the resulting live schema after each push and report the migration version that was applied.

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/utkarsharjariya-micromanus-micromanus/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.

utkarsharjariya-micromanus-micromanus.ocm.jsonjson
{
  "ocm": "1",
  "id": "utkarsharjariya-micromanus-micromanus",
  "kind": "skill",
  "name": "MicroManus",
  "description": "Repository instructions",
  "publisher": "UtkarshArjariya",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Repository instructions"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/UtkarshArjariya/MicroManus",
      "path": "AGENTS.md",
      "ref": "da3b305197aa12768c517cee2e90b5c9a138de11",
      "url": "https://github.com/UtkarshArjariya/MicroManus/blob/da3b305197aa12768c517cee2e90b5c9a138de11/AGENTS.md",
      "key": "UtkarshArjariya/MicroManus/AGENTS.md"
    }
  },
  "instructions": "# Repository instructions\n\n## Database migrations\n\n- Apply live Supabase migrations directly with the Supabase CLI; do not ask the user to paste SQL into the Dashboard SQL Editor.\n- Keep migration SQL in `supabase/migrations/`, link with `pnpm supabase link --project-ref <project-ref>`, inspect pending changes, then run `pnpm supabase db push`.\n- Read current CLI help before relying on remembered flags because Supabase CLI commands can change.\n- Supply `SUPABASE_ACCESS_TOKEN` and database credentials through local or session environment variables only. Never write credentials to tracked files ",
  "cost": {
    "context_tokens": 179
  }
}

Fetch it by URL: GET /api/v1/registry/utkarsharjariya-micromanus-micromanus/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.