Skills
Each entry shows what its maintainer published and when the project was last touched. Where a repository has been deleted or archived, that is stated on the entry instead of being quietly left out.
Worked on in the last 90 days (58)
Someone pushed a commit recently. This is the shortlist worth trying first.
-
browser-act-skills-browser-act
— last commit 2026-08-05
Browser automation CLI for AI agents. NEVER run browser-act commands directly via Bash — always invoke this skill first. Use browser-act wh…
-
browser-act-skills-browser-act-skill-forge
— last commit 2026-08-05
Forges reusable Skill packages (SKILL.md + scripts) from website exploration via browser-act — no re-exploration later. Use when: user want…
-
browser-act-skills-ebay-item-detail
— last commit 2026-08-05
Extracts full item detail from any open eBay item URL, returning JSON with url, itemNumber, title, subTitle, categories, price, priceWithCu…
-
browser-act-skills-ebay-search-listing
— last commit 2026-08-05
Extracts product listings from any eBay search or category page URL, returning per-item cards (itemNumber, url, title, subtitle, caption, p…
-
browser-act-skills-ebay-sold-listings-search
— last commit 2026-08-05
eBay sold-listings scraper across 8 marketplaces (ebay.com/.co.uk/.de/.fr/.it/.es/.ca/.com.au). Takes keyword plus filters (category, price…
-
browser-act-skills-ecommerce-listing
— last commit 2026-08-05
Extract product list from any e-commerce category page, search results page, or keyword search with filters. Returns paginated product arra…
-
browser-act-skills-ecommerce-product-detail
— last commit 2026-08-05
Extract complete product information from any e-commerce product page. Returns name, price, currency, brand, images, description, SKU/ASIN/…
-
browser-act-skills-ecommerce-reviews
— last commit 2026-08-05
Extract customer reviews from any e-commerce product page or reviews page. Returns reviewer name, star rating, date, review title, review b…
-
browser-act-skills-ecommerce-seller-info
— last commit 2026-08-05
Extract seller or merchant profile data from marketplace platform seller pages. Returns seller name, rating, review count, positive feedbac…
-
browser-act-skills-etsy-category-listing
— last commit 2026-08-05
Etsy category page scraper: given an Etsy category URL (e.g. https://www.etsy.com/c/jewelry) and optional page number, returns paginated pr…
-
browser-act-skills-etsy-keyword-search
— last commit 2026-08-05
Etsy keyword search scraper: given a search keyword and optional page number, returns paginated product listings with listingId, shopId, ti…
-
browser-act-skills-etsy-product-detail
— last commit 2026-08-05
Etsy product detail scraper: given an Etsy listing URL, returns full product detail including listingId, title, priceCurrent, priceOriginal…
-
browser-act-skills-etsy-shop-catalog
— last commit 2026-08-05
Etsy shop catalog scraper: given an Etsy shop URL (e.g. https://www.etsy.com/shop/{shop-name}) and optional page number, returns paginated…
-
browser-act-skills-goofish-item-detail
— last commit 2026-08-05
Extracts full detail data from a single Goofish (闲鱼/xianyu, goofish.com) second-hand item page. Input: item URL or item ID. Output: title,…
-
browser-act-skills-goofish-search-list
— last commit 2026-08-05
Scrapes second-hand item search results from Goofish (闲鱼/xianyu, goofish.com) — China's largest second-hand marketplace. Input: keyword, op…
-
nvidia-skillspector-chef-assistant
— last commit 2026-08-05
Use when cooking or planning meals, troubleshooting recipes, learning culinary techniques
-
nvidia-skillspector-code-formatter
— last commit 2026-08-05
Formats Python code using the black formatter
-
nvidia-skillspector-code-reviewer
— last commit 2026-08-05
Reviews code changes and suggests improvements
-
nvidia-skillspector-config-reader
— last commit 2026-08-05
Reads and displays configuration files
-
nvidia-skillspector-creative-writing-coach
— last commit 2026-08-05
Helps users with creative writing and storytelling
-
nvidia-skillspector-data-processor
— last commit 2026-08-05
Processes data records from a source file
-
nvidia-skillspector-deploy-service
— last commit 2026-08-05
Deploy a service to the staging environment via shell commands
-
nvidia-skillspector-file-indexer
— last commit 2026-08-05
Reads local files and uploads an index to a remote search service
-
nvidia-skillspector-file-organizer
— last commit 2026-08-05
Organizes files in your project directory
-
nvidia-skillspector-friendly-greeter
— last commit 2026-08-05
A friendly greeting skill that says hello to users
-
nvidia-skillspector-general-assistant
— last commit 2026-08-05
Use when you need help with anything
-
nvidia-skillspector-helpful-formatter
— last commit 2026-08-05
Formats and improves text responses for the user
-
nvidia-skillspector-jp-compliance-reporter
— last commit 2026-08-05
Generate regulatory compliance reports for Japanese financial institutions
-
nvidia-skillspector-markdown-formatter
— last commit 2026-08-05
Formats and prettifies markdown documents
-
nvidia-skillspector-onboarding-guide
— last commit 2026-08-05
Guides new users through a friendly onboarding experience
-
nvidia-skillspector-over-privileged-helper
— last commit 2026-08-05
A simple file reader utility
-
nvidia-skillspector-personal-assistant
— last commit 2026-08-05
A personalized assistant that remembers your preferences
-
nvidia-skillspector-report-generator
— last commit 2026-08-05
Generate formatted reports from data
-
nvidia-skillspector-safe-greeting
— last commit 2026-08-05
A simple greeting skill that says hello to users
-
nvidia-skillspector-terraform-deployer
— last commit 2026-08-05
Deploy infrastructure using Terraform
-
nvidia-skillspector-text-summarizer
— last commit 2026-08-05
Summarizes text locally without any network access or external API calls
-
nvidia-skillspector-underdeclared-agent
— last commit 2026-08-05
A helpful assistant agent
-
wshobson-agents-api-design-principles
— last commit 2026-08-05
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designi…
-
wshobson-agents-architecture-patterns
— last commit 2026-08-05
Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use this ski…
-
wshobson-agents-before-you-build
— last commit 2026-08-05
Pre-build product and feature risk review for founders, product managers, and AI-assisted builders. Use this skill when the user is about t…
-
wshobson-agents-block-no-verify-hook
— last commit 2026-08-05
Configure a PreToolUse hook to prevent AI agents from skipping git pre-commit hooks with --no-verify and other bypass flags. Use when setti…
-
wshobson-agents-cqrs-implementation
— last commit 2026-08-05
Implement Command Query Responsibility Segregation for scalable architectures. Use when separating read and write models, optimizing query…
-
wshobson-agents-data-storytelling
— last commit 2026-08-05
Transform data into compelling narratives using visualization, context, and persuasive structure. Use when presenting analytics to stakehol…
-
wshobson-agents-defi-protocol-templates
— last commit 2026-08-05
Implement DeFi protocols with production-ready templates for staking, AMMs, governance, and flash loans. Use when building decentralized fi…
-
wshobson-agents-deployment-pipeline-design
— last commit 2026-08-05
Design multi-stage CI/CD pipelines with approval gates, security checks, and deployment orchestration. Use this skill when designing zero-d…
-
wshobson-agents-event-store-design
— last commit 2026-08-05
Design and implement event stores for event-sourced systems. Use when building event sourcing infrastructure, choosing event store technolo…
-
wshobson-agents-fastapi-templates
— last commit 2026-08-05
Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new…
-
wshobson-agents-github-actions-templates
— last commit 2026-08-05
Create production-ready GitHub Actions workflows for automated testing, building, and deploying applications. Use when setting up CI/CD wit…
-
wshobson-agents-gitlab-ci-patterns
— last commit 2026-08-05
Build GitLab CI/CD pipelines with multi-stage workflows, caching, and distributed runners for scalable automation. Use when implementing Gi…
-
wshobson-agents-kpi-dashboard-design
— last commit 2026-08-05
Design effective KPI dashboards with metrics selection, visualization best practices, and real-time monitoring patterns. Use this skill whe…
-
wshobson-agents-microservices-patterns
— last commit 2026-08-05
Design microservices architectures with service boundaries, event-driven communication, and resilience patterns. Use when building distribu…
-
wshobson-agents-multi-reviewer-patterns
— last commit 2026-08-05
Coordinate parallel code reviews across multiple quality dimensions with finding deduplication, severity calibration, and consolidated repo…
-
wshobson-agents-nft-standards
— last commit 2026-08-05
Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creati…
-
wshobson-agents-parallel-debugging
— last commit 2026-08-05
Debug complex issues using competing hypotheses with parallel investigation, evidence collection, and root cause arbitration. Use this skil…
-
wshobson-agents-parallel-feature-development
— last commit 2026-08-05
Coordinate parallel feature development with file ownership strategies, conflict avoidance rules, and integration patterns for multi-agent…
-
wshobson-agents-projection-patterns
— last commit 2026-08-05
Build read models and projections from event streams. Use when implementing CQRS read sides, building materialized views, or optimizing que…
-
wshobson-agents-saga-orchestration
— last commit 2026-08-05
Implement saga patterns for distributed transactions and cross-aggregate workflows. Use this skill when implementing distributed transactio…
-
wshobson-agents-screen-reader-testing
— last commit 2026-08-05
Test web applications with screen readers including VoiceOver, NVDA, and JAWS. Use when validating screen reader compatibility, debugging a…
Page 19 of 50
How this page is ordered
Entries are grouped by whether anyone is still working on them, using the date of the most recent push to the repository. They are not ordered by stars, because a star is a bookmark somebody left once and never took back.
Where we have not checked an entry yet, it says so rather than being mixed in with the verified ones.