Skip to main content

这个仓库中的 skills

loulanyue/awesome-claude-notes - 第 4 页

SkillsMP 已收集 loulanyue/awesome-claude-notes 中的 656 个 Skill。打开任一 Skill 可查看来源和详情。

loulanyue/awesome-claude-notes

已展示 40 / 656 个已收集 Skill。

职业分类
证券、商品与金融服务销售代理
描述

Draft cold emails, warm intro blurbs, follow-ups, update emails, and investor communications for fundraising. Use when the user wants outreach to angels, VCs, strategic investors, or accelerators and needs concise, personalized, investor-facing messaging.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Java coding standards for Spring Boot services: naming, immutability, Optional usage, streams, exceptions, generics, and project layout.

原文语言:英语

更新
职业分类
软件开发工程师
描述

JPA/Hibernate patterns for entity design, relationships, query optimization, transactions, auditing, indexing, pagination, and pooling in Spring Boot.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Kotlin Coroutines and Flow patterns for Android and KMP — structured concurrency, Flow operators, StateFlow, error handling, and testing.

原文语言:英语

更新
职业分类
软件开发工程师
描述

JetBrains Exposed ORM patterns including DSL queries, DAO pattern, transactions, HikariCP connection pooling, Flyway migrations, and repository pattern.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Ktor server patterns including routing DSL, plugins, authentication, Koin DI, kotlinx.serialization, WebSockets, and testApplication testing.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Idiomatic Kotlin patterns, best practices, and conventions for building robust, efficient, and maintainable Kotlin applications with coroutines, null safety, and DSL builders.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Kotlin testing patterns with Kotest, MockK, coroutine testing, property-based testing, and Kover coverage. Follows TDD methodology with idiomatic Kotlin practices.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Laravel architecture patterns, routing/controllers, Eloquent ORM, service layers, queues, events, caching, and API resources for production apps.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Laravel security best practices for authn/authz, validation, CSRF, mass assignment, file uploads, secrets, rate limiting, and secure deployment.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Test-driven development for Laravel with PHPUnit and Pest, factories, database testing, fakes, and coverage targets.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Verification loop for Laravel projects: env checks, linting, static analysis, tests with coverage, security scans, and deployment readiness.

原文语言:英语

更新
职业分类
网页与数字界面设计师
描述

iOS 26 Liquid Glass design system — dynamic glass material with blur, reflection, and interactive morphing for SwiftUI, UIKit, and WidgetKit.

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

Conduct market research, competitive analysis, investor due diligence, and industry intelligence with source attribution and decision-oriented summaries. Use when the user wants market sizing, competitor comparisons, fund research, technology scans, or…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Build MCP servers with Node/TypeScript SDK — tools, resources, prompts, Zod validation, stdio vs Streamable HTTP. Use Context7 or official MCP docs for latest API.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Operate and extend NanoClaw v2, ECC's zero-dependency session-aware REPL built on claude -p.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Next.js 16+ and Turbopack — incremental bundling, FS caching, dev speed, and when to use Turbopack vs webpack.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Process, convert, OCR, extract, redact, sign, and fill documents using the Nutrient DWS API. Works with PDFs, DOCX, XLSX, PPTX, HTML, and images.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Nuxt 4 app patterns for hydration safety, performance, route rules, lazy loading, and SSR-safe data fetching with useFetch and useAsyncData.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Modern Perl 5.36+ idioms, best practices, and conventions for building robust, maintainable Perl applications.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Comprehensive Perl security covering taint mode, input validation, safe process execution, DBI parameterized queries, web security (XSS/SQLi/CSRF), and perlcritic security policies.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Perl testing patterns using Test2::V0, Test::More, prove runner, mocking, coverage with Devel::Cover, and TDD methodology.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Write-time code quality enforcement using Plankton — auto-formatting, linting, and Claude-powered fixes on every file edit via hooks.

原文语言:英语

更新
职业分类
其他计算机职业
描述

>-

原文语言:英语

更新
职业分类
软件开发工程师
描述

Pythonic idioms, PEP 8 standards, type hints, and best practices for building robust, efficient, and maintainable Python applications.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Python testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and coverage requirements.

原文语言:英语

更新
职业分类
数据科学家
描述

PyTorch deep learning patterns and best practices for building robust, efficient, and reproducible training pipelines, model architectures, and data loading.

原文语言:英语

更新
职业分类
其他计算机职业
描述

RFC-driven multi-agent DAG execution pattern with quality gates, merge queues, and work unit orchestration.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Decision framework for choosing between regex and LLM when parsing structured text — start with regex, add LLM only for low-confidence edge cases.

原文语言:英语

更新
职业分类
其他计算机职业
描述

Scan skills to extract cross-cutting principles and distill them into rules — append, revise, or create new rule files

原文语言:英语

更新
职业分类
软件开发工程师
描述

Idiomatic Rust patterns, ownership, error handling, traits, concurrency, and best practices for building safe, performant applications.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Rust testing patterns including unit tests, integration tests, async testing, property-based testing, mocking, and coverage. Follows TDD methodology.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Research-before-coding workflow. Search for existing tools, libraries, and patterns before writing custom code. Invokes the researcher agent.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Scan your Claude Code configuration (.claude/ directory) for security vulnerabilities, misconfigurations, and injection risks using AgentShield. Checks CLAUDE.md, settings.json, MCP servers, hooks, and agent definitions.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Spring Boot architecture patterns, REST API design, layered services, data access, caching, async processing, and logging. Use for Java Spring Boot backend work.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Spring Security best practices for authn/authz, validation, CSRF, secrets, headers, rate limiting, and dependency security in Java Spring Boot services.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Test-driven development for Spring Boot using JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo. Use when adding features, fixing bugs, or refactoring.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Verification loop for Spring Boot projects: build, static analysis, tests with coverage, security scans, and diff review before release or PR.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Thread-safe data persistence in Swift using actors — in-memory cache with file-backed storage, eliminating data races by design.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Swift 6.2 Approachable Concurrency — single-threaded by default, @concurrent for explicit background offloading, isolated conformances for main actor types.

原文语言:英语

更新
已展示 40 / 656 个已收集 Skill。