halyard
v1.14.3Shared team memory for AI agents. Log decisions, recall past work, gather context, and ask teammates on Slack, Teams, or Discord when you need a human.
By Halyard LabsLicense: MIT1 GitHub starsUpdated 42 minutes ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 7 skill or MCP entries
- Source updated
- Sep 2, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install halyard for Codex and Claude Code
codex plugin marketplace add halyard-labs/claude-plugin-marketplace
codex plugin marketplace upgrade halyard-labs
codex plugin add halyard@halyard-labsPaste and run these commands in a terminal with Codex. They add and refresh the halyard-labs catalog, then install this plugin.
Compatibility: the page URL and API slug “halyard” remain stable.
- Codex:
halyard@agent-plugin-marketplace→halyard@halyard-labs
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/halyard-labs/claude-plugin-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/halyard/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/ask-for-help/SKILL.md├── skills/gather-context/SKILL.md├── skills/log-work/SKILL.md├── skills/mark-terms/SKILL.md├── skills/review-work/SKILL.md├── skills/triage-knowledge/SKILL.md└── .mcp.json
Included Skills6
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.
Mark definitional terms when authoring knowledge — link org/product/industry jargon to its canonical DEFINITION entry so the graph connects. Use when writing or updating a knowledge entry (summarize_work, summarize_conversation, upsert_knowledge) and the text leans on a named concept, product surface, acronym, or coined phrase a newcomer or agent wouldn't already know. Triggers on 'what does X mean', 'define this term', 'add a glossary entry', 'link the term', or first use of load-bearing jargon in an entry you're writing.
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.
Review and clear the knowledge base inbox — the queue of AI-generated candidate entries awaiting human approval before they go live. Use when the user asks to review the inbox, triage pending knowledge, approve or reject candidate entries, clear the review queue, or check what's waiting to be filed. Triggers on 'review the inbox', 'triage knowledge', 'what's pending approval', 'clear the queue', 'accept/dismiss candidates', 'review draft entries'. Candidates accepted here enter the live, searchable knowledge base.
MCP servers1
- url
- https://mcp.usehalyard.ai
Plugin manifests2
{
"name": "halyard",
"version": "1.14.3",
"description": "Shared team memory for AI agents. Log decisions, recall past work, gather context, and ask teammates on Slack, Teams, or Discord when you need a human.",
"author": {
"name": "Halyard Labs",
"email": "[email protected]",
"url": "https://usehalyard.ai"
},
"homepage": "https://usehalyard.ai",
"license": "MIT",
"keywords": [
"slack",
"experts",
"knowledge-base",
"collaboration",
"human-in-the-loop",
"memory",
"context",
"knowledge",
"organizational-knowledge",
"search",
"history"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json"
}{
"name": "halyard",
"description": "Shared team memory for AI agents. Log decisions, recall past work, gather context, and ask teammates on Slack, Teams, or Discord when you need a human.",
"version": "1.14.3",
"author": {
"name": "Halyard Labs",
"email": "[email protected]"
},
"homepage": "https://usehalyard.ai",
"license": "MIT",
"keywords": [
"slack",
"experts",
"knowledge-base",
"collaboration",
"human-in-the-loop",
"memory",
"context",
"knowledge",
"organizational-knowledge",
"search",
"history"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[halyard on Agent Plugins Marketplace](https://pluginsmp.com/plugins/halyard)