Skip to content
Skillv1.0.0

arvya-notetaker

When the user's request matches an available skill, invoke it via the Skill tool. When in doubt, invoke the skill.

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

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

See reviews

About

Imported from MManzicoder/arvya-notetaker (AGENTS.md). Install upstream with npx skills add MManzicoder/arvya-notetaker. Copyright stays with the author.

Skill routing

When the user's request matches an available skill, invoke it via the Skill tool. When in doubt, invoke the skill.

Key routing rules:

  • Product ideas/brainstorming → invoke /office-hours
  • Strategy/scope → invoke /plan-ceo-review
  • Architecture → invoke /plan-eng-review
  • Design system/plan review → invoke /design-consultation or /plan-design-review
  • Full review pipeline → invoke /autoplan
  • Bugs/errors → invoke /investigate
  • QA/testing site behavior → invoke /qa or /qa-only
  • Code review/diff check → invoke /review
  • Visual polish → invoke /design-review
  • Ship/deploy/PR → invoke /ship or /land-and-deploy
  • Save progress → invoke /context-save
  • Resume context → invoke /context-restore
  • Author a backlog-ready spec/issue → invoke /spec

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/mmanzicoder-arvya-notetaker-arvya-notetaker/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.

mmanzicoder-arvya-notetaker-arvya-notetaker.ocm.jsonjson
{
  "ocm": "1",
  "id": "mmanzicoder-arvya-notetaker-arvya-notetaker",
  "kind": "skill",
  "name": "arvya-notetaker",
  "description": "When the user's request matches an available skill, invoke it via the Skill tool. When in doubt, invoke the skill.",
  "publisher": "MManzicoder",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "When the user's request matches an available skill, invoke it via the Skill tool. When in doubt, invoke the skill."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/MManzicoder/arvya-notetaker",
      "path": "AGENTS.md",
      "ref": "1ce266539b79bbea53702040ed36e41fb77475ad",
      "url": "https://github.com/MManzicoder/arvya-notetaker/blob/1ce266539b79bbea53702040ed36e41fb77475ad/AGENTS.md",
      "key": "MManzicoder/arvya-notetaker/AGENTS.md"
    }
  },
  "instructions": "## Skill routing\n\nWhen the user's request matches an available skill, invoke it via the Skill tool. When in doubt, invoke the skill.\n\nKey routing rules:\n- Product ideas/brainstorming → invoke /office-hours\n- Strategy/scope → invoke /plan-ceo-review\n- Architecture → invoke /plan-eng-review\n- Design system/plan review → invoke /design-consultation or /plan-design-review\n- Full review pipeline → invoke /autoplan\n- Bugs/errors → invoke /investigate\n- QA/testing site behavior → invoke /qa or /qa-only\n- Code review/diff check → invoke /review\n- Visual polish → invoke /design-review\n- Ship/deploy/PR ",
  "cost": {
    "context_tokens": 191
  }
}

Fetch it by URL: GET /api/v1/registry/mmanzicoder-arvya-notetaker-arvya-notetaker/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.