跳到主要内容
知仓学习社ZHICANG

storage-templates

Provides templates and lifecycle patterns for storage and documentation systems. Use when organizing knowledge storage, config lifecycle, or naming …

不碰外部(只输出文字)无严重或高危命中athola/claude-night-market

它会碰到什么

扫了多少6 个文本文件,41 KB
它会碰到什么不碰外部(只输出文字)
命中总数1 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Table of Contents

  • [Overview](#overview)
  • [When to Use](#when-to-use)
  • [Core Concepts](#core-concepts)
  • [Template Types](#template-types)
  • [Maturity Lifecycle](#maturity-lifecycle)
  • [Quick Start](#quick-start)
  • [Basic Template Structure](#basic-template-structure)
  • [Core Content](#core-content)
  • [Metadata](#metadata)
  • [File Naming Conventions](#file-naming-conventions)
  • [Domain Applications](#domain-applications)
  • [Common Patterns](#common-patterns)
  • [Promotion Workflow](#promotion-workflow)
  • [Template Selection Guide](#template-selection-guide)
  • [Integration Pattern](#integration-pattern)
  • [Detailed Resources](#detailed-resources)
  • [Exit Criteria](#exit-criteria)

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

| 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 |

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

| 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 |

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

| Stability | Purpose | Template |

|-----------|---------|----------|

| Proven | Long-term | Evergreen |

| Evolving | Active development | Growing |

| Experimental | Exploration | Seedling |

| Versioned | External reference | Reference |

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

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。