Coding & Development

yamadashy/repomix-explorer

github.com

Analyze or explore a codebase (remote or local repository) by packing it with the Repomix CLI, then reading and searching the generated output. Use when the user wants a high-level understanding of an unfamiliar or large repo, not a targeted edit. Trigger for: - Structure/overview: "analyze this repo", "what's the structure", "explain this codebase", "what's in vercel/next.js" - Pattern discovery across many files: "find all auth code", "where are the API endpoints", "show me all React components" - Metrics: "how many files/tokens", "largest files", "TypeScript vs JavaScript ratio" - Remote repos: any github.com URL or "owner/repo" the user wants explored DO NOT trigger for: - Editing, refactoring, or writing code in the current project - Reading or searching a known file/path in the local project (use Read or grep directly) - Single-symbol lookups in the local project answerable with one grep - Git operations, running tests, builds, or installs

$ npx skills add yamadashy/repomix
Ver habilidad

angular/reference-signal-forms

github.com

Explains the mental model and architecture of the code under `packages/forms/signals`. You MUST use this skill any time you plan to work with code in `packages/forms/signals`

$ npx skills add angular/angular
Ver habilidad

giuseppe-trisciuoglio/aws-lambda-php-integration

306github.com

Provides AWS Lambda integration patterns for PHP with Symfony using the Bref framework. Creates Lambda handler classes, configures runtime layers, sets up SQS/SNS event triggers, implements warm-up strategies, and optimizes cold starts. Use when deploying PHP/Symfony applications to AWS Lambda, configuring API Gateway integration, implementing serverless PHP applications, or optimizing Lambda performance with Bref. Triggers include "create lambda php", "deploy symfony lambda", "bref lambda aws", "php lambda cold start", "aws lambda php performance", "symfony serverless", "php serverless framework".

$ npx skills add giuseppe-trisciuoglio/developer-kit
Ver habilidad

yaklang/linux-security-bypass

github.com

Linux security mechanism bypass playbook. Use when facing restricted bash/rbash, read-only or noexec filesystems, AppArmor, SELinux, seccomp filters, or audit logging that must be evaded during post-exploitation.

$ npx skills add yaklang/hack-skills
Ver habilidad

yaklang/dns-rebinding-attacks

github.com

DNS rebinding attack playbook. Use when testing applications that trust DNS resolution for origin checks, interact with internal services from browser context, or when SSRF is not possible server-side but the target has client-side fetch/XHR to attacker-controlled domains.

$ npx skills add yaklang/hack-skills
Ver habilidad

serpdownloaders/justforfans-downloader

2github.com

JustForFans Downloader Browser Extension (Chrome, Firefox, Edge, Opera, Brave)

$ npx skills add serpdownloaders/skills
Ver habilidad

serpdownloaders/tokyomotion-downloader

2github.com

TokyoMotion Downloader Browser Extension (Chrome, Firefox, Edge, Opera, Brave)

$ npx skills add serpdownloaders/skills
Ver habilidad

actionbook/m07-concurrency

github.com

CRITICAL: Use for concurrency/async. Triggers: E0277 Send Sync, cannot be sent between threads, thread, spawn, channel, mpsc, Mutex, RwLock, Atomic, async, await, Future, tokio, deadlock, race condition, 并发, 线程, 异步, 死锁

$ npx skills add actionbook/rust-skills
Ver habilidad

yaklang/container-escape-techniques

github.com

Container escape playbook. Use when operating inside a Docker container, LXC, or Kubernetes pod and need to escape to the host via privileged mode, capabilities, Docker socket, cgroup abuse, namespace tricks, or runtime vulnerabilities.

$ npx skills add yaklang/hack-skills
Ver habilidad

yaklang/defi-attack-patterns

github.com

DeFi attack pattern playbook. Use when analyzing flash loan attacks, price oracle manipulation, MEV sandwich attacks, governance exploits, bridge vulnerabilities, and token standard edge cases in decentralized finance protocols.

$ npx skills add yaklang/hack-skills
Ver habilidad

manutej/golang-backend-development

github.com

Complete guide for Go backend development including concurrency patterns, web servers, database integration, microservices, and production deployment

$ npx skills add manutej/luxor-claude-marketplace
Ver habilidad

serpdownloaders/tubi-downloader

2github.com

Save Tubi TV shows and movies with subtitle support

$ npx skills add serpdownloaders/skills
Ver habilidad

sickn33/audio-transcriber

43.4kgithub.com

Transform audio recordings into professional Markdown documentation with intelligent summaries using LLM integration

$ npx skills add sickn33/antigravity-awesome-skills
Ver habilidad

yaklang/linux-privilege-escalation

github.com

Linux privilege escalation playbook. Use when you have low-privilege shell access and need to escalate to root via SUID/SGID binaries, capabilities, cron abuse, kernel exploits, misconfigurations, or credential harvesting on Linux systems.

$ npx skills add yaklang/hack-skills
Ver habilidad

giuseppe-trisciuoglio/aws-lambda-java-integration

306github.com

Provides AWS Lambda integration patterns for Java with cold start optimization. Use when deploying Java functions to AWS Lambda, choosing between Micronaut and Raw Java approaches, optimizing cold starts below 1 second, configuring API Gateway or ALB integration, or implementing serverless Java applications. Triggers include "create lambda java", "deploy java lambda", "micronaut lambda aws", "java lambda cold start", "aws lambda java performance", "java serverless framework".

$ npx skills add giuseppe-trisciuoglio/developer-kit
Ver habilidad

daleseo/grammar-checker

github.com

표준 한국어 규칙에 기반한 문법, 맞춤법, 띄어쓰기, 구두점 검사기. 맞춤법 오류(되/돼, -ㄴ지/-는지), 띄어쓰기 오류(의존명사, 보조용언), 문법 오류(조사 사용, 시제), 구두점 문제를 감지하고 교정합니다. 다음 상황에 사용하세요. (1) 한국어 문서 작성 후 검토 (2) 작성 중 실시간 교정 (3) 코드의 한국어 주석이나 문서 검사 (4) 설명과 함께 한국어 문법 학습 (5) 공식 문서 품질 보장

$ npx skills add daleseo/korean-skills
Ver habilidad

aviz85/html-to-pdf

github.com

Convert HTML to PDF with pixel-perfect rendering and excellent Hebrew/RTL support. Use when the user asks to 'convert HTML to PDF', 'generate PDF from HTML', 'create PDF from webpage', 'export to PDF', or needs PDF generation with Hebrew text support.

$ npx skills add aviz85/claude-skills-library
Ver habilidad

phuryn/retro

23.9kgithub.com

Facilitate a structured sprint retrospective — what went well, what didn't, and prioritized action items with owners and deadlines. Use when running a retrospective, reflecting on a sprint, creating action items from team feedback, or learning how to run effective retros.

$ npx skills add phuryn/pm-skills
Ver habilidad

yaklang/unauthorized-access-common-services

github.com

Unauthorized access playbook for common exposed services. Use when Redis, Rsync, PHP-FPM, AJP/Ghostcat, Hadoop YARN, H2 Console, or similar management interfaces are exposed without authentication.

$ npx skills add yaklang/hack-skills
Ver habilidad

yaklang/mobile-ssl-pinning-bypass

github.com

Mobile SSL pinning bypass playbook. Use when intercepting HTTPS traffic from mobile applications that implement certificate pinning, public key pinning, or SPKI hash pinning on Android and iOS, including React Native, Flutter, and Xamarin frameworks.

$ npx skills add yaklang/hack-skills
Ver habilidad

yaklang/linux-lateral-movement

github.com

Linux lateral movement playbook. Use after gaining initial access to pivot across Linux hosts via SSH hijacking, credential harvesting, internal pivoting, D-Bus exploitation, sudo token reuse, and shared filesystem abuse.

$ npx skills add yaklang/hack-skills
Ver habilidad

miantiao-me/chinese-writing

542github.com

中文写作技能指南,用于生成高质量的周刊、博客及科技资讯类文章。

$ npx skills add miantiao-me/aigc-weekly
Ver habilidad

sickn33/code-review-checklist

43.4kgithub.com

Comprehensive checklist for conducting thorough code reviews covering functionality, security, performance, and maintainability

$ npx skills add sickn33/antigravity-awesome-skills
Ver habilidad

yaklang/ntlm-relay-coercion

github.com

NTLM relay and authentication coercion playbook. Use when capturing and relaying NTLM authentication to escalate privileges via SMB, LDAP, HTTP, or MSSQL relay targets, combined with PetitPotam, PrinterBug, and other coercion methods.

$ npx skills add yaklang/hack-skills
Ver habilidad