Agent Plugins Marketplace
All plugins

agent-skills

v2.1.0

プロパティベーステスト生成、リファクタリング、PR 作成・再レビューなど、日常的な開発作業向けの Agent Skills コレクション。

Agent Plugins4 Skills

By nimiusrdLicense: MIT0 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Agent Plugins
Parsed components
4 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

Get the plugin

git clone https://github.com/nimiusrd/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.

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

agent-skills/
├── plugin.json
├── skills/codex-review-loop/SKILL.md
├── skills/commit-and-pr/SKILL.md
├── skills/incremental-refactoring/SKILL.md
└── skills/property-test-generator/SKILL.md

Included Skills4

codex-review-loopskills/codex-review-loop/SKILL.md

実装完了後の PR で Codex 再レビューを依頼し、指摘をクローズする。コメントはユーザー本人名義で投稿する。「Codex レビューを回して」「Codex 指摘を対応して」など、Codex(chatgpt-codex-connector)への再依頼や指摘クローズを依頼されたときに使用する。

commit-and-prskills/commit-and-pr/SKILL.md

変更を適切な単位でコミットし、リモートへプッシュして GitHub Pull Request を作成・更新する。依存関係とレビューのしやすさから、通常の PR と stacked PR を選ぶ。「コミットして PR を出して」「今の作業をプッシュしてプルリクを作って」「変更を公開してレビューに回して」など、コミットから PR 作成までを依頼されたときに使用する。ユーザー指定とリポジトリ固有の書式・言語を優先し、指定がなければ本文の日本語フォーマットを使う。

incremental-refactoringskills/incremental-refactoring/SKILL.md

リファクタリング候補をセッション間で引き継ぎ、小さな変更単位で実施する。 「改善候補を調べて残して」「候補から一つずつ進めて」「前回の候補を続けて」など、 候補の蓄積・再開や複数箇所の段階的な整理に使用する。 単発のリネームや関数抽出だけでは適用不要。ユーザーがこの進め方を指定した場合は適用する。

property-test-generatorskills/property-test-generator/SKILL.md

指定された関数・ファイル、または現在の変更に対して property-based tests (PBT) を設計・実装・実行する。「変更分にプロパティテストを書いて」「PBTを追加して」 などの依頼や、純粋関数・バリデータ・パーサ・フォーマッタの不変条件の検証に使用する。 fast-check (TS/JS)、Hypothesis (Python)、proptest (Rust) に対応する。

Plugin manifests1

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "agent-skills",
  "version": "2.1.0",
  "description": "プロパティベーステスト生成、リファクタリング、PR 作成・再レビューなど、日常的な開発作業向けの Agent Skills コレクション。",
  "author": {
    "name": "nimiusrd",
    "url": "https://github.com/nimiusrd"
  },
  "homepage": "https://github.com/nimiusrd/agent-skills",
  "repository": "https://github.com/nimiusrd/agent-skills",
  "license": "MIT",
  "keywords": [
    "agent-skills",
    "testing",
    "refactoring",
    "pull-request"
  ]
}

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-9)