스킬 레이더 · GITHUB

실제 사용량으로 검증된 유용한 Agent Skills.

공개 저장소의 검증된 Skills를 기능, 패키지 구성, 설치 수, 출처 근거에 따라 비교할 수 있습니다.

카탈로그 범위
검증 완료
Skills
5,771
저장소
824
최근 동기화
2026. 9. 8.
5,771 Skills
builderio
커뮤니티

visual-plan

- Turn ordinary text plans into rich interactive visual plans with diagrams, file maps, annotated code, open questions, and UI/prototype review when useful.

설치 수
2
GitHub Stars
4.2천
업데이트
8월 26일
builderio
커뮤니티

visual-recap

- Turn a PR, branch, commit, or git diff into an interactive visual recap with diagrams, file maps, API/schema summaries, annotated diffs, and focused review notes.

설치 수
2
GitHub Stars
4.2천
업데이트
8월 26일
google-deepmind
커뮤니티

literature-search-openalex

Query the OpenAlex scholarly database for research papers, authors, institutions, topics, sources, publishers, funders, geo-locations, and keywords. Use when searching academic papers, resolving DOIs, downloading open-access PDFs, finding an author's publications, aggregating bibliometric data (citation counts, h-index, impact factor), exploring the research taxonomies, or performing DOI lookups.

설치 수
2
GitHub Stars
2.8천
업데이트
7월 7일
wondelai
커뮤니티

jobs-to-be-done

Discover what customers truly need by analyzing the "job" they hire your product to do. Use when the user mentions "customer discovery", "why customers churn", "what job does this solve", "competing against luck", "product-market fit", "switching behavior", "milkshake moment", or "functional vs emotional jobs". Also trigger when investigating why users choose competitors, designing features around real customer needs, or reframing a value proposition. Covers JTBD interviews, competition analysis, and jobs-oriented roadmaps. For product positioning, see obviously-awesome. For rapid validation, see design-sprint. For non-leading interview technique, see mom-test.

설치 수
2
GitHub Stars
2.1천
업데이트
8월 29일
wondelai
커뮤니티

obviously-awesome

Define product positioning by mapping competitive alternatives, unique attributes, and best-fit customers to the right market category. Use when the user mentions "positioning", "competitive alternatives", "how to position", "market category", "positioning canvas", "repositioning", "category creation", "what category are we in", or "why prospects dont get what we do". Also trigger when launching a new product, entering a crowded market, or diagnosing why prospects dont grasp the product''s value. Covers the positioning canvas and team workshops. For customer jobs analysis, see jobs-to-be-done. For go-to-market, see crossing-the-chasm.

설치 수
2
GitHub Stars
2.1천
업데이트
8월 29일
wondelai
커뮤니티

refactoring-ui

Audit and fix visual hierarchy, spacing, color, and depth in web UIs. Use when the user mentions "my UI looks off" (or amateur/unprofessional), "fix the design", "Tailwind styling", "color palette", "visual hierarchy", "design system", "spacing scale", or "component styling". Also trigger when building consistent design tokens, creating dark mode themes, improving data-visualization clarity, or polishing UI details before launch. Covers grayscale-first workflow, constrained design scales, shadows, and component styling. For typeface selection, see web-typography. For usability audits, see ux-heuristics.

설치 수
2
GitHub Stars
2.1천
업데이트
8월 29일
yaklang
커뮤니티

401-403-bypass-techniques

- 401/403 bypass playbook. Use when encountering access-denied responses on admin panels, API endpoints, or restricted paths. Covers path manipulation, HTTP method tampering, header injection, protocol downgrade, and automated bypass tools.

설치 수
2
GitHub Stars
2천
업데이트
6월 16일
yaklang
커뮤니티

active-directory-acl-abuse

- Active Directory ACL abuse playbook. Use when exploiting misconfigured AD permissions including GenericAll, WriteDACL, DCSync rights, shadow credentials, LAPS reading, GPO abuse, and BloodHound-guided attack paths.

설치 수
2
GitHub Stars
2천
업데이트
6월 16일
yaklang
커뮤니티

active-directory-certificate-services

- AD Certificate Services attack playbook. Use when targeting misconfigured AD CS for privilege escalation via ESC1-ESC13 template abuse, NTLM relay to enrollment, CA officer abuse, and certificate-based persistence.

설치 수
2
GitHub Stars
2천
업데이트
6월 16일
yaklang
커뮤니티

ai-ml-security

- AI/ML security playbook. Use when assessing model supply chain attacks (pickle RCE, poisoned weights), adversarial examples, model poisoning, model stealing, data privacy attacks (membership inference, model inversion), and autonomous agent security risks.

