By halyard-labs
Connect Claude Code to human experts via Slack. Ask questions, get answers, and build organizational knowledge — all without leaving your editor.
Route questions to human experts via Slack and capture answers as organizational knowledge. Use when stuck, blocked, need human input, facing ambiguity, making design decisions with multiple valid approaches, need domain expertise not in the codebase, want to check with someone, or need verification before significant effort. Triggers on 'ask someone', 'get help', 'need an expert', 'check with the team', 'I'm stuck', 'get a second opinion', 'who should I ask'. Always summarize helpful answers to build organizational knowledge.
Gather background context before starting work or answering questions about a topic. Use when the user asks 'what do we know about', 'background on', 'catch me up on', 'context on', 'research X before starting', 'what's the history of', 'look into', 'investigate', 'find out about', or needs orientation on an unfamiliar area. Also use proactively at the start of a task when the work touches a named system or feature area (auth, payments, ingestion, a specific service), requires architectural judgment, or the codebase has prior decisions that could constrain the approach. Skip for mechanical edits, single-file changes, or clear-cut bug fixes where prior context is unlikely to change behavior. Combines knowledge base search, codebase exploration, and web search.
Log completed work to the team knowledge base. Use when finishing a session, completing a task, wrapping up, making a decision, or when prompted to record, document, save, or summarize what was done. Triggers on 'log this', 'write this up', 'save to knowledge base', 'document what we did', 'record this decision', 'summarize this session'. Captures work summaries, architectural decisions, process documentation, and learnings for team visibility.
Query the team knowledge base for recent activity, past decisions, and work context. Use when the user asks what was done, what happened, what changed, wants a standup summary, daily update, weekly review, needs to catch up, get up to speed, understand previous work, or asks about past decisions. Triggers on 'show me recent work', 'what did the team do', 'review activity', 'what's been going on', 'standup', 'what was accomplished'. Searches work summaries, expert Q&A, and decision records.
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A plugin marketplace that connects Claude Code to human experts via Slack.
halyard pluginInstalls the following into Claude Code:
ask-expert MCP server — Connects to the Halyard API at mcp.usehalyard.ai, giving Claude access to tools for messaging experts on Slack, polling for responses, and managing a knowledge base.
ask-for-help skill — Teaches Claude when and how to ask for human input. Claude will automatically consult experts when it hits ambiguous requirements, design decisions, or anything that needs human judgment. It also learns to summarize answers so the same question doesn't get asked twice.
log-work skill — Prompts Claude to log non-trivial work using the knowledge base so accomplishments are captured for future reference.
review-work skill — Lets Claude query the knowledge base to review what you or your team have been working on — useful for standups, catch-ups, and finding past context.
Stop hook — Automatically evaluates whether meaningful work was done at the end of a session and prompts Claude to log it if it hasn't been captured yet.
# Add the marketplace
/plugin marketplace add ./path/to/claude-plugin-marketplace
# Install the plugin
/plugin install halyard@halyard-labs
# Add the marketplace
/plugin marketplace add halyard-labs/claude-plugin-marketplace
# Install the plugin
/plugin install halyard@halyard-labs
Instead of having each teammate install manually, add the marketplace and plugin to your repo's .claude/settings.json. This enables the plugin automatically for anyone who opens the project in Claude Code:
{
"enabledPlugins": {
"halyard@halyard-labs": true
},
"extraKnownMarketplaces": {
"halyard-labs": {
"source": {
"source": "github",
"repo": "halyard-labs/claude-plugin-marketplace"
}
}
}
}
Commit this file to your repo — teammates will get the plugin enabled on their next session without any manual setup.
The halyard plugin is also available as a Codex plugin. The skills and MCP server are shared between Claude Code and Codex.
# Add the Codex marketplace
codex plugin marketplace add ./path/to/claude-plugin-marketplace
# Install the plugin
codex plugin install halyard@halyard-labs
# Add the Codex marketplace
codex plugin marketplace add halyard-labs/claude-plugin-marketplace
# Install the plugin
codex plugin install halyard@halyard-labs
If you prefer manual configuration instead of the plugin system:
codex mcp add ask-expert --url https://mcp.usehalyard.ai
codex mcp login ask-expert
Once installed, Claude will automatically:
You can also invoke skills manually:
/halyard:ask-for-help # Ask a human expert for help
/halyard:log-work # Log work to the knowledge base
/halyard:review-work # Review past work and decisions
To have this plugin auto-suggested when teammates open a project, add this to your repo's .claude/settings.json:
{
"extraKnownMarketplaces": {
"halyard-labs": {
"source": {
"source": "github",
"repo": "halyard-labs/claude-plugin-marketplace"
}
}
},
"enabledPlugins": {
"halyard@halyard-labs": true
}
}
npx claudepluginhub halyard-labs/claude-plugin-marketplace --plugin halyardMemory compression system for Claude Code - persist context across sessions
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Streamline people operations — recruiting, onboarding, performance reviews, compensation analysis, and policy guidance. Maintain compliance and keep your team running smoothly.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.