Browse all
Syncs agent demos to a north-star reference
This tool enforces parity across multiple agent integration demos within a monorepo. It synchronises changes from a defined 'north-star' source, verifying file contents, canonical prompts, and tool definitions to maintain consistency across…
React/TypeScript Component Architecture Guide
This guide provides architectural best practices for developing robust React/TypeScript components. It covers state management, data fetching contracts, prop typing, and component ownership to ensure highly maintainable and scalable codebas…
Generate React Frontend Tests with Vitest and RTL
This skill generates high-quality unit and integration tests for React components, hooks, and utilities using Vitest and React Testing Library. It enforces best practices, including the AAA pattern and structured testing workflows, ensuring…
Comprehensive Frontend Code Quality Review Skill
This skill performs comprehensive code reviews on frontend files (e.g., TSX, JS). It supports both reviewing staged changes and specific files, flagging violations against established checklists for quality, performance, and business logic.
End-to-End Testing with Cucumber and Playwright
This skill facilitates the writing, updating, and reviewing of Dify's end-to-end test suite using Cucumber, Gherkin, and Playwright. It enforces best practices for scenario definition, step implementation, and user-facing locators within th…
Backend Code Review and Quality Analysis
This skill analyzes backend code (e.g., Python files in api/) for security vulnerabilities, performance bottlenecks, and adherence to best practices. It supports reviewing staged changes, code snippets, or specific files across multiple def…
Frontend Testing Skill
Provides a structured methodology for implementing unit and integration tests for React applications using Jest and React Testing Library. It details configuration, testing patterns, and strategies for handling complex asynchronous scenario…
Guidelines for robust LLM code generation
This skill provides behavioral guidelines designed to mitigate common coding pitfalls observed in large language models. It enforces principles such as explicit assumption surfacing, maintaining code simplicity, performing surgical edits, a…
Mandatory Skill Invocation Workflow Guide
This skill enforces a strict protocol requiring the agent to check for and invoke any relevant skill before generating any response or taking action. It establishes the Skill tool as the mandatory first step in the agent's workflow, overrid…
Skill Creator for Agentic Workflows
An agentic skill for the end-to-end development of new skills, covering drafting, quantitative evaluation, and iterative refinement. It assists in capturing user intent, authoring structured SKILL.md files, and optimising descriptions for i…
Implementing React Query Data Fetching Patterns
This skill guides the implementation of robust frontend data fetching using Axios and TanStack React Query v5. It establishes patterns for managing queries, mutations, cache invalidation, and error handling across the application.
Comprehensive Frontend Code Quality Review
This skill performs deep code analysis on frontend files, supporting both file-targeted and pending-change reviews. It rigorously checks for security flaws, performance anti-patterns, and adherence to established component and architectural…
Playwright E2E Testing for Langflow
This skill enables the creation, debugging, and maintenance of Playwright-based end-to-end tests for the Langflow UI. It utilises custom fixtures for automated error detection in API responses and provides a structured approach to testing c…
File-based planning for complex agentic tasks
This skill implements a structured, file-based planning methodology, treating the filesystem as persistent working memory. It manages complex, multi-step tasks by maintaining state, findings, and progress across dedicated markdown files.
Karpathy Coding Principles
A framework for implementing clean, minimal, and surgical code changes. It emphasises explicit assumptions, simplicity, and verifiable success criteria.
React Component Refactoring and Complexity Reduction
Provides structured patterns for refactoring high-complexity React components, focusing on extracting custom hooks, sub-components, and managing complex state logic. It guides developers through manual complexity assessment to improve maint…
Backend Python Code Review Skill
This skill performs automated reviews of Python backend code to identify security vulnerabilities, performance bottlenecks, and violations of architectural best practices. It supports analysing code snippets, specific files, or pending chan…
Generate distinctive, production-grade frontend interfaces
This skill generates highly polished, production-grade frontend interfaces by committing to a distinct aesthetic vision, moving beyond generic AI outputs. It meticulously handles complex details like typography, motion, and spatial composit…
Workflow for structured process tool usage
This skill orchestrates a multi-step process by first calling a 'generate' tool to obtain an ID, and subsequently invoking the 'process' tool with the necessary parameters. It implements conditional logic to guide the agent based on specifi…
User Greeting via Python Script
This skill executes a Python script to perform a user greeting procedure.
Generic Test Skill Implementation Example
This skill serves as a basic, non-functional placeholder designed for testing and demonstrating the core agentic skill execution pipeline within the LangChain4j framework. It accepts and returns generic test content to validate integration …
Execute a simple user greeting
This skill executes a predefined script to perform a basic user greeting. It demonstrates a simple, synchronous interaction flow suitable for initial agent setup or welcome messages.
Mandatory permission check for file deletion
This skill intercepts all file deletion operations, including using commands like rm or fs.rm, ensuring explicit user consent is obtained before any files are removed from the disk. It enforces a strict workflow requiring a permission check…
Accomplish Skill Creator Guide
This skill provides a structured framework for developing modular, self-contained extensions for the Accomplish platform. It guides the creation of SKILL.md files, the management of bundled resources, and the implementation of specialised w…