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.
Provides templates and lifecycle patterns for storage and documentation systems. Use when organizing knowledge storage, config lifecycle, or naming conventions.
$ npx -y skills add athola/claude-night-market --skill storage-templates --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/storage-templatesContext preview
The summary Claude sees to decide when to auto-load this skill.
Provides templates and lifecycle patterns for storage and documentation systems. Use when organizing knowledge storage, config lifecycle, or naming conventions.
name: storage-templates description: Provides templates and lifecycle patterns for storage and documentation systems. Use when organizing knowledge storage, config lifecycle, or naming conventions. alwaysApply: false category: infrastructure tags: - templates - storage - lifecycle - maturity - organization - patterns dependencies: [] provides: infrastructure: - templates - lifecycle-management - naming-conventions patterns: - maturity-stages - template-structures - file-organization usage_patterns: - knowledge-management - documentation-systems - configuration-management complexity: beginner model_hint: fast estimated_tokens: 600 progressive_loading: true modules: - modules/template-patterns.md - modules/lifecycle-stages.md - modules/storage-patterns.md
Generic template patterns and lifecycle management for structured content storage. Provides reusable templates, maturity progression models, and file naming conventions that work across different storage domains.
| Type | Purpose | Maturity | Lifetime | |------|---------|----------|----------| | **Evergreen** | Stable, proven knowledge | High | Permanent | | **Growing** | Active development | Medium | 1-3 months | | **Seedling** | Early ideas | Low | 1-2 weeks | | **Reference** | Tool/version-specific | N/A | Until deprecated |
seedling → growing → evergreen → archive
↓ ↓ ↓ ↓
1-2 weeks 1-3 months permanent deprecated**Verification:** Run the command with `--help` flag to verify availability.
--- title: [Content Title] created: [YYYY-MM-DD] maturity: seedling|growing|evergreen|reference tags: [relevant, tags] --- # [Title] ## Core Content [Main information] ## Metadata [Context and attribution]
**Verification:** Run the command with `--help` flag to verify availability.
| Type | Pattern | Example | |------|---------|---------| | Evergreen | `topic-name.md` | `functional-core-pattern.md` | | Growing | `topic-name.md` | `async-patterns.md` | | Seedling | `YYYY-MM-DD-topic.md` | `2025-12-05-template-idea.md` | | Reference | `tool-version.md` | `python-3.12-features.md` |
Add domain-specific fields to templates:
See `modules/template-patterns.md` for detailed examples.
**Seedling → Growing**:
**Growing → Evergreen**:
**Evergreen → Archive**:
| Stability | Purpose | Template | |-----------|---------|----------| | Proven | Long-term | Evergreen | | Evolving | Active development | Growing | | Experimental | Exploration | Seedling | | Versioned | External reference | Reference |
# In your skill's frontmatter dependencies: [leyline:storage-templates]
**Verification:** Run the command with `--help` flag to verify availability.
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.