Skip to main content

Skills in this repository

ComeOnOliver/skillshub - Page 5

SkillsMP has collected 4,287 skills from ComeOnOliver/skillshub. Open a skill to review its source and details.

ComeOnOliver/skillshub

Showing 40 of 4,287 collected skills.

occupation
Software Developers
description

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.

updated
occupation
Software Developers
description

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.

updated
occupation
Software Quality Assurance Analysts & Testers
description

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

updated
occupation
Software Quality Assurance Analysts & Testers
description

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

updated
occupation
Software Developers
description

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.

updated
occupation
Software Developers
description

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.

updated
occupation
Computer Occupations, All Other
description

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).

updated
occupation
Software Quality Assurance Analysts & Testers
description

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.

updated
occupation
Software Quality Assurance Analysts & Testers
description

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.

updated
occupation
Software Quality Assurance Analysts & Testers
description

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.

updated
occupation
Software Quality Assurance Analysts & Testers
description

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

updated
occupation
Computer Occupations, All Other
description

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…

updated
occupation
Web & Digital Interface Designers
description

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".

updated
occupation
Software Developers
description

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…

updated
occupation
Software Developers
description

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…

updated
occupation
Software Developers
description

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…

updated
occupation
Software Developers
description

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

updated
occupation
Computer Occupations, All Other
description

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

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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

updated
occupation
Software Quality Assurance Analysts & Testers
description

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

Source text: Chinese

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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

Source text: Chinese

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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,…

updated
occupation
Software Developers
description

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

Source text: Chinese

updated
occupation
Logisticians
description

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…

updated
occupation
Software Developers
description

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

Source text: Chinese

updated
occupation
Computer Occupations, All Other
description

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

Source text: Chinese

updated
occupation
Software Quality Assurance Analysts & Testers
description

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…

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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

Source text: Chinese

updated
occupation
Software Developers
description

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

updated
occupation
Computer Occupations, All Other
description

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.

updated
occupation
Computer Occupations, All Other
description

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

Source text: Chinese

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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.

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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.

updated
Showing 40 of 4,287 collected skills.