← all publishers

daveskender

@daveskender source repo

9 published skills

  1. Code Completion · daveskender bundle
    Quality gates checklist for completing code work before finishing implementation cycles
    0
    installs
  2. Indicator Buffer · daveskender bundle
    Implement BufferList incremental indicators with efficient state management. Use for IIncrementFromChain or IIncrementFromBar implementations. Covers interface selection, constructor patterns, and BufferListTestBase testing requirements.
    0
    installs
  3. Indicator Series · daveskender bundle
    Implement Series-style batch indicators with mathematical precision. Use for new StaticSeries implementations or optimization. Series results are the canonical reference—all other styles must match exactly. Focus on cross-cutting requirements and performance optimization decisions.
    0
    installs
  4. Indicator Stream · daveskender bundle
    Implement StreamHub real-time indicators with O(1) performance. Use for ChainHub or BarProvider implementations. Covers provider selection, RollbackState patterns, performance anti-patterns, and comprehensive testing with StreamHubTestBase.
    0
    installs
  5. Indicator Catalog · daveskender
    Create and register indicator catalog entries for automation. Use for Catalog.cs files, CatalogListingBuilder patterns, parameter/result definitions, and PopulateCatalog registration.
    0
    installs
  6. Testing Standards · daveskender bundle
    Testing conventions for Stock Indicators. Use for test naming (MethodName_StateUnderTest_ExpectedBehavior), FluentAssertions patterns, precision requirements, and test base class selection.
    0
    installs
  7. Performance Testing · daveskender bundle
    Benchmark indicator performance with BenchmarkDotNet. Use for Series/Buffer/Stream benchmarks, regression detection, and optimization patterns. Target 1.5x Series for StreamHub, 1.2x for BufferList.
    0
    installs
  8. Markdown · daveskender bundle
    Format and validate Markdown files following GitHub Flavored Markdown standards with automated linting and manual semantic review
    0
    installs
  9. Documentation · daveskender
    Write and update the VitePress documentation website for stock indicators. Use when adding a new indicator page, updating an existing indicator page, or making structural changes to the docs site.
    0
    installs