Latest Agent Skills
25788 skills
Apple Notes
Manage Apple Notes from the terminal using the memo CLI: create, search, edit, delete, move, and export notes with iCloud sync.
2
Powerpoint
Creates, reads, and edits PowerPoint .pptx files, including slides, notes, and templates, with design guidance and quality assurance.
2 · bundle
Polymarket
Queries Polymarket prediction market data via public REST APIs: markets, prices, orderbooks, and history.
2
Gif Search
Search and download GIFs from Tenor using curl and jq, with support for multiple media formats and metadata.
2
Excalidraw
Creates hand-drawn style Excalidraw diagrams as JSON files for architecture, flow, and sequence diagrams, with optional upload for shareable links.
2
Humanizer
Rewrite text to remove AI writing patterns and add a natural, human voice.
2 · bundle
Heartmula
Generates full songs from lyrics and tags using the open-source HeartMuLa music models, with multilingual support and local GPU or CPU inference.
2
Design Md
Author, lint, diff, and export Google's DESIGN.md design token spec files, including WCAG contrast validation.
2
Ascii Art
Renders text and images as ASCII art using local CLI tools and free REST APIs, with no API keys required.
2
Opencode
Delegate coding tasks to the OpenCode CLI, including one-shot runs, interactive sessions, and PR reviews.
2
Obsidian
Read, search, create, and edit notes in an Obsidian vault using file tools and resolved paths.
2
Nano PDF
Edits PDF text, typos, and titles on specific pages using natural-language commands via the nano-pdf CLI.
2
LLM Wiki
Build and maintain a persistent, interlinked markdown knowledge base that compiles knowledge once and keeps it current, with cross-references and contradiction flags.
2
Imessage
Reads and sends iMessage/SMS messages on macOS using the imsg command-line tool, including chat history and attachments.
2
Himalaya
Manage email from the terminal using the Himalaya CLI with IMAP, SMTP, Notmuch, or Sendmail backends, including reading, searching, composing, and organizing messages.
2
Airtable
Interact with Airtable bases, tables, and records via the REST API using curl commands, covering CRUD operations, filtering, sorting, pagination, and upserts.
2
Songsee
Generates spectrograms and multi-panel audio feature visualizations (mel, chroma, MFCC) from audio files via a Go CLI.
2
Pretext
Builds creative browser demos with @chenglou/pretext for DOM-free text layout, enabling ASCII art, typographic flow around obstacles, text-as-geometry games, kinetic typography, and text-powered generative art. Produces single-file HTML demos by default.
2
Openhue
Control Philips Hue lights, rooms, and scenes from the terminal using the OpenHue CLI.
2
Godmode
Bypasses safety filters on API-served LLMs using jailbreak templates, input obfuscation, and multi-model racing.
2
Comfyui
Generate images, video, and audio with ComfyUI — install, launch, manage nodes/models, run workflows with parameter injection. Uses the official comfy-cli for lifecycle and direct REST/WebSocket API for execution.
2
Sketch
Generates 2-3 disposable HTML mockups for comparing UI design directions before committing to one.
2
Notion
Interact with Notion via the ntn CLI or HTTP API to search, read, create, and update pages and databases, including Markdown support.
2
Findmy
Tracks Apple devices and AirTags on macOS by automating the FindMy app with AppleScript and screen capture, then reading locations via vision analysis.
2
Spike
Runs throwaway experiments to validate feasibility, compare approaches, and surface unknowns before committing to a real build.
2
Codex
Delegate coding tasks such as feature building, refactoring, and PR reviews to OpenAI's Codex CLI, with support for background execution and parallel worktrees.
2
Arxiv
Search and retrieve academic papers from arXiv via their REST API, including citation data from Semantic Scholar.
2
Xurl
Interact with X (Twitter) via the official xurl CLI: post, reply, search, DM, manage media, and access v2 API endpoints.
2
Plan
Writes an actionable markdown implementation plan to .hermes/plans/ without executing code, using bite-sized tasks, exact paths, and complete code examples.
2
P5js
Creates production-grade p5.js sketches: generative art, interactive visualizations, 3D scenes, shaders, and audio-reactive visuals, with export to HTML, PNG, GIF, MP4, or SVG.
2 · bundle
Maps
Geocode places, find nearby points of interest, calculate routes and travel times, and look up timezones using free OpenStreetMap, OSRM, and TimeAPI.io data sources.
2
Strategic Compact
Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.
0
React Performance
Optimizes React and Next.js performance with 70+ rules across 8 priority categories, covering waterfalls, bundle size, server-side, client fetching, re-renders, rendering, JS micro-perf, and advanced patterns. Use when writing, reviewing, or refactoring React/Next.js code.
0
Postgres Patterns
Quick reference for PostgreSQL best practices covering indexing, schema design, query optimization, and security defaults.
0
Lead Intelligence
Finds, scores, and reaches high-value contacts through social graph analysis and warm path discovery, with channel-specific outreach drafting.
0 · bundle
Ito Trade Planner
Builds a non-advisory prediction-market trade planning worksheet for Itô or venue workflows, inspecting venues, underliers, constraints, and manual execution steps without placing trades or recommending positions.
0
Investor Outreach
Draft concise, personalized investor communications including cold emails, warm intros, follow-ups, and updates for fundraising outreach.
0
Frontend Patterns
Provides React and Next.js patterns for component composition, state management, data fetching, and performance optimization.
0
Defi Amm Security
Provides a security checklist and hardened Solidity patterns for auditing AMM contracts, liquidity pools, and swap flows, covering reentrancy, CEI ordering, donation attacks, oracle manipulation, slippage, admin controls, and integer math.
0
Dashboard Builder
Builds operational monitoring dashboards for Grafana, SigNoz, and similar platforms, focusing on answering operator questions about health, bottlenecks, and changes rather than displaying every metric.
0
Angular Developer
Generates Angular code and provides architectural guidance for projects, components, services, reactivity, forms, dependency injection, routing, accessibility, animations, styling, testing, and CLI tooling.
0 · bundle
Swiftui Patterns
Provides SwiftUI architecture patterns for state management with @Observable, view composition, navigation, and performance optimization for iOS and macOS apps.
0
Quarkus Security
Secure Quarkus applications with authentication, authorization, input validation, and secrets management best practices.
0
Quarkus Patterns
Provides Quarkus 3.x architecture patterns for building cloud-native, event-driven services with Apache Camel, covering REST APIs, CDI services, data access with Panache, async processing, and logging.
0
Prompt Optimizer
Analyzes draft prompts, identifies intent and gaps, matches ECC components, and outputs an optimized prompt for the user to paste and run. Advisory only, never executes the task.
0
Project Flow Ops
Coordinates GitHub and Linear by triaging issues and pull requests, linking active work, and keeping GitHub public-facing while Linear tracks internal execution.
0
Production Audit
Audits a codebase for production readiness using local evidence, scoring ship/block risk and listing concrete fixes without sending repo data to external services.
0
Nodejs Keccak256
Prevents Ethereum hashing bugs in JavaScript and TypeScript by distinguishing Keccak-256 from Node's NIST SHA3-256, with usage examples for ethers, viem, and web3.js.
0
Laravel Security
Hardens Laravel applications against common vulnerabilities with guidance on authentication, authorization, validation, CSRF, mass assignment, file uploads, secrets, rate limiting, and secure deployment.
0
Laravel Patterns
Provides production-grade Laravel architecture patterns covering controllers, services, actions, Eloquent models, routing, queues, events, caching, and API resources.
0
Jira Integration
Retrieves Jira tickets, analyzes requirements, updates ticket status, adds comments, and transitions issues via MCP or direct REST API.
0
Hipaa Compliance
Guides HIPAA-specific healthcare privacy and security work, routing to implementation and review skills with decision gates and guardrails.
0
Fastapi Patterns
Provides production-oriented patterns for building FastAPI services, covering async endpoints, dependency injection, Pydantic schemas, OpenAPI customization, testing, and security best practices.
0
Coding Standards
Establishes baseline cross-project coding conventions for naming, readability, immutability, and code-quality review, with pointers to framework-specific skills.
0
Backend Patterns
Provides backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
0
Autonomous Loops
Patterns and architectures for running Claude Code autonomously in loops, from simple sequential pipelines to RFC-driven multi-agent DAG systems.
0
Skill Stocktake
Audits Claude skills and commands for quality, offering Quick Scan for changed skills and Full Stocktake modes with sequential subagent batch evaluation.
0 · bundle
Security Review
Provides a security checklist and code patterns for authentication, input validation, secrets management, SQL injection prevention, XSS, CSRF, rate limiting, and sensitive data handling.
0 · bundle
Python Patterns
Apply idiomatic Python patterns and best practices for writing robust, efficient, and maintainable code, covering type hints, error handling, context managers, and data classes.
0
Prisma Patterns
Production patterns and non-obvious traps for Prisma ORM in TypeScript backends, covering schema design, query optimization, transactions, pagination, and serverless connection handling.
0