agent-plugins
v0.2.0複数リポジトリで使う開発用skillsと編集後hooks. Includes 11 skills.
By shin44880 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 11 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 agent-plugins for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add agent-plugins@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
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/shin4488/agent-pluginsClone 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/commit/SKILL.md├── skills/create-branch/SKILL.md├── skills/create-pr/SKILL.md├── skills/fix-security-alerts/SKILL.md├── skills/pin-github-actions/SKILL.md├── skills/post-merge/SKILL.md├── skills/release/SKILL.md├── skills/review-dependabot-prs/SKILL.md├── skills/security-review/SKILL.md├── skills/spec-based-testing/SKILL.md└── skills/verify-changes/SKILL.md
Included Skills11
コミットの作成・分割やステージ範囲の整理を依頼されたときに、変更を目的ごとにまとめる。
新しい作業ブランチやworktreeを作るときに、既存変更を保ち、基点を確認する。
PRの作成・更新を依頼されたときに、差分と検証結果を整理して反映する。
GitHubのセキュリティアラートや解析警告への対応時に、調査・修正PR作成・解消確認を行う。
GitHub Actionsの外部uses参照を追加・更新・固定するときに、フルcommit SHAと版を検証する。
「マージした」「マージ後の整理をして」と依頼されたときに、反映・CI・デプロイとブランチ整理を確認する。
リリース準備・公開・タグ作成の依頼に、版番号・成果物・公開対象を確定して対応する。
Dependabot PRのレビュー・マージ依頼に、更新元・互換性・CIを確認して可否を判断する。
セキュリティレビューの依頼や信頼境界・権限・外部入力の設計変更時に、安全性を検証する。
テストの追加・修正・レビュー時に、仕様と観測できる結果から検証項目を設計する。
変更の仕上げやコミット・PR・リリース前に、必要な検証、機密情報、関連文書を確認する。
Plugin manifests2
{
"name": "agent-plugins",
"version": "0.2.0",
"description": "複数リポジトリで使う開発用skillsと編集後hooks",
"author": {
"name": "shin4488"
},
"repository": "https://github.com/shin4488/agent-plugins",
"skills": "./skills/",
"interface": {
"displayName": "Agent Plugins",
"shortDescription": "開発用skillsと編集後hooksを共有する",
"longDescription": "Git・PR・リリースの手順、変更の検証、編集後のTerraform・Biome処理をClaude CodeとCodexで共有します。",
"developerName": "shin4488",
"category": "Productivity",
"capabilities": [],
"defaultPrompt": [
"この変更を検証してPRを作成して"
]
}
}{
"name": "agent-plugins",
"version": "0.2.0",
"description": "複数リポジトリで使う開発用skillsと編集後hooks",
"author": {
"name": "shin4488"
},
"repository": "https://github.com/shin4488/agent-plugins"
}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.
[agent-plugins on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agent-plugins)