npx claudepluginhub flexion/claude-domestiqueSession management for Claude Code - auto-injected via hooks, zero config
Behavioral skills for Claude Code - critical assessment, evidence-based debugging, and rule authoring
Work item automation for Claude Code - auto-injected via hooks, zero config
Agent Artifex — designing and testing MCP servers, agents, chatbots, and tool-calling systems using evidence-based patterns from Anthropic, OpenAI, RAGAS, and academic research
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Your strategic coding partner.
Like a cycling domestique, it carries the water, stays focused on your goals, and handles the unglamorous work you don't want to do.
"Remember Sammy Jankis."
Like Leonard in Memento, Claude can't form long-term memories. Context window fills up, conversation resets, everything vanishes. memento gives Claude its tattoos—session files that persist decisions, progress, and context across resets.
Helps developers embody Flexion fundamentals across conversation boundaries:
"I told you. You agreed. You forgot. Repeat."
You've written the perfect CLAUDE.md. Claude reads it. Claude agrees. By turn 47, Claude ignores half of it. mantra provides curated behavioral rules that are automatically loaded via Claude Code's native .claude/rules/ mechanism—ensuring consistent behavior from turn 1 to turn 100.
Helps developers embody Flexion fundamentals throughout long sessions:
"The burden is mine now."
JIRA tickets, Azure DevOps work items, commit messages, PR descriptions. The awful-but-important work that kills your flow. onus handles the project management bureaucracy so you can code.
Supports GitHub Issues (default, zero-config), JIRA, and Azure DevOps work items.
Helps developers embody Flexion fundamentals while staying in flow:
External (GitHub/JIRA/Azure DevOps)
│
▼ fetch issue details
[onus]
│
▼ populate session file
[memento] ←── "What's next?" lookup
│
▼ read session context
[mantra] ──► native rules auto-loaded
Each plugin works standalone but gains enhanced behavior when used together.

Session resumption showing mantra (context refresh counter), onus (issue tracking), and memento (session file) working together. Claude reads the session file and picks up exactly where the previous conversation left off.
| Tool | Version | Used By | Purpose |
|---|---|---|---|
| Claude Code | 2.0.12+ | All | Plugin host (plugin system introduced in v2.0.12) |
| Node.js | 18+ | All | Runtime for hooks and scripts |
| git | 2.x | All | Branch detection, commits, session tracking |
When using /onus:fetch, Claude will use these tools to retrieve work items:
| Tool | Platform | Purpose |
|---|---|---|
| GitHub CLI (gh) | GitHub | Fetch issues, create PRs (recommended) |
| Claude's WebFetch | JIRA, Azure DevOps | Built-in HTTP tool for API calls |
Note: For JIRA/Azure DevOps, Claude uses its built-in WebFetch capability. No additional tools required.
| Variable | Platform | How to Get |
|---|---|---|
GITHUB_TOKEN | GitHub | Create PAT with repo scope |
JIRA_TOKEN | JIRA | echo -n "email:api_token" | base64 (Get API token) |
AZURE_DEVOPS_TOKEN | Azure DevOps | echo -n ":pat" | base64 (Create PAT with Work Items Read) |
# Check required tools
git --version # git version 2.x
node --version # v18.x or higher
claude --version # Claude Code 2.x
# Check GitHub CLI (optional, for onus with GitHub)
gh --version # gh version 2.x
gh auth status # Verify authentication
/plugin marketplace add flexion/claude-domestique