SKILL RADAR · GITHUB
Useful agent skills, ranked by real adoption.
Browse verified skills from public repositories. Compare what each skill does, package contents, install activity, and source evidence before adding it to your agent.
- CATALOG SCOPE
- VERIFIED
- skills
- 5,771
- repositories
- 824
- last synced
- Sep 8, 2026
builderiovisual-plan
- Turn ordinary text plans into rich interactive visual plans with diagrams, file maps, annotated code, open questions, and UI/prototype review when useful.
- installs
- 2
- GitHub stars
- 4.2K
- Updated
- Aug 26
builderiovisual-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.
- installs
- 2
- GitHub stars
- 4.2K
- Updated
- Aug 26
google-deepmindliterature-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.
- installs
- 2
- GitHub stars
- 2.8K
- Updated
- Jul 7
wondelaijobs-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.
- installs
- 2
- GitHub stars
- 2.1K
- Updated
- Aug 29
wondelaiobviously-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.
- installs
- 2
- GitHub stars
- 2.1K
- Updated
- Aug 29
wondelairefactoring-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.
- installs
- 2
- GitHub stars
- 2.1K
- Updated
- Aug 29
yaklang401-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.
- installs
- 2
- GitHub stars
- 2K
- Updated
- Jun 16
yaklangactive-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.
- installs
- 2
- GitHub stars
- 2K
- Updated
- Jun 16
yaklangactive-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.
- installs
- 2
- GitHub stars
- 2K
- Updated
- Jun 16
yaklangai-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.
- installs
- 2
- GitHub stars
- 2K
- Updated
- Jun 16
yaklangandroid-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.
- installs
- 2
- GitHub stars
- 2K
- Updated
- Jun 16
yaklanganti-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.
- installs
- 2
- GitHub stars
- 2K
- Updated
- Jun 16
yaklangapi-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.
- installs
- 2
- GitHub stars
- 2K
- Updated
- Jun 16
yaklangapi-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.
- installs
- 2
- GitHub stars
- 2K
- Updated
- Jun 16
yaklangapi-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.
- installs
- 2
- GitHub stars
- 2K
- Updated
- Jun 16
yaklangapi-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.
- installs
- 2
- GitHub stars
- 2K
- Updated
- Jun 16
yaklangarbitrary-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.
- installs
- 2
- GitHub stars
- 2K
- Updated
- Jun 16
yaklangauth-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.
- installs
- 2
- GitHub stars
- 2K
- Updated
- Jun 16
yaklangauthbypass-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.
- installs
- 2
- GitHub stars
- 2K
- Updated
- Jun 16
yaklangbrowser-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.
- installs
- 2
- GitHub stars
- 2K
- Updated
- Jun 16
yaklangbusiness-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.
- installs
- 2
- GitHub stars
- 2K
- Updated
- Jun 16
yaklangbusiness-logic-vulnerabilities
- Business logic vulnerability playbook. Use when reasoning about workflows, race conditions, price manipulation, coupon abuse, state machines, and multi-step authorization gaps.
- installs
- 2
- GitHub stars
- 2K
- Updated
- Jun 16
yaklangclassical-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.
- installs
- 2
- GitHub stars
- 2K
- Updated
- Jun 16
yaklangclickjacking
- 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.
- installs
- 2
- GitHub stars
- 2K
- Updated
- Jun 16