███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 2851 | ios-ux-design | mosif16/codex-skills |
iOS UX Design Expert Skill You are an iOS UX Design Expert specializing in native Apple platform design, with deep expertise in iOS Human Interface Guidelines, SwiftUI patterns, and system-native interactions. Your design philosophy embraces Apple's principles of clarity, deference, and depth while leveraging the latest iOS capabilities. Core iOS Design Principles You champion Apple's foundational design values: Clarity (Primary Principle) Text is legible at every size using San Francisco sy...
|
324 |
| 2852 | streamlit-snowflake | jezweb/claude-skills |
Streamlit in Snowflake Skill Build and deploy Streamlit apps natively within Snowflake, including Marketplace publishing as Native Apps. Quick Start 1. Initialize Project Copy the templates to your project: Create project directory mkdir my-streamlit-app && cd my-streamlit-app Copy templates (Claude will provide these) 2. Configure snowflake.yml Update placeholders in snowflake.yml: definition_version: 2 entities: my_app: type: streamlit identifier: my_streamlit_app ←...
|
324 |
| 2853 | laravel-inertia-react | asyrafhussin/agent-skills |
Laravel + Inertia.js + React Comprehensive patterns for building modern monolithic applications with Laravel, Inertia.js, and React. Contains 30+ rules for seamless full-stack development. When to Apply Reference these guidelines when: Creating Inertia page components Handling forms with useForm hook Managing shared data and authentication Implementing persistent layouts Navigating between pages Rule Categories by Priority Priority Category Impact Prefix 1 Page Components CRITICAL page- 2 Fo...
|
324 |
| 2854 | responsive-web-design | aj-geddes/useful-ai-prompts |
Responsive Web Design Overview Build mobile-first responsive interfaces using modern CSS techniques including Flexbox, Grid, and media queries to create adaptable user experiences. When to Use Multi-device applications Mobile-first development Accessible layouts Flexible UI systems Cross-browser compatibility Implementation Examples 1. Mobile-First Media Query Strategy /* Mobile styles (default) */ .container { display: flex; flex-direction: column; padding: 16px; gap: 16px; } .card {...
|
323 |
| 2855 | hugging-face-datasets | huggingface/skills |
Overview This skill provides tools to manage datasets on the Hugging Face Hub with a focus on creation, configuration, content management, and SQL-based data manipulation. It is designed to complement the existing Hugging Face MCP server by providing dataset editing and querying capabilities. Integration with HF MCP Server Use HF MCP Server for: Dataset discovery, search, and metadata retrieval Use This Skill for: Dataset creation, content editing, SQL queries, data transformation, and structu...
|
323 |
| 2856 | developing-genkit-dart | firebase/agent-skills |
Genkit Dart Genkit Dart is an AI SDK for Dart that provides a unified interface for code generation, structured outputs, tools, flows, and AI agents. Core Features and Usage If you need help with initializing Genkit ( Genkit() ), Generation ( ai.generate ), Tooling ( ai.defineTool ), Flows ( ai.defineFlow ), Embeddings ( ai.embedMany ), streaming, or calling remote flow endpoints, please load the core framework reference: references/genkit.md Genkit CLI (recommended) The Genkit CLI provides a lo...
|
323 |
| 2857 | ctf-misc | ljagiello/ctf-skills |
CTF Miscellaneous Quick reference for miscellaneous CTF challenges. Each technique has a one-liner here; see supporting files for full details. Additional Resources pyjails.md - Python jail/sandbox escape techniques bashjails.md - Bash jail/restricted shell escape techniques encodings.md - Encodings, QR codes, esolangs, Verilog/HDL, UTF-16 tricks, BCD encoding, multi-layer auto-decoding, Gray code cyclic encoding rf-sdr.md - RF/SDR/IQ signal processing (QAM-16, carrier recovery, timing sync) dns...
|
323 |
| 2858 | asr | marswaveai/skills |
When to Use User wants to transcribe an audio file to text User provides an audio file path and asks for transcription User says "转录", "识别", "transcribe", "语音转文字" When NOT to Use User wants to synthesize speech from text (use /tts ) User wants to create a podcast or explainer (use /podcast or /explainer ) Purpose Transcribe audio files to text using coli asr , which runs fully offline via local speech recognition models. No API key required. Supports Chinese, English, Japanese, Korean, and Canto...
|
323 |
| 2859 | red-team-tactics | sickn33/antigravity-awesome-skills |
Red Team Tactics Adversary simulation principles based on MITRE ATT&CK framework. 1. MITRE ATT&CK Phases Attack Lifecycle RECONNAISSANCE → INITIAL ACCESS → EXECUTION → PERSISTENCE ↓ ↓ ↓ ↓ PRIVILEGE ESC → DEFENSE EVASION → CRED ACCESS → DISCOVERY ↓ ↓ ↓ ↓ LATERAL MOVEMENT → COLLECTION → C2 → EXFILTRATION → IMPACT Phase Objectives Phase Objective Recon Map attack surface Initial Access Get first foothold E...
|
323 |
| 2860 | agent-memory-mcp | davila7/claude-code-templates |
Agent Memory Skill This skill provides a persistent, searchable memory bank that automatically syncs with project documentation. It runs as an MCP server to allow reading/writing/searching of long-term memories. Prerequisites Node.js (v18+) Setup Clone the Repository : Clone the agentMemory project into your agent's workspace or a parallel directory: git clone https://github.com/webzler/agentMemory.git .agent/skills/agent-memory Install Dependencies : cd .agent/skills/agent-memory npm install np...
|
323 |
| 2861 | product-manager-toolkit | davila7/claude-code-templates |
Product Manager Toolkit Essential tools and frameworks for modern product management, from discovery to delivery. Quick Start For Feature Prioritization python scripts/rice_prioritizer.py sample Create sample CSV python scripts/rice_prioritizer.py sample_features.csv --capacity 15 For Interview Analysis python scripts/customer_interview_analyzer.py interview_transcript.txt For PRD Creation Choose template from references/prd_templates.md Fill in sections based on discovery work Review with stak...
|
323 |
| 2862 | langchain4j-mcp-server-patterns | giuseppe-trisciuoglio/developer-kit |
LangChain4j MCP Server Implementation Patterns Implement Model Context Protocol (MCP) servers with LangChain4j to extend AI capabilities with standardized tools, resources, and prompt templates. Overview The Model Context Protocol (MCP) is a standardized protocol for connecting AI applications to external data sources and tools. LangChain4j provides MCP server implementation patterns that enable AI systems to dynamically discover and execute tools, access resources, and use prompt templates thro...
|
323 |
| 2863 | polymarket | 2025emma/vibe-coding-cn |
Polymarket Comprehensive Skill Complete assistance with Polymarket development - covering the full platform (API, trading, market data) and the real-time data streaming client (WebSocket subscriptions for live market activity). When to Use This Skill This skill should be triggered when: Platform & API: Working with Polymarket prediction markets Using Polymarket API for market data Implementing trading strategies Building applications with Polymarket services Learning Polymarket best practic...
|
323 |
| 2864 | ios-hig-design | wondelai/skills |
This skill guides creation of native iOS app interfaces that feel intuitive, consistent, and aligned with Apple's design philosophy. Core Design Principles Apple's iOS design philosophy rests on three foundational principles: 1. Clarity Every element must be legible and purposeful. Typography, iconography, and spacing communicate hierarchy and focus. 2. Deference The interface should never overshadow the content. The UI exists to support user tasks, not distract from them. 3. Depth L...
|
323 |
| 2865 | writing-clearly-and-concisely | obra/the-elements-of-style |
Writing Clearly and Concisely Overview Write with clarity and force. This skill covers what to do (Strunk) and what not to do (AI patterns). When to Use This Skill Use this skill whenever you write prose for humans: Documentation, README files, technical explanations Commit messages, pull request descriptions Error messages, UI copy, help text, comments Reports, summaries, or any explanation Editing to improve clarity If you're writing sentences for a human to read, use this skill. Limited Conte...
|
323 |
| 2866 | typeorm | mindrally/skills |
TypeORM Development Guidelines You are an expert in TypeORM, TypeScript, and database design with a focus on the Data Mapper pattern and enterprise application architecture. Core Principles TypeORM supports both Active Record and Data Mapper patterns Uses TypeScript decorators for entity and column definitions Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, and more Works in Node.js, Browser, Ionic, Cordova, React Native, NativeScript, Expo, and Electron First-class support...
|
322 |
| 2867 | agent-evaluation | davila7/claude-code-templates |
Agent Evaluation (AI Agent Evals) Based on Anthropic's "Demystifying evals for AI agents" When to use this skill Designing evaluation systems for AI agents Building benchmarks for coding, conversational, or research agents Creating graders (code-based, model-based, human) Implementing production monitoring for AI systems Setting up CI/CD pipelines with automated evals Debugging agent performance issues Measuring agent improvement over time Core Concepts Eval Evolution: Single-turn → Multi-turn →...
|
322 |
| 2868 | vercel-deploy | openai/skills |
Vercel Deploy Deploy any project to Vercel instantly. No authentication required. When to use this skill App deployment : when asked "Deploy my app" Preview deployment : when asked "Create a preview deployment" Production deployment : when asked "Deploy this to production" Share link : when asked "Deploy and give me the link" How It Works Packages your project into a tarball (excludes node_modules and .git ) Auto-detects framework from package.json Uploads to deployment service Returns Preview U...
|
322 |
| 2869 | ffmpeg-video-editor | sundial-org/awesome-openclaw-skills |
FFmpeg Video Editor You are a video editing assistant that translates natural language requests into FFmpeg commands. When the user asks to edit a video, generate the correct FFmpeg command. How to Generate Commands Identify the operation from the user's request Extract parameters (input file, output file, timestamps, formats, etc.) Generate the FFmpeg command using the patterns below If output filename not specified , create one based on the operation (e.g., video_trimmed.mp4 ) Always include -...
|
322 |
| 2870 | grepai-search-basics | yoanbernabeu/grepai-skills |
This skill covers the fundamentals of semantic code search with GrepAI. When to Use This Skill - Learning GrepAI search - Performing basic code searches - Understanding semantic vs. text search - Interpreting search results Prerequisites - GrepAI initialized (`grepai init`) - Index created (`grepai watch`) - Embedding provider running (Ollama, etc.) What is Semantic Search? Unlike traditional text search (grep, ripgrep), GrepAI searches by meaning: | Text search | Exact string ma...
|
322 |
| 2871 | writing-skills | sickn33/antigravity-awesome-skills |
Writing Skills Overview Writing skills IS Test-Driven Development applied to process documentation. Personal skills live in agent-specific directories ( ~/.claude/skills for Claude Code, ~/.agents/skills/ for Codex) You write test cases (pressure scenarios with subagents), watch them fail (baseline behavior), write the skill (documentation), watch tests pass (agents comply), and refactor (close loopholes). Core principle: If you didn't watch an agent fail without the skill, you don't know if the...
|
322 |
| 2872 | unit-test-json-serialization | giuseppe-trisciuoglio/developer-kit |
Unit Testing JSON Serialization with @JsonTest Overview This skill provides patterns for unit testing JSON serialization and deserialization using Spring's @JsonTest and Jackson. It covers testing POJO mapping, custom serializers/deserializers, field name mappings, nested objects, date/time formatting, polymorphic types, and null handling without full Spring context. When to Use Use this skill when: Testing JSON serialization of DTOs Testing JSON deserialization to objects Testing custom Jackson...
|
322 |
| 2873 | scikit-learn | davila7/claude-code-templates |
Scikit-learn Overview This skill provides comprehensive guidance for machine learning tasks using scikit-learn, the industry-standard Python library for classical machine learning. Use this skill for classification, regression, clustering, dimensionality reduction, preprocessing, model evaluation, and building production-ready ML pipelines. Installation Install scikit-learn using uv uv uv pip install scikit-learn Optional: Install visualization dependencies uv uv pip install matplotlib seab...
|
321 |
| 2874 | firebase-basics | firebase/skills |
Prerequisites Make sure you follow firebase-local-env-setup skill first. This skill assumes you have already installed the Firebase CLI and Firebase MCP server. Core Workflow 1. Authentication Log in to Firebase: npx -y firebase-tools@latest login This opens a browser for authentication. For environments where localhost is not available (e.g., remote shell), use npx -y firebase-tools@latest login --no-localhost . 2. Creating a Project To create a new Firebase project from the CLI: npx -y firebas...
|
321 |
| 2875 | recommendation-canvas | deanpeters/product-manager-skills |
Purpose Evaluate and propose AI product solutions using a structured canvas that assesses business outcomes, customer outcomes, problem framing, solution hypotheses, positioning, risks, and value justification. Use this to build a comprehensive, defensible recommendation for stakeholders and decision-makers—especially when proposing AI-powered features or products that carry higher uncertainty and risk. This is not a feature spec—it's a strategic proposal that articulates why this AI solution is...
|
321 |
| 2876 | ts-agent-sdk | jezweb/claude-skills |
ts-agent-sdk Overview This skill generates typed TypeScript SDKs that allow AI agents (primarily Claude Code) to interact with web applications via MCP servers. It replaces verbose JSON-RPC curl commands with clean function calls. Template Location The core SDK template files are bundled with this skill at: templates/ Copy these files to the target project's scripts/sdk/ directory as a starting point: cp -r ~/.claude/skills/ts-agent-sdk/templates/* ./scripts/sdk/ SDK Generation Workflow St...
|
321 |
| 2877 | search-skill | gbsoss/skill-from-masters |
Search Skill Search and recommend Claude Code Skills from trusted marketplaces based on user requirements. When to Use When users describe a need and want to find an existing Skill to solve it. Examples: "Is there a skill that can auto-generate changelogs?" "Find me a skill for frontend design" "I need a skill that can automate browser actions" Data Sources (by trust level) Tier 1 - Official / High Trust (show first) Source URL Notes anthropics/skills github.com/anthropics/skills Official e...
|
321 |
| 2878 | unit-test-security-authorization | giuseppe-trisciuoglio/developer-kit |
Unit Testing Security and Authorization Overview This skill provides patterns for unit testing Spring Security authorization logic using @PreAuthorize, @Secured, @RolesAllowed, and custom permission evaluators. It covers testing role-based access control (RBAC), expression-based authorization, custom permission evaluators, and verifying access denied scenarios without full Spring Security context. When to Use Use this skill when: Testing @PreAuthorize and @Secured method-level security Testing r...
|
321 |
| 2879 | hubspot-integration | sickn33/antigravity-awesome-skills |
HubSpot Integration Patterns OAuth 2.0 Authentication Secure authentication for public apps Private App Token Authentication for single-account integrations CRM Object CRUD Operations Create, read, update, delete CRM records Anti-Patterns ❌ Using Deprecated API Keys ❌ Individual Requests Instead of Batch ❌ Polling Instead of Webhooks ⚠️ Sharp Edges Issue Severity Solution Issue high See docs Issue high See docs Issue critical See docs Issue high See docs Issue critical See docs Issue mediu...
|
321 |
| 2880 | langchain4j-vector-stores-configuration | giuseppe-trisciuoglio/developer-kit |
LangChain4J Vector Stores Configuration Configure vector stores for Retrieval-Augmented Generation applications with LangChain4J. Overview Vector stores are essential components for RAG (Retrieval-Augmented Generation) systems, enabling efficient storage and retrieval of document embeddings for semantic search. LangChain4J provides a unified abstraction over multiple vector database backends including PostgreSQL/pgvector, Pinecone, MongoDB Atlas, Milvus, Neo4j, and in-memory stores for developme...
|
321 |
| 2881 | cloudflare-python-workers | jezweb/claude-skills |
Cloudflare Python Workers Status: Beta (requires python_workers compatibility flag) Runtime: Pyodide (Python 3.12+ compiled to WebAssembly) Package Versions: workers-py@1.7.0, workers-runtime-sdk@0.3.1, wrangler@4.58.0 Last Verified: 2026-01-21 Quick Start (5 Minutes) 1. Prerequisites Ensure you have installed: uv - Python package manager Node.js - Required for Wrangler 2. Initialize Project Create project directory mkdir my-python-worker && cd my-python-worker Initialize Python project u...
|
321 |
| 2882 | tavily-extract | tavily-ai/skills |
tavily extract Extract clean markdown or text content from one or more URLs. Prerequisites Requires the Tavily CLI. See tavily-cli for install and auth setup. Quick install: curl -fsSL https://cli.tavily.com/install.sh | bash && tvly login When to use You have a specific URL and want its content You need text from JavaScript-rendered pages Step 2 in the workflow : search → extract → map → crawl → research Quick start Single URL tvly extract "https://example.com/article" --json Multiple URLs tv...
|
321 |
| 2883 | shannon | unicodeveloper/shannon |
Shannon: Autonomous AI Pentester for Web Apps & APIs Permissions overview: This skill orchestrates Shannon, a Docker-based pentesting tool that actively executes attacks against a target application. It clones/updates the Shannon repo locally, runs Docker containers, and reads pentest reports. Shannon performs real exploits — only run against apps you own or have explicit written authorization to test. Never run against production systems. Shannon analyzes your source code, identifies attack vec...
|
320 |
| 2884 | interview prep generator | paramchoudhary/resumeskills |
Use this skill when the user wants to: - Prepare for a job interview - Practice answering interview questions - Create STAR stories from their experience - Anticipate questions for a specific role - Mentions: "interview prep", "prepare for interview", "STAR stories", "interview questions", "behavioral questions" Core Capabilities - Generate role-specific interview questions - Create STAR stories from resume bullets - Predict questions based on job description - Prepare answers for com...
|
320 |
| 2885 | aws-sdk-java-v2-s3 | giuseppe-trisciuoglio/developer-kit |
AWS SDK for Java 2.x - Amazon S3 Overview Amazon S3 (Simple Storage Service) is object storage built to store and retrieve any amount of data from anywhere. This skill covers patterns for working with S3 using AWS SDK for Java 2.x, including bucket operations, object uploads/downloads, presigned URLs, multipart transfers, and Spring Boot integration. When to Use Use this skill when: Creating, listing, or deleting S3 buckets with proper configuration Uploading or downloading objects from S3 with ...
|
320 |
| 2886 | tts | marswaveai/skills |
tts Convert any text into speech audio. Supports two backends (Kokoro local, Noiz cloud), two modes (simple or timeline-accurate), and per-segment voice control. Triggers text to speech / tts / speak / say voice clone / dubbing epub to audio / srt to audio / convert to audio 语音 / 说 / 讲 / 说话 Simple Mode — text to audio speak is the default — the subcommand can be omitted: Basic usage (speak is implicit) python3 skills/tts/scripts/tts.py -t "Hello world" add -o path to save python3 skills/tts/sc...
|
320 |
| 2887 | unit-test-scheduled-async | giuseppe-trisciuoglio/developer-kit |
Unit Testing @Scheduled and @Async Methods Overview This skill provides patterns for unit testing @Scheduled and @Async methods using JUnit 5. It covers testing async logic without actual async executors, verifying CompletableFuture results, using Awaitility for async assertions, mocking scheduled task execution, and testing async error handling without waiting for real scheduling intervals. When to Use Use this skill when: Testing @Scheduled method logic Testing @Async method behavior Verifying...
|
320 |
| 2888 | api integration specialist | davila7/claude-code-templates |
API Integration Specialist Expert guidance for integrating external APIs into applications with production-ready patterns, security best practices, and comprehensive error handling. When to Use This Skill Use this skill when: Integrating third-party APIs (Stripe, Twilio, SendGrid, etc.) Building API client libraries or wrappers Implementing OAuth 2.0, API keys, or JWT authentication Setting up webhooks and event-driven integrations Handling rate limits, retries, and circuit breakers Transforming...
|
319 |
| 2889 | agent-skill-creator | francyjglisboa/agent-skill-creator |
Agent Creator - Meta-Skill This skill teaches Claude Code how to autonomously create complete agents with Claude Skills. When to Use This Skill Claude should automatically activate this skill when the user: ✅ Asks to create an agent "Create an agent for [objective]" "I need an agent that [description]" "Develop an agent to automate [workflow]" ✅ Asks to automate a workflow "Automate this process: [description]" "Every day I do [repetitive task], automate this" "Turn this workflow into an ...
|
319 |
| 2890 | acquisition-channel-advisor | deanpeters/product-manager-skills |
Purpose Guide product managers through evaluating whether to scale, test, or kill an acquisition channel based on unit economics (CAC, LTV, payback), customer quality (retention, NRR), and scalability (magic number, volume potential). Use this to make data-driven go-to-market decisions and optimize channel mix for sustainable growth. This is not a channel strategy framework—it's a financial lens for channel evaluation that helps you avoid scaling unprofitable channels or killing channels with fi...
|
319 |
| 2891 | pptx | davila7/claude-code-templates |
PPTX Skill Quick Reference Task Guide Read/analyze content python -m markitdown presentation.pptx Edit or create from template Read editing.md Create from scratch Read pptxgenjs.md Reading Content Text extraction python -m markitdown presentation.pptx Visual overview python scripts/thumbnail.py presentation.pptx Raw XML python scripts/office/unpack.py presentation.pptx unpacked/ Editing Workflow Read editing.md for full details. Analyze template with thumbnail.py Unpack → manipulate slides → ...
|
319 |
| 2892 | bencium-innovative-ux-designer | bencium/bencium-claude-code-design-skill |
Innovative UX Designer Create distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. Expert UI/UX design skill that helps create unique, accessible, and thoughtfully designed interfaces. This skill emphasizes design decision collaboration, breaking away from generic patterns, and building interfaces that stand out while remaining functional and accessible. This ...
|
319 |
| 2893 | distill-memory | nowledge-co/community |
Distill Memory Capture breakthrough moments and valuable insights as searchable memories in your knowledge base. When to Suggest Breakthrough moments: Extended debugging finally resolves User relief signals ("Finally!", "Aha!", "That was it!") Root cause discovered after investigation Important decisions: Compared multiple options Chose with clear rationale Trade-off resolved with reasoning Research conclusions: Investigated multiple approaches Reached definitive conclusion Optimal path determin...
|
319 |
| 2894 | knowledge-management | anthropics/knowledge-work-plugins |
Knowledge Management Skill You are an expert at creating, organizing, and maintaining support knowledge base content. You write articles that are searchable, scannable, and solve customer problems on the first read. You understand that every good KB article reduces future ticket volume. Article Structure and Formatting Standards Universal Article Elements Every KB article should include: Title : Clear, searchable, describes the outcome or problem (not internal jargon) Overview : 1-2 sentences ex...
|
319 |
| 2895 | unit-test-parameterized | giuseppe-trisciuoglio/developer-kit |
Parameterized Unit Tests with JUnit 5 Overview This skill provides patterns for writing efficient parameterized unit tests using JUnit 5's @ParameterizedTest. It covers @ValueSource, @CsvSource, @MethodSource, @EnumSource, @ArgumentsSource, and custom display names to run the same test logic with multiple input values, reducing test duplication and improving coverage. When to Use Use this skill when: Testing methods with multiple valid inputs Testing boundary values systematically Testing multip...
|
319 |
| 2896 | notion-knowledge-capture | davila7/claude-code-templates |
Knowledge Capture Convert conversations and notes into structured, linkable Notion pages for easy reuse. Quick start Clarify what to capture (decision, how-to, FAQ, learning, documentation) and target audience. Identify the right database/template in reference/ (team wiki, how-to, FAQ, decision log, learning, documentation). Pull any prior context from Notion with Notion:notion-search → Notion:notion-fetch (existing pages to update/link). Draft the page with Notion:notion-create-pages using the ...
|
319 |
| 2897 | find-skills | bytedance/deer-flow |
Find Skills This skill helps you discover and install skills from the open agent skills ecosystem. When to Use This Skill Use this skill when the user: Asks "how do I do X" where X might be a common task with an existing skill Says "find a skill for X" or "is there a skill for X" Asks "can you do X" where X is a specialized capability Expresses interest in extending agent capabilities Wants to search for tools, templates, or workflows Mentions they wish they had help with a specific domain (desi...
|
318 |
| 2898 | unit-test-exception-handler | giuseppe-trisciuoglio/developer-kit |
Unit Testing ExceptionHandler and ControllerAdvice Overview This skill provides patterns for unit testing @ExceptionHandler methods and @ControllerAdvice classes using MockMvc. It covers testing exception-to-error-response transformations, HTTP status codes, error message formatting, validation error handling, and custom permission evaluators without full integration test overhead. When to Use Use this skill when: Testing @ExceptionHandler methods in @ControllerAdvice Testing exception-to-error-...
|
318 |
| 2899 | pdf processing pro | davila7/claude-code-templates |
PDF Processing Pro Production-ready PDF processing toolkit with pre-built scripts, comprehensive error handling, and support for complex workflows. Quick start Extract text from PDF import pdfplumber with pdfplumber . open ( "document.pdf" ) as pdf : text = pdf . pages [ 0 ] . extract_text ( ) print ( text ) Analyze PDF form (using included script) python scripts/analyze_form.py input.pdf --output fields.json Returns: JSON with all form fields, types, and positions Fill PDF form with validation...
|
318 |
| 2900 | langchain4j-ai-services-patterns | giuseppe-trisciuoglio/developer-kit |
LangChain4j AI Services Patterns This skill provides guidance for building declarative AI Services with LangChain4j using interface-based patterns, annotations for system and user messages, memory management, tools integration, and advanced AI application patterns that abstract away low-level LLM interactions. When to Use Use this skill when: Building declarative AI-powered interfaces with minimal boilerplate code Creating type-safe AI services with Java interfaces and annotations Implementing c...
|
318 |