Showing 30 of 119571 results
A collection of finance agent skills including a financial analyst (DCF, budgeting, forecasting) and a SaaS metrics coach (ARR, MRR, churn, LTV, CAC) for AI coding agents. Part of the comprehensive alirezarezvani/claude-skills library.
Evidence-first terminal-execution workflow for running commands, inspecting git state, debugging CI, making a narrow fix, and reporting exactly what changed and what was proved. Uses strict status words (`inspected` / `changed locally` / `verified locally` / `committed` / `pushed` / `blocked`), refuses to widen a narrow fix into repo-wide churn, and never claims "pushed" unless the branch actually moved upstream.
from github/awesome-copilot
A Claude Code skill that generates single-file HTML slide presentations with a magazine/e-ink aesthetic, featuring WebGL fluid backgrounds, 10 layout types, 5 color themes, and horizontal swipe navigation — no build tools or server required.
Helps sales professionals quickly and systematically qualify leads by defining clear disqualification criteria and efficient discovery processes.
A CLI tool for UI automation and app observability on iOS, tvOS, macOS, Android, and AndroidTV, built for agent-driven workflows. Provides structured accessibility tree snapshots, deterministic interaction, session-aware replay, and debugging evidence collection including logs, network inspection, and performance monitoring.
AI agent skills focused on resume optimization, job applications, and career development for job seekers and professionals using Claude Code.
Programmatic SEO skill from Claude SEO suite for building scalable, template-driven pages and automated content strategies.
Prevent Ethereum hashing bugs in JS/TS by never using Node's `crypto.createHash('sha3-256')` (which is NIST SHA3, not Ethereum Keccak-256) and using Keccak-aware helpers from `ethers`, `viem`, or `web3` instead — selectors, EIP-712 typeHash, storage-slot math, address derivation. Includes copy-paste patterns for ethers v6 (`id`, `solidityPackedKeccak256`), viem, web3.js, and a `grep` snippet for auditing existing code.
A Binance Skills Hub skill that gives AI agents native access to crypto derivatives and coin futures trading on Binance, enabling natural language interaction with trading and market data APIs.
A professional Claude Code plugin marketplace covering the complete software development lifecycle with focused, production-ready plugins.
Wondel.ai agent skills for Claude Code and agentskills.io-compatible agents, installable via the plugin marketplace system.
from github/awesome-copilot
from dpearson2699/swift-ios-skills
Subscribe to Trigger.dev task runs in real-time from frontend and backend. Covers creating public access tokens, backend run subscriptions, and React hooks for building progress indicators, live dashboards, streaming AI/LLM responses, and task status monitoring components.
Image processing skill for Claude Code providing guided workflows for image manipulation, resizing, format conversion, and optimization.
A Claude Code plugin collection including article writing with voice profiles, code cleanup and testing automation, documentation generation, and Docker local development.
Skill for crafting product positioning and messaging using frameworks from 58 product leaders, covering audience targeting, competitive framing, and differentiated value propositions
from aradotso/trending-skills
Write [Hookify](https://claudelog.com/hookify) rules as `.claude/hookify.{name}.local.md` markdown files with YAML frontmatter that watch for patterns (regex or multi-condition) on bash/file/stop/prompt/all events and either `warn` or `block`. Covers frontmatter fields (`name`, `enabled`, `event`, `action`, `pattern`, `conditions`), operators like `regex_match`/`contains`/`starts_with`, common pitfalls (over-broad regexes, YAML escaping), and the `/hookify`, `/hookify-list`, `/hookify-configure` commands.
Teaches AI agents how to connect to and operate Confluence via the Membrane platform, enabling page and space management through natural language without manual API key handling. Part of Membrane's library of 3,000+ app integration skills.
Evidence-first burn audit for the sibling ECC-Tools GitHub App repo targeting runaway PR creation, quota bypass, premium-model leakage on free tiers, duplicate-job fanout, and app-generated branches re-entering the webhook. Traces webhook → queue → worker paths end to end and fixes in burn order (stop PR multiplication → stop quota bypass → stop premium leakage → stop retry burn → close rerun safety gaps) rather than cosmetic cleanup.