aave-integration
This skill should be used when the user needs to interact with AAVE V3 protocol contracts directly, read on-chain data, get reserve configurations, fetch current APY rates, simulate position changes, or execute protocol operations programmatically. Provides low-level access to AAVE Pool contracts, UI Pool Data Provider, and quote generation for supply, borrow, repay, and withdraw operations on Ethereum and Arbitrum.
aave-planner
This skill should be used when the user asks to "supply to aave", "deposit to aave", "lend on aave", "borrow from aave", "take loan on aave", "repay aave loan", "pay back aave", "withdraw from aave", "remove collateral", "aave lending", "earn yield on aave", or mentions AAVE V3 operations including supply, borrow, repay, or withdraw on Ethereum or Arbitrum.
aave-risk-assessor
This skill should be used when the user asks about "health factor", "liquidation risk", "aave risk", "will I be liquidated", "safe to borrow", "my account health", "collateral risk", "liquidation price", or wants to assess the risk of their AAVE V3 position. Calculates health factor, LTV ratios, liquidation thresholds, and provides risk level assessments for positions on Ethereum and Arbitrum.
aave-security-foundations
Security baseline for AAVE integration and execution scripts. Use when user asks for AAVE security review, pre-trade checks, liquidation safety, allowance minimization, or execution hardening.
aave-viem-integration
Foundational EVM integration for AAVE-related scripts using viem. Use when user asks to read balances, read/write contracts, send transactions, or set up typed viem clients for Ethereum and Arbitrum.
openclaw-stock-skill
使用 data.diemeng.chat 提供的接口查询股票日线、分钟线、财务指标等数据,支持 A 股等市场。
ux-improve
UX laws and cognitive psychology principles for designing better interfaces
ifind-data
基于同花顺 iFind API 的金融数据查询技能。用于获取 A 股、港股、美股的股票行情、基金净值、指数数据、财务报表等。触发场景:(1) 查询股票实时行情或历史价格,(2) 获取基金净值和业绩数据,(3) 查询指数成分股和估值,(4) 使用自然语言选股(问财),(5) 获取财务数据和估值指标。支持本地 SDK 和 HTTP API 两种调用方式。
lovable
|
yolo
|
harness-engineering-zh
为 AI Agent 友好的代码库搭建和改进 Harness 工程(包括 AGENTS.md、docs/、Lint 规则、Eval 系统、项目级 Prompt 工程)。触发场景:为 AI Agent 设置新项目/空项目,创建 AGENTS.md 或 CLAUDE.md,关于 Harness 工程的问题,让 Agent 在代码库上更高效地工作。当用户感到沮丧或抱怨 Agent 质量时也会触发(例如:'Agent 总是无视规范'、'它从不听从指令'、'为什么它总是做错 X'、'Agent 坏了')— 因为 Agent 输出质量差几乎总是意味着 Harness 缺失,而不是模型问题。涵盖:Context 工程、架构约束、多 Agent 协作、评估、长运行任务 Harness 以及 Agent 质量问题诊断。
harness-engineering
Set up and improve harness engineering (AGENTS.md, docs/, lint rules, eval systems, project-level prompt engineering) for AI-agent-friendly codebases. Triggers on: new/empty project setup for AI agents, AGENTS.md or CLAUDE.md creation, harness engineering questions, making agents work better on a codebase. ALSO triggers when users are frustrated or complaining about agent quality — e.g. 'the agent keeps ignoring conventions', 'it never follows instructions', 'why does it keep doing X', 'the agent is broken' — because poor agent output almost always signals harness gaps, not model problems. Covers: context engineering, architectural constraints, multi-agent coordination, evaluation, long-running agent harness, and diagnosis of agent quality issues.
ue5-editor-control
Control Unreal Engine 5 editor via HTTP commands. Spawn/delete/transform actors, manage blueprints, materials, animation blueprints, and any UObject property via reflection. Use when the user asks to create, modify, or query anything in UE5 editor, or mentions UE5, Unreal, actors, blueprints, levels, materials, animation, input, or characters.
harness-engineering-guide
>
bug-investigator
Expert guidance for systematic bug hunting, root-cause analysis, and regression testing. Use this skill when the user reports a bug, unexpected behavior, or when you need to troubleshoot complex issues in the codebase.
code-reviewer
Expert code reviewer specializing in code quality, security, performance, and maintainability across multiple programming languages. Use this skill when the user wants a PR review, code analysis, or suggestions for improvement. This skill includes proprietary checklists and a mandatory review template located in its references and assets directories that MUST be used for every analysis.
expert-code-refactoring
Expert code refactoring for Java, JavaScript, and React projects. Focuses on SOLID principles, design patterns, and idiomatic improvements while ensuring test stability.
frontend-ui-designer
Expert guidance for creating modern, intuitive, and visually stunning user interfaces. Use this skill when designing or implementing frontend UIs, components, layout structures, or styling.
project-analyzer
Analyzes a project's codebase to generate a comprehensive summary including tech stack, features, and REST services, outputting the result to PROJECT_SUMMARY.md. This skill has assets directory that MUST be used for every analysis.
project-feature-explainer
Expert guidance for explaining project features. Use this skill when you need to provide a comprehensive explanation of how a specific feature works, including summaries, deep dives, usage examples, and sequence/workflow diagrams. This skill has references directory which contains additional instructions `checklist.md`, `example-output.md` and `explanation-template.md` that MUST be used for every analysis.
react-test-engineer
Expert guidance for testing React applications using React Testing Library and Vitest. Focuses on user-centric testing, accessibility, and best practices for unit and integration tests to ensure robust and maintainable code.
Container Orchestration
Design Kubernetes deployment patterns, configure service mesh, and implement container best practices
Agent Design
Design AI agents with appropriate capabilities, tools, and personas for specific software development tasks
API Design
Design RESTful APIs with proper resource modeling, HTTP methods, error handling, and clear contracts following REST principles
API Documentation
Document APIs comprehensively with signatures, parameters, return values, errors, and working code examples for developer reference
API Integration Patterns
Implement robust third-party API integrations with proper authentication, error handling, and rate limiting
System Architecture Patterns
Apply proven architectural patterns (MVC, layered, microservices) to create maintainable systems with clear separation of concerns
Bug Triage
Systematically reproduce, diagnose, and analyze bugs to determine root cause, assess severity, and plan fix strategy
CI/CD Pipeline Design
Design and implement continuous integration and deployment pipelines with automated testing, builds, and deployments
Code Refactoring
Improve code structure, readability, and maintainability without changing external behavior through systematic refactoring
Data Modeling
Design dimensional models, star/snowflake schemas, and data warehouse structures for analytics and reporting
Data Quality
Implement data validation rules, quality metrics, and data cleansing strategies
Design Pattern Application
Apply Gang of Four and architectural patterns appropriately to solve common software design problems
Desktop UI Design
Design intuitive desktop interfaces following platform conventions with proper layouts, keyboard shortcuts, and native widgets
Error Handling Strategies
Implement robust error handling with proper validation, recovery mechanisms, and clear feedback for system stability
ETL Design
Design extract-transform-load patterns, data pipeline orchestration, and incremental loading strategies
Infrastructure as Code
Define and manage infrastructure using code with tools like Terraform, CloudFormation, and Docker
Keyboard Navigation
Implement focus management, optimize tab order, and validate keyboard shortcuts
Load Testing
Design and execute load tests to validate performance under stress, identify scalability limits, and ensure SLA compliance
Logging Strategies
Implement structured logging with appropriate levels, context, and correlation for effective debugging and monitoring
Metrics & Monitoring
Implement application metrics (RED, USE), alerting strategies, and monitoring dashboards
Optimization Patterns
Apply caching strategies, database optimization, and algorithmic improvements to enhance application performance
Performance Profiling
Profile CPU, memory, and I/O usage to identify bottlenecks, analyze execution traces, and diagnose performance issues
Rate Limiting Strategies
Implement exponential backoff, token bucket algorithms, and API quota management
Requirements Elicitation
Extract complete, unambiguous requirements from specifications by identifying functional/non-functional requirements and clarifying ambiguities
Screen Reader Testing
Test with NVDA, JAWS, VoiceOver, validate ARIA attributes, and ensure semantic HTML
Security Code Review
Identify security vulnerabilities including OWASP Top 10 issues, implement secure coding practices, and validate authentication/authorization implementations
SQL Development
Design efficient database schemas, write optimized queries with proper indexes, and manage data operations following best practices
Technical Debt Assessment
Identify code smells, prioritize refactoring opportunities, and assess technical debt impact
Technical Writing
Create clear, accessible documentation for technical and non-technical audiences with practical examples and logical structure
Page 32 of 1443 · 72145 results