Skip to content
Skillv1.0.0

Dev-Logs

This is an explainer for the directories under `/content`:

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

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

See reviews

About

Imported from JasonHK/Dev-Logs (AGENTS.md). Install upstream with npx skills add JasonHK/Dev-Logs. Copyright stays with the author.

AGENTS.md

Content Structure

This is an explainer for the directories under /content:

  • /notes: Notes written from the knowledge I gained during software developments.
  • /writeups: Solutions for the CTF competitions I've participated. Each competition is under a sub-directory.
  • /categories: The posts' categories.
  • /tags: The posts' tags.

Translating Articles

When translating articles, wording must be professional. You should expect readers for this blog are from the IT sector (or interested in).

When Translating to Chinese

You must translate into Traditional Chinese, wording must use those that are commonly used in Hong Kong. You must translate into written language (書面語), spoken language (口語) is forbidden.

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/jasonhk-dev-logs-dev-logs/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.

jasonhk-dev-logs-dev-logs.ocm.jsonjson
{
  "ocm": "1",
  "id": "jasonhk-dev-logs-dev-logs",
  "kind": "skill",
  "name": "Dev-Logs",
  "description": "This is an explainer for the directories under `/content`:",
  "publisher": "JasonHK",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This is an explainer for the directories under `/content`:"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/JasonHK/Dev-Logs",
      "path": "AGENTS.md",
      "ref": "cf179061ccb7e9000154d1972b5a9bd69ed56551",
      "url": "https://github.com/JasonHK/Dev-Logs/blob/cf179061ccb7e9000154d1972b5a9bd69ed56551/AGENTS.md",
      "key": "JasonHK/Dev-Logs/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\n## Content Structure\n\nThis is an explainer for the directories under `/content`:\n\n- `/notes`: Notes written from the knowledge I gained during software developments.\n- `/writeups`: Solutions for the CTF competitions I've participated. Each competition is under a sub-directory.\n- `/categories`: The posts' categories.\n- `/tags`: The posts' tags.\n\n## Translating Articles\n\nWhen translating articles, wording **must be** professional. You **should** expect readers for this blog are from the IT sector (or interested in).\n\n### When Translating to Chinese\n\nYou **must** translate into Tradi",
  "cost": {
    "context_tokens": 192
  }
}

Fetch it by URL: GET /api/v1/registry/jasonhk-dev-logs-dev-logs/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.