Skip to content
Skillv1.0.0

ResumeManager

每次在本项目完成一个用户请求的开发、验证和自检后,必须执行:

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

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

See reviews

About

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

ResumeManager 开发完成钩子

每次在本项目完成一个用户请求的开发、验证和自检后,必须执行:

powershell -ExecutionPolicy Bypass -File scripts/development-finish.ps1 -Message "<本次开发摘要>"

该脚本会暂存并提交当前项目改动;若没有改动则不创建空提交。执行失败时,应向用户说明原因,不可忽略。

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/fap8235-resumemanager-resumemanager/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.

fap8235-resumemanager-resumemanager.ocm.jsonjson
{
  "ocm": "1",
  "id": "fap8235-resumemanager-resumemanager",
  "kind": "skill",
  "name": "ResumeManager",
  "description": "每次在本项目完成一个用户请求的开发、验证和自检后,必须执行:",
  "publisher": "FaP8235",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "每次在本项目完成一个用户请求的开发、验证和自检后,必须执行:"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/FaP8235/ResumeManager",
      "path": "AGENTS.md",
      "ref": "552c7c48ddda7abcf1ec3ec5814b8681022fea2c",
      "url": "https://github.com/FaP8235/ResumeManager/blob/552c7c48ddda7abcf1ec3ec5814b8681022fea2c/AGENTS.md",
      "key": "FaP8235/ResumeManager/AGENTS.md"
    }
  },
  "instructions": "# ResumeManager 开发完成钩子\n\n每次在本项目完成一个用户请求的开发、验证和自检后,必须执行:\n\n```powershell\npowershell -ExecutionPolicy Bypass -File scripts/development-finish.ps1 -Message \"<本次开发摘要>\"\n```\n\n该脚本会暂存并提交当前项目改动;若没有改动则不创建空提交。执行失败时,应向用户说明原因,不可忽略。",
  "cost": {
    "context_tokens": 54
  }
}

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