Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agent Task — Claude plugin marketplace

Official repo: this is a personal mirror — the canonical public home of the plugin is AgentTaskLLC/AgentTask-plugin. Prefer installing from there.

A standalone, self-contained Claude Code plugin for Agent Task. Installing it wires up the Agent Task MCP connection and adds intent-level slash commands (/start, /update, /report, /organize, /init, /finish, /crews) plus the shared workflow skills — including crew personas (assignable AI teammates) that /crews sync materializes as real Claude Code subagents with enforced advise-mode tool restrictions.

This bundle is fully independent of the Agent Task product source — it only talks to the hosted MCP server. You never need the product repo to use it.

Install (Claude Code)

From this repo (once pushed to a Git host you can read):

/plugin marketplace add <owner>/<repo>     # e.g. your-org/agent-task-plugin
/plugin install agent-task@agent-task

From a local copy (no GitHub needed — hand someone the folder/zip):

/plugin marketplace add /path/to/agent-task-plugin
/plugin install agent-task@agent-task

Restart Claude Code when prompted so the bundled MCP server connects.

Authenticate

The plugin connects to https://app.agent-task.com/v1/public/mcp. Pick one:

  • OAuth (per-user, space-scoped) — recommended for interactive use. Remove the Authorization header from plugins/agent-task/.mcp.json and the client runs a browser login + consent flow on connect.
  • Org API key (org-wide) — export AGENT_TASK_API_KEY=amk_… before installing.

Full walkthrough: docs/CONNECT_CLAUDE.md. Plugin details: plugins/agent-task/README.md.

What's inside

.claude-plugin/marketplace.json     # marketplace manifest (this repo IS the marketplace)
plugins/agent-task/                  # the plugin: .mcp.json, commands/, skills/, manifest
docs/CONNECT_CLAUDE.md               # end-user auth + connect guide

Publishing updates

Bump version in both .claude-plugin/marketplace.json and plugins/agent-task/.claude-plugin/plugin.json, commit, and push. Users get it via /plugin marketplace update agent-task.

License

MIT — see LICENSE.

About

AgentTask Claude Code plugin — connect any MCP client to your AgentTask backlog (hosted MCP server, OAuth 2.1 or org API keys) with intent-level workflow commands.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages