Skills
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…
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.
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…
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.
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 …
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.
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…
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.
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…