https://github.com/aliasunder/cowork-plugins
Plugins for Claude Cowork — trip planning orchestrator and more
https://github.com/aliasunder/cowork-plugins
ai-agents claude claude-code claude-plugins cowork prompt-engineering travel-planning
Last synced: about 2 months ago
JSON representation
Plugins for Claude Cowork — trip planning orchestrator and more
- Host: GitHub
- URL: https://github.com/aliasunder/cowork-plugins
- Owner: aliasunder
- License: mit
- Created: 2026-04-01T02:09:32.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-03T00:01:39.000Z (3 months ago)
- Last Synced: 2026-04-03T09:19:38.962Z (3 months ago)
- Topics: ai-agents, claude, claude-code, claude-plugins, cowork, prompt-engineering, travel-planning
- Language: HTML
- Size: 663 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cowork-plugins
Carefully built plugins for [Cowork](https://support.claude.com/en/articles/13345190-get-started-with-claude-cowork) and [Claude Code](https://code.claude.com/docs/en/overview). The plugin ecosystem is now shared — install in either environment and it shows up in both.
Install this marketplace via **Settings > Plugins > Add marketplace** using `aliasunder/cowork-plugins`.
## Plugins
| Plugin | Description |
|--------|-------------|
| [trip-planner](trip-planner/) | Plan a multi-week trip across 15+ sessions without losing context. Cross-validated research, budget tracking, printable daily cards, and a phase-based workflow from first idea to departure day. |
| [obsidian-vault](obsidian-vault/) | Claude that works with Obsidian, not just in it. Detects your vault's conventions, understands how Dataview, Tasks, Kanban, Meta Bind, and Templater interact, and creates or edits notes that are connected, queryable, and safe. |
## Installing
In the Claude desktop app:
1. Open **Settings > Plugins**
2. Click **Add marketplace**
3. Enter `aliasunder/cowork-plugins`
4. Select which plugins to enable
Each plugin has its own `.claude-plugin/plugin.json`, skills, and commands. Both Cowork and Claude Code discover them automatically.
## Adding a plugin
Each plugin lives in its own top-level directory with this structure:
```
my-plugin/
.claude-plugin/plugin.json # Required — name, version, description
skills/my-skill/SKILL.md # Skill definition
commands/ # Slash commands (optional)
assets/ # Static files (optional)
```
See any existing plugin directory for a working example.
## License
[MIT](LICENSE)