By madogiwa0124
An automatic implementation plugin using SubAgent. Use this when you need to automatically implement features or fix bugs using a multi-agent workflow with manager, leader, worker, and reviewer agents.
A senior agent with product management skills for specification authoring and implementation planning, and with the ability to lead product development such as architecture design. Based on instructions from auto-impl-manager, performs specification authoring, implementation planning, and answering questions.
An orchestrator responsible for overall management.
An agent responsible for reviews. Based on instructions from auto-impl-manager, performs specification reviews, code reviews, and acceptance reviews.
An agent responsible for implementation and testing. Based on instructions from auto-impl-manager, performs implementation and testing.
This repository is a collection of prompts for AI agents that I have created.
Add the following line to your terminal to install the collection as a Copilot plugin.
$ copilot plugin marketplace add madogiwa0124/my-agents-collection
Then, install the desired plugin from the collection.
$ copilot plugin install {{plugin_name}}@my-agents-collection
Add the following marketplace to Claude Code:
$ /plugin marketplace add madogiwa0124/my-agents-collection
Then, install the desired plugin from the collection.
$ /plugin install {{plugin_name}}@my-agents-collection
| Plugin | Description |
|---|---|
| Auto Implementation | A set of agents for automatic implementation using SubAgent. |
| Prompting Best Practices | A plugin that provides best practices and guidelines for creating effective prompts for agents. |
| My Tech Blog | A plugin that provides a custom agent for writing my technical blog posts. |
| Skill | Description |
|---|---|
| Commit Message | Generates clear Git commit messages using Conventional Commits. Use when crafting a subject line and body for a change. |
| Current Time | Get the current date and time. Use when a log timestamp or time check is needed. |
| Skill Creation Best Practices | Provides guidelines and best practices for creating and improving new skills for agents. |
| Prompting Best Practices | Supports the creation and improvement of prompts for various use cases. |
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub madogiwa0124/my-agents-collection --plugin auto-implA plugin that provides best practices and guidelines for creating effective prompts for agents.
A plugin that provides a custom agent for writing my technical blog posts.
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.
Skills for creating new agent skills for Claude Code and VS Code Copilot
Claude Code の SubAgent(agents/*.md)を正しく定義するためのベストプラクティスガイド。 YAML frontmatter、ツール選択、3-Phase 構造、コンテキスト受け渡し、アンチパターンを網羅。 Use when: agents/*.md を書く、SubAgent 定義を改善する、エージェントの動作が想定外、 コンテキストが渡らない、ツール選択に迷う。 Triggers: "subagent", "agent definition", "agents/*.md", "エージェント定義", "サブエージェント", "3-Phase", "context passing", "コンテキスト渡し", "tool selection", "ツール選択", "subagent_type", "bypassPermissions"
Automated development loop and ad-hoc workflow generation for orchestrating AI coding agents
Multi-agent collaboration plugin for Claude Code. Spawn N parallel subagents that compete on code optimization, content drafts, research approaches, or any problem that benefits from diverse solutions. Evaluate by metric or LLM judge, merge the winner. 7 slash commands, agent templates, git DAG orchestration, message board coordination.
Autonomous multi-agent development framework with spec-driven sprints and convergent iteration