The library

Everything we index — ranked by what works, never by stars.

untested
Apply shadcn/ui component stylingskillEngineeringProductL2
apply-shadcn · UI development when shadcn library components reduce custom CSS and maintain consistency.
untested
Configure CI/CD GitHub Actions workflowsskillEngineeringL3
testing-ci · CI setup when automated testing + deployment gates reduce manual integration friction.
untested
Generate NestJS DTOs with validation decoratorsskillEngineeringL1
dto-generator · NestJS projects scaffold DTOs faster with auto-discovery than manual scaffolding.
untested
Set up and manage Arena development containersskillEngineeringL3
dev-container · IsaacLab development runs faster with one shared image across parallel project clones.
untested
Apply Next.js best practices to projectsskillEngineeringL1
next-best-practices · Next.js refactors avoid pitfalls when you follow file conventions and RSC boundaries.
untested
Debug and optimize Terraform infrastructure codeskillEngineeringL3
terraform-skill · IaC refactors are safer when you diagnose risk categories before applying changes.
untested
Fix tool-calling agent schema and behaviorskillEngineeringL1
tool-calling-tutor · Tool-calling agents work faster when you debug schema, invocation, and loop patterns.
untested
Debug complex systems with multi-step reasoningskillEngineeringL1
sequential-think · Complex debugging beats quick answers when you systematize multi-layer reasoning.
untested
Red-team Android apps end-to-endskillEngineeringL4
apk-redteam-pipeline · Mobile security research runs faster with automated APK acquisition and decompilation.
untested
Hunt vulnerabilities with complete bug bounty workflowskillEngineeringL3
bb-local-toolkit · Bug bounty hunting converges faster with systematic recon, learning, and triage.
untested
Run static analysis scans with SemgrepskillEngineeringL2
semantic-grep · Security scanning is faster and more reliable when you use semantic rules vs regex.
untested
Orchestrate bug bounty hunting methodologyskillEngineeringL1
bb-methodology · Bug bounty sessions gain focus when you apply systematic 5-phase methodology.
untested
Report bugs to Bugcrowd with severity strategyskillEngineeringL1
bugcrowd-reporting · Bug bounty submissions when VRT defaults misalign with actual impact severity.
untested
Exploit cloud IAM misconfigurations across providersskillEngineeringL4
cloud-iam-deep · Red-team privilege analysis when a cloud credential surfaces and escalation vectors matter.
untested
Predict metagenome function from 16S dataskillEngineeringL2
bio-microbiome-functional-prediction · Metagenomics when shotgun sequencing is unavailable and KEGG/MetaCyc function prediction suffices.
untested
Optimize MAUI app performance for iOSskillEngineeringL3
dotnet-maui-aot · Mobile performance when app size and startup time reductions (up to 50%) justify AOT setup.
untested
Navigate Nx CLI workspace projectsskillEngineeringL2
nx-cli · Monorepo development when task discovery and affected-scope analysis speed up iteration.
untested
Generate code from UI specificationsskillEngineeringL2
codegen · Use for code generation utilities for json-render. use when generating code from ui specs, building custom code exporters, traversing specs, or serializing props for @json-render/codegen.
untested
Add test infrastructure to .NET projectsskillEngineeringL2
dotnet-add-testing · Use for >-
untested
Choreograph animations with GSAP timelinesskillEngineeringL1
gsap-timeline · Use for official gsap skill for timelines — gsap.timeline(), position parameter, nesting, playback. use when sequencing animations, choreographing keyframes, or when the user asks about animation sequencing, timelines, or animation order (in gsap or when recommending a library that supports timelines).
untested
Find CSRF vulnerabilities in web appsskillEngineeringL1
hunt-csrf · Use for hunting skill for csrf vulnerabilities. built from 15 public bug bounty reports including modern variants — samesite=lax sibling-subdomain bypass (argo cd cve-2024-22424), graphql mutations-via-get (gitlab $3,370), framework-wide csrf middleware disabled (stripe dashboard $5,000), path-traversal csrf-token bypass (github enterprise cve-2022-23732 $10k), origin-omission bypass (tiktok $2,500), oauth-state null-byte (streamlabs), websocket csrf / cswsh (coda), default-samesite email-change → ato (yoyo games $400), social-account-link csrf (hackerone), json-csrf via text/plain on email-change (tiktok $500). use when hunting modern csrf — heavy emphasis on chain-to-ato patterns.
untested
Run TUnit tests with PlaywrightskillEngineeringL1
tunit · Use for run tunit tests with playwright. use when user asks to run tests, execute tests, or check if tests pass.
untested
Hunt insecure deserialization RCEskillEngineeringL1
hunt-deserialization · Use for hunt insecure deserialization — java gadget chains (ysoserial), php object injection (phpggc), python pickle rce, .net binaryformatter, ruby marshal.load, jndi/log4shell. rce via deserialization is almost always critical. use when target runs java, php serialization, python pickle, .net, or ruby on rails.
untested
Build with Cloudflare platformskillEngineeringL2
cloudflare · Use for comprehensive cloudflare platform skill covering workers, pages, storage (kv, d1, r2), ai (workers ai, vectorize, agents sdk), networking (tunnel, spectrum), security (waf, ddos), and infrastructure-as-code (terraform, pulumi). use for any cloudflare development task.
untested
Route to right security testing skillskillEngineeringL1
hunt-dispatch · Use for skill-set loader for /hunt orchestrator. fingerprints the target, picks the right platform attack skills, and loads the red team or wapt skill set. use when /hunt has just received a mode answer (redteam or wapt + blackbox|greybox) and needs to load the appropriate skills and print the taxonomy. not for direct user invocation.
untested
Set up NexusProvider for web3skillEngineeringL2
nexus-elements-nexus-provider · Use for install and configure the nexusprovider for nexus elements. use when setting up provider context, handleinit on wallet connect, or when any element needs usenexus.
untested
Hunt DOM and client-side vulnerabilitiesskillEngineeringL1
hunt-dom · Use for hunt client-side dom vulnerabilities — dom clobbering (overwrite js globals via html injection), postmessage hijacking (missing origin check), service worker abuse (intercept requests from same-origin script), css injection/exfiltration (attribute selectors → token char-by-char via oob), client-side template injection, dangerouslysetinnerhtml. grounded in named public research: gareth heyes / portswigger dom-clobbering + dom-invader, michał bentkowski dompurify clobbering bypasses, jquery htmlprefilter xss (cve-2020-11022 / cve-2020-11023), d0nut css-exfil research. use when hunting dom-xss, client-side auth bypass, or token exfiltration without server-side interaction.
untested
Hunt file upload RCE and XSSskillEngineeringL1
hunt-file-upload · Security auditors hunting RCE on PHP/JSP/ASPX stacks with publicly-exploitable file-processing chains.
untested
Hunt GraphQL authorization flawsskillEngineeringL1
hunt-graphql · Bug bounty hunters on platform APIs (GitHub, Shopify, Stripe tier) where GraphQL mutations interact with REST APIs.
untested
Hunt gRPC configuration vulnerabilitiesskillEngineeringL1
hunt-grpc · Security teams hunting microservice architecture vulns where edge-proxy auth is bypassed by reaching backend directly.
untested
Hunt host header injection attacksskillEngineeringL1
hunt-host-header · Security researchers hunting account-takeover on apps behind CDN/reverse proxy where Host is unkeyed in cache.
untested
Investigate bugs with test-first approachskillEngineeringL1
bug-investigation · Teams enforcing TDD discipline to prevent regressions and verify actual bug fix.
untested
Hunt HTTP request smuggling attacksskillEngineeringL1
hunt-http-smuggling · Bug bounty hunters on older deployments (HAProxy <2.4, legacy F5, Citrix ADC) or AWS ALB+origin chains with H2 downgrade.
untested
Deploy Expo apps to storesskillEngineeringL2
expo-deployment · Use for expo-deployment tasks and operations.
untested
Hunt insecure direct object referencesskillEngineeringL1
hunt-idor · Use when hunting idor on any target.
untested
Generate Jest unit tests automaticallyskillEngineeringL1
jest-generator · Use for jest-generator tasks and operations.
untested
Hunt Kubernetes and Docker misconfigsskillEngineeringL1
hunt-k8s · Testing container orchestration for auth bypass and RCE.
untested
Hunt Laravel framework vulnerabilitiesskillEngineeringL1
hunt-laravel · Testing PHP Laravel apps for CVE-2021-3129 Ignition.
untested
Exploit LDAP injection vulnerabilitiesskillEngineeringOpsL3
hunt-ldap · Penetrating directory-backed authentication systems.
untested
Generate design documentation table of contentsskillProductEngineeringL1
design-index · Creating table of contents for design docs.
untested
Hunt and exploit local file inclusionskillEngineeringOpsL3
hunt-lfi · Extracting secrets via path traversal and filter chains.
untested
Write Rust API documentation commentsskillEngineeringL1
api-doc-comments · Documenting smart contract ABIs where generated docs must be client-accessible and precise.
untested
Auto-format and lint code to standardsskillEngineeringL2
code-sanitizer · Ensuring consistent code style across a data pipeline before completion checklist.
untested
Manage pull requests and git workflowsskillEngineeringL2
git-workflow · Submitting feature patterns to upstream community repositories with clean history.
untested
Identify and exploit MFA bypass patternsskillOpsEngineeringL3
hunt-mfa-bypass · Hunting account takeover chains where MFA enforcement is incomplete or bypassable.
untested
Hunt miscellaneous application vulnerabilitiesskillEngineeringOpsL3
hunt-misc · Discovering account boundary violations in multi-tenant SaaS with role-based access.
untested
Set up Koin dependency injection for AndroidskillEngineeringL2
android-di-koin · Setting up DI scoping per feature layer without manual constructor plumbing.
untested
Hunt Next.js framework vulnerabilitiesskillEngineeringOpsL3
hunt-nextjs · Bypassing Server Actions auth or exploiting Image Optimizer SSRF on Next.js hosts.
untested
Hunt Node.js code injection vulnerabilitiesskillEngineeringOpsL3
hunt-nodejs · Chaining prototype pollution to RCE on Express apps with unsafe merge operations.
untested
Detect NoSQL injection and auth bypassesskillEngineeringOpsL3
hunt-nosqli · Extracting data from NoSQL services when parametrized queries are not used.
page 59 / 86