Modern Perl 5.36+ idioms, best practices, and conventions for building robust, maintainable Perl applications.
Idioma del texto original: inglés
Menú
Skills en este repositorio
SkillsMP ha recopilado 656 skills de loulanyue/awesome-claude-notes. Abre una skill para revisar su origen y sus detalles.
loulanyue/awesome-claude-notesMostrando 40 de 656 skills recopiladas.
Modern Perl 5.36+ idioms, best practices, and conventions for building robust, maintainable Perl applications.
Idioma del texto original: inglés
Comprehensive Perl security covering taint mode, input validation, safe process execution, DBI parameterized queries, web security (XSS/SQLi/CSRF), and perlcritic security policies.
Idioma del texto original: inglés
Perl testing patterns using Test2::V0, Test::More, prove runner, mocking, coverage with Devel::Cover, and TDD methodology.
Idioma del texto original: inglés
Write-time code quality enforcement using Plankton — auto-formatting, linting, and Claude-powered fixes on every file edit via hooks.
Idioma del texto original: inglés
PostgreSQL database patterns for query optimization, schema design, indexing, and security. Based on Supabase best practices.
Idioma del texto original: inglés
Example project-specific skill template based on a real production application.
Idioma del texto original: inglés
>-
Idioma del texto original: inglés
Pythonic idioms, PEP 8 standards, type hints, and best practices for building robust, efficient, and maintainable Python applications.
Idioma del texto original: inglés
Python testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and coverage requirements.
Idioma del texto original: Varios idiomas
PyTorch deep learning patterns and best practices for building robust, efficient, and reproducible training pipelines, model architectures, and data loading.
Idioma del texto original: inglés
RFC-driven multi-agent DAG execution pattern with quality gates, merge queues, and work unit orchestration.
Idioma del texto original: Varios idiomas
Decision framework for choosing between regex and LLM when parsing structured text — start with regex, add LLM only for low-confidence edge cases.
Idioma del texto original: inglés
Scan skills to extract cross-cutting principles and distill them into rules — append, revise, or create new rule files
Idioma del texto original: inglés
Idiomatic Rust patterns, ownership, error handling, traits, concurrency, and best practices for building safe, performant applications.
Idioma del texto original: inglés
Rust testing patterns including unit tests, integration tests, async testing, property-based testing, mocking, and coverage. Follows TDD methodology.
Idioma del texto original: inglés
Research-before-coding workflow. Search for existing tools, libraries, and patterns before writing custom code. Invokes the researcher agent.
Idioma del texto original: inglés
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.
Idioma del texto original: inglés
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.
Idioma del texto original: inglés
Spring Boot architecture patterns, REST API design, layered services, data access, caching, async processing, and logging. Use for Java Spring Boot backend work.
Idioma del texto original: inglés
Spring Security best practices for authn/authz, validation, CSRF, secrets, headers, rate limiting, and dependency security in Java Spring Boot services.
Idioma del texto original: inglés
Test-driven development for Spring Boot using JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo. Use when adding features, fixing bugs, or refactoring.
Idioma del texto original: inglés
Verification loop for Spring Boot projects: build, static analysis, tests with coverage, security scans, and diff review before release or PR.
Idioma del texto original: inglés
Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.
Idioma del texto original: inglés
Thread-safe data persistence in Swift using actors — in-memory cache with file-backed storage, eliminating data races by design.
Idioma del texto original: inglés
Swift 6.2 Approachable Concurrency — single-threaded by default, @concurrent for explicit background offloading, isolated conformances for main actor types.
Idioma del texto original: inglés
Protocol-based dependency injection for testable Swift code — mock file system, network, and external APIs using focused protocols and Swift Testing.
Idioma del texto original: inglés
SwiftUI architecture patterns, state management with @Observable, view composition, navigation, performance optimization, and modern iOS/macOS UI best practices.
Idioma del texto original: inglés
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.
Idioma del texto original: inglés
Interactive agent picker for composing and dispatching parallel teams
Idioma del texto original: inglés
A comprehensive verification system for Claude Code sessions.
Idioma del texto original: Varios idiomas
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,…
Idioma del texto original: inglés
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…
Idioma del texto original: inglés
Translate visa application documents (images) to English and create a bilingual PDF with original and translation
Idioma del texto original: inglés
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.
Idioma del texto original: inglés
Head-to-head comparison of coding agents (Claude Code, Aider, Codex, etc.) on custom tasks with pass rate, cost, time, and consistency metrics
Idioma del texto original: inglés
Design and optimize AI agent action spaces, tool definitions, and observation formatting for higher completion rates.
Idioma del texto original: inglés
Operate as an agentic engineer using eval-first execution, decomposition, and cost-aware model routing.
Idioma del texto original: inglés
Engineering operating model for teams where AI agents generate a large share of implementation output.
Idioma del texto original: inglés
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.
Idioma del texto original: inglés
Clean Architecture patterns for Android and Kotlin Multiplatform projects — module structure, dependency rules, UseCases, Repositories, and data layer patterns.
Idioma del texto original: inglés