Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
athola avatar

Storage Templates

  • 91 installs
  • 325 repo stars
  • Updated August 2, 2026
  • athola/claude-night-market

Storage Templates is an agent skill that applies a four-stage maturity lifecycle to structured markdown content and review workflows.

About

Storage Templates (packaged as lifecycle-stages in SKILL.md) gives solo builders a lightweight content operations system for markdown libraries, agent memory folders, and product notes. Instead of treating every file as equally final, it defines four maturity stages—Seedling for quick captures, Growing for drafts under active validation, Evergreen for durable reference, and Archive for deprecated material—with explicit time horizons and promotion criteria. Seedlings use minimal structure and short review cycles; Growing content expects links, updates, and medium investment; Evergreen is the curated layer agents and future-you should trust. The skill pairs with storage-templates dependency so filenames and frontmatter stay consistent across a repo or personal knowledge base. It fits indie workflows where one person juggles research, specs, and ship notes without a CMS. Use it when unstructured folders slow down retrieval or when agents pull stale context because nothing ever graduates or gets archived.

  • Four-stage maturity model: Seedling → Growing → Evergreen → Archive
  • Per-stage timelines (1–2 weeks seedling, 1–3 months growing, permanent evergreen)
  • Date-prefixed seedling file pattern YYYY-MM-DD-topic.md with review_after frontmatter
  • Defined exit paths per stage including archive for low-value captures
  • Companion to storage-templates dependency for consistent file layouts

Storage Templates by the numbers

  • 91 all-time installs (skills.sh)
  • Ranked #665 of 1,879 Documentation skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/athola/claude-night-market --skill storage-templates

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs91
repo stars325
Security audit3 / 3 scanners passed
Last updatedAugust 2, 2026
Repositoryathola/claude-night-market

What it does

Apply seedling-to-evergreen lifecycle templates so notes, specs, and agent context stay structured and reviewable over time.

Who is it for?

Best when you're maintaining a growing markdown knowledge repo or agent context directory and need cheap governance without a full CMS.

Skip if: Skip if you only need a single static README or and will not honor review_after dates.

When should I use this skill?

Managing structured markdown content with maturity progression, promotion criteria, and lifecycle review workflows (lifecycle-stages skill).

What you get

Content gains stage-appropriate structure, review dates, and clear paths to evergreen reference or archive.

  • Stage-tagged markdown files with maturity frontmatter
  • Promotion or archive decision per content piece
  • Consistent YYYY-MM-DD seedling naming where applicable

By the numbers

  • 4 lifecycle stages: Seedling, Growing, Evergreen, Archive
  • Estimated 600 tokens in upstream skill metadata

Files

SKILL.mdMarkdownGitHub ↗

Table of Contents

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

When NOT To Use

  • Simple storage without lifecycle or structure needs

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

Verification: Run the command with --help flag to verify availability.

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]

Verification: Run the command with --help flag to verify availability.

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]

Verification: Run the command with --help flag to verify availability.

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

Related skills

How it compares

Lifecycle governance for markdown repos—not a database migration or note-taking app integration by itself.

FAQ

Who is storage-templates for?

Developers and writers organizing Claude/Cursor project notes, specs, and research with predictable maturity stages and filenames.

When should I use storage-templates?

In Idea when capturing seedlings from research; in Build/docs when promoting specs to evergreen; in Operate/iterate when archiving deprecated guides so agents stop citing them.

Is storage-templates safe to install?

It is a documentation pattern skill with no required network access; review the Security Audits panel on this page for the parent night-market package.

Documentationworkflownotes

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.