By athola
Run multi-source research sessions on topics to synthesize GitHub code examples and patterns, community discourse from HN/Reddit/Lobsters, academic papers from arXiv/Semantic Scholar, and TRIZ cross-domain innovations into ranked, coherent reports. Refine subtopics, generate bibliographies, and export markdown.
npx claudepluginhub athola/claude-night-market --plugin tomeGenerate a formatted bibliography from the most recent research session's findings.
Interactively refine research results by searching deeper into a specific subtopic or channel. Requires an active research session from /tome:research.
Export research findings to a format compatible with memory-palace's knowledge-intake skill.
Run a multi-source research session on a topic. Searches GitHub, HN, Lobsters, Reddit, arXiv, Semantic Scholar, and applies TRIZ cross-domain analysis. Produces a domain-appropriate report.
Search GitHub for existing implementations of a research topic. Returns structured findings with repo metadata, pattern analysis, and relevance ranking. Lightweight agent scoped to code search only.
Scan community discourse channels (Hacker News, Lobsters, Reddit, tech blogs) for discussions and experience reports about a research topic. Returns findings with scores, key quotes, and contrarian views.
Search academic literature for papers and preprints about a research topic. Uses arXiv, Semantic Scholar, and open-access discovery chains. Can fetch and parse PDFs for key findings extraction.
Apply TRIZ cross-domain analogical reasoning to find solutions from adjacent fields. Identifies technical contradictions, maps to analogous problems in different domains, and searches for cross-domain solutions with explicit bridge mappings.
Search GitHub for existing implementations of a topic. Use when the user wants to find code examples, libraries, or implementation patterns. Standalone or as part of a full research session.
Interactively refine research results by searching deeper into a subtopic or specific channel. Loads the active session and merges new findings into it. Use after a /tome:research session completes to explore areas of interest.
Scan community discussion channels (HN, Lobsters, Reddit, tech blogs) for experience reports and opinions on a topic. Use when the user wants community perspectives on a technology or approach.
Search academic literature via arXiv, Semantic Scholar, and open-access discovery chains. Fetches and parses PDFs for key findings. Use when the user needs academic papers, citations, or formal research on a topic.
Multi-source research across code, discourse, and academic channels.
Merge, deduplicate, rank, and format research findings from multiple channels into a coherent report. Use after research agents return their results.
Apply TRIZ cross-domain analogical reasoning to find solutions from adjacent fields. Use when conventional approaches stall.
Semi-automated research assistant for academic research and software development, with skills for literature review, experiments, analysis, writing, and project knowledge management
Multi-agent deep research plugin with parallel web searches and synthesis
Research existing solutions when exploring a new problem space
Oh My Paper research harness: memory system, Codex delegation, and pipeline commands for academic research projects.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
A plugin marketplace for Claude Code, Anthropic's agentic coding tool.
Night Market extends Claude Code with 23 plugins covering git workflows, code review, spec-driven development, architecture selection, codebase visualization, autonomous agents, multi-LLM delegation, ML-enhanced scoring, and multi-source research. 161 skills, 146 slash commands, and 50 agents. Each plugin installs independently.
Requires Claude Code 2.1.16+ and Python 3.9+ for hooks. See Requirements for details.
# Add the marketplace
/plugin marketplace add athola/claude-night-market
# Install plugins you need
/plugin install sanctum@claude-night-market # Git workflows
/plugin install pensive@claude-night-market # Code review
/plugin install spec-kit@claude-night-market # Spec-driven dev
# Use them
/prepare-pr # Prepare a pull request
/full-review # Run code review
Alternative: Install via npx with
npx skills add athola/claude-night-market (installs all plugins at once).
After installation, run claude --init for one-time setup.
Note: If the
Skilltool is unavailable, read skill files directly atplugins/{plugin}/skills/{skill-name}/SKILL.md.
# Install specific plugins
opkg i gh@athola/claude-night-market --plugins sanctum
opkg i gh@athola/claude-night-market --plugins pensive,conserve
# Plugins that depend on shared runtime skills (e.g. attune, conjure)
# automatically pull packages/core as a dependency
See the Installation Guide for detailed setup options.
23 plugins organized in four layers. Domain specialists depend on utility plugins, which depend on foundation plugins, which depend on the meta layer.
flowchart TB
classDef domainClass fill:#e8f4f8,stroke:#2980b9,stroke-width:2px,color:#2c3e50
classDef utilityClass fill:#f8f4e8,stroke:#f39c12,stroke-width:2px,color:#2c3e50
classDef foundationClass fill:#f4e8f8,stroke:#8e44ad,stroke-width:2px,color:#2c3e50
classDef metaClass fill:#e8f4e8,stroke:#27ae60,stroke-width:2px,color:#2c3e50
subgraph Domain["Domain Specialists"]
direction LR
D1[archetypes]:::domainClass
D2[pensive]:::domainClass
D3[parseltongue]:::domainClass
D4[memory-palace]:::domainClass
D5[spec-kit]:::domainClass
D6[minister]:::domainClass
D7[attune]:::domainClass
D8[scry]:::domainClass
D9[scribe]:::domainClass
D10[tome]:::domainClass
D11[gauntlet]:::domainClass
D12[cartograph]:::domainClass
end
subgraph Utility["Utility Layer"]
direction LR
U1[conserve]:::utilityClass
U2[conjure]:::utilityClass
U3[hookify]:::utilityClass
U4[egregore]:::utilityClass
U5[herald]:::utilityClass
U6[oracle]:::utilityClass
end
subgraph Foundation["Foundation Layer"]
direction LR
F1[imbue]:::foundationClass
F2[sanctum]:::foundationClass
F3[leyline]:::foundationClass
end
subgraph Meta["Meta Layer"]
direction LR
M1[abstract]:::metaClass
end
Domain ==> Utility ==> Foundation ==> Meta
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim