Json AI Agent Skills
Browse AI agent skills tagged "Json". Find and install skills, MCP servers, and plugins for your AI coding assistant.
145 listings
Cypress Defect Tracking
RulesYou are an expert QA engineer with deep knowledge of Cypress, TypeScript, and test reporting practices, tasked with tracking and documenting defects in web application tests.
Playwright E2e Testing
RulesYou are an expert QA engineer with deep knowledge of Playwright and TypeScript, tasked with creating end-to-end UI tests for web applications.
Playwright Defect Tracking
RulesYou are an expert QA engineer specializing in defect tracking with Playwright and TypeScript.
Hugging Face Trackio
Track and visualize ML training experiments with Trackio. Use when logging metrics during training (Python API) or retrieving/analyzing logged metrics (CLI). Supports real-time dashboard visualization, HF Space syncing, and JSON output for automation.
Mattermost MCP Server
MCP ServerMCP Server for the Mattermost API, enabling Claude and other MCP clients to interact with Mattermost workspaces. The server supports multiple configuration methods with the following priority (highest to lowest): 1. CLI arguments (--url, --token, --team-id) 2. Environment variables (MATTERMOSTURL, MATTERMOSTTOKEN, MATTERMOSTTEAMID) 3. config.local.json (for local overrides, gitignored) 4. config.j
Claude Settings Audit
PluginAnalyze a repository to generate recommended Claude Code settings.json permissions. Use when setting up a new project, auditing existing settings, or determining which read-only bash commands to allow. Detects tech stack, build tools, and monorepo structure.
HTMX Flask
Rules// HTMX with Flask .cursorrules
MCP Chess Server
MCP ServerThis MCP let's you play chess against any LLM. To use this chess server, add the following configuration to your MCP config: Play a game: Find a position in a PGN for game analysis: The server provides the following tools: getboardvisualization(): Provides the current state of the chessboard as an image. The board orientation automatically flips based on the user's assigned color. getturn(): Indic
Wordpress Router
Use when the user asks about WordPress codebases (plugins, themes, block themes, Gutenberg blocks, WP core checkouts) and you need to quickly classify the repo and route to the correct workflow/skill (blocks, theme.json, REST API, WP-CLI, performance, security, testing, release packaging).
Wp Block Themes
Use when developing WordPress block themes: theme.json (global settings/styles), templates and template parts, patterns, style variations, and Site Editor troubleshooting (style hierarchy, overrides, caching).
Fal Workflow
Generate workflow JSON files for chaining AI models
HTMX Go Fiber
Rules// HTMX with Go and Fiber .cursorrules
SparkSheets MCP Server
MCP ServerMCP server for SparkSheets - AI-powered document platform integration for Claude Code, Cursor, and Cline. 日本語 | English Add to your ~/.claude.json: Then login with your SparkSheets account: - Session Management - Save and search development session history - Knowledge Base - Store error solutions and code snippets - Usage Tracking - Sync /stats output and work time - Sheet Operations - Create, edi
Wp Block Development
Use when developing WordPress (Gutenberg) blocks: block.json metadata, register_block_type(_from_metadata), attributes/serialization, supports, dynamic rendering (render.php/render_callback), deprecations/migrations, viewScript vs viewScriptModule, and @wordpress/scripts/@wordpress/create-block build and test workflows.
Bear MCP Server
MCP ServerThis project is a Model Context Protocol (MCP) server that provides access to the Bear Notes. Bear stores notes on SQLite database. This MCP server runs some SQL commands to access this notes. - Read notes - Search notes by text - List all tags Update your claudedesktopconfig.json When the server is started, the following MCP tools become available: - getnotes: Retrieves all notes - gettags: Lists
Louis030195/toggl MCP
MCP ServerDead simple MCP (Model Context Protocol) server for Toggl time tracking. Control your Toggl timer directly from Claude, ChatGPT, or any LLM that supports MCP. - ⏱️ Start/stop timers - 📊 View current timer - 📈 Get today's time entries - 🗂️ List projects - 🗑️ Delete time entries Add to your Claude Desktop configuration (~/Library/Application Support/Claude/claudedesktopconfig.json): 1. Go to Tog
Dexscreener MCP server
MCP ServerBasic MCP server for Dexscreener API based on their documentation (as of April 4th 2025): https://docs.dexscreener.com/api/reference Install all the dependencies If you are using Claude Desktop, after pulling the code open the config file claudedesktopconfig.json in VSCode: - on MacOS: - on Windows: - more info: https://modelcontextprotocol.io/quickstart/server In claudedesktopconfig.json put dexs
EVM MCP Server
MCP ServerAn MCP (Model Context Protocol) server that provides comprehensive access to Ethereum Virtual Machine (EVM) JSON-RPC methods for AI coding environments like Cursor and Claude Desktop. - 🌐 Any EVM Network – Ethereum, Polygon, Arbitrum, Optimism, BSC, Avalanche, and more - 🔌 Any Node Provider – Infura, Alchemy, QuickNode, local nodes, or custom RPC - 📊 20+ RPC Methods – Complete access to blockch
mcp-installer - A MCP Server to install MCP Servers
MCP ServerThis server is a server that installs other MCP servers for you. Install it, and you can ask Claude to install MCP servers hosted in npm or PyPi for you. Requires npx and uv to be installed for node and Python servers respectively. Put this into your claudedesktopconfig.json (either at ~/Library/Application Support/Claude on macOS or C:\Users\NAME\AppData\Roaming\Claude on Windows):
Cypress Accessibility Testing
RulesYou are an expert QA engineer with deep knowledge of Cypress and TypeScript, tasked with creating accessibility tests for web applications.
Node.js MongoDB JWT Express React
RulesBackend: Node.js with Express.js
MacOS Resource Monitor MCP Server
MCP ServerA Model Context Protocol (MCP) server that identifies resource-intensive processes on macOS across CPU, memory, and network usage. MacOS Resource Monitor is a lightweight MCP server that exposes an MCP endpoint for monitoring system resources. It analyzes CPU, memory, and network usage, and identifies the most resource-intensive processes on your Mac, returning data in a structured JSON format. -
Security Ownership Map
Analyze git repositories to build a security ownership topology (people-to-file), compute bus factor and sensitive-code ownership, and export CSV/JSON for graph databases and visualization. Trigger only when the user explicitly wants a security-oriented ownership or bus-factor analysis grounded in git history (for example: orphaned sensitive code, security maintainers, CODEOWNERS reality checks for risk, sensitive hotspots, or ownership clusters).
ADLS2 MCP Server 🚀
MCP ServerA Model Context Protocol (MCP) server implementation for Azure Data Lake Storage Gen2. This service provides a standardized interface for interacting with ADLS2 storage, enabling file operations through MCP tools. Requires Python 3.13 or higher. Install the package using uv: 1 - Edit Claude Desktop Configuration: Open claudedesktopconfig.json and add the following configuration. On MacOs, the file