Agent Plugins Marketplace
All plugins

spellbook-skills

v0.8.3

Personal skills library for daily workflows (worktrees + branch finishing, compile-only)

Codex10 Skills

By code4jLicense: MIT1.1k GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex
Parsed components
10 skill or MCP entries
Source updated
Sep 22, 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 spellbook-skills for Codex

Installs for the current user
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add spellbook-skills@awesome-codex-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “spellbook-skills” remain stable.

  • Codex: spellbook-skills@agent-plugin-marketplacespellbook-skills@awesome-codex-plugins

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/hashgraph-online/awesome-codex-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/yyykf/spellbook-skills/.

Plugin files

plugins/yyykf/spellbook-skills/
├── .codex-plugin/plugin.json
├── skills/agents-md-improver/SKILL.md
├── skills/ddd-best-practices/SKILL.md
├── skills/finishing-a-development-branch-lite/SKILL.md
├── skills/git-commit/SKILL.md
├── skills/git-merge-request/SKILL.md
├── skills/reviewing-gitlab-mr-comments/SKILL.md
├── skills/simplify/SKILL.md
├── skills/test-driven-development/SKILL.md
├── skills/using-git-worktrees-lite/SKILL.md
└── skills/yapi-skill/SKILL.md

Included Skills10

agents-md-improverskills/agents-md-improver/SKILL.md

Maintain AGENTS.md-based project instructions for tools that support AGENTS.md. Use for instruction audits, session learnings, AGENTS.md updates, or migrating useful CLAUDE.md rules into a shared instruction source. Not for general docs, code review, runtime debugging, or global memory unless asked.

ddd-best-practicesskills/ddd-best-practices/SKILL.md

DDD(领域驱动设计)架构最佳实践指南。当用户在 Java/Spring Boot 项目中遇到分层架构、领域建模、模块边界、代码评审或测试分层问题时使用。包括:纠结是否引入 application/api/querys 模块;设计或审查实体、聚合、仓储、防腐层、领域事件;贫血模型重构(setter 全开、规则全在 Service);多入口共享用例是否补 application 层;策略模式 Map 注入、责任链、Node 流程编排的取舍;Controller 测试 @WebMvcTest vs @SpringBootTest 选型;MVC 渐进迁移 DDD;DDD 命名规范。仅适用 Java/Spring Boot 生态,Go/Python/Node 等其他语言不适用。

finishing-a-development-branch-liteskills/finishing-a-development-branch-lite/SKILL.md

Use when implementation is complete and you need to merge a worktree branch back into the original base branch with build/compile verification (no tests)

git-commitskills/git-commit/SKILL.md

准备并执行高质量 Git 提交。当用户要求提交代码、帮忙 commit、生成提交信息、拆分原子提交,或说 commit this / split commits / skip verify 时触发。先读仓库规范,按真实 diff 和暂存状态生成 Conventional Commit;emoji 默认关闭,仅 `--emoji` 时放在冒号后。不适用于创建 PR/MR(用 git-merge-request)或只推送。

git-merge-requestskills/git-merge-request/SKILL.md

一键提交并创建合并请求(GitHub Pull Request 或 GitLab Merge Request)。当用户说「创建 PR」「创建 MR」「提交并创建合并请求」「push 并开 PR/MR」「提 PR」「提 MR」「open a pull request」「open a merge request」或类似意图时触发。自动识别 GitHub / GitLab 远端,调用对应的 gh / glab CLI,完成暂存、Conventional Commit、推送、读取仓库内 PR/MR 模板(若存在)、创建并指派合并请求。不适用于:仅本地提交(用 git-commit 技能)、纯推送但不开合并请求、Bitbucket / Gitea 等其他平台。

reviewing-gitlab-mr-commentsskills/reviewing-gitlab-mr-comments/SKILL.md

Use when reviewing GitLab merge request comments via glab in the current repo, including extracting line ranges and code snippets from inline discussions, then deciding next actions with a checklist or plan before execution

simplifyskills/simplify/SKILL.md

Review all changed files for reuse, quality, and efficiency, then fix any issues found. Spawns three parallel review agents and aggregates findings into actionable fixes.

test-driven-developmentskills/test-driven-development/SKILL.md

Use when implementing a feature, fixing a bug, or changing behavior — write a failing test first, watch it fail, write minimal code to pass, then refactor. Adds Kent Beck's Tidy First (separate structural vs behavioral changes) and a Canon test list. Language-agnostic core; per-language notes under references/languages/. Not for throwaway prototypes, generated code, or pure config changes (ask first).

using-git-worktrees-liteskills/using-git-worktrees-lite/SKILL.md

Use when creating an isolated git worktree from the current branch for parallel development and only a build/compile check is required (no tests)

yapi-skillskills/yapi-skill/SKILL.md

Python stdlib scripts for the YApi OpenAPI (no Java/Docker/MCP) — search interfaces, query details, and sync/upsert one interface's docs from a YApi-native payload (often converted from OpenAPI). Read-modify-write with dry-run preview; creates/updates only — never deletes, preserves manual edits; no source-code parsing or full re-import.

Plugin manifests1

plugins/yyykf/spellbook-skills/.codex-plugin/plugin.json
{
  "name": "spellbook-skills",
  "version": "0.8.3",
  "description": "Personal skills library for daily workflows (worktrees + branch finishing, compile-only)",
  "author": {
    "name": "code4j",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/yyykf/spellbook-skills",
  "repository": "https://github.com/yyykf/spellbook-skills",
  "license": "MIT",
  "keywords": [
    "skills",
    "worktrees",
    "workflow",
    "claude-code",
    "codex",
    "plugin"
  ],
  "interface": {
    "displayName": "Spellbook Skills",
    "shortDescription": "Reusable engineering workflow skills, hooks, and reviewer agents for Codex.",
    "longDescription": "Spellbook Skills packages reusable engineering workflows for coding agents, including worktree flow, branch finishing, review cleanup, TDD discipline, YApi lookup, Java DDD guidance, and a project context hook.",
    "developerName": "code4j",
    "category": "Development & Workflow",
    "capabilities": [
      "skills",
      "hooks",
      "workflow-guidance",
      "review-agents"
    ],
    "websiteURL": "https://github.com/yyykf/spellbook-skills",
    "privacyPolicyURL": "https://github.com/yyykf/spellbook-skills/blob/main/PRIVACY.md",
    "termsOfServiceURL": "https://github.com/yyykf/spellbook-skills/blob/main/LICENSE",
    "composerIcon": "./assets/icon.svg",
    "logo": "./assets/icon.svg",
    "screenshots": [
      "./assets/banner.png",
      "./assets/workflow.png"
    ],
    "brandColor": "#16A394"
  },
  "skills": "./skills/"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[spellbook-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/spellbook-skills)