mjun-skills
v0.7.0mjun's agent skills
By Junya MoriokaLicense: MIT1 GitHub starsUpdated 5 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 0 skill or MCP entries
- Source updated
- Sep 18, 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 mjun-skills for Codex and Claude Code
codex plugin marketplace add mjun0812/skills
codex plugin marketplace upgrade mjun
codex plugin add mjun-skills@mjunPaste and run these commands in a terminal with Codex. They add and refresh the mjun catalog, then install this plugin.
Compatibility: the page URL and API slug “mjun-skills” remain stable.
- Codex:
mjun-skills@agent-plugin-marketplace→mjun-skills@mjun
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/mjun0812/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
Plugin manifests2
{
"name": "mjun-skills",
"version": "0.7.0",
"description": "mjun's agent skills",
"author": {
"name": "Junya Morioka"
},
"repository": "https://github.com/mjun0812/skills",
"license": "MIT",
"skills": "./skills"
}{
"name": "mjun-skills",
"version": "0.7.0",
"description": "mjun's agent skills",
"author": {
"name": "Junya Morioka"
},
"repository": "https://github.com/mjun0812/skills",
"license": "MIT",
"keywords": [
"skills",
"github",
"git",
"review",
"writing"
],
"skills": [
"./skills/delegation/claude",
"./skills/delegation/codex",
"./skills/delegation/resume-other-agent",
"./skills/docs/chat-note",
"./skills/docs/doc-sync",
"./skills/docs/exhtml",
"./skills/docs/exmd",
"./skills/git/git-commit",
"./skills/git/git-fix-conflict",
"./skills/git/git-squash",
"./skills/github/github-fix-ci",
"./skills/github/github-issue-create",
"./skills/github/github-issue-polish",
"./skills/github/github-issue-resolve",
"./skills/github/github-issue-update",
"./skills/github/github-pr-create",
"./skills/github/github-pr-fix",
"./skills/github/github-pr-review",
"./skills/github/github-resolve-pr-comment",
"./skills/planning/experiment-plan",
"./skills/planning/grill-me",
"./skills/planning/grill-self",
"./skills/research/deep-research",
"./skills/review/skill-review",
"./skills/tools/wezterm-control",
"./skills/writing/cognitive-rhythm-writing",
"./skills/writing/japanese-tech-writing",
"./skills/writing/stop-ai-slop-jp"
]
}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.
[mjun-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/mjun-skills)