Just-Silver
- 13 skills
- 0 followers
- 6 hours ago last updated
- ▌ Github Actions · just-silver bundleUse 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.
- ▌ Bootstrapblazor · just-silverUse 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.
- ▌ Karpathy Guidelines · just-silverBehavioral 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.
- ▌ Code Simplification · just-silverUse 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.
- ▌ Shipping And Launch · just-silverUse 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.
- ▌ Documentation And Adrs · just-silverUse 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.
- ▌ Security And Hardening · just-silverUse 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.
- ▌ API And Interface Design · just-silverUse 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.
- ▌ Doubt Driven Development · just-silverUse 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.
- ▌ Deprecation And Migration · just-silverUse 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.
- ▌ Incremental Implementation · just-silverUse 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.
- ▌ Constraint Driven Development · just-silverUse 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.
- ▌ Observability And Instrumentation · just-silverUse 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.