Browse all
Full repository security sweep and patching tool
This comprehensive workflow executes a full-repository code sweep using Warden, deep-tracing findings, and generating structured reports. It automates the entire lifecycle, from verification and creating tracking issues to generating fix co…
badge and spend verification for agents
This tool allows AI agents to declare verifiable identities (Badges) and execute auditable purchases using single-use, virtual Visa cards. It provides secure, non-real-card payment rails for agent-merchant interactions.
Automated Article Fact-Checking and Verification
This tool verifies factual claims within documents by extracting claims and cross-referencing them against live web search results. It outputs a structured JSON report detailing accuracy, false claims, and supporting evidence.
comprehensive ai data and model quality evaluation
Dingo provides a comprehensive framework for evaluating data, models, and applications using both deterministic rule-based checks and advanced LLM-based metrics. It supports complex evaluations like RAG faithfulness and 3H assessment via CL…
Foundational Agentic Skill Framework Implementation
This skill provides a foundational framework for implementing complex, multi-step agentic workflows. It allows developers to orchestrate various capabilities into cohesive, reliable processes.
manage persistent session memory and knowledge
This skill manages persistent memory by extracting durable lessons, conventions, and decisions from completed sessions into markdown files. It provides a guided onboarding flow for new users while offering a concise status report for return…
Memem Memory System Status Monitor
Provides detailed status updates for the memem memory system, including memory count, projects, search database, and miner health, and can restart the miner if it is not running.
Persistent memory system for Claude Code
This tool provides persistent memory for Claude Code by running a background miner that extracts durable lessons from completed sessions. These memories are stored locally and automatically pre-load relevant context for subsequent sessions,…
Automated Knowledge Mining from Code Sessions
The miner daemon runs in the background, automatically extracting knowledge from newly completed Claude Code sessions. It polls every 60 seconds to process settled transcripts, ensuring continuous knowledge capture without manual interventi…
Authoring Genkit CLI and MCP Tools
Provides best practices for authoring Genkit CLI commands and MCP server tools, covering naming conventions, architectural patterns, and runtime interaction.
Mine all historical Claude Code sessions
This tool systematically mines all historical Claude Code sessions, including pre-installation data, to extract comprehensive knowledge. It also activates an ongoing miner daemon to automatically process new sessions as they occur.
run preflight health check for memem
Executes a comprehensive diagnostic check on the memem environment, verifying critical dependencies such as the mcp package, Python version, and required writability paths. It provides actionable remediation steps based on whether the syste…
General skill for enhancing code generation tasks
This skill provides general guidance and context for all coding tasks within an agent workflow. It ensures that generated code adheres to best practices and includes necessary developer commentary.
Playwright E2E Testing for Langflow
Automate the creation, debugging, and review of Playwright end-to-end tests for the Langflow UI. It facilitates managing custom fixtures, implementing robust selector strategies, and executing tests using the Playwright CLI.
Advanced skill for robust frontend testing
This skill provides advanced methodologies and best practices for writing robust unit and integration tests for React applications. It guides developers through covering edge cases, boundary conditions, and complex asynchronous flows using …
Shakespearean Style Response Generator
This skill constrains the model's output to mimic the style of William Shakespeare, utilising early modern English vocabulary and poetic cadence. It ensures the response maintains character throughout, addressing the reader appropriately.
Implementing React Query API Hooks for Langflow
This skill guides the implementation of robust frontend data fetching patterns using Axios and TanStack React Query v5. It establishes a structured architecture for managing queries, mutations, cache invalidation, and error handling across …
Swashbuckling Pirate Persona Generation Skill
This skill enforces a swashbuckling pirate persona across all generated text. It requires the liberal inclusion of pirate idioms and substitutes common terminology, such as referring to problems as "troubles at sea".
Comprehensive Frontend Code Quality Review
This skill performs comprehensive code reviews on frontend files (.tsx, .ts, .js), checking for adherence to established conventions, performance anti-patterns, and security vulnerabilities. It supports both file-targeted and pending-change…
Haiku Poetry Generation Skill
This skill constrains the agent's output to a single, traditional haiku poem. It strictly enforces the 5-7-5 syllable structure across three lines, ensuring no preamble or explanation is included.
Explain complex concepts for simple understanding
This skill simplifies complex topics by adopting the persona of a patient teacher, ensuring explanations are suitable for a five-year-old. It focuses on using everyday analogies and avoiding technical jargon to maximize clarity.
Backend Code Quality and Security Review
Automates the review of Python backend code for security vulnerabilities, performance bottlenecks, and architectural best practices. It supports analysing pending changes, code snippets, and specific files within the backend directory.
Refactoring Complex React Components in TypeScript
Guides the systematic refactoring of high-complexity React components by extracting custom hooks, simplifying conditional logic, and decomposing monolithic JSX into smaller, manageable sub-components. This process is essential for improving…
Deploy MCP Servers to Vinkius Edge
This tool bundles and deploys MCP servers into a self-contained fat bundle for execution within Vinkius Edge's V8 Isolate environment. It manages the full deployment pipeline, enforcing compatibility with edge constraints such as avoiding f…