Agent Plugins Marketplace
All plugins

agent-skills

v1.5.1

A local Codex plugin exposing the shared agent-skills inventory.

CodexClaude Code

By ryoryo34License: MIT0 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
0 skill or MCP entries
Source updated
Sep 3, 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 agent-skills for Codex and Claude Code

Installs for the current user
codex plugin marketplace add ryoryo34/agent-skills
codex plugin marketplace upgrade ryoryo-agent-skills
codex plugin add agent-skills@ryoryo-agent-skills

Paste and run these commands in a terminal with Codex. They add and refresh the ryoryo-agent-skills catalog, then install this plugin.

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

  • Codex: agent-skills-3@agent-plugin-marketplaceagent-skills@ryoryo-agent-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/ryoryo34/agent-skills

Clone 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

agent-skills/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "agent-skills",
  "version": "1.5.1",
  "description": "A local Codex plugin exposing the shared agent-skills inventory.",
  "author": {
    "name": "ryoryo34",
    "email": "[email protected]",
    "url": "https://github.com/ryoryo34"
  },
  "homepage": "https://github.com/ryoryo34/agent-skills",
  "repository": "https://github.com/ryoryo34/agent-skills",
  "license": "MIT",
  "keywords": [
    "agent-skills",
    "codex",
    "skills"
  ],
  "skills": "./",
  "interface": {
    "displayName": "Agent Skills",
    "shortDescription": "Reusable skills for research, review, planning, and design.",
    "longDescription": "A local Codex plugin that exposes the shared agent-skills repository, including research, code review, domain modeling, estimation, and concrete-to-abstract-to-concrete reasoning workflows.",
    "developerName": "ryoryo34",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Research",
      "Planning"
    ],
    "websiteURL": "https://github.com/ryoryo34/agent-skills",
    "defaultPrompt": [
      "Research this topic with source tiers and caveats.",
      "Review this code with specialist perspectives.",
      "Generalize these examples into an applied recommendation."
    ],
    "brandColor": "#2563EB"
  }
}
.claude-plugin/plugin.json
{
  "name": "agent-skills",
  "description": "Reusable agent skills and Claude agents for research, review, planning, estimation, and domain modeling workflows.",
  "version": "1.5.1",
  "author": {
    "name": "ryoryo34",
    "email": "[email protected]",
    "url": "https://github.com/ryoryo34"
  },
  "homepage": "https://github.com/ryoryo34/agent-skills",
  "repository": "https://github.com/ryoryo34/agent-skills",
  "license": "MIT",
  "keywords": [
    "agent-skills",
    "claude-code",
    "codex",
    "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.

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