Skip to content
Skillv1.0.0

agentesva

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

by fangaiala-max(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from fangaiala-max/agentesva (AGENTS.md). Install upstream with npx skills add fangaiala-max/agentesva. 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/fangaiala-max-agentesva-agentesva/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.

fangaiala-max-agentesva-agentesva.ocm.jsonjson
{
  "ocm": "1",
  "id": "fangaiala-max-agentesva-agentesva",
  "kind": "skill",
  "name": "agentesva",
  "description": "When the user's request matches an available skill, invoke it via the Skill tool. When in doubt, invoke the skill.",
  "publisher": "fangaiala-max",
  "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/fangaiala-max/agentesva",
      "path": "AGENTS.md",
      "ref": "58cb736837667d8805362ade6a38ac622e3530eb",
      "url": "https://github.com/fangaiala-max/agentesva/blob/58cb736837667d8805362ade6a38ac622e3530eb/AGENTS.md",
      "key": "fangaiala-max/agentesva/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/fangaiala-max-agentesva-agentesva/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.