Showing 30 of 10067 results
Claude Code plugin for systematic process improvement through frustration detection, root cause analysis, and fix tracking
An AI agent for professional business analysis compliant with BABOK v3 (International Institute of Business Analysis) standard. Guides the analyst step-by-step through 8 stages - from project initialization to business case with ROI calculation.
Capture work intent at peak context, then surface and replay it cold in a fresh session β an anti-omission convention + CLI + Claude Code plugin.
A lightweight, zero-dependency CLI tool to manage and activate capabilities for AI coding assistants (such as Claude Code, Cursor, Trae, etc.).
from guestway-io/cloudflare-customer-website-mcp
Plugins for Claude code
AI agent skill for FastAPI services. Dependency injection patterns, async vs sync route handlers (and what blocks the event loop), Pydantic v2 request/response models, background tasks vs task queues, lifespan events over deprecated startup hooks, auth with OAuth2/JWT, and testing with TestClient.
AI agent skill for pandas data analysis. Eliminates SettingWithCopyWarning via .loc and copy-on-write, idiomatic groupby/agg/transform, merge vs join semantics, vectorization over apply/iterrows, datetime handling, MultiIndex operations, and pandas 2.x API consistency for dependable generated code.
AI agent skill for Paramiko SSH in Python. SSHClient setup with sane host-key policies, key-based auth (RSA/Ed25519) and passphrase handling, exec_command stdout/stderr/exit-status reading without deadlocks, SFTP transfers, jump hosts via ProxyCommand/channels, and timeouts plus connection cleanup.
AI agent skill for Puppeteer headless Chrome automation. Reliable navigation with waitUntil options, waitForSelector over fixed timeouts, page.evaluate() context boundaries, request interception, PDF/screenshot generation, Docker/serverless launch flags, and avoiding detached frame and timeout errors.
AI agent skill for Socket.IO real-time apps. Rooms and namespaces done right, CORS configuration that actually works, reconnection and connection-state recovery, emitting with acknowledgements, scaling with the Redis adapter, auth middleware, and avoiding duplicate-listener leaks on the client.
AI agent skill for Zod TypeScript validation. Schema-first design with z.infer type inference, parse vs safeParse error handling, refinements and transforms, discriminated unions, coercion for form/query inputs, recursive schemas with z.lazy, and integration with React Hook Form, tRPC, and API boundaries.
from guilhermesimoes-beyond/DotNetAnalyzer
A privacy-first app that strips AI watermarks from content you own.
Use this agent to improve code readability through renaming, comments, and whitespace. Use after writing complex logic or when code would benefit from clarification. The agent is selective β it skip
Build local-first, offline-capable TypeScript apps with PowerSync. Use when implementing real-time sync between SQLite and backend databases (Postgres, MongoDB, MySQL, SQL Server). Covers schema defin
Open-source AI coding skills for Claude Code, Cursor, Copilot, and AI agents
Generate BDD-style test files that document behavior with GIVEN/WHEN/THEN comments and test only public API and observable outcomes. Language and framework agnostic, with patterns and examples tuned f
Generic, plugin-based PR review tool for GitHub and Azure DevOps. Orchestrates parallel AI reviewer agents in a single session (Copilot CLI or Claude Code), with optional Codex second opinion, user skills as review rules, and inline-only comment posting.
Local MCP server for the Australian Taxation Office legal corpus (legislation, cases, rulings, private advice, guidance). Ask your agent to install it.
CLI for the Craft.do workspace API: read, write, and manage docs from the terminal
Claude Code plugin to convert Webflow exports with CSV CMS data to self-served static pages with dynamic content loading
Claude plugin for agentic spec driven development