assistant
v0.24.2The founder's assistant: takes a request, decides, dispatches worker agents per project, and comes back with three touchpoints — intent + system design, the rendered screens, the delivery summary.
By KaiLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 24, 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 assistant for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install assistant@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/kai-tw/claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/assistant/.
Plugin files
├── .claude-plugin/plugin.json├── skills/assistant/SKILL.md└── skills/scribe/SKILL.md
Included Skills2
The founder's assistant: takes a request for any project, writes the 任務書, dispatches Scout / Builder / Verifier / Scribe agents in that project's worktree, and comes back at exactly three touchpoints — the decision brief (intent + system design), the rendered screens, the delivery summary. Everything else runs unattended to a script-terminated end. TRIGGER: 幫我做 X · 接一個任務 · 進度 · board · 有什麼要我決定的 · digest NOT for: the founder's own ad-hoc edits · running a review by hand → the Verifier agents
The assistant's persistence toolbelt: `asst-board` (task rows, brief, archive — Notion or a local board file, per the adapter), `asst-notion` (the Notion request builder + writer behind it), `asst-section` (edit one `## ` section of a local Markdown body). Used by the `scribe` and `builder` agents; not a user entry point.
Plugin manifests1
{
"$schema": "https://anthropic.com/claude-code/plugin.schema.json",
"name": "assistant",
"version": "0.24.2",
"description": "The founder's assistant: takes a request, decides, dispatches worker agents per project, and comes back with three touchpoints — intent + system design, the rendered screens, the delivery summary.",
"author": {
"name": "Kai",
"url": "https://github.com/kai-tw"
},
"license": "MIT",
"keywords": [
"assistant",
"orchestrator",
"multi-project",
"notion",
"svn"
],
"skills": [
"./skills/assistant",
"./skills/scribe"
],
"dependencies": [
{
"name": "security-guidance",
"marketplace": "claude-plugins-official"
},
{
"name": "style-pack",
"marketplace": "kai-tw"
},
{
"name": "ui-text-pack",
"marketplace": "kai-tw"
},
{
"name": "mother-tongue",
"marketplace": "kai-tw"
}
]
}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.
[assistant on Agent Plugins Marketplace](https://pluginsmp.com/plugins/assistant)