Skip to content
Skillv1.0.0

habaq-wp-core

Agent Instructions

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

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

See reviews

About

Imported from Maximad/habaq-wp-core (AGENTS.md). Install upstream with npx skills add Maximad/habaq-wp-core. Copyright stays with the author.

Agent Instructions

  • This is a WordPress plugin repository.
  • Code lives in /includes with the main plugin bootstrap at the repo root.
  • Coding standards:
    • Avoid duplicate hooks.
    • Guard global functions with function_exists.
    • Sanitize inputs and escape output.
    • Use Arabic UI strings where applicable.
    • Avoid breaking existing shortcodes.
  • Local testing:
    • Run php -l on all plugin PHP files before committing.

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/maximad-habaq-wp-core-habaq-wp-core/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.

maximad-habaq-wp-core-habaq-wp-core.ocm.jsonjson
{
  "ocm": "1",
  "id": "maximad-habaq-wp-core-habaq-wp-core",
  "kind": "skill",
  "name": "habaq-wp-core",
  "description": "Agent Instructions",
  "publisher": "Maximad",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Agent Instructions"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/Maximad/habaq-wp-core",
      "path": "AGENTS.md",
      "ref": "8a35935cf8b2580c04447a95cdc6140babefa858",
      "url": "https://github.com/Maximad/habaq-wp-core/blob/8a35935cf8b2580c04447a95cdc6140babefa858/AGENTS.md",
      "key": "Maximad/habaq-wp-core/AGENTS.md"
    }
  },
  "instructions": "# Agent Instructions\n\n- This is a WordPress plugin repository.\n- Code lives in `/includes` with the main plugin bootstrap at the repo root.\n- Coding standards:\n  - Avoid duplicate hooks.\n  - Guard global functions with `function_exists`.\n  - Sanitize inputs and escape output.\n  - Use Arabic UI strings where applicable.\n  - Avoid breaking existing shortcodes.\n- Local testing:\n  - Run `php -l` on all plugin PHP files before committing.",
  "cost": {
    "context_tokens": 109
  }
}

Fetch it by URL: GET /api/v1/registry/maximad-habaq-wp-core-habaq-wp-core/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.