dify
Build, test, and ship LLM apps, agents, and RAG pipelines
All Skills in This Repository (8)
Pure Emerald Level IndicatorsDify Frontend Testing
Generate Vitest and React Testing Library tests for Dify frontend components, hooks, and utilities.
backend-code-review
Review backend code under api/ for concrete defects using bundled rule packs.
frontend-testing
Guide Vitest and React Testing Library test strategy for Dify web and UI packages.
how-to-write-component
Guide React and TypeScript component architecture decisions for ownership, state, and data flow.
frontend-code-review
Review frontend code changes for concrete regressions across Dify web and UI packages.
e2e-cucumber-playwright
Write and review Cucumber and Playwright end-to-end tests for the Dify application.
frontend-testing
Generate Vitest and React Testing Library tests for Dify frontend components.
component-refactoring
Refactor high-complexity React components in the Dify frontend.
Frequently Asked Questions
FAQPage SchemaHow to install Dify skills?โผ
Run `npx skills add langgenius/dify --all -g -y` in your terminal to install all skills in this suite globally.
What is Dify used for?โผ
Dify is an open-source platform for building LLM applications, AI agents, and RAG pipelines with a visual workflow canvas, model management, and ready-to-use APIs.
How do these skills help AI coding agents work on Dify?โผ
The skills teach your agent Dify's architecture rules, component patterns, and testing policies so it writes code that matches the project's real contracts.
Do these skills work with Claude Code and Cursor?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and other compatible agents.
Can the skills review my frontend and backend code?โผ
Yes. Dedicated review skills audit React components, accessibility, API contracts, and Python backend code, reporting concrete defects ranked by severity.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core