Leyline
Leyline from athola/claude-night-market.
Skills in this plugin
21- ▌ Utility · athola bundleScores agent actions by expected gain, cost, uncertainty, and redundancy. Use when deciding whether to dispatch an agent or invoke a tool.
- ▌ Stewardship · athola bundleApplies stewardship virtues (Care, Curiosity, Humility, Diligence) to plugin work. Use when authoring plugins or reviewing code quality.
- ▌ Pytest Config · athola bundleProvides standardized pytest config, reusable fixtures, and CI integration patterns. Use when setting up or auditing a Python plugin's test infrastructure.
- ▌ Usage Logging · athola bundleImplements structured usage logging and audit trails for cost and session tracking. Use when adding audit trails, usage analytics, or cost tracking to a skill.
- ▌ Damage Control · athola bundleRecovers broken agent state via crash recovery, context overflow, and merge conflict protocols. Use when an agent session fails or a worktree is corrupted.
- ▌ Error Patterns · athola bundleProvides error classification, recovery, and graceful-degradation patterns. Use when implementing error handling or debugging resilience failures in any skill.
- ▌ Sem Integration · athola bundleProvides sem semantic-diff detection, install-on-first-use, and fallback patterns. Use when building skills that consume git diff output.
- ▌ Decision Journal · atholaContract for the project decision journal (tradeoffs and lessons-learned logs). Use when recording a decision, tradeoff, or lesson, or building a consumer hook.
- ▌ Deferred Capture · atholaDefines the contract for deferred-item capture across plugins. Use when building or validating a plugin's deferred-capture wrapper or adding source labels.
- ▌ Quota Management · athola bundleTracks quotas, monitors thresholds, and degrades gracefully for rate-limited APIs. Use when integrating external services that impose rate or cost limits.
- ▌ Service Registry · athola bundleRegisters external services with health checks, central config, and unified execution. Use when integrating multiple external services needing coordination.
- ▌ Loop Optimization · atholaDecides hand-vs-compiler for loop transforms (unrolling, SIMD, fusion, hoisting). Use when reviewing/authoring a hot loop or tempted to hand-optimize one.
- ▌ Document Conversion · athola bundleConverts documents and URLs to markdown via tiered fallback (MCP markitdown, native tools, user notice). Use when a skill must ingest PDF, DOCX, or URL content.
- ▌ Markdown Formatting · athola bundleEnforces markdown line-wrap and structure rules for clean git diffs. Use when writing or editing any committed markdown documentation or skill file.
- ▌ Progressive Loading · athola bundleImplements hub-and-spoke lazy loading to minimize token usage in large skills. Use when building multi-module skills that need conditional on-demand loading.
- ▌ Risk Classification · athola bundleClassifies agent tasks into 4 risk tiers (GREEN/YELLOW/RED/CRITICAL). Use when assessing action reversibility before committing to an approach.
- ▌ Content Sanitization · atholaProvides sanitization guidelines for external content in skills and hooks. Use when loading GitHub Issues, PRs, WebFetch results, or any untrusted input.
- ▌ Additive Bias Defense · atholaInverts burden of proof for code additions. Use when reviewing PRs, planning refactors, or running unbloat to challenge every addition's necessity.
- ▌ Supply Chain Advisory · athola bundleAudits dependency supply chains for bad versions, lockfile drift, and artifact integrity. Use when adding deps, handling incidents, or releasing a plugin.
- ▌ Authentication Patterns · athola bundleProvides auth patterns for API keys, OAuth, and token management. Use when implementing or reviewing service authentication and credential handling.
- ▌ Testing Quality Standards · athola bundleDefines testing quality metrics, coverage thresholds, and anti-patterns. Use when establishing test gates or validating a test suite's coverage targets.