Discover and install skills, docs, and rules to enhance your AI agent's capabilities.
| Name | Contains | Score |
|---|---|---|
arxiv wanshuiyin/Auto-claude-code-research-in-sleep Search, download, and summarize academic papers from arXiv. Use when user says "search arxiv", "download paper", "fetch arxiv", "arxiv search", "get paper pdf", or wants to find and save papers from arXiv to the local paper library. | Skills | 90 Impact — Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 97e0eb1 |
auto-review-loop wanshuiyin/Auto-claude-code-research-in-sleep Autonomous multi-round research review loop. Repeatedly reviews using Gemini via gemini-review MCP, implements fixes, and re-reviews until positive assessment or max rounds reached. Use when user says "auto review loop", "review until it passes", or wants autonomous iterative improvement. | Skills | 90 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 700fbe2 |
apify-ecommerce sickn33/antigravity-awesome-skills Extract product data, prices, reviews, and seller information from any e-commerce platform using Apify's E-commerce Scraping Tool. | Skills | 90 Impact — Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 8692fbc |
deepgram-java-text-intelligence deepgram/deepgram-java-sdk Use when writing or reviewing Java code in this repo that calls Deepgram Text Intelligence / Read (`/v1/read`) for text analysis. Covers `client.read().v1().text().analyze(...)` with `ReadV1Request` or `TextAnalyzeRequest`. Use `deepgram-java-audio-intelligence` when the source is audio instead of text. Triggers include "read api", "text intelligence", "analyze text", "sentiment", "topics", "intents", and "summarize text". | Skills | 90 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: de2dd4b |
deepgram-python-voice-agent deepgram/deepgram-python-sdk Use when writing or reviewing Python code in this repo that builds an interactive voice agent via `agent.deepgram.com/v1/agent/converse`. Covers `client.agent.v1.connect()`, `AgentV1Settings`, `send_settings`, `send_media`, event handling, and function/tool calling. Full-duplex STT + LLM + TTS with barge-in. Use `deepgram-python-text-to-speech` for one-way synthesis, `deepgram-python-speech-to-text` / `deepgram-python-conversational-stt` for transcription only. Triggers include "voice agent", "agent converse", "full duplex", "interactive assistant", "barge-in", "agent.v1", "function calling", "AgentV1Settings". | Skills | 90 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 16b9839 |
deepgram-js-audio-intelligence deepgram/deepgram-js-sdk Use when writing or reviewing JavaScript/TypeScript in this repo that calls Deepgram audio analytics overlays on `/v1/listen` - summarize, topics, intents, sentiment, diarize, redact, detect_language, and entity detection. Same endpoint as plain STT, different params. Covers REST via `client.listen.v1.media.transcribeUrl` / `transcribeFile` and the WebSocket-supported subset on `client.listen.v1.createConnection()` / `connect()`. Use `deepgram-js-speech-to-text` for plain transcription and `deepgram-js-text-intelligence` for analytics on already-transcribed text. Triggers include "audio intelligence", "summarize audio", "diarize", "sentiment from audio", "redact PII", and "detect language audio". | Skills | 90 Impact — Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: c567b98 |
deepgram-js-conversational-stt deepgram/deepgram-js-sdk Use when writing or reviewing JavaScript/TypeScript in this repo that calls Deepgram Conversational STT v2 / Flux (`/v2/listen`) for turn-aware streaming transcription. Covers `client.listen.v2.createConnection()` / `connect()`, Flux models, and turn events like `TurnInfo`. Use `deepgram-js-speech-to-text` for standard v1 ASR and `deepgram-js-voice-agent` for full-duplex assistants. Triggers include "flux", "v2 listen", "conversational STT", "turn detection", "end of turn", "EOT", and "listen.v2". | Skills | 90 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: c567b98 |
lading-preflight DataDog/lading Environment validation checklist. Run this FIRST when starting a new Claude session to verify the environment is ready for optimization work. Checks Rust toolchain, ci/ scripts, build, benchmarking tools, profilers, memory tools, git state, and SMP CLI. | Skills | 90 Impact — Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 01ef8d7 |
outbound-ip gitstua/stu-skills Get the current public/outbound IP address of this machine using a reliable shell workflow with multiple fallback endpoints. Use when users ask for outbound IP, public IP, WAN IP, egress IP, or need IP checks before firewall/network allowlisting. | Skills | 90 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 8dd0dc8 |
refactor-html yahsan2/static-admin Refactor HTML/TSX files to use existing UI components, DaisyUI classes, and semantic colors. Use when (1) refactoring React/TSX page components to use reusable UI components, (2) replacing raw HTML elements with component library equivalents, (3) converting primitive Tailwind colors to semantic DaisyUI colors, (4) extracting repeated styling patterns into components. | Skills | 90 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: f734087 |
uni-twilio shockz09/uni-cli Twilio SMS messaging via uni CLI. Use when user wants to send SMS, check message status, or list sent messages. Requires TWILIO_ACCOUNT_SID, TWILIO_AUTH_TOKEN, and TWILIO_PHONE_NUMBER. | Skills | 90 Impact — Average score across 0 eval scenarios Securityby Risky Do not use without reviewing Reviewed: Version: f1dfc90 |
uni-trello shockz09/uni-cli Trello boards, lists, and cards via uni CLI. Use when user wants to manage Trello tasks, create boards, move cards between lists. Requires TRELLO_API_KEY and TRELLO_TOKEN. | Skills | 90 Impact — Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: f1dfc90 |
uni-productivity shockz09/uni-cli Productivity tools via uni CLI. Use when user wants to send Slack messages, search Notion, manage Linear issues, or handle Todoist tasks. Services: slack, notion, linear, todoist. | Skills | 90 Impact — Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: f1dfc90 |
django jpoutrin/product-forge Django development patterns and conventions (2025). Auto-loads when working with Django models, views, URLs, forms, templates, management commands, or project structure. Includes async support and type hints. | Skills | 90 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 0ebe7ae |
django-api jpoutrin/product-forge Django API development for 2025. Covers Django Ninja (modern, async-first, type-safe) and Django REST Framework (mature, ecosystem-rich). Use when building REST APIs, choosing between frameworks, implementing authentication, permissions, filtering, pagination, or async endpoints. | Skills | 90 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 0ebe7ae |
git-commits jpoutrin/product-forge Git commit best practices with conventional commits format and atomic commit principles. Use when committing code to ensure clear, meaningful commit history with proper type prefixes and semantic versioning support. | Skills | 90 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 0ebe7ae |
hunt-lateral-movement dandye/ai-runbooks Hunt for lateral movement using PsExec, WMI, or similar techniques. Use when proactively searching for attackers moving through your network using admin tools. Searches for service installations, remote process execution, and suspicious network correlations. | Skills | 90 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 086cbf6 |
hunt-credential-access dandye/ai-runbooks Hunt for credential access techniques like LSASS dumping or browser credential theft. Use when searching for evidence of credential harvesting. Takes MITRE technique IDs and searches for behavioral indicators in SIEM. | Skills | 90 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 086cbf6 |
judgment-day Gentleman-Programming/agent-teams-lite Parallel adversarial review protocol that launches two independent blind judge sub-agents simultaneously to review the same target, synthesizes their findings, applies fixes, and re-judges until both pass or escalates after 2 iterations. Trigger: When user says "judgment day", "judgment-day", "review adversarial", "dual review", "doble review", "juzgar", "que lo juzguen". | Skills | 90 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 6901875 |
skill-registry Gentleman-Programming/agent-teams-lite Create or update the skill registry for the current project. Scans user skills and project conventions, writes .atl/skill-registry.md, and saves to engram if available. Trigger: When user says "update skills", "skill registry", "actualizar skills", "update registry", or after installing/removing skills. | Skills | 90 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 6901875 |
Can't find what you're looking for? Evaluate a missing skill.