The library

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

untested
Review Java code for thread safety issuesskillEngineeringL1
java-concurrency-review · When auditing Java code for race conditions, deadlocks, and thread safety.
untested
Score decisions with thoroughness ratingsskillOpsL1
thoroughness-scoring · When comparing solution options and choosing between speed and long-term quality.
untested
Detect and recommend Java design patternsskillEngineeringL1
java-design-pattern · When you need to identify GoF patterns in code or recommend patterns for a problem.
untested
Generate Javadoc for classes and methodsskillEngineeringL1
java-docs · When adding Javadoc to existing Java methods and classes at scale.
untested
Start and structure persistent research wikiskillProductivityL1
wiki-builder · When building a persistent, indexed knowledge base for long-term research or projects.
untested
Manage stablecoin minting and redemptionsskillFinanceL2
xmd · When minting, redeeming, or monitoring XMD stablecoin on the XPR Network.
untested
Explain Java code with design patternsskillEngineeringL1
java-explain · When you need specialized workflow support that java explain provides.
untested
Query research wiki with full-text searchskillProductivityL2
wiki-query · When you need specialized workflow support that wiki query provides.
untested
Diagnose and fix Java compilation errorsskillEngineeringL1
java-fix · When you need specialized workflow support that java fix provides.
untested
Auto-grow wiki with budget-capped research loopskillProductivityL3
wiki-research-loop · When you need specialized workflow support that wiki research loop provides.
untested
Score code health across security and testsskillEngineeringL1
java-health · When you need specialized workflow support that java health provides.
untested
Render self-contained wiki HTML viewerskillProductivityL2
wiki-viewer · When you need specialized workflow support that wiki viewer provides.
untested
Guide Java version upgrades interactivelyskillEngineeringL1
java-migrate · When a project must upgrade between major Java versions (8→11→17→21) and needs a structured checklist of breaking changes and recommended improvements.
untested
Wrap up session with audit and learningsskillOpsL1
wrap-up · End-of-session ritual to ensure code quality, capture learnings, and preserve context for the next session before committing or stopping work.
untested
Refactor and modernize Java code idiomaticallyskillEngineeringL1
java-refactor · When code quality needs improvement and you want safe, language-version-aware refactorings (lambdas, streams, records, pattern matching) applied.
untested
Create diagrams and flowchartsskillEngineeringProductL1
drawio-skill · Polished, precise architectural, network, or UML diagrams that need custom styling, rich shape vocabulary, swimlanes, or editable exports with embedded XML.
untested
Switch and manage Ollama modelsskillEngineeringL1
minion-models · When setting up or switching between different Ollama code/reasoning models with different speed/quality tradeoffs (0.5b nano → 14b large).
untested
Review Java code for defectsskillEngineeringL1
java-review · Catching null dereferences, resource leaks, naming issues, missing equals/hashCode, and recommending version-gated idioms before code ships.
untested
Audit SOLID principle violationsskillEngineeringL1
java-solid · Evaluating whether a class hierarchy, service design, or interface contract follows SOLID principles and suggesting targeted fixes per principle.
untested
Audit web accessibility (WCAG)skillEngineeringProductL1
accessibility · Making web content usable by everyone including people with disabilities; required for legal compliance in many jurisdictions (AA level).
untested
Scan Java performance bottlenecksskillEngineeringL1
java-perf-check · Quick N+1 query detection, unbounded data loads, string concatenation in loops, and threading issues before they hit production.
untested
Apply security and code quality standardsskillEngineeringL1
best-practices · Hardening sites against XSS, clickjacking, MIME-sniffing; enforcing HTTPS, CSP, SRI, Trusted Types, and best-practice header configs.
untested
Security scan for injection and crypto risksskillEngineeringL1
java-security-check · Finding hardcoded secrets, SQL/command injection, weak crypto, insecure deserialization, and Spring Security misconfigs in Java code.
untested
Optimize Core Web VitalsskillEngineeringProductL1
core-web-vitals · When a site needs better Google Search ranking and user experience; these three metrics drive 75th-percentile page experience scoring.
untested
Generate code refactoring checklistskillEngineeringL1
code-refactoring-assistant · Improving code quality through safe, syntax-preserving transformations without changing behavior.
untested
Generate unit and integration testsskillEngineeringL2
java-test · Writing comprehensive tests for untested Java code; covers happy path, edge cases, exception handling with mocking guidance.
untested
Optimize web performanceskillEngineeringProductL1
performance · Reducing latency and improving throughput when you have profiling data or suspect bottlenecks in critical code paths.
untested
Configure Redis and cache strategiesskillEngineeringL2
java-cache · Reducing database load and latency by applying the right caching pattern (local, distributed, cache-aside, write-through) for your workload.
untested
Optimize for search visibilityskillMarketingProductL1
seo · Improving organic search rankings through technical SEO (Core Web Vitals, structured data, crawlability), content optimization, and link strategies.
untested
Review media autoplay patternsskillEngineeringL1
autoplay-media · Playing media automatically on page load while respecting user preferences, battery life, and data usage — especially on mobile.
untested
Scaffold CRUD API endpointsskillEngineeringL2
java-crud · Scaffolding boilerplate for database-backed entities; Spring Data JPA repositories, service layer, exception handling, and validation.
untested
Run comprehensive web quality auditskillEngineeringProductL1
web-quality-audit · Holistic assessment of a site's performance, accessibility, security, SEO, and best-practice compliance via an automated audit.
untested
Review JPA queries and fetch strategiesskillEngineeringL1
java-jpa · Specialized N+1 detection and fetch strategy tuning beats generic code review.
untested
Forge reusable web scraper skillsskillEngineeringL3
browser-act-skill-forge · Reusable Skill generation with verification beats repeated manual exploration.
untested
Review logging for PII and best practicesskillEngineeringL1
java-logging · Structured PII and security review of logging config beats generic linting.
untested
Automate browser-based tasksskillEngineeringOpsL2
browser-act · JavaScript-rendered content and verified session handling beats static fetch.
untested
Generate OpenAPI documentationskillEngineeringL2
java-openapi · Automated annotation generation and Spring Boot version-aware templating beats manual documenting.
untested
Extract Amazon product details by ASINskillSalesMarketingL2
amazon-asin-lookup-api-skill · API-based extraction without CAPTCHA/IP issues beats browser scraping.
untested
JARVIS agent frameworkskillEngineeringL3
JARVIS · Repository-specific pattern detection beats generic TypeScript advice.
untested
Implement circuit breaker and resilienceskillEngineeringL2
java-resilience · Resilience4J pattern tuning for specific failure modes beats generic retry logic.
untested
Extract best-selling products from AmazonskillSalesMarketingL2
amazon-best-selling-products-finder-api-skill · Bulk extraction with pagination handling beats manual per-keyword scraping.
untested
Scaffold new Spring Boot projectsskillEngineeringL1
java-scaffold · Starter template with first feature and tests beats manual project setup.
untested
Monitor Amazon competitor pricesskillSalesMarketingL2
amazon-buy-box-monitor-api-skill · Real-time competitor pricing and seller ratings beats stale market data.
untested
Audit architecture phase documentationskillOpsL1
lph9-gewaehrleistungsmanagement-lph8 · Construction delivery phase workflow enforcement beats generic project templates.
untested
Configure Spring Security and authenticationskillEngineeringL2
java-security · OWASP Top 10 and Spring Security vulnerability detection beats generic code review.
untested
Analyze Amazon competitor productsskillSalesMarketingL2
amazon-competitor-analyzer · Competitive intelligence with multi-seller analysis beats single-product lookups.
untested
Build AI features with Spring AIskillEngineeringL2
java-spring-ai · Spring AI integration patterns beat manual LLM client setup.
untested
Analyze competitor Amazon listingsskillSalesMarketingL2
amazon-listing-competitor-analysis-skill · Cross-competitor price and listing comparison beats individual product checks.
untested
Clean and refactor AI-generated codeskillEngineeringL1
ai-slop-cleaner · Specialized AI bloat removal beats generic copyediting.
untested
Open browser for E2E testingskillEngineeringL2
browser · Multi-browser parallel execution with session management beats single-browser tools.
page 107 / 156