Skip to main content

이 저장소의 skills

loulanyue/awesome-claude-notes - 7페이지

SkillsMP는 loulanyue/awesome-claude-notes에서 656개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

loulanyue/awesome-claude-notes

수집된 skill 656개 중 40개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
데이터베이스 아키텍트
설명

PostgreSQL database patterns for query optimization, schema design, indexing, and security. Based on Supabase best practices.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Example project-specific skill template based on a real production application.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

>-

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

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.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Protocol-based dependency injection for testable Swift code — mock file system, network, and external APIs using focused protocols and Swift Testing.

원문 언어: 영어

업데이트
직업 분류
웹·디지털 인터페이스 디자이너
설명

SwiftUI architecture patterns, state management with @Observable, view composition, navigation, performance optimization, and modern iOS/macOS UI best practices.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration, and E2E tests.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Interactive agent picker for composing and dispatching parallel teams

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

A comprehensive verification system for Claude Code sessions.

원문 언어: 다국어 혼합

업데이트
직업 분류
오디오 및 비디오 기술자
설명

AI-assisted video editing workflows for cutting, structuring, and augmenting real footage. Covers the full pipeline from raw capture through FFmpeg, Remotion, ElevenLabs, fal.ai, and final polish in Descript or CapCut. Use when the user wants to edit video,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

See, Understand, Act on video and audio. See- ingest from local files, URLs, RTSP/live feeds, or live record desktop; return realtime context and playable stream links. Understand- extract frames, build visual/semantic/temporal indexes, and search moments…

원문 언어: 영어

업데이트
직업 분류
데스크톱 출판 전문가
설명

Translate visa application documents (images) to English and create a bilingual PDF with original and translation

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
컴퓨터·정보 시스템 관리자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Regression testing strategies for AI-assisted development. Sandbox-mode API testing without database dependencies, automated bug-check workflows, and patterns to catch AI blind spots where the same model writes and reviews code.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
수집된 skill 656개 중 40개를 표시합니다.