Browse all

Type: All Skills Tools
tool ★ 5,664

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…

getsentry/XcodeBuildMCP warden security-scanning code-review pr-generation
tool ★ 1

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.

kyalabs-Io/mcp-server agent-identity payment-tool mcp verification
tool ★ 700

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.

MigoXLab/dingo fact-checking article-verification web-search document-analysis
tool ★ 700

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…

MigoXLab/dingo data-quality llm-evaluation model-testing rag-metrics
skill ★ 700

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.

MigoXLab/dingo agentic skill workflow orchestration
skill ★ 32

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…

TT-Wang/memem persistent-memory session-management knowledge-base markdown-storage
skill ★ 32

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.

TT-Wang/memem memem system-status memory-management miner-monitoring
tool ★ 32

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,…

TT-Wang/memem persistent-memory context-loading llm session-management
skill ★ 32

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…

TT-Wang/memem session-mining background-daemon knowledge-extraction claude-code
skill ★ 5,982

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.

genkit-ai/genkit genkit mcp cli-development tooling-best-practices
tool ★ 32

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.

TT-Wang/memem history-mining claude-code memory-extraction daemon
skill ★ 32

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…

TT-Wang/memem diagnostics memem health-check python
skill ★ 5,982

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.

genkit-ai/genkit coding code-generation development llm
skill ★ 148,520

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.

langflow-ai/langflow playwright e2e-testing langflow automation-testing
skill ★ 148,520

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 …

langflow-ai/langflow react jest testing unit-testing
skill ★ 5,982

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.

genkit-ai/genkit shakespeare style-transfer language-model literary
skill ★ 148,520

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 …

langflow-ai/langflow react-query axios data-fetching frontend-architecture
skill ★ 5,982

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".

genkit-ai/genkit pirate persona role-playing text-generation
skill ★ 148,520

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…

langflow-ai/langflow frontend code-review typescript react
skill ★ 5,982

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.

genkit-ai/genkit haiku poetry creative-writing constraint
skill ★ 5,982

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.

genkit-ai/genkit simplification el-i-5 education pedagogical
skill ★ 148,520

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.

langflow-ai/langflow python code-review security-audit backend-development
skill ★ 148,520

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…

langflow-ai/langflow react typescript refactoring frontend
tool ★ 251

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…

vinkius-labs/vurb.ts mcpfusion edge-deployment mcp-server cli