Marketplace

storage-templates

Generic template patterns and lifecycle stages for knowledge storage, configuration management, and structured documentation. Triggers: storage templates, lifecycle stages, maturity progression, naming conventions, knowledge storage, configuration templates, documentation patterns Use when: organizing knowledge storage, managing configuration lifecycle, creating structured documentation, establishing naming conventions DO NOT use when: simple storage without lifecycle or structure needs. Consult this skill when designing storage and documentation systems.

$ Installer

git clone https://github.com/athola/claude-night-market /tmp/claude-night-market && cp -r /tmp/claude-night-market/plugins/leyline/skills/storage-templates ~/.claude/skills/claude-night-market

// tip: Run this command in your terminal to install the skill


name: storage-templates description: | Generic template patterns and lifecycle stages for knowledge storage, configuration management, and structured documentation.

Triggers: storage templates, lifecycle stages, maturity progression, naming conventions, knowledge storage, configuration templates, documentation patterns

Use when: organizing knowledge storage, managing configuration lifecycle, creating structured documentation, establishing naming conventions

DO NOT use when: simple storage without lifecycle or structure needs.

Consult this skill when designing storage and documentation systems. 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 estimated_tokens: 600 progressive_loading: true modules:
  • modules/template-patterns.md
  • modules/lifecycle-stages.md

Storage Templates

Overview

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.

When to Use

  • Building knowledge management systems
  • Organizing documentation with maturity stages
  • Need consistent file naming patterns
  • Want template-driven content creation
  • Implementing lifecycle-based workflows

Core Concepts

Template Types

TypePurposeMaturityLifetime
EvergreenStable, proven knowledgeHighPermanent
GrowingActive developmentMedium1-3 months
SeedlingEarly ideasLow1-2 weeks
ReferenceTool/version-specificN/AUntil deprecated

Maturity Lifecycle

seedling → growing → evergreen → archive
    ↓         ↓          ↓           ↓
 1-2 weeks  1-3 months  permanent  deprecated

Quick Start

Basic Template Structure

---
title: [Content Title]
created: [YYYY-MM-DD]
maturity: seedling|growing|evergreen|reference
tags: [relevant, tags]
---

# [Title]

## Core Content
[Main information]

## Metadata
[Context and attribution]

File Naming Conventions

TypePatternExample
Evergreentopic-name.mdfunctional-core-pattern.md
Growingtopic-name.mdasync-patterns.md
SeedlingYYYY-MM-DD-topic.md2025-12-05-template-idea.md
Referencetool-version.mdpython-3.12-features.md

Domain Applications

Add domain-specific fields to templates:

  • memory-palace: palace, district for knowledge organization
  • sanctum: scope, version for commit templates
  • spec-kit: phase, status for specifications

See modules/template-patterns.md for detailed examples.

Common Patterns

Promotion Workflow

Seedling → Growing:

  • Accessed more than once
  • Connected to other entries
  • Expanded with new insights

Growing → Evergreen:

  • Proven useful over 3+ months
  • Stable, not frequently edited
  • Well-connected in system

Evergreen → Archive:

  • Superseded by newer knowledge
  • Technology/approach deprecated
  • No longer applicable

Template Selection Guide

StabilityPurposeTemplate
ProvenLong-termEvergreen
EvolvingActive developmentGrowing
ExperimentalExplorationSeedling
VersionedExternal referenceReference

Integration Pattern

# In your skill's frontmatter
dependencies: [leyline:storage-templates]

Detailed Resources

  • Templates: See modules/template-patterns.md for detailed structures
  • Lifecycle: See modules/lifecycle-stages.md for maturity progression

Exit Criteria

  • Template selected for use case
  • File naming convention applied
  • Maturity stage assigned
  • Promotion criteria understood