claude-code-plugin-ref…
Explain plugin, skill, command, agent, and hook mechanics used here. Use when authoring or debugging plugins. Do not use for ops; use night-market-operations.
Applies data-grid architecture for high-traffic stateful workloads. Use when a single database cannot scale and in-memory partitioning is needed.
$ npx -y skills add athola/claude-night-market --skill architecture-paradigm-space-based --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/architecture-paradigm-space-basedContext preview
The summary Claude sees to decide when to auto-load this skill.
Applies data-grid architecture for high-traffic stateful workloads. Use when a single database cannot scale and in-memory partitioning is needed.
name: architecture-paradigm-space-based description: Applies data-grid architecture for high-traffic stateful workloads. Use when a single database cannot scale and in-memory partitioning is needed. alwaysApply: false category: architectural-pattern tags: - architecture - space-based - data-grid - scalability - in-memory - stateful dependencies: [] tools: [] usage_patterns: - paradigm-implementation - high-traffic-workloads - linear-scalability complexity: high model_hint: deep estimated_tokens: 800
1. **Partition Workloads**: Divide traffic and data into processing units, each backed by a replicated data cache. 2. **Design the Data Grid**: Select the appropriate caching technology, replication strategy (synchronous vs. asynchronous), and data eviction policies. 3. **Coordinate Persistence**: Implement a write-through or write-behind strategy to a durable data store, including reconciliation processes. 4. **Implement Failover Handling**: Design a mechanism for leader election or heartbeats to validate recovery from node loss without data loss. 5. **Validate Scalability**: Conduct load and chaos testing to confirm the system's elasticity and self-healing capabilities.
These vocabulary items name the concrete tools and abstractions that show up when the paradigm is implemented. They are not required dependencies and they are not part of the skill's ``tools:`` frontmatter (which is reserved for Claude Code tool restrictions). Use this list to disambiguate during architecture discussions.
(sync vs. async), data eviction policies, and durability SLA before any processing unit is deployed.
have been exercised in a non-production environment.
data loss, measured before production promotion.
alerting thresholds set before the system accepts live traffic.
A plugin marketplace for Claude Code. Install only the plugins you need to run git workflows, code review, spec-driven development, and autonomous agents from inside your Claude Code session.
Explain plugin, skill, command, agent, and hook mechanics used here. Use when authoring or debugging plugins. Do not use for ops; use night-market-operations.
States load-bearing decisions, invariants, and weak points. Use when judging a design change. Do not use for gating; use night-market-change-control.
Rebuild the dev environment: uv, Python tiers, pins, traps. Use when onboarding or toolchain breaks. Do not use for daily commands; use night-market-operations.
Classify, gate, and review changes. Use when landing a PR, releasing, or amending rules. Do not use for failure triage; use night-market-debugging-playbook.
Search and record project memory (Discussions, journal, ADRs). Use before re-investigating anything. Do not use for settled battles; see failure-archaeology.
Bind loop 'done' to unfakeable gates. Use to harden egregore/herald loops or promote completion_integrity. Not for QA gates; use night-market-validation-and-qa.