plugins/leyline/skills/storage-templates/SKILL.md
Provides templates and lifecycle patterns for storage and documentation systems. Use when organizing knowledge storage, config lifecycle, or naming conventions.
npx skillsauth add athola/claude-night-market storage-templatesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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:
palace, district for knowledge organizationscope, version for commit templatesphase, status for specificationsSee 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.
modules/template-patterns.md for detailed structuresmodules/lifecycle-stages.md for maturity progressionresearch
Generate diverse solution candidates with category-spanning ideation methods and rotation. Use when stuck on a design or fighting repetitive LLM output.
tools
--- name: validate-pr description: Use when you need a diff-derived test plan for a PR: reads the diff, groups changes by area, runs targeted verifications, and proves revert-tests are genuine guards, not dead assertions. alwaysApply: false category: validation tags: - pr - validation - test-plan - diff - revert-test - evidence tools: [] usage_patterns: - diff-derived-test-plan - revert-test-quality-check - evidence-capture complexity: intermediate model_hint: standard estimated_tokens: 650
development
Contract for the project decision journal (tradeoffs and lessons-learned logs). Use when recording a decision, tradeoff, or lesson, or building a consumer hook.
development
Ramps implementation ambition a notch only after the prior increment is understood. Use when building a feature you must understand, not just ship.