Interrupt handling for x86/x86-64 kernels. PIC 8259 programming, APIC/IO-APIC setup, ISR stubs, IRQ remapping, and CPU exception handlers. Use when writing interrupt handlers, remapping IRQs, configuring APIC, or handling exceptions.
원문 언어: 영어
메뉴
이 저장소의 skills
SkillsMP는 Maelwalser/claude-config에서 194개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
Maelwalser/claude-config수집된 skill 194개 중 40개를 표시합니다.
Interrupt handling for x86/x86-64 kernels. PIC 8259 programming, APIC/IO-APIC setup, ISR stubs, IRQ remapping, and CPU exception handlers. Use when writing interrupt handlers, remapping IRQs, configuring APIC, or handling exceptions.
원문 언어: 영어
Physical and virtual memory allocators for OS kernels. Bitmap, stack, buddy frame allocators, slab allocator, kernel heap. Use when implementing memory allocation, page frame management, or kernel heap.
원문 언어: 영어
Network stack implementation for OS kernels. Ethernet framing, ARP, IPv4, TCP/UDP, DHCP, and NIC drivers (e1000, RTL8139, virtio-net). Use when building a TCP/IP stack, writing network card drivers, or implementing network protocols.
원문 언어: 영어
Virtual memory and paging for x86, x86-64, ARM, RISC-V. Page tables, PTE flags, TLB, identity mapping, higher-half kernel. Use when implementing paging, virtual memory, page tables, or address space management.
원문 언어: 영어
Process management, context switching, and CPU scheduling for OS kernels. Task structures, ring transitions, SYSCALL/SYSRET, scheduler algorithms. Use when implementing multitasking, context switches, or schedulers.
원문 언어: 영어
OS-level security mechanisms. SMEP/SMAP, NX/XD bit, stack canaries, KASLR, IOMMU, ring isolation, and KPTI. Use when hardening a kernel, implementing memory protection, adding stack guards, or configuring CPU security features.
원문 언어: 영어
Storage device drivers for OS kernels. ATA PIO mode, AHCI/SATA, NVMe, and DMA-based disk I/O. Register-level programming for reading and writing disk sectors. Use when implementing disk drivers, block device layers, or storage controller interfaces.
원문 언어: 영어
OS development toolchain setup and usage. GCC/Clang cross-compiler, linker scripts, NASM/GAS assembly, Makefiles, and QEMU/Bochs debugging. Use when setting up cross-compilation, writing linker scripts, or debugging with emulators.
원문 언어: 영어
OWASP-based security review skill. Detects project tech stack and loads relevant condensed OWASP cheat sheet references for in-depth security audit. Use with the security-reviewer agent for parallel multi-agent audits, or standalone for focused reviews.
원문 언어: 영어
Modern Perl 5.36+ idioms and best practices. Use when writing, reviewing, or refactoring Perl code to follow modern conventions including signatures, try/catch, and strict patterns.
원문 언어: 영어
Perl security patterns and hardening. Use when handling user input, executing processes, writing DBI queries, or reviewing Perl web apps for XSS, SQLi, CSRF, or taint-mode compliance.
원문 언어: 영어
Perl testing with Test2::V0, Test::More, and prove. Use when writing Perl tests, setting up TDD workflows, mocking dependencies, or measuring coverage with Devel::Cover.
원문 언어: 영어
Use when setting up Plankton write-time code quality hooks. Auto-formats, lints, and spawns Claude-powered fixes on every file edit.
원문 언어: 영어
PostgreSQL patterns for query optimization, schema design, indexing, and security. Use when writing SQL queries, designing schemas, troubleshooting slow queries, or hardening Postgres.
원문 언어: 영어
Translates PRD intent into implementation-ready capability plans. Use when turning a PRD, roadmap item, or product discussion into explicit constraints, invariants, and interfaces before coding starts.
원문 언어: 영어
Use when validating product direction before building. Runs product diagnostics and pressure-tests the "why" before a request becomes an implementation contract.
원문 언어: 영어
Production scheduling, job sequencing, and bottleneck resolution for manufacturing. Use when scheduling production runs, optimizing changeovers, balancing lines, or responding to manufacturing disruptions.
원문 언어: 영어
Operate execution flow across GitHub and Linear by triaging issues and PRs and linking active work. Use when the user wants backlog control, PR triage, or GitHub-to-Linear coordination.
원문 언어: 영어
Analyzes raw prompts, identifies intent gaps, and outputs optimized prompts. Use when the user says "optimize prompt", "improve my prompt", "rewrite this prompt", or asks for prompt quality help. Advisory only — never executes the task.
원문 언어: 영어
Pythonic idioms, PEP 8, type hints, and best practices. Use when writing, reviewing, or refactoring Python code.
원문 언어: 영어
Python testing with pytest, TDD workflow, fixtures, mocking, parametrization, and coverage. Use when writing, reviewing, or debugging Python tests or setting up pytest infrastructure.
원문 언어: 영어
PyTorch deep learning patterns for training pipelines, model architectures, and data loading. Use when writing or reviewing PyTorch code.
원문 언어: 영어
Quality control for regulated manufacturing. Use when investigating non-conformances, performing root cause analysis, managing CAPAs, interpreting SPC data, or handling supplier quality issues.
원문 언어: 영어
RFC-driven multi-agent DAG execution with quality gates and merge queues. Use when a feature is too large for a single agent pass and must be split into work units.
원문 언어: 영어
Decision framework for regex vs LLM when parsing structured text. Use when parsing forms, invoices, quizzes, or documents and choosing between regex and LLM extraction.
원문 언어: 영어
Evidence-first current-state research workflow for MCC. Use when the user wants fresh facts, comparisons, enrichment, or a recommendation built from current public evidence and any supplied local context.
원문 언어: 영어
Returns and reverse logistics operations. Use when handling product returns, refund decisions, disposition, return fraud detection, warranty claims, or vendor recovery processes.
원문 언어: 영어
Scans skills to extract cross-cutting principles and distill them into rules. Use when maintaining rules after installing new skills or during periodic rules cleanup.
원문 언어: 영어
Idiomatic Rust patterns for ownership, error handling, traits, and concurrency. Use when writing, reviewing, or refactoring Rust code.
원문 언어: 영어
Rust testing patterns with TDD methodology. Use when writing Rust tests, adding coverage, setting up async or property-based testing, or creating benchmarks.
원문 언어: 영어
Use this skill to prevent destructive operations when working on production systems or running agents autonomously.
원문 언어: 영어
Research-before-coding workflow. Use when starting a new feature or adding a dependency — searches for existing tools, libraries, and patterns before writing custom code.
원문 언어: 영어
Hunts for exploitable, bounty-worthy security vulnerabilities. Use when scanning a repo for real vulnerabilities, preparing a HackerOne or Huntr submission, or doing responsible disclosure research.
원문 언어: 영어
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.
원문 언어: 영어
Scans Claude Code configuration for security vulnerabilities and injection risks. Use when setting up a project, modifying .claude/ configs, or auditing MCP servers and hooks.
원문 언어: 영어
Audit, plan, and implement SEO improvements — technical SEO, on-page optimization, structured data, and Core Web Vitals. Use when the user wants better search visibility, schema markup, sitemap/robots work, or keyword mapping.
원문 언어: 영어
Measures whether agents actually follow skills, rules, or agent definitions. Use when testing compliance rates, validating behavioral sequences, or auditing agent adherence.
원문 언어: 영어
Audit Claude skills and commands for quality. Use when checking skill descriptions, frontmatter, body length, or running a full stocktake of all installed skills.
원문 언어: 영어
Weighted social-graph ranking for warm intro discovery, bridge scoring, and network gap analysis across X and LinkedIn. Use when the user wants the graph-ranking engine, not the broader outreach workflow on top of it.
원문 언어: 영어
Spring Boot architecture patterns for REST APIs, layered services, caching, and async processing. Use when building or reviewing Java Spring Boot backends.
원문 언어: 영어