설치 수
2
GitHub Stars
2천
업데이트
6월 16일
yaklang
커뮤니티

android-pentesting-tricks

- Android pentesting playbook. Use when testing Android applications for SSL pinning bypass, exported component abuse, WebView vulnerabilities, intent redirection, root detection bypass, tapjacking, and backup extraction during authorized mobile security assessments.

설치 수
2
GitHub Stars
2천
업데이트
6월 16일
yaklang
커뮤니티

anti-debugging-techniques

- Anti-debugging detection and bypass playbook. Use when reversing protected binaries that detect debuggers via ptrace, PEB flags, timing checks, or signal/exception handlers on Linux and Windows.

설치 수
2
GitHub Stars
2천
업데이트
6월 16일
yaklang
커뮤니티

api-auth-and-jwt-abuse

- API authentication and JWT abuse playbook. Use when testing bearer tokens, API keys, claim trust, header spoofing, rate limits, and API auth boundary weaknesses.

설치 수
2
GitHub Stars
2천
업데이트
6월 16일
yaklang
커뮤니티

api-authorization-and-bola

- API authorization and BOLA testing playbook. Use when APIs expose object identifiers, nested resources, hidden writable fields, or weak function-level authorization.

설치 수
2
GitHub Stars
2천
업데이트
6월 16일
yaklang
커뮤니티

api-recon-and-docs

- API reconnaissance and documentation review playbook. Use when discovering endpoints, schemas, versions, OpenAPI specs, hidden docs, and surface area for API testing.

설치 수
2
GitHub Stars
2천
업데이트
6월 16일
yaklang
커뮤니티

api-sec

- Entry P1 category router for API security. Use when choosing between API recon, authorization, token abuse, and hidden-parameter workflows before any deeper API topic skill.

설치 수
2
GitHub Stars
2천
업데이트
6월 16일
yaklang
커뮤니티

arbitrary-write-to-rce

- Arbitrary write to RCE playbook. Use when you have an arbitrary write primitive (from heap exploitation, format string, or OOB write) and need to convert it into code execution by targeting GOT, hooks, IOFILE vtable, exitfuncs, TLSdtorlist, modprobepath, .finiarray, or C++ vtables.

설치 수
2
GitHub Stars
2천
업데이트
6월 16일
yaklang
커뮤니티

auth-sec

- Entry P1 category router for authentication and authorization. Use when testing login flows, sessions, object authorization, JWT, OAuth, CORS, CSRF, and enterprise SSO weaknesses before any deeper auth topic skill.

설치 수
2
GitHub Stars
2천
업데이트
6월 16일
yaklang
커뮤니티

authbypass-authentication-flaws

- Authentication bypass testing playbook. Use when assessing login flows, password reset logic, account recovery, MFA bypass, token predictability, brute-force resistance, and session boundary flaws.

설치 수
2
GitHub Stars
2천
업데이트
6월 16일
yaklang
커뮤니티

browser-exploitation-v8

- Browser and V8 exploitation playbook. Use when exploiting JavaScript engine vulnerabilities including JIT type confusion, incorrect bounds elimination, and V8 sandbox bypass to achieve renderer RCE and sandbox escape in Chrome/Chromium.

설치 수
2
GitHub Stars
2천
업데이트
6월 16일
yaklang
커뮤니티

business-logic-vuln

- Entry P1 category router for business logic testing. Use when workflow abuse, race conditions, pricing flaws, or multi-step state attacks matter more than parser-level input injection.

설치 수
2
GitHub Stars
2천
업데이트
6월 16일
yaklang
커뮤니티

business-logic-vulnerabilities

- Business logic vulnerability playbook. Use when reasoning about workflows, race conditions, price manipulation, coupon abuse, state machines, and multi-step authorization gaps.

설치 수
2
GitHub Stars
2천
업데이트
6월 16일
yaklang
커뮤니티

classical-cipher-analysis

- Classical cipher analysis playbook. Use when encountering substitution ciphers, Vigenere, transposition, XOR, or encoded text in CTF challenges that requires frequency analysis, Kasiski examination, or known-plaintext cryptanalysis.

설치 수
2
GitHub Stars
2천
업데이트
6월 16일
yaklang
커뮤니티

clickjacking

- Clickjacking playbook. Use when testing whether target pages can be framed, whether X-Frame-Options or CSP frame-ancestors are properly configured, and whether UI redress attacks can trigger sensitive actions.

설치 수
2
GitHub Stars
2천
업데이트
6월 16일