← all publishers

dills122

@dills122 source repo

46 published skills

  1. Agent Router · dills122
    Analyzing user intent and delegating tasks.
    0
    installs
  2. Filter Syntax · dills122 bundle
    Reference data for test filter syntax across all platform and framework combinations: VSTest --filter expressions, MTP filters for MSTest/NUnit/xUnit v3/TUnit, and VSTest-to-MTP filter translation. DO NOT USE directly — loaded by run-tests, mtp-hot-reload, and migrate-vstest-to-mtp when they need filter syntax.
    0
    installs
  3. Rust Core Specialist · dills122 bundle
    Implementing idiomatic, safe, and performant Rust code.
    0
    installs
  4. Lint Hunter · dills122 bundle
    Debugging compiler errors and tracing lifetimes.
    0
    installs
  5. Debug Helper · dills122
    Systematic logic error isolation.
    0
    installs
  6. Syntax Hunter · dills122
    Basic syntax error resolution.
    0
    installs
  7. Ron Specialist · dills122
    Managing configuration and serialization.
    0
    installs
  8. Pest Specialist · dills122 bundle
    Generating PEG parsers with pest.
    0
    installs
  9. Security Specialist · dills122
    Auditing for unsafe code and secrets.
    0
    installs
  10. Directory Build Organization · dills122 bundle
    Guide for organizing MSBuild infrastructure with Directory.Build.props, Directory.Build.targets, Directory.Packages.props, and Directory.Build.rsp. USE FOR: structuring multi-project repos, centralizing build settings, implementing NuGet Central Package Management (CPM) with ManagePackageVersionsCentrally, consolidating duplicated properties across .csproj files, setting up multi-level Directory.Build hierarchy with GetPathOfFileAbove, understanding evaluation order (Directory.Build.props → SDK .props → .csproj → SDK .targets → Directory.Build.targets). Critical pitfall: $(TargetFramework) conditions in .props silently fail for single-targeting projects — must use .targets. DO NOT USE FOR: non-MSBuild build systems, migrating legacy projects to SDK-style (use msbuild-modernization), single-project solutions with no shared settings.
    0
    installs
  11. Product Strategy · dills122
    Create a comprehensive product strategy using the 9-section Product Strategy Canvas — vision, segments, costs, value propositions, trade-offs, metrics, growth, capabilities, and defensibility. Use when building a product strategy, creating a strategic plan, or defining product direction.
    0
    installs
  12. Positioning Ideas · dills122
    Brainstorm product positioning ideas differentiated from competitors. Identifies top competitors and generates positioning statements with rationale. Use when developing product positioning, differentiating from competitors, or crafting brand positioning strategy.
    0
    installs
  13. Competitor Analysis · dills122
    Analyze competitors with strengths, weaknesses, and differentiation opportunities. Identifies direct competitors and maps the competitive landscape. Use when doing competitive research, preparing a competitive brief, or finding differentiation opportunities.
    0
    installs
  14. Customer Journey Map · dills122
    Create an end-to-end customer journey map with stages, touchpoints, emotions, pain points, and opportunities. Use when mapping the customer experience, identifying friction points, improving onboarding, or visualizing the user journey.
    0
    installs
  15. Brainstorm Ideas New · dills122
    Brainstorm feature ideas for a new product in initial discovery from PM, Designer, and Engineer perspectives. Use when starting product discovery for a new product, exploring features for a startup idea, or doing initial ideation.
    0
    installs
  16. Opportunity Solution Tree · dills122
    Build an Opportunity Solution Tree (OST) to structure product discovery — map a desired outcome to opportunities, solutions, and experiments. Based on Teresa Torres' Continuous Discovery Habits. Use when structuring discovery work, mapping opportunities to solutions, or deciding what to build next.
    0
    installs
  17. Idea Refine · dills122 bundle
    Refines raw ideas into sharp, actionable concepts through structured divergent and convergent thinking. Use when an idea is still vague, when you need to stress-test assumptions before committing to a plan, or when you want to expand options before converging on one. Triggers on "ideate", "refine this idea", or "stress-test my plan".
    0
    installs
  18. Browser Testing With Devtools · dills122
    Tests in real browsers via Chrome DevTools MCP. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze network requests, profile performance, or verify visual output with real runtime data. Requires the chrome-devtools MCP server to be configured.
    0
    installs
  19. Dependency Auditor · dills122 bundle
    Audit and manage dependencies across multi-language projects. Identifies vulnerabilities, license conflicts, transitive dependency risks, and safe-upgrade paths. Use when auditing third-party packages before release, investigating a CVE, planning a major version bump, or running a license-compliance review.
    0
    installs
  20. API Design Reviewer · dills122 bundle
    Comprehensive REST API design review with automated linting, breaking-change detection, and design scorecards. Catches inconsistent conventions, missing versioning, and design smells before APIs ship. Use when reviewing a PR that adds or changes API endpoints, auditing an existing API for v2 migration, or establishing API standards for a team.
    0
    installs
  21. Performance Profiler · dills122 bundle
    Systematic performance profiling for Node.js, Python, and Go applications. Identifies CPU, memory, and I/O bottlenecks, generates flamegraphs, analyzes bundle sizes, optimizes database queries, runs load tests with k6 and Artillery. Always measures before and after. Use when investigating a slow endpoint, planning a performance budget, or hunting a memory leak in production.
    0
    installs
  22. CI CD Pipeline Builder · dills122 bundle
    Generate pragmatic CI/CD pipelines from detected project stack signals — fast baseline generation, repeatable checks, environment-aware deployment stages. Use when setting up CI for a new project, refactoring existing pipelines, or standardizing deployment workflows across multiple repos.
    0
    installs
  23. Observability Designer · dills122 bundle
    Design production-ready observability strategies combining metrics, logs, and traces. Includes SLI/SLO design, golden-signals monitoring, alert optimization. Use when adding observability to a new service, refactoring alerting that is too noisy, or designing an SLO program before scaling production load.
    0
    installs
  24. Review · dills122 bundle
    Review Playwright tests for quality. Use when user says "review tests", "check test quality", "audit tests", "improve tests", "test code review", or "playwright best practices check".
    0
    installs
  25. Slo Architect · dills122 bundle
    Use when defining, reviewing, or operating SLOs/SLIs/error budgets. Triggers on "define an SLO", "what should our SLO be", "error budget", "burn rate", "SLI", "service level objective", "Google SRE workbook", "multi-window burn-rate alert", or any reliability-target question. Ships SLO designer, error-budget calculator with multi-window burn-rate thresholds, and SLO reviewer that catches the common bugs (target too aggressive, window too short, conflicting SLOs, no SLI definition). 4 references on SLO principles + SLI design + error budget math + composition with feature-flags-architect/chaos-engineering/kubernetes-operator. NOT a generic observability skill — specifically the SLO discipline.
    0
    installs
  26. Humanizer · dills122 bundle
    Audit and revise existing prose so it reads naturally, specifically, and consistently with the author's voice while preserving every supported fact, number, citation, code block, link target, and intentional technical term. Use for a final editorial pass on blog posts, documentation, essays, announcements, or other prose that feels generic, repetitive, inflated, or recognizably machine-shaped; do not use as the primary research or drafting workflow or to evade disclosure requirements.
    0
    installs
  27. Hallmark Design · dills122
    Design, audit, redesign, or study distinctive user-facing pages without generic AI aesthetics. Use for intentional landing pages, portfolios, product marketing pages, visual redesigns, or design-DNA analysis of a screenshot or public URL.
    0
    installs
  28. Dotnet Architecture · dills122 bundle
    Assess, design, implement, or review architectural boundaries in a .NET application using Clean Architecture, ports and adapters, onion architecture, modular monolith, or vertical slices. Use when a task changes project dependencies, domain/application/infrastructure ownership, use-case flow, repositories or query models, domain events, composition roots, or architecture tests. Do not use for a local C# edit whose boundary ownership is already clear.
    0
    installs
  29. Planning Files Lite · dills122
    Uses persistent markdown files to keep complex multi-step work organized across long sessions. Use when work requires research, many tool calls, multiple phases, or context recovery.
    0
    installs
  30. Session Handoff · dills122 bundle
    Create, validate, consume, or refresh a durable repository handoff for continuing work in another Codex chat or after context reset. Use when pausing substantial work, moving an outcome to a separate task, resuming from a handoff, or preserving state that would otherwise exist only in conversation history. Do not create handoffs for trivial completed work.
    0
    installs
  31. Spec Traceability · dills122 bundle
    Maintain end-to-end traceability from repository requirements and decisions through implementation tasks, tests, evidence, and completion status. Use when writing or updating specs and plans, splitting work across sessions or agents, validating a feature against acceptance criteria, reconciling plan drift, or deciding whether work is actually complete.
    0
    installs
  32. Frontend Design Review · dills122
    Reviews and improves frontend interfaces for visual craft, UX clarity, accessibility, responsive behavior, interaction states, content hierarchy, and implementation quality. Use when building, redesigning, auditing, or polishing user-facing UI.
    0
    installs
  33. Kotlin Jvm Engineering · dills122 bundle
    Implement, refactor, review, or debug Kotlin/JVM services, libraries, CLI tools, and applications built with Gradle. Use for Kotlin source, Gradle Kotlin DSL, JVM toolchain compatibility, dependency and module changes, coroutine behavior, public APIs, Java interoperability, generated code, tests, or CI.
    0
    installs
  34. Independent Review · dills122 bundle
    Prepare and conduct a fresh-context engineering review of completed or substantially complete work, covering both the code changes and the implementation plan. Use when an implementation chat must explain its approach for a senior-maintainer review, when that explanation and repository scope will be handed to a brand-new chat for independent assessment, or when reviewing whether completed work is correct, well-designed, idiomatic, sufficiently tested, and faithful to its plan. Do not use as a substitute for ordinary in-session self-checks or for a review that intentionally shares the author's full conversation history.
    0
    installs
  35. Project Story Miner · dills122 bundle
    Reconstruct a software project's journey from repository history, source code, issues, pull requests, ADRs, benchmarks, incident notes, and author recollections, then produce a story-ready evidence brief. Use before writing an engineering retrospective, architecture journey, performance story, migration post, launch narrative, or multi-post series when the important turning points and proof boundaries are scattered across project artifacts.
    0
    installs
  36. Github Keychain Auth · dills122 bundle
    Use the macOS Keychain-backed GitHub credential safely outside the sandbox for GitHub CLI, Git, and API operations. Use when GitHub authentication fails, an inherited GH_TOKEN or GITHUB_TOKEN may be stale, a task needs the routinely configured Keychain credential, or an agent must verify GitHub access without exposing credential bytes.
    0
    installs
  37. Repository Doc Drift · dills122 bundle
    Audit canonical repository documentation against current code, configuration, tests, generated contracts, and recent Git history, then make minimal evidence-backed corrections. Use after feature merges or releases, when plans and status may be stale, when README or architecture claims are questioned, or when multiple docs disagree about the current source of truth.
    0
    installs
  38. Research To Decision · dills122 bundle
    Run bounded technical or product research and turn it into a decision-ready repository artifact. Use when a spec, architecture choice, dependency, standard, feasibility gate, or implementation plan depends on external evidence or a controlled experiment, especially when research is delegated to another agent or chat.
    0
    installs
  39. Run Tests · dills122 bundle
    Run or recommend the exact .NET test command. ALWAYS USE when asked to run, filter, or troubleshoot .NET tests or provide precise flags/argument order. Supports SDK-style dotnet test and classic non-SDK projects using MSBuild plus vstest.console/MSTest or repository scripts. USE FOR: all tests or subsets by class/category/trait; multi-TFM --framework; TRX reports; crash/hang dumps; VSTest vs Microsoft.Testing.Platform; bridged vs native MTP argument syntax; --filter, --filter-class, --filter-trait, --filter-query, and --treenode-filter. Detects MSTest/xUnit/NUnit/TUnit and packages.config/classic project constraints. DO NOT USE FOR: writing tests (use code-testing-agent), MTP hot-reload iteration, CI/CD configuration, or debugging test logic.
    0
    installs
  40. Orchestrated Delivery · dills122 bundle
    Plan, dispatch, monitor, reconcile, and close multi-agent or multi-chat repository work. Use when a brain or lead chat owns a larger outcome, when work must be split across subagents or separate Codex tasks, when a task graph has parallel lanes, or when child handoffs must be integrated into one verified repository result. Do not use for a small self-contained change that one agent can finish directly.
    0
    installs
  41. Technical Blog Writer · dills122 bundle
    Draft, rewrite, review, or structure technical blog posts, engineering retrospectives, architecture explainers, benchmark analyses, project stories, tutorials, how-to guides, and related series from a brief, evidence packet, notes, or source files. Use when prose must remain technically accurate, preserve facts and proof boundaries, explain why engineering details matter, and sound conversational and recognizably authored rather than generic or promotional.
    0
    installs
  42. Inspect Node Package API · dills122 bundle
    Resolve and inspect the public API of an installed Node.js package without executing it. Use when Codex needs to understand a dependency in node_modules, verify an import or subpath, find exported functions, classes, types, or signatures, trace TypeScript declaration re-exports, compare ESM/CommonJS/type entry points, or determine the installed package version and interface before writing integration code.
    0
    installs
  43. Using Agent Skills · dills122
    Discovers and invokes agent skills. Use when starting a session or when you need to discover which skill applies to the current task. This is the meta-skill that governs how all other skills are discovered and invoked.
    0
    installs
  44. Platform Detection · dills122 bundle
    Detect a .NET project's test platform/framework and SDK-style vs classic project system. ALWAYS USE for "which test platform/framework?", "VSTest or MTP?", a wrong dotnet test runner, or hidden runner settings in global.json, .csproj, packages.config, Directory.Build.props, or Directory.Packages.props. Handles SDK-version precedence and MSTest/xUnit/NUnit/TUnit. DO NOT USE for running/filtering tests (run-tests), hot reload, or migration.
    0
    installs
  45. Migration Architect · dills122 bundle
    Zero-downtime migration planning, compatibility validation, and rollback strategy generation. Tools for system, database, and infrastructure migrations with minimal business impact. Use when planning a database migration, infrastructure cutover, system replacement, or any high-risk transition that needs explicit rollback paths.
    0
    installs
  46. Terraform Patterns · dills122 bundle
    Terraform infrastructure-as-code agent skill and plugin for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw. Covers module design patterns, state management strategies, provider configuration, security hardening, policy-as-code with Sentinel/OPA, and CI/CD plan/apply workflows. Use when: user wants to design Terraform modules, manage state backends, review Terraform security, implement multi-region deployments, or follow IaC best practices.
    0
    installs