Browse all

Type: All Skills Tools
tool ★ 31,523

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…

CopilotKit/CopilotKit parity-checking monorepo agent-sync langgraph
skill ★ 141,907

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…

langgenius/dify react typescript component-architecture best-practices
skill ★ 141,907

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…

langgenius/dify frontend testing vitest react-testing-library
skill ★ 141,907

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.

langgenius/dify code-review frontend typescript javascript
skill ★ 141,907

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…

langgenius/dify e2e-testing playwright cucumber gherkin
skill ★ 141,907

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…

langgenius/dify backend-review code-quality security-audit python
skill

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…

logspace-ai/langflow react jest frontend-testing typescript
skill ★ 12,100

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…

Chainlit/chainlit llm coding-guidelines software-engineering best-practices
skill ★ 1,072

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…

Onelevenvy/flock workflow agent-control skill-management meta-skill
skill ★ 1,072

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…

Onelevenvy/flock skill-development agentic-workflows llm-evaluation prompt-engineering
skill

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.

logspace-ai/langflow react-query axios data-fetching frontend-patterns
skill

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…

logspace-ai/langflow frontend code-review typescript react
skill

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…

logspace-ai/langflow playwright e2e-testing langflow browser-automation
skill ★ 1,072

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.

Onelevenvy/flock planning file-system state-management agentic
skill ★ 1,072

Karpathy Coding Principles

A framework for implementing clean, minimal, and surgical code changes. It emphasises explicit assumptions, simplicity, and verifiable success criteria.

Onelevenvy/flock coding-principles minimalism software-engineering clean-code
skill

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…

logspace-ai/langflow react typescript component-refactoring frontend-architecture
skill

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…

logspace-ai/langflow python code-review backend security
skill ★ 1,072

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…

Onelevenvy/flock frontend-design ui-development web-components aesthetics
skill ★ 12,026

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…

langchain4j/langchain4j workflow tool-orchestration process-management conditional-logic
skill ★ 12,026

User Greeting via Python Script

This skill executes a Python script to perform a user greeting procedure.

langchain4j/langchain4j user-greeting python-script automation langchain4j
skill ★ 12,026

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 …

langchain4j/langchain4j test placeholder skill langchain4j
skill ★ 12,026

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.

langchain4j/langchain4j greeting user-interaction scripting basic-skill
skill

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-ai/openwork file-system security permission-guardrail deletion
skill

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…

accomplish-ai/openwork skill-creation accomplish-ai agentic-workflows developer-guide