Showing 30 of 119622 results
Helps users customize and configure Claude Cowork plugins by providing an interactive interface for tailoring skills, connectors, and workflow settings to specific team needs.
DeerFlow 2.0 — an open-source super agent harness by ByteDance that orchestrates sub-agents, memory, and sandboxes with extensible skills for deep exploration and research.
Performs automated code reviews identifying bugs, performance issues, security vulnerabilities, and coding standard violations with actionable feedback
A comprehensive developer toolkit providing Claude Code skills and plugins for software development workflows, code quality, and productivity.
from aradotso/trending-skills
Design effective crewAI agents via the Role-Goal-Backstory framework — specific roles like "Senior Data Researcher specializing in {topic}", outcome-focused goals with quality standards, expertise/values in the backstory (never implementation details). Covers execution knobs (`max_iter`, `max_rpm`, `max_execution_time`), tool assignment (fewer-focused-tools wins), `function_calling_llm` for cost savings, delegation, planning, `allow_code_execution`, guardrail callbacks, knowledge sources, and YAML-first configuration.
Interviews the user relentlessly about a plan or design, walking down each branch of the decision tree and resolving dependencies one by one until shared understanding is reached. For every question it also proposes its own recommended answer, and prefers exploring the codebase over asking when possible.
Provides AI guidance and recommendations for writing robust, efficient, and maintainable Pulumi infrastructure-as-code programs, covering architectural patterns, error handling, resource configurat...
Two-phase App Store ASO audit on canonical local metadata pulled by `asc metadata pull`: Phase 1 runs 5 offline checks (keyword waste, duplication, character-budget efficiency, etc.) and Phase 2 runs keyword gap analysis via Astro MCP. Handles Latin/Cyrillic/CJK/Arabic tokenization correctly.
Draft professional emails that match your established style by pulling 3–5 prior emails to the same or similar recipients via WorkIQ and inferring greeting, structure, sign-off, formality level, and language. Falls back to professional defaults if no prior emails exist and explicitly flags the inference.
A Flutter agent skill for embedding native Android, iOS, or macOS views into a Flutter app. Use when integrating complex native components such as maps or web views that cannot be replicated with Flutter widgets.
A collection of 255+ universal agentic skills for AI coding assistants including Claude Code, Gemini CLI, Codex CLI, Antigravity IDE, GitHub Copilot, and Cursor.
Claude Code plugins with comprehensive skills for building Medusa e-commerce applications including backend, admin UI, storefronts, and an interactive learning tutorial.
Prepare or verify a host for Moshi remote coding — SSH/Mosh readiness, non-interactive shell PATH issues, tmux defaults, project sessions, and installing Moshi agent hooks for Claude Code or Codex CLI.
Expert guidance for Odoo ERP development including Python ORM with API decorators (@api.model, @api.depends, @api.onchange), XML view inheritance, module architecture, security with ACLs and record rules, internationalization, and QWeb templating for reports.
Reads an existing `.design/*/DESIGN_BRIEF.md`, explores the codebase to classify components as reuse/modify/new, and breaks the work into an ordered checklist of independently buildable vertical slices. Tasks are grouped into Foundation, Core UI, Interactions & States, Responsive & Polish, and Review, then saved as `TASKS.md`.
Wraps the Rust-based `autocli` binary (4.7 MB, zero dependencies) to give AI agents natural-language access to 55+ platforms (Bilibili, Zhihu, Weibo, YouTube, Reddit, HackerNews, Twitter/X, Yahoo Finance, Xueqiu, Cursor, Notion, ChatGPT, Discord, gh/docker/kubectl, etc.) by reusing existing Chrome login sessions — no API keys required.
Distills Nassim Nicholas Taleb into a runnable cognitive operating system — six mental models (asymmetric risk, antifragility, Skin in the Game, Lindy effect, Via Negativa, domain-specificity), nine decision heuristics (ergodicity check, barbell strategy, turkey problem, etc.), and his full expression DNA drawn from the Incerto pentalogy, 50+ interviews, and external critique. Not a quote collection — the skill applies the framework to your actual question.
Windows UI Automation skill specializing in UIA and Win32 APIs for desktop automation, covering element discovery, input simulation, and process interaction with strict security controls for system-level access
A collection of production-ready Claude Code skills covering Tailwind CSS v4, shadcn/ui integration, and modern web development patterns.
Text-to-speech via the `listenhub` CLI with two modes: Quick (single voice, low-latency, synchronous) for snippets and casual reading, and Script (multi-speaker, per-segment voice assignment) for dialogue and audiobooks. Enforces AskUserQuestion-based parameter collection and follows shared CLI auth, config, and speaker-selection patterns.
API gateway for calling third-party APIs with managed auth, supporting Slack, HubSpot, Salesforce, Google Workspace, Stripe, and more.
Run Ruff checks with optional scope and rule overrides (`--select`, `--ignore`, `--extend-select/ignore`), apply safe then unsafe autofixes iteratively, review each diff, and resolve remaining findings with targeted edits or user decisions. Auto-detects Ruff runner (`uv run ruff`, `ruff`, `python -m ruff`, `pipx run ruff`) and applies `# noqa` only when justified.