Task Execution Documentation System (TEDS) - Comprehensive documentation for complex, multi-session tasks
You can install this plugin from any of these themed marketplaces. Choose one, add it as a marketplace, then install the plugin.
Choose your preferred installation method below
A marketplace is a collection of plugins. Every plugin gets an auto-generated marketplace JSON for individual installation, plus inclusion in category and themed collections. Add a marketplace once (step 1), then install any plugin from it (step 2).
One-time setup for access to all plugins
When to use: If you plan to install multiple plugins now or later
Step 1: Add the marketplace (one-time)
/plugin marketplace add https://claudepluginhub.com/marketplaces/all.json
Run this once to access all plugins
Step 2: Install this plugin
/plugin install teds-plugin@all
Use this plugin's auto-generated marketplace JSON for individual installation
When to use: If you only want to try this specific plugin
Step 1: Add this plugin's marketplace
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/teds-plugin.json
Step 2: Install the plugin
/plugin install teds-plugin@teds-plugin
Collection of Claude Code plugins and tools.
claude
/plugin marketplace add eternnoir/claude-tool
# Install specific plugin
/plugin install teds@claude-tools
# Or browse and install interactively
/plugin
Comprehensive documentation system for complex, multi-session tasks.
Features:
Quick Start:
/plugin install teds@claude-tools
/teds-init
/teds-start my-task "Task description"
Documentation: See teds/README.md
claude-tools/
āāā .claude-plugin/
ā āāā marketplace.json # Marketplace metadata
āāā teds/ # TEDS Plugin
ā āāā .claude-plugin/
ā ā āāā plugin.json
ā āāā commands/ # 6 slash commands
ā āāā agents/ # 5 specialized agents
ā āāā teds-core-prompt.md # Core system documentation
ā āāā README.md # Plugin documentation
āāā .gitignore
āāā README.md # This file
.claude-plugin/marketplace.json
:
{
"plugins": [
{
"name": "your-plugin",
"source": "./your-plugin",
"description": "Your plugin description",
"version": "1.0.0"
}
]
}
.claude-plugin/plugin.json
README.md
with usage documentation# Clone the repository
git clone https://github.com/eternnoir/claude-tool.git
cd claude-tool
# Add as local marketplace
claude
/plugin marketplace add file:///path/to/claude-tools
# Install and test plugins
/plugin install teds@claude-tools
Contributions welcome! Please:
MIT License - See individual plugin directories for specific licenses.
1.0.0