Daily workflow tools -- standup prep, calendar, Obsidian, Slack integration, inbox processing, hypertext publishing.
npx claudepluginhub shortrib-labs/shortrib-claude-marketplace --plugin workflowQuery macOS Calendar and Reminders using icalpal CLI. Use this skill when you need to fetch calendar events, reminders/tasks, or calendar metadata from the local macOS Calendar database. Supports filtering by date, calendar, account, and various output formats including JSON.
Scan, classify, enrich, and file Obsidian notes from Inbox/ and the vault root into the PARA folder structure. Use when the user wants to process their inbox, triage notes, or organize unfiled content. Triggers on "process inbox", "triage notes", "file inbox", "organize notes", "clean up inbox".
Interact with Obsidian vaults using the Obsidian CLI. Read, search, create, and modify notes, manage properties/tags, query tasks, work with daily notes, and run Obsidian commands. Use when the user asks to work with their Obsidian vault, notes, or knowledge base.
Publish a collection of markdown or HTML files as a navigable Quartz site on GitHub Pages with org-level access control. Use when sharing research, session transcripts, meeting notes, or any clump of hypertext with colleagues.
Convert a standup note to Slack-ready text by replacing wiki-links with Slack channels and @mentions. Use when you have a standup note ready to post to Slack.
A Claude Code plugin marketplace — editorial standards, writing tools, strategic thinking, and daily workflow integration.
The foundation. A writing taste profile derived from 547 books, 48 repeat-read authors, and hundreds of Readwise highlights. Defines what good prose looks like, what to kill, and what to preserve.
Other plugins reference taste through skill resolution, so you can swap in your own editorial standards and the writing, strategy, and workflow plugins will pick them up.
Skills: taste
Editing commands and writing voices that apply taste to real work. Analyze a writing sample to build a style guide, write community posts in a practitioner voice, or run your drafts through taste-aware editing.
Skills: style-analysis, community-post
Commands: /edit, /suggest-edits, /critique, /style-analyze, /community-post
A Socratic guide for crafting strategy in the Rumelt/Larson style, adapted for an opportunity-first culture. Walks you through identifying the opportunity, reading the landscape, establishing guiding policy, and defining coherent actions — then helps you write it up.
Skills: crafting-strategy
Daily operations — standup prep from Obsidian daily notes, calendar queries via icalpal, Slack formatting with channel and @mention resolution, and Todoist integration.
Skills: obsidian, icalpal, slack-standup
Commands: /standup, /slack-standup
MCP servers: todoist, fetch, slack
Install the full marketplace:
claude plugin add shortrib-labs/shortrib-claude-marketplace
Or install individual plugins:
claude plugin add shortrib-labs/shortrib-claude-marketplace/taste
claude plugin add shortrib-labs/shortrib-claude-marketplace/writing
claude plugin add shortrib-labs/shortrib-claude-marketplace/strategy
claude plugin add shortrib-labs/shortrib-claude-marketplace/workflow
The writing, strategy, and workflow plugins depend on a skill named taste being available. Install the taste plugin from this marketplace, or provide your own — any taste skill that Claude Code can resolve will work, whether it comes from a plugin, a project-level SKILL.md, or anywhere else.
The taste plugin defines editorial standards. The other plugins reference it by skill name, not by path. To use your own:
taste skill anywhere Claude Code can find it — a plugin, a skills/taste/SKILL.md in your project, wherever makes senseThe workflow plugin expects a config/slack-people.yaml file for Slack @mention mappings. This file is gitignored because it contains names and Slack handles. Place it manually after installation:
# config/slack-people.yaml
Alice:
handle: "@alice"
slack_id: null # resolved on first use
Bob: null # no @mention
The workflow plugin also ships MCP server configs for Todoist, Slack, and a general fetch server. These require their own authentication setup.
Each plugin is versioned independently. Bump versions before publishing changes:
make patch PLUGIN=writing # 1.0.0 → 1.0.1
make minor PLUGIN=taste # 1.0.0 → 1.1.0
make major PLUGIN=workflow # 1.0.0 → 2.0.0
make version PLUGIN=strategy # print current version
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
External network access
Connects to servers outside your machine
No model invocation
Executes directly as bash, bypassing the AI model
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Complete collection of battle-tested Claude Code configs agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer