donald-skills
v0.3.9A reusable skill collection for Claude Code, Codex, Cursor, Gemini CLI, Kimi Code, OpenCode, WorkBuddy, and compatible agents.
By donald2028License: MIT2 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 9 skill or MCP entries
- Source updated
- Sep 17, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install donald-skills for Codex and Claude Code
codex plugin marketplace add donald2028/donald-skills
codex plugin marketplace upgrade donald-skills
codex plugin add donald-skills@donald-skillsPaste and run these commands in a terminal with Codex. They add and refresh the donald-skills catalog, then install this plugin.
Compatibility: the page URL and API slug “donald-skills” remain stable.
- Codex:
donald-skills@agent-plugin-marketplace→donald-skills@donald-skills
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/donald2028/donald-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/donald-agent-infrastructure/SKILL.md├── skills/donald-chatgpt-imagegen/SKILL.md├── skills/donald-collect-wechat/SKILL.md├── skills/donald-collect-x/SKILL.md├── skills/donald-config-browser/SKILL.md├── skills/donald-manage-skills/SKILL.md├── skills/donald-research-github/SKILL.md├── skills/donald-safe-commit/SKILL.md└── skills/donald-visual-skill-matrix/SKILL.md
Included Skills9
Set up, migrate, or structurally audit project Agent infrastructure: its canonical AGENTS.md, one Skill source, optional routing and governance, and Claude/Codex/CodeBuddy subagent registry. Do not use for routine edits to individual skills or AGENTS.md, runtime installation, or maintenance and release of a reusable Skill collection.
Generate and download images through an external ChatGPT Web session using a visible Chrome browser, with optional local reference images, multiple candidates, aspect ratios, resumable conversations, and recovery artifacts. Use when the user requests ChatGPT external image generation, 外部出图, browser-based ChatGPT image generation, or wants to avoid the current runtime's built-in image generator. Also use it as an external fallback when Codex's built-in image generation is blocked by safety restrictions, fails repeatedly, or otherwise cannot complete the requested image generation, subject to ChatGPT's own policies.
Collect or refresh a WeChat Official Account's article list, public article bodies, publish timestamps, digests, images, and audio markers through a headed logged-in Chrome session that stays behind the active app during normal automation. Use for 微信公众号内容采集、公众号文章抓取、导出公众号历史文章、增量补采, or building a traceable local archive from a WeChat account.
Collect, refresh, or backfill an X/Twitter account's original posts, self-threads, long-form Articles, and media through a visible logged-in Chrome session. Use for X posts collection, Twitter account archiving, thread capture, 按账号采集推文、增量采集、补采历史内容, or exporting a single X post and its self-thread.
Internal sub-skill for the exact `REQUIRED SUB-SKILL: Invoke donald-config-browser` dependency declared by an already-active Donald business skill. Never select from end-user intent alone. Direct maintenance is allowed only through explicit invocation.
Maintain a dedicated reusable multi-runtime Agent Skills distribution such as Donald Skills. Use for collection-level changes that require synchronizing plugin manifests, validating installer discovery, versioning, or publishing. Do not use for standalone or project-local skill authoring, skill installation, ordinary repository work, project Agent-infrastructure setup, or commit/push-only requests.
Resolve GitHub repository URLs, clone or safely refresh repositories in a configurable owner/repo research library, and inspect them for requested analysis. Use whenever the user supplies a GitHub repository URL or asks to clone, download, pull, inspect, study, or analyze a GitHub project.
Safely review, stage, commit, and optionally push Git changes while preserving unrelated work and screening for secrets. Use when the user asks to commit, 提交, push, 推送, synchronize, or sync code in a Git repository.
Compare multiple explicitly selected visual-design skills by running one brief in separate fresh worker contexts and presenting their image or webpage previews side by side. Use when, and only when, the user explicitly requests a skill-to-skill comparison or directly names this skill. Do not use for an ordinary logo, illustration, comic, card, UI, or web-design request.
Plugin manifests2
{
"name": "donald-skills",
"version": "0.3.9",
"description": "A reusable skill collection for Claude Code, Codex, Cursor, Gemini CLI, Kimi Code, OpenCode, WorkBuddy, and compatible agents.",
"author": {
"name": "donald2028",
"email": "[email protected]",
"url": "https://github.com/donald2028"
},
"homepage": "https://github.com/donald2028/donald-skills",
"repository": "https://github.com/donald2028/donald-skills",
"license": "MIT",
"keywords": [
"agents",
"skills",
"claude-code",
"codex",
"cursor",
"gemini-cli",
"kimi",
"opencode",
"workbuddy"
],
"skills": "./skills/",
"interface": {
"displayName": "Donald Skills",
"shortDescription": "Use Donald's reusable agent skills.",
"longDescription": "Install and use Donald's reusable agent skills in Codex.",
"developerName": "donald2028",
"category": "Productivity",
"capabilities": [
"Skill management"
],
"defaultPrompt": "Help me use Donald Skills."
}
}{
"name": "donald-skills",
"version": "0.3.9",
"description": "A reusable skill collection for Claude Code, Codex, Cursor, Gemini CLI, Kimi Code, OpenCode, WorkBuddy, and compatible agents.",
"author": {
"name": "donald2028",
"email": "[email protected]",
"url": "https://github.com/donald2028"
},
"homepage": "https://github.com/donald2028/donald-skills",
"repository": "https://github.com/donald2028/donald-skills",
"license": "MIT",
"keywords": [
"agents",
"skills",
"claude-code",
"codex",
"cursor",
"gemini-cli",
"kimi",
"opencode",
"workbuddy"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[donald-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/donald-skills)