← all publishers

Just-Silver

@just-silver source repo

13 published skills

  1. Github Actions · just-silver bundle
    Use when creating or editing GitHub Actions or Gitea Actions workflow YAML (.github/workflows/*.yml, .gitea/workflows/*.yml), choosing trigger events (push, pull_request, schedule, workflow_dispatch), writing expressions, contexts, permissions, or troubleshooting workflow syntax and CI failures on either platform.
    0
    installs
  2. Bootstrapblazor · just-silver
    Use when working with BootstrapBlazor (also called BB, bb, or bootstrapblazor) components and needing their parameters, events, or public methods — e.g. before writing or modifying Razor/C# code that depends on a BB component API (Table, Dialog, Upload, etc.), or when unsure whether a BB API exists or what its exact name/signature is. Get official docs via the bb-llms CLI; never invent APIs from memory.
    0
    installs
  3. Karpathy Guidelines · just-silver
    Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.
    0
    installs
  4. Code Simplification · just-silver
    Use when code works but is harder to read or maintain than it should be, when reviewing for unnecessary complexity, or when refactoring without changing behavior.
    0
    installs
  5. Shipping And Launch · just-silver
    Use when shipping a versioned release with git tag, CHANGELOG, and Release, before pushing tag or publishing Release, when verifying tag, CHANGELOG, and package version consistency, or when planning staged rollout and rollback.
    0
    installs
  6. Documentation And Adrs · just-silver
    Use when making an architectural decision with alternatives, when asked why something is the way it is and no record exists, when code and living docs diverge, or before merging a behavior-changing change without updated docs.
    0
    installs
  7. Security And Hardening · just-silver
    Use when handling user input, secrets, tokens, or file paths, when building auth or external integrations, when auditing dependencies for vulnerabilities, or when reviewing a change for injection, traversal, or secret leaks.
    0
    installs
  8. API And Interface Design · just-silver
    Use when designing module boundaries or public interfaces, when defining error semantics, when adding fields to shared config, or when changing a public function with downstream users.
    0
    installs
  9. Doubt Driven Development · just-silver
    Use when stakes are high (production, security, irreversible), when working in unfamiliar code, when correctness matters more than speed, or when a confident output is cheaper to verify now than debug later.
    0
    installs
  10. Deprecation And Migration · just-silver
    Use when removing an old API, feature, or distribution channel, when renaming a public function with downstream users, when deciding whether dead or shim code can be deleted, or when migrating users from one implementation to another.
    0
    installs
  11. Incremental Implementation · just-silver
    Use when implementing any feature or change that touches more than one file, when about to write a large amount of code at once, or when a task feels too big to land in one step.
    0
    installs
  12. Constraint Driven Development · just-silver
    Use when no quality bar is written down, when setting up constraints or defining standards, when an agent silences checks or skips tests to get green, or when you need a coverage or performance threshold and don't know what number to pick.
    0
    installs
  13. Observability And Instrumentation · just-silver
    Use when adding logging, metrics, tracing, or alerting, when shipping a feature that runs in production, or when a production issue can't be diagnosed from available data.
    0
    installs