Showing 30 of 146060 results
A skill for one-click publishing of Markdown content to WeChat Official Account drafts, supporting multiple themes, code highlighting, automatic image uploading, and secure credential management based on wenyan-cli.
A source-first research CLI that hydrates resources (git repos, local directories, npm packages) into searchable context and answers questions grounded in those sources. Supports configured and anonymous one-off resources, multi-resource queries, and project/global configuration.
from aradotso/data-skills
An AI agent skill for autonomous penetration testing using Kali Linux, providing 269 CLI security tools across 14 categories, 15+ scenario playbooks, intelligent attack path planning, cross-phase result integration, and mandatory human approval gates for high-risk actions.
An auto-generated agent skill from the ara.so marketing skill collection, which scans GitHub for trending marketing and growth open source projects and generates installable SKILL.md files.
Helps create AI agent skills grounded in proven methodologies from domain experts, ensuring new skills incorporate established frameworks and best practices.
patterns.dev skill teaching **JavaScript compression** — prefer Brotli over Gzip at the server/CDN or via Webpack `CompressionPlugin`/`BrotliWebpackPlugin`, always minify first, and respect the granularity trade-off that a single large bundle compresses better (`compress(a+b) <= compress(a)+compress(b)`) while smaller chunks cache better.
A core utility skill within the Rust Skills plugin that assists with fixing and maintaining skill documentation, ensuring SKILL.md files and related references stay accurate and up-to-date across the meta-cognition framework.
A HubSpot CRM skill for finding incomplete records, normalizing field values in bulk, deduplicating contacts and companies using `hubspot objects merge`, and auditing custom properties. It builds on the `bulk-operations` skill's JSONL piping, pagination loops, and dry-run/digest/confirm safety gates for working safely with large datasets.
A collection of 161 AI agent skills for Claude Code, Gemini CLI, and Google Antigravity, providing domain-specific knowledge, workflows, and best practices.
A collection of AI/ML skills for coding agents covering Hugging Face Hub operations, model training, dataset management, Gradio app development, paper publishing, and more. Supports Claude Code, Codex, Gemini CLI, and Cursor with standardized Agent Skills format.
A skill from pcb, a command-line utility for PCB circuit board design using the Zener language (Starlark-based). Provides schematic description, KiCad automation, and build/layout generation with support for components, modules, nets, and interfaces.
A Kanchi dividend SOP (Standard Operating Procedure) skill from a curated collection of Claude trading skills for equity investors and traders, supporting systematic backtesting and market analysis.
A comprehensive agent toolkit providing Claude Code skills for software diagramming, code review, QA planning, and professional communication workflows.
A PostPlus marketing workflow skill that analyzes video content structure including hooks, pacing, visual composition, and narrative patterns to inform creative strategy and production briefs.
A large collection of Claude Code skill templates sponsored by Z.AI, providing ready-to-use development skill configurations across various domains.
patterns.dev skill teaching **bundle splitting** with Webpack or Rollup — separate non-critical code (rarely-used features, interaction-triggered modules) out of the initial bundle to improve FCP, LCP, and TTI without changing user-visible behavior.
27 AI agent skills for mastering semantic code search with GrepAI, covering installation, configuration, search, tracing, and MCP integration.
Enables seamless multi-language support for web and mobile apps by implementing comprehensive internationalization strategies and translation management.
Installs and configures NVIDIA NemoClaw on Ubuntu 22.04+ with a pre-flight check (Docker, Node.js, GPU), npm/shell package install, Docker group and cgroup v2 fixes for k3s, an interactive onboarding wizard for sandbox creation and API keys, port-forwarding the web UI on 18789 via systemd, and optional Cloudflare Tunnel for remote access.
A collection of 100 production-ready AI skills across 15 categories by OneWave AI, covering automation, development, and productivity workflows.
Part of Claude Trading Skills, a workflow toolkit for time-constrained individual investors that structures market review, risk management, trade planning, and journaling for long-term investing with disciplined swing trading.
Skill for clawd-code — an independent, educational Python rewrite of the Claude Code agent harness (tool wiring, command dispatch, task orchestration), orchestrated end-to-end via oh-my-codex. Covers install, `python3 -m src.main` CLI (summary/manifest/subsystems/commands/tools/parity-audit), and the dataclass models for Tool/Command/Task.
A comic panel generation skill from Each Labs' skills collection for AI-powered development and automation.
Module covering domain-specific CLI development in Rust within an AI-powered development assistant featuring a meta-cognition framework.
A design system skill from Open Design that applies industrial brutalist aesthetics to UI generation, featuring raw structural elements, bold typography, and utilitarian design patterns.
Multi-source search skill for legal professionals, enabling simultaneous content retrieval from courts, legal databases, and web sources for AI-assisted legal research workflows.
Implements contract-first API development with oRPC, defining service interfaces before implementation for type-safe client-server communication