Skills

Type: All Skills Tools
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
skill

Conduct multi-source web research and analysis

This skill automates comprehensive web research by searching multiple sources, gathering relevant data, cross-referencing facts, and presenting the findings in a structured summary with source citations.

accomplish-ai/openwork web-research information-gathering source-verification summarization
skill

Google Workspace Multi-Account Management Skill

Enables simultaneous operations across multiple connected Google Workspace accounts by routing read and write operations to specific or all accounts. It facilitates cross-account email searching, calendar availability checks, and targeted m…

accomplish-ai/openwork google-workspace multi-account gmail google-calendar
skill

Google Calendar Event Management Skill

Manage Google Calendar events across multiple connected accounts, including listing, creating, and updating events. It also identifies available meeting slots by analysing busy intervals across all integrated calendars.

accomplish-ai/openwork google-calendar mcp calendar-management scheduling
skill

Automate Google Sheets interactions via browser automation

This skill provides patterns for automating complex Google Sheets interactions using browser automation techniques. It covers data entry, formula application, formatting, and navigation, advising the use of keyboard shortcuts over standard …

accomplish-ai/openwork google-sheets browser-automation data-entry spreadsheet
skill ★ 15,254

Wren Engine CLI Agent Workflow

An agentic workflow for performing end-to-end data analysis using the Wren Engine CLI. It enables agents to query databases via an MDL semantic layer and manage semantic memory for context retrieval and query storage.

Canner/WrenAI wren-engine data-analysis sql semantic-layer
skill

Create structured git commits with best practices

This skill guides the user through creating professional, atomic git commits, enforcing the conventional commit format for clear version control history. It ensures proper staging and adherence to industry best practices for maintainable re…

accomplish-ai/openwork git commit conventional-commit version-control
skill

Automated file download management in Chrome

This skill automates the entire file download lifecycle within Chrome across Windows and macOS. It handles triggering downloads, navigating complex popups and interstitials, and verifying the final file location on the local filesystem.

accomplish-ai/openwork download chrome windows macos
skill

Comprehensive code review and quality assurance

Performs thorough code analysis, identifying bugs, security vulnerabilities, and performance bottlenecks across various dimensions. It provides structured, actionable feedback detailing the location, severity, and suggested fix for each iss…

accomplish-ai/openwork code-review security performance best-practices