Skip to main content

Skills in diesem Repository

ComeOnOliver/skillshub - Seite 5

SkillsMP hat 4.287 Skills aus ComeOnOliver/skillshub gesammelt. Öffne einen Skill, um Quelle und Details zu prüfen.

ComeOnOliver/skillshub

Es werden 40 von 4.287 gesammelten Skills angezeigt.

Beruf
Softwareentwickler
Beschreibung

Build responsive email templates using MJML markup language. Compiles to cross-client HTML that works in Outlook, Gmail, and Apple Mail. Includes template renderer, layout patterns, and variable substitution.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Manage NuGet packages using Central Package Management (CPM) and dotnet CLI commands. Never edit XML directly - use dotnet add/remove/list commands. Use shared version variables for related packages.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Write UI tests for Blazor applications (Server or WebAssembly) using Playwright. Covers navigation, interaction, authentication, selectors, and common Blazor-specific patterns.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Cache Playwright browser binaries in CI/CD pipelines (GitHub Actions, Azure DevOps) to avoid 1-2 minute download overhead on every build.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Modern .NET project structure including .slnx solution format, Directory.Build.props, central package management, SourceLink, version management with RELEASE_NOTES.md, and SDK pinning with global.json.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Choose the right serialization format for .NET applications. Prefer schema-based formats (Protobuf, MessagePack) over reflection-based (Newtonsoft.Json). Use System.Text.Json with AOT source generators for JSON scenarios.

Quellsprache: Englisch

Aktualisiert
Beruf
Sonstige Computerberufe
Beschreibung

Create and maintain AGENTS.md / CLAUDE.md snippet indexes that route tasks to the correct dotnet-skills skills and agents (including compressed Vercel-style indexes).

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Use Slopwatch to detect LLM reward hacking in .NET code changes. Run after every code modification to catch disabled tests, suppressed warnings, empty catch blocks, and other shortcuts that mask real problems.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Use Verify for snapshot testing in .NET. Approve API surfaces, HTTP responses, rendered emails, and serialized outputs. Detect unintended changes through human-reviewed baseline files.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Write integration tests using TestContainers for .NET with xUnit. Covers infrastructure testing with real databases, message queues, and caches in Docker containers instead of mocks.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Snapshot test email templates using Verify to catch regressions. Validates rendered HTML output matches approved baseline. Works with MJML templates and any email renderer.

Quellsprache: Englisch

Aktualisiert
Beruf
Sonstige Computerberufe
Beschreibung

Persistent Obsidian-based memory for coding agents. Use at session start to orient from a knowledge vault, during work to look up architecture/component/pattern notes, and when discoveries are made to write them back. Activate when the user mentions obsidian…

Quellsprache: Englisch

Aktualisiert
Beruf
Web- und digitale Schnittstellendesigner
Beschreibung

Audit and improve web accessibility following WCAG 2.2 guidelines. Use when asked to "improve accessibility", "a11y audit", "WCAG compliance", "screen reader support", "keyboard navigation", or "make accessible".

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Trigger when: (1) User wants to create an educational/explainer video, (2) User has a vague concept they want visualized, (3) User mentions "3b1b style" or "explain like 3Blue1Brown", (4) User wants to plan a Manim video or animation sequence, (5) User asks…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Trigger when: (1) User mentions "manim" or "Manim Community" or "ManimCE", (2) Code contains `from manim import *`, (3) User runs `manim` CLI commands, (4) Working with Scene, MathTex, Create(), or ManimCE-specific classes. Best practices for Manim Community…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Trigger when: (1) User mentions "manimgl" or "ManimGL" or "3b1b manim", (2) Code contains `from manimlib import *`, (3) User runs `manimgl` CLI commands, (4) Working with InteractiveScene, self.frame, self.embed(), ShowCreation(), or ManimGL-specific…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Head-to-head comparison of coding agents (Claude Code, Aider, Codex, etc.) on custom tasks with pass rate, cost, time, and consistency metrics

Quellsprache: Englisch

Aktualisiert
Beruf
Sonstige Computerberufe
Beschreibung

Design and optimize AI agent action spaces, tool definitions, and observation formatting for higher completion rates.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Operate as an agentic engineer using eval-first execution, decomposition, and cost-aware model routing.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Engineering operating model for teams where AI agents generate a large share of implementation output.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

AI辅助开发的回归测试策略。沙盒模式API测试,无需依赖数据库,自动化的缺陷检查工作流程,以及捕捉AI盲点的模式,其中同一模型编写和审查代码。

Quellsprache: Chinesisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Clean Architecture patterns for Android and Kotlin Multiplatform projects — module structure, dependency rules, UseCases, Repositories, and data layer patterns.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

在Claude Code会话期间,将做出的架构决策捕获为结构化的架构决策记录(ADR)。自动检测决策时刻,记录上下文、考虑的替代方案和理由。维护一个ADR日志,以便未来的开发人员理解代码库为何以当前方式构建。

Quellsprache: Chinesisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Patterns and architectures for autonomous Claude Code loops — from simple sequential pipelines to RFC-driven multi-agent DAG systems.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Turn a one-line objective into a step-by-step construction plan for multi-session, multi-agent engineering projects. Each step has a self-contained context brief so a fresh agent can execute it cold. Includes adversarial review gate, dependency graph,…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Bun 作为运行时、包管理器、打包器和测试运行器。何时选择 Bun 而非 Node、迁移注意事项以及 Vercel 支持。

Quellsprache: Chinesisch

Aktualisiert
Beruf
Logistiker
Beschreibung

Codified expertise for managing carrier portfolios, negotiating freight rates, tracking carrier performance, allocating freight, and maintaining strategic carrier relationships. Informed by transportation managers with 15+ years experience. Includes…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Anthropic Claude API 的 Python 和 TypeScript 使用模式。涵盖 Messages API、流式处理、工具使用、视觉功能、扩展思维、批量处理、提示缓存和 Claude Agent SDK。适用于使用 Claude API 或 Anthropic SDK 构建应用程序的场景。

Quellsprache: Chinesisch

Aktualisiert
Beruf
Sonstige Computerberufe
Beschreibung

通过Claude DevFleet协调多智能体编码任务——规划项目、在隔离的工作树中并行调度智能体、监控进度并读取结构化报告。

Quellsprache: Chinesisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Trace every user-facing button/touchpoint through its full state change sequence to find bugs where functions individually work but cancel each other out, produce wrong final state, or leave the UI in an inconsistent state. Use when: systematic debugging…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

分析一个陌生的代码库,并生成一个结构化的入门指南,包括架构图、关键入口点、规范和一个起始的CLAUDE.md文件。适用于加入新项目或首次在代码仓库中设置Claude Code时。

Quellsprache: Chinesisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Compose Multiplatform and Jetpack Compose patterns for KMP projects — state management, navigation, theming, performance, and platform-specific UI.

Quellsprache: Englisch

Aktualisiert
Beruf
Sonstige Computerberufe
Beschreibung

Interactive installer for Everything Claude Code — guides users through selecting and installing skills and rules to user-level or project-level directories, verifies paths, and optionally optimizes installed files.

Quellsprache: Englisch

Aktualisiert
Beruf
Sonstige Computerberufe
Beschreibung

审核Claude Code上下文窗口在代理、技能、MCP服务器和规则中的消耗情况。识别膨胀、冗余组件,并提供优先的令牌节省建议。

Quellsprache: Chinesisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Patterns for continuous autonomous agent loops with quality gates, evals, and recovery controls.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents. v2.1 adds project-scoped instincts to prevent cross-project contamination.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Cost optimization patterns for LLM API usage — model routing by task complexity, budget tracking, retry logic, and prompt caching.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

C++ coding standards based on the C++ Core Guidelines (isocpp.github.io). Use when writing, reviewing, or refactoring C++ code to enforce modern, safe, and idiomatic practices.

Quellsprache: Englisch

Aktualisiert
Es werden 40 von 4.287 gesammelten Skills angezeigt.