Foundational patterns for the leyline infrastructure layer. These patterns are used across all leyline skills and by plugins that depend on leyline.
/plugin marketplace add athola/claude-night-market/plugin install leyline@claude-night-marketThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Foundational patterns for the leyline infrastructure layer. These patterns are used across all leyline skills and by plugins that depend on leyline.
The modules/python-imports.md module documents how to import leyline utilities:
The modules/error-handling.md module standardizes error handling:
The modules/config-patterns.md module provides configuration standards:
leyline/skills/
├── shared/ # This skill - foundational patterns
├── mecw-patterns/ # Context window management
├── progressive-loading/ # On-demand content loading
├── evaluation-framework/# Scoring and decision thresholds
├── storage-templates/ # Knowledge storage formats
├── pytest-config/ # Testing infrastructure
├── testing-quality-standards/ # Test quality criteria
├── quota-management/ # Service quota tracking
├── usage-logging/ # Audit trail patterns
├── service-registry/ # Service configuration
├── error-patterns/ # Error handling
└── authentication-patterns/ # Auth verification
Verification: Run pytest -v to verify tests pass.
Leyline provides the foundation layer. Other plugins reference leyline skills:
conservation uses mecw-patterns, progressive-loadingconjure uses quota-management, usage-logging, service-registrymemory-palace uses evaluation-framework, storage-templatesCommand not found Ensure all dependencies are installed and in PATH
Permission errors Check file permissions and run with appropriate privileges
Unexpected behavior
Enable verbose logging with --verbose flag