design-for-agents
v0.5.0Design knowledge restructured so an AI can look it up without guessing. Use-case playbooks (decision deck / technical explanation / pitch / refactoring an existing deck / tables / charts / structural diagrams / corporate-template compliance) that route to atomic rules, each carrying a tier (MUST / SHOULD / HOUSE), a cited source, and a completion condition written in a detector-compatible form. Decided values ship as W3C DTCG tokens; named anti-patterns say what not to do. Router only — it holds no judgement itself and hands file generation to pptx-build.
By dobachi0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 30, 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 plugin
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install design-for-agents@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. 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/dobachi/claude-skills-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/design-for-agents/.
Plugin files
├── .claude-plugin/plugin.json└── skills/design-for-agents/SKILL.md
Included Skills1
デザイン知を、AIが迷わず引ける形に組み直した参照体へのルータ。PowerPoint 資料を 作る・直す・レビューするとき、ユースケース別のプレイブック(意思決定資料 / 技術説明 / ピッチ / 既存資料のリファクタ / 表 / グラフ / 構造図 / コーポレートテンプレ準拠)に 振り分け、決め打ちの値と検証条件を渡す。「パワポを作りたい」「この資料をレビューして」 「既存の資料を直したい」「スライドの体裁を整えたい」「グラフをどう見せるか」 "design a deck" "review this deck" "clean up this deck" で使う。 このスキル自体は判断を持たない。INDEX.md のルーティング表に従うだけである。 記憶からデザインの助言をしない。実際のファイル生成は pptx-build に渡す。
Plugin manifests1
{
"name": "design-for-agents",
"description": "Design knowledge restructured so an AI can look it up without guessing. Use-case playbooks (decision deck / technical explanation / pitch / refactoring an existing deck / tables / charts / structural diagrams / corporate-template compliance) that route to atomic rules, each carrying a tier (MUST / SHOULD / HOUSE), a cited source, and a completion condition written in a detector-compatible form. Decided values ship as W3C DTCG tokens; named anti-patterns say what not to do. Router only — it holds no judgement itself and hands file generation to pptx-build.",
"version": "0.5.0",
"author": {
"name": "dobachi"
}
}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.
[design-for-agents on Agent Plugins Marketplace](https://pluginsmp.com/plugins/design-for-agents)