← all publishers

rudironsoni

@rudironsoni source repo

495 published skills · page 3 of 5

  1. Dotnet Semantic Kernel 2 · rudironsoni
    Integrates AI/LLM via Semantic Kernel. Plugins, prompt templates, memory stores, agents.
    0
    installs
  2. Dotnet Spectre Console 3 · rudironsoni
    Renders rich console output. Spectre.Console tables, trees, progress, prompts, live displays.
    0
    installs
  3. Dotnet Tool Management 3 · rudironsoni
    Installs and manages .NET tools. Global, local, manifests, restore, version pinning.
    0
    installs
  4. Dotnet UI Testing Core 3 · rudironsoni
    Tests UI across frameworks. Page objects, test selectors, async waits, accessibility.
    0
    installs
  5. Dotnet Version Upgrade 3 · rudironsoni
    Upgrades .NET to a newer TFM. LTS-to-LTS, staged through STS, preview, upgrade paths.
    0
    installs
  6. Dotnet Winforms Basics 3 · rudironsoni
    Builds WinForms on .NET 8+. High-DPI, dark mode (experimental), DI patterns, modernization.
    0
    installs
  7. Dotnet Aot Architecture 3 · rudironsoni
    Designs AOT-first apps. Source gen over reflection, AOT-safe DI, serialization, factories.
    0
    installs
  8. Dotnet Artifacts Output 3 · rudironsoni
    Configures artifacts output layout. UseArtifactsOutput, ArtifactsPath, impact on CI and Docker.
    0
    installs
  9. Dotnet CLI Architecture 3 · rudironsoni
    Structures CLI app layers. Command/handler/service separation, clig.dev principles, exit codes.
    0
    installs
  10. Dotnet CLI Distribution 3 · rudironsoni
    Chooses CLI output format. AOT vs framework-dependent, RID matrix, single-file, dotnet tool.
    0
    installs
  11. Dotnet Input Validation 3 · rudironsoni
    Validates HTTP request inputs. .NET 10 AddValidation, FluentValidation, ProblemDetails.
    0
    installs
  12. Dotnet Maui Development 3 · rudironsoni
    Builds .NET MAUI mobile apps. Project structure, XAML/MVVM, platform services, caveats.
    0
    installs
  13. Dotnet Mermaid Diagrams 3 · rudironsoni
    Creates Mermaid diagrams for .NET. Architecture, sequence, class, deployment, ER, flowcharts.
    0
    installs
  14. Dotnet Project Analysis 3 · rudironsoni
    Analyzes .NET solution layout and build config -- .sln, .csproj, CPM.
    0
    installs
  15. Dotnet Roslyn Analyzers 3 · rudironsoni
    Authors Roslyn analyzers. DiagnosticAnalyzer, CodeFixProvider, CodeRefactoring, multi-version.
    0
    installs
  16. Dotnet Scaffold Project 3 · rudironsoni
    Creates a new .NET project. Generates solution with CPM, analyzers, editorconfig, SourceLink.
    0
    installs
  17. Dotnet Snapshot Testing 3 · rudironsoni
    Verifies complex outputs with Verify. API responses, scrubbing non-deterministic values.
    0
    installs
  18. Dotnet Solid Principles 3 · rudironsoni
    Applies SOLID and DRY principles. C# anti-patterns, fixes, SRP compliance checks.
    0
    installs
  19. Dotnet Testing Strategy 3 · rudironsoni
    Decides how to test .NET code. Unit vs integration vs E2E decision tree, test doubles.
    0
    installs
  20. Dotnet Blazor Components 3 · rudironsoni
    Implements Blazor components. Lifecycle, state management, JS interop, EditForm, QuickGrid.
    0
    installs
  21. Dotnet Csharp API Design 3 · rudironsoni
    Designs public .NET APIs. Naming, parameter ordering, return types, error patterns, extensions.
    0
    installs
  22. Dotnet Linq Optimization 3 · rudironsoni
    Optimizes LINQ queries. IQueryable vs IEnumerable, compiled queries, deferred exec, allocations.
    0
    installs
  23. Dotnet Msbuild Authoring 3 · rudironsoni
    Authors MSBuild targets, props, conditions, incremental builds, and Directory.Build patterns.
    0
    installs
  24. Dotnet Project Structure 3 · rudironsoni
    Sets up .NET solution layout. .slnx, Directory.Build.props, CPM, .editorconfig, analyzers.
    0
    installs
  25. Dotnet Version Detection 3 · rudironsoni
    Detects TFM/SDK from .csproj, global.json, Directory.Build.props. Runs first.
    0
    installs
  26. Dotnet Csharp Concurrency Patterns 2 · rudironsoni
    Synchronizes threads and protects shared state. lock, SemaphoreSlim, Interlocked, concurrent collections.
    0
    installs
  27. Dotnet Csharp Dependency Injection 2 · rudironsoni
    Registers and resolves services with MS DI. Keyed services, scopes, decoration, lifetimes.
    0
    installs
  28. Dotnet Build Optimization 3 · rudironsoni
    Diagnoses slow builds and incremental failures. Binary logs, parallel builds, restore.
    0
    installs
  29. Dotnet Csharp Code Smells 3 · rudironsoni
    Detects C# code smells during review. Anti-patterns, async misuse, DI mistakes, fixes.
    0
    installs
  30. Dotnet Library API Compat 3 · rudironsoni
    Maintains library compatibility. Binary/source compat rules, type forwarders, SemVer impact.
    0
    installs
  31. Dotnet Messaging Patterns 3 · rudironsoni
    Builds event-driven systems. Pub/sub, competing consumers, DLQ, sagas, delivery guarantees.
    0
    installs
  32. Dotnet Release Management 3 · rudironsoni
    Manages .NET release lifecycle. NBGV versioning, SemVer, changelogs, pre-release, branching.
    0
    installs
  33. Dotnet Secrets Management 3 · rudironsoni
    Manages secrets and sensitive config. User secrets, environment variables, rotation.
    0
    installs
  34. Dotnet Structured Logging 3 · rudironsoni
    Designs log pipelines. Aggregation, structured queries, sampling, PII scrubbing, correlation.
    0
    installs
  35. Dotnet System Commandline 3 · rudironsoni
    Builds .NET CLI apps with System.CommandLine 2.0. Commands, options, SetAction, parsing, testing.
    0
    installs
  36. Dotnet Background Services 3 · rudironsoni
    Implements background work. BackgroundService, IHostedService, lifecycle, graceful shutdown.
    0
    installs
  37. Dotnet Efcore Architecture 3 · rudironsoni
    Designs EF Core data layer architecture. Read/write split, aggregate boundaries, N+1 governance.
    0
    installs
  38. Dotnet Integration Testing 3 · rudironsoni
    Tests with real infrastructure. WebApplicationFactory, Testcontainers, Aspire, fixtures.
    0
    installs
  39. Dotnet Middleware Patterns 3 · rudironsoni
    Builds ASP.NET Core middleware. Pipeline ordering, short-circuit, exception handling.
    0
    installs
  40. Dotnet Solution Navigation 3 · rudironsoni
    Orients in .NET solutions -- entry points, .sln/.slnx, dependency graphs, config.
    0
    installs
  41. Dotnet Validation Patterns 3 · rudironsoni
    Validates models and IOptions. DataAnnotations, IValidatableObject, IValidateOptions<T>.
    0
    installs
  42. Dotnet CLI Release Pipeline 3 · rudironsoni
    Releases CLI tools. GitHub Actions build matrix, artifact staging, Releases, checksums.
    0
    installs
  43. Dotnet Container Deployment 3 · rudironsoni
    Deploys .NET containers. Kubernetes probes, Docker Compose for local dev, CI/CD integration.
    0
    installs
  44. Dotnet Csharp Configuration 3 · rudironsoni
    Configures Options pattern, user secrets, and feature flags. IOptions<T>, FeatureManagement.
    0
    installs
  45. Dotnet Data Access Strategy 3 · rudironsoni
    Chooses a data access approach. EF Core vs Dapper vs ADO.NET decision matrix, tradeoffs.
    0
    installs
  46. Dotnet Performance Patterns 3 · rudironsoni
    Optimizes .NET allocations and throughput. Span, ArrayPool, ref struct, sealed, stackalloc.
    0
    installs
  47. Dotnet Csharp Type Design Performance 2 · rudironsoni
    Designs types for performance. struct vs class, sealed, readonly struct, Span/Memory, collections.
    0
    installs
  48. Dotnet Architecture Patterns 3 · rudironsoni
    Designs ASP.NET Core architecture -- vertical slices, pipelines, caching, errors.
    0
    installs
  49. Dotnet Csharp Async Patterns 3 · rudironsoni
    Writing async/await code. Task patterns, ConfigureAwait, cancellation, and common agent pitfalls.
    0
    installs
  50. Dotnet Service Communication 3 · rudironsoni
    Chooses inter-service protocols. REST vs gRPC vs SignalR vs SSE decision matrix, tradeoffs.
    0
    installs
  51. Dotnet Csharp Nullable Reference Types 2 · rudironsoni
    Enables nullable reference types. Annotation strategies, migration, common agent mistakes.
    0
    installs
  52. Dotnet API Surface Validation 3 · rudironsoni
    Detects API surface changes in CI. PublicApiAnalyzers, Verify snapshots, ApiCompat gating.
    0
    installs
  53. Dotnet Csharp Modern Patterns 3 · rudironsoni
    Using records, pattern matching, primary constructors, collection expressions. C# 12-15 by TFM.
    0
    installs
  54. Dotnet Documentation Strategy 3 · rudironsoni
    Chooses documentation tooling. Starlight, Docusaurus, DocFX decision tree, migration paths.
    0
    installs
  55. Dotnet Realtime Communication 3 · rudironsoni
    Builds real-time features. SignalR hubs, SSE (.NET 10), JSON-RPC 2.0, gRPC streaming, scaling.
    0
    installs
  56. Dotnet Csharp Coding Standards 3 · rudironsoni
    Defines baseline C# conventions loaded first -- naming, file layout, style rules.
    0
    installs
  57. Dotnet Csharp Source Generators 3 · rudironsoni
    Creates Roslyn source generators. IIncrementalGenerator, GeneratedRegex, LoggerMessage, STJ.
    0
    installs
  58. Dotnet Csharp Concurrency Patterns 3 · rudironsoni
    Synchronizes threads and protects shared state. lock, SemaphoreSlim, Interlocked, concurrent collections.
    0
    installs
  59. Dotnet Csharp Dependency Injection 3 · rudironsoni
    Registers and resolves services with MS DI. Keyed services, scopes, decoration, lifetimes.
    0
    installs
  60. Dotnet Csharp Type Design Performance 3 · rudironsoni
    Designs types for performance. struct vs class, sealed, readonly struct, Span/Memory, collections.
    0
    installs
  61. Dotnet Csharp Nullable Reference Types 3 · rudironsoni
    Enables nullable reference types. Annotation strategies, migration, common agent mistakes.
    0
    installs
  62. Brain Lint · rudironsoni bundle
    Health-check ontology-brain. Use before shipping any brain change, when asked to lint or audit the brain, or when pages may have broken links, stale index entries, duplicated facts, relationship drift, or ontology anti-patterns.
    0
    installs
  63. Brain Query · rudironsoni
    Answer questions from ontology-brain. Use for what, why, status, dependency, ownership, source, or relationship questions where the compiled brain should be checked before re-reading raw material.
    0
    installs
  64. Brain Ingest · rudironsoni bundle
    Update ontology-brain from one changed source, object, decision, or note. Use when a specific item should be filed, canonical facts should change, references should be propagated, or a page should be created or refreshed.
    0
    installs
  65. Brain Refresh · rudironsoni
    Reconcile ontology-brain with a source set or maintenance window. Use when asked to refresh, sync, audit freshness, or bring the brain up to date across multiple pages.
    0
    installs
  66. Brain Announce · rudironsoni
    Draft outbound announcements from ontology-brain facts. Use when asked to announce, summarize for others, write an update, or turn brain facts into a reviewable message.
    0
    installs
  67. Palantir Ontology · rudironsoni bundle
    Apply the Palantir Foundry Ontology model to ontology-brain. Use for schema decisions, object type choices, typed links, property placement, normalization, source modeling, or ontology health reviews.
    0
    installs
  68. Auto Dev · rudironsoni
    Execute one tick of the autonomous issue-to-PR pipeline — triage open issues for readiness, draft implementation plans for maintainer approval, build the oldest approved issue into a PR, and address review feedback on the open automated PR. Designed for unattended scheduled runs (`scripts/auto-dev.sh`); also invocable interactively as "/auto-dev" or "run an auto-dev tick", and as "/auto-dev dry-run" for a read-only report of what a tick would do. Never merges PRs. State lives in `auto:*` GitHub labels.
    0
    installs
  69. Code Review · rudironsoni bundle
    Review code for quality, correctness, and maintainability. Use this skill when reviewing pull requests, auditing existing code, refactoring for clarity, or enforcing coding standards. Covers DRY principles, SOLID design, error handling, performance, security, testing, and TypeScript/JavaScript best practices. For Obsidian plugin-specific API guidance, refer to the obsidian-plugin-development skill.
    0
    installs
  70. Plugin Test · rudironsoni
    Acceptance test workflow for the obsidian-advanced-code-editor Obsidian plugin. Use when the user asks to test the plugin, smoke test a release, verify before release, test BRAT/mobile installs, validate syntax highlighting, or judge whether startup and rendering still work. Uses local checks first, then Obsidian CLI/runtime checks, then release-asset or BRAT-style verification. Does not spend API tokens and does not commit source changes.
    0
    installs
  71. Obsidian CLI · rudironsoni
    Use the Obsidian CLI to debug, inspect, and test the shiki-highlighter Obsidian plugin during development. Covers plugin reloads, console/errors, runtime evaluation, settings tab checks, reading-mode and live-preview syntax highlighting, screenshots, CDP, and mobile emulation with app.emulateMobile(true).
    0
    installs
  72. Obsidian Dev · rudironsoni bundle
    Development patterns for Obsidian. Load when implementing features or following coding conventions.
    0
    installs
  73. Obsidian Ops · rudironsoni bundle
    Operations, syncing, versioning, and release management for Obsidian projects. Load when running builds, syncing references, bumping versions, or preparing for release.
    0
    installs
  74. Obsidian Ref · rudironsoni bundle
    Technical references, manifest rules, file formats, and UX guidelines for Obsidian. Load when checking API details, manifest requirements, or UI/UX standards.
    0
    installs
  75. Project Context · rudironsoni
    Summarize the project context and key constraints
    0
    installs
  76. Obsidian Theme Dev · rudironsoni bundle
    CSS/SCSS development patterns for Obsidian themes. Load when working with theme.css, SCSS variables, or CSS selectors.
    0
    installs
  77. Obsidian Plugin Dev · rudironsoni
    Comprehensive skill for Obsidian plugin development with TypeScript. Covers plugin lifecycle, CodeMirror 6 editor extensions, React/Svelte integration, Vault API patterns, settings with migration pipelines, SecretStorage, CSS theming, CLI debugging workflow, testing, CI/CD, and community plugin submission. Trigger on: create obsidian plugin, obsidian plugin dev, obsidian API, obsidian editor extension, obsidian CM6, obsidian view, obsidian modal, obsidian settings, obsidian command, obsidian manifest, obsidian publish, obsidian submit plugin, obsidian plugin test, obsidian vite config, obsidian react, obsidian theme, obsidian CLI debug.
    0
    installs
  78. Obsidian Plugin Development · rudironsoni bundle
    Build, modify, and debug Obsidian plugins using the TypeScript API. Use this skill when working with Obsidian plugin source code, the obsidian npm package, plugin UI (views, modals, settings, commands, ribbons), vault file operations, editor manipulation, workspace management, metadata cache, events, markdown rendering, or the Obsidian CLI. Covers plugin lifecycle, best practices, common patterns, and the full TypeScript API surface.
    0
    installs
  79. Orlix Bazel · rudironsoni bundle
    Use for Orlix Bazel graph, action, cache, profile, BEP, or promoted-build work.
    0
    installs
  80. Orlix Ontology · rudironsoni
    Apply the Orlix Markdown ontology when choosing object types, properties, typed links, normalization, source modeling, or schema changes.
    0
    installs
  81. Orlix Docs Lint · rudironsoni bundle
    Validate the Orlix documentation ontology, generated index, frontmatter, typed links, routes, and stale references. Use before shipping any Orlix knowledge change.
    0
    installs
  82. Orlix Docs Query · rudironsoni
    Answer Orlix architecture, ownership, decision, epic, story, task, capability, provenance, and relationship questions from the canonical docs ontology.
    0
    installs
  83. Orlix Tcti Debug · rudironsoni bundle
    OrlixTCTI debugging with native LLDB and kernel-owned C proof. Use for crashes, watchpoints, disassembly, ELF, Mach-O, instruction encodings, symbols, sections, relocations, and OrlixTCTI runtime corruption.
    0
    installs
  84. Orlix Docs Ingest · rudironsoni bundle
    Add or update Orlix knowledge in the canonical docs ontology. Use for architecture, decision, epic, story, task, capability, terminology, provenance, and durable lesson changes.
    0
    installs
  85. Orlix Docs Refresh · rudironsoni
    Reconcile current Orlix source, reports, decisions, and multiple ontology pages without rewriting unchanged knowledge.
    0
    installs
  86. Orlix Codex Handoff · rudironsoni
    Use for long Orlix sessions, compaction risk, or a request to continue work from conversation history.
    0
    installs
  87. Orlix Tcti Next Step · rudironsoni bundle
    Select the next owning OrlixTCTI test suite and emit a narrow scope envelope without reimplementing or interpreting test behavior.
    0
    installs
  88. Orlix Session Lessons · rudironsoni
    Use when deriving durable Orlix lessons from a conversation, correcting agent behavior, or improving harness reliability.
    0
    installs
  89. Orlix Binary Debugging · rudironsoni
    Use when Orlix diagnosis may require Hopper, LLDB, disassembly, symbol inspection, crash frames, or binary-level validation after source and logs are insufficient.
    0
    installs
  90. Orlix Write To Harness · rudironsoni
    Use before editing the Orlix ontology brain, AGENTS.md, agent skills, subagents, hooks, generated rules, or harness guidance. Preserves repository source of truth and prevents duplicated or stale status.
    0
    installs
  91. Orlix Apple Development · rudironsoni bundle
    Use for Orlix simulator, XCTest, Xcode, device, signing, archive, TestFlight, or App Store work.
    0
    installs
  92. Orlix Dynamic Workflows · rudironsoni
    Use when Orlix work benefits from explicit workflow packets, authorized subagent orchestration, or independent research, implementation, test, and review tracks.
    0
    installs
  93. Orlix Native Performance · rudironsoni
    Use when discussing, planning, measuring, or claiming Orlix native performance, ELF execution performance, syscall throughput, terminal throughput, storage throughput, or imported-binary startup behavior.
    0
    installs
  94. Orlix Upstream Conformance · rudironsoni
    Use when building, running, triaging, or claiming success for upstream Linux, upstream mlibc, Coreutils, or other upstream project test suites in Orlix. Requires pristine upstream sources and upstream tests; failures must be routed to the owning Orlix layer instead of editing generated upstream trees or adapted tests.
    0
    installs
  95. Orlix Implementation Boundaries · rudironsoni
    Use before implementing or triaging Orlix changes when ownership could involve OrlixKit, OrlixEngine, OrlixOS, OrlixInstance, OrlixContainer, Herdr, OrlixTCTI, OrlixHostAdapter, the native Orlix app, upstream Linux, upstream mlibc, packages, product payloads, session APIs, or generated trees. Routes fixes to the correct layer and blocks wrong-layer shortcuts.
    0
    installs
  96. Orlix Runtime Claim Verification · rudironsoni
    Use before claiming Orlix work is fixed, green, complete, runtime-ready, package-ready, or upstream-test successful. Verifies that exact commands, logs, failure/skip accounting, crash reports, and ADR proof order support the claim.
    0
    installs
  97. Dotnet Harness Offline · rudironsoni
    Offline mode with local caching for air-gapped environments
    0
    installs
  98. Dotnet Harness Manifest · rudironsoni
    Skill manifest management for dotnet-harness. Tracks skill dependencies, conflicts, version compatibility, and provides validation and resolution tools. Triggers on: skill manifest, dependency resolution, skill compatibility, version conflicts, build manifest, validate dependencies.
    0
    installs
  99. Dotnet Harness Recommender · rudironsoni
    AI-powered skill recommendation engine for dotnet-harness. Analyzes project context and recommends relevant skills based on detected frameworks, packages, and patterns. Triggers on: recommend skill, suggest skills, what skill should I use, skill suggestion, project analysis recommendation.
    0
    installs
  100. Dotnet Harness Test Framework · rudironsoni
    Comprehensive testing framework for skills
    0
    installs