Leyline

Leyline from athola/claude-night-market.

by @athola 21 skills

Skills in this plugin

21
  1. Utility · athola bundle
    Scores agent actions by expected gain, cost, uncertainty, and redundancy. Use when deciding whether to dispatch an agent or invoke a tool.
    0 installs
  2. Stewardship · athola bundle
    Applies stewardship virtues (Care, Curiosity, Humility, Diligence) to plugin work. Use when authoring plugins or reviewing code quality.
    1 install
  3. Pytest Config · athola bundle
    Provides standardized pytest config, reusable fixtures, and CI integration patterns. Use when setting up or auditing a Python plugin's test infrastructure.
    1 install
  4. Usage Logging · athola bundle
    Implements structured usage logging and audit trails for cost and session tracking. Use when adding audit trails, usage analytics, or cost tracking to a skill.
    0 installs
  5. Damage Control · athola bundle
    Recovers broken agent state via crash recovery, context overflow, and merge conflict protocols. Use when an agent session fails or a worktree is corrupted.
    1 install
  6. Error Patterns · athola bundle
    Provides error classification, recovery, and graceful-degradation patterns. Use when implementing error handling or debugging resilience failures in any skill.
    1 install
  7. Sem Integration · athola bundle
    Provides sem semantic-diff detection, install-on-first-use, and fallback patterns. Use when building skills that consume git diff output.
    1 install
  8. Decision Journal · athola
    Contract for the project decision journal (tradeoffs and lessons-learned logs). Use when recording a decision, tradeoff, or lesson, or building a consumer hook.
    1 install
  9. Deferred Capture · athola
    Defines the contract for deferred-item capture across plugins. Use when building or validating a plugin's deferred-capture wrapper or adding source labels.
    1 install
  10. Quota Management · athola bundle
    Tracks quotas, monitors thresholds, and degrades gracefully for rate-limited APIs. Use when integrating external services that impose rate or cost limits.
    1 install
  11. Service Registry · athola bundle
    Registers external services with health checks, central config, and unified execution. Use when integrating multiple external services needing coordination.
    1 install
  12. Loop Optimization · athola
    Decides hand-vs-compiler for loop transforms (unrolling, SIMD, fusion, hoisting). Use when reviewing/authoring a hot loop or tempted to hand-optimize one.
    1 install
  13. Document Conversion · athola bundle
    Converts 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.
    1 install
  14. Markdown Formatting · athola bundle
    Enforces markdown line-wrap and structure rules for clean git diffs. Use when writing or editing any committed markdown documentation or skill file.
    1 install
  15. Progressive Loading · athola bundle
    Implements hub-and-spoke lazy loading to minimize token usage in large skills. Use when building multi-module skills that need conditional on-demand loading.
    1 install
  16. Risk Classification · athola bundle
    Classifies agent tasks into 4 risk tiers (GREEN/YELLOW/RED/CRITICAL). Use when assessing action reversibility before committing to an approach.
    1 install
  17. Content Sanitization · athola
    Provides sanitization guidelines for external content in skills and hooks. Use when loading GitHub Issues, PRs, WebFetch results, or any untrusted input.
    1 install
  18. Additive Bias Defense · athola
    Inverts burden of proof for code additions. Use when reviewing PRs, planning refactors, or running unbloat to challenge every addition's necessity.
    1 install
  19. Supply Chain Advisory · athola bundle
    Audits dependency supply chains for bad versions, lockfile drift, and artifact integrity. Use when adding deps, handling incidents, or releasing a plugin.
    1 install
  20. Authentication Patterns · athola bundle
    Provides auth patterns for API keys, OAuth, and token management. Use when implementing or reviewing service authentication and credential handling.
    1 install
  21. Testing Quality Standards · athola bundle
    Defines testing quality metrics, coverage thresholds, and anti-patterns. Use when establishing test gates or validating a test suite's coverage targets.
    1 install