███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 10951 | encore-go-code-review | encoredev/skills |
Encore Go Code Review Instructions When reviewing Encore Go code, check for these common issues: Critical Issues 1. Infrastructure Inside Functions // WRONG: Infrastructure declared inside function func setup() { db := sqldb.NewDatabase("mydb", sqldb.DatabaseConfig{...}) topic := pubsub.NewTopic[*Event]("events", pubsub.TopicConfig{...}) } // CORRECT: Package level declaration var db = sqldb.NewDatabase("mydb", sqldb.DatabaseConfig{ Migrations: "./migrations", }) var topic = pubs...
|
102 |
| 10952 | reading-teacher | jamesrochabrun/skills |
Reading Teacher An interactive, playful reading teacher that instantly generates engaging learning experiences through interactive artifacts, visual playgrounds, and gamified challenges for young learners. What This Skill Does Transforms reading education into interactive, visual experiences: Instant Playground Generation - Creates interactive HTML/JS artifacts on demand Age-Appropriate Content - Tailored for ages 1-10 with developmental stages Multi-Sensory Learning - Visual, auditory, and ...
|
102 |
| 10953 | nginx-expert | personamanagmentlayer/pcl |
You are an expert in Nginx with deep knowledge of web server configuration, reverse proxy setups, load balancing, SSL/TLS termination, caching strategies, and performance optimization. You configure production-grade Nginx deployments that are fast, secure, and reliable. Core Expertise Basic Configuration Main Configuration Structure: ``` /etc/nginx/nginx.conf user nginx; worker_processes auto; One per CPU core error_log /var/log/nginx/error.log warn; pid /var/run/nginx.pid; events { ...
|
102 |
| 10954 | tailwindcss-advanced-components | josiahsiegel/claude-plugin-marketplace |
Tailwind CSS Advanced Component Patterns Component Variants with CVA Class Variance Authority Integration npm install class-variance-authority // components/Button.tsx import { cva, type VariantProps } from 'class-variance-authority'; import { cn } from '@/lib/utils'; const buttonVariants = cva( // Base styles 'inline-flex items-center justify-center rounded-lg font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-offset-2 disabled:pointer-events-...
|
102 |
| 10955 | nextjs | timelessco/recollect |
Next.js Best Practices Apply these rules when writing or reviewing Next.js code. File Conventions See file-conventions.md for: Project structure and special files Route segments (dynamic, catch-all, groups) Parallel and intercepting routes Middleware rename in v16 (middleware → proxy) RSC Boundaries Detect invalid React Server Component patterns. See rsc-boundaries.md for: Async client component detection (invalid) Non-serializable props detection Server Action exceptions Async Patterns Next.js ...
|
102 |
| 10956 | encore-go-database | encoredev/skills |
Encore Go Database Operations Instructions Database Setup package user import "encore.dev/storage/sqldb" var db = sqldb.NewDatabase("userdb", sqldb.DatabaseConfig{ Migrations: "./migrations", }) Query Methods Encore provides type-safe query methods using generics. Query - Multiple Rows type User struct { ID string Email string Name string } func listActiveUsers(ctx context.Context) ([]*User, error) { rows, err := sqldb.Query[User](ctx, db, ` SELECT id, email...
|
102 |
| 10957 | algorithmic-art | aiskillstore/marketplace |
Algorithmic philosophies are computational aesthetic movements that are then expressed through code. Output .md files (philosophy), .html files (interactive viewer), and .js files (generative algorithms). This happens in two steps: Algorithmic Philosophy Creation (.md file) Express by creating p5.js generative art (.html + .js files) First, undertake this task: ALGORITHMIC PHILOSOPHY CREATION To begin, create an ALGORITHMIC PHILOSOPHY (not static images or templates) that will be interpreted thr...
|
102 |
| 10958 | telegram-bot-grammy | pbnicad/telegram-bot-grammy-skill |
`.husky/pre-commit`: ``` pnpm exec lint-staged pnpm test ``` Code Structure Entry File (`src/index.ts`) ``` import { PrismaClient } from "@prisma/client"; import { PrismaD1 } from "@prisma/adapter-d1"; import { Bot, webhookCallback } from "grammy"; export interface Env { BOT_TOKEN: string; BOT_INFO: string; DB: D1Database; } export default { async fetch(request: Request, env: Env): Promise<Response> { const adapter = new PrismaD1(env.DB); const prisma = new PrismaClient(...
|
102 |
| 10959 | myvibe-publish | arcblock/myvibe-skills |
MyVibe Publish Publish web content (HTML file, ZIP archive, or directory) to MyVibe. Usage Publish a ZIP file /myvibe:myvibe-publish --file ./dist.zip Publish a single HTML file /myvibe:myvibe-publish --file ./index.html Publish a directory (auto-zip) /myvibe:myvibe-publish --dir ./dist Import and publish from URL /myvibe:myvibe-publish --url https://example.com/my-app Publish to specific myvibe instance /myvibe:myvibe-publish --file ./dist.zip --hub https://custom-hub.com Options Op...
|
102 |
| 10960 | internal-comms | skillcreatorai/ai-agent-skills |
When to use this skill To write internal communications, use this skill for: 3P updates (Progress, Plans, Problems) Company newsletters FAQ responses Status reports Leadership updates Project updates Incident reports How to use this skill To write any internal communication: Identify the communication type from the request Load the appropriate guideline file from the examples/ directory: examples/3p-updates.md - For Progress/Plans/Problems team updates examples/company-newsletter.md - For compan...
|
102 |
| 10961 | nansen-prediction-market | nansen-ai/nansen-cli |
Prediction Market Screeners All commands: nansen research prediction-market <sub> [options] (alias: nansen research pm <sub> ) No --chain flag needed — Polymarket runs on Polygon. Top events (groups of related markets) nansen research pm event-screener --sort-by volume_24hr --limit 20 → event_title, market_count, total_volume, total_volume_24hr, total_liquidity, total_open_interest, tags Top markets by 24h volume nansen research pm market-screener --sort-by volume_24hr --limit 20 → market_id...
|
102 |
| 10962 | linkedin-post-optimizer | onewave-ai/claude-skills |
Linkedin Post Optimizer Professional narrative style with line breaks, hashtag strategy, and hooks in first 2 lines to avoid truncation Instructions You are an expert at LinkedIn engagement. Create posts that hook readers immediately and drive engagement through professional storytelling. Output Format Linkedin Post Optimizer Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices Be Specific: Focus on conc...
|
102 |
| 10963 | bubbletea-code-review | existential-birds/beagle |
BubbleTea Code Review Quick Reference Issue Type Reference Elm architecture, tea.Cmd as data references/elm-architecture.md Model state, message handling references/model-update.md View rendering, Lipgloss styling references/view-styling.md Component composition, Huh forms references/composition.md Bubbles components (list, table, etc.) references/bubbles-components.md CRITICAL: Avoid False Positives Read elm-architecture.md first! The most common review mistake is flagging correct patterns as ...
|
102 |
| 10964 | morning-briefing | krishagel/geoffrey |
Morning Briefing Workflow Overview Generates a daily morning briefing and delivers it three ways: Terminal : Summary displayed immediately Obsidian : Full briefing saved to daily note Email : Briefing text + audio podcast attachment Location Gig Harbor, WA - Use for weather queries Phase 1: Gather Data Execute these data gathering steps: 1.1 Calendar (Today's Events) cd /Users/hagelk/non-ic-code/geoffrey/skills/google-workspace && bun calendar/list_events.js psd --today Returns JSON with today's...
|
101 |
| 10965 | omnicaptions-transcribe | lattifai/omni-captions-skills |
Gemini Transcription Transcribe audio/video using Google Gemini API with structured markdown output. YouTube Video Workflow Important: Check for existing captions before transcribing: 1. Check captions: yt-dlp --list-subs "URL" 2. Has caption → Use /omnicaptions:download to get existing captions (better quality) 3. No caption → Transcribe directly with URL (don't download first!) Confirm with user: Before transcribing, ask if they want to check for existing captions first. URL & Local Fil...
|
101 |
| 10966 | zustand-state | existential-birds/beagle |
Zustand State Management Minimal state management - no providers, minimal boilerplate. Quick Reference import { create } from 'zustand' interface BearState { bears: number increase: (by: number) => void } const useBearStore = create<BearState>()((set) => ({ bears: 0, increase: (by) => set((state) => ({ bears: state.bears + by })), })) // In component - select only what you need const bears = useBearStore((state) => state.bears) const increase = useBearStore((state) => state.increase...
|
101 |
| 10967 | axiom-swiftui-search-ref | charleswiltgen/axiom |
SwiftUI Search API Reference Overview SwiftUI search is environment-based and navigation-consumed . You attach .searchable() to a view, but a navigation container (NavigationStack, NavigationSplitView, or TabView) renders the actual search field. This indirection is the source of most search bugs. API Evolution iOS Key Additions 15 .searchable(text:) , isSearching , dismissSearch , suggestions, .searchCompletion() , onSubmit(of: .search) 16 Search scopes ( .searchScopes ), search tokens ( .searc...
|
101 |
| 10968 | daily-news-summarizer | yulong-me/skills |
每日新闻摘要生成器 Overview 此技能使用浏览器自动化(Playwright MCP工具)访问新闻网站,智能提取当日重要新闻并生成详细摘要。每个新闻条目包含3-5句话的AI摘要,最终输出为格式化的Markdown报告。 工作流程 第1步:确定新闻源 首先检查用户指定的新闻源。如果用户未指定,使用以下默认源: 中文新闻网站: 新浪新闻: https://news.sina.com.cn 网易新闻: https://news.163.com 腾讯新闻: https://news.qq.com 搜狐新闻: https://news.sohu.com 国际新闻网站: BBC News: https://www.bbc.com/news Reuters: https://www.reuters.com CNN: https://edition.cnn.com 科技新闻: 36氪: https://36kr.com 虎嗅: https://www.huxiu.com 如果用户有自定义配置文件 ~/.daily-news-config.yaml,优先使用其中的配置。 第2...
|
101 |
| 10969 | doc-coauthoring | skillcreatorai/ai-agent-skills |
Doc Co-Authoring Workflow This skill provides a structured workflow for guiding users through collaborative document creation. Act as an active guide, walking users through three stages: Context Gathering, Refinement & Structure, and Reader Testing. When to Offer This Workflow Trigger conditions: User mentions writing documentation: "write a doc", "draft a proposal", "create a spec", "write up" User mentions specific doc types: "PRD", "design doc", "decision doc", "RFC" User seems to be starting...
|
101 |
| 10970 | fintech-engineer | 404kidwiz/claude-supercode-skills |
Provides expert guidance on building financial technology systems with proper accounting principles, regulatory compliance, and high-precision calculations. Specializes in ledger design, payment processing architectures, and financial data integrity. When to Use - Designing double-entry ledger systems or accounting databases - Implementing high-precision financial calculations (avoiding floating-point errors) - Building payment processing pipelines - Ensuring PCI-DSS or SOX compliance - I...
|
101 |
| 10971 | encore-go-infrastructure | encoredev/skills |
Encore Go Infrastructure Declaration Instructions Encore Go uses declarative infrastructure - you define resources as package-level variables and Encore handles provisioning: Locally (encore run) - Encore runs infrastructure in Docker (Postgres, Redis, etc.) Production - Deploy via Encore Cloud to your AWS/GCP, or self-host using generated infrastructure config Critical Rule All infrastructure must be declared at package level, not inside functions. Databases (PostgreSQL) package user impor...
|
101 |
| 10972 | confluence-expert | alirezarezvani/claude-skills |
Atlassian Confluence Expert Master-level expertise in Confluence space management, documentation architecture, content creation, macros, templates, and collaborative knowledge management. Atlassian MCP Integration Primary Tool : Confluence MCP Server Key Operations : // Create a new space create_space({ key: "TEAM", name: "Engineering Team", description: "Engineering team knowledge base" }) // Create a page under a parent create_page({ spaceKey: "TEAM", title: "Sprint 42 Notes", parentId: "12345...
|
101 |
| 10973 | brave-search | badlogic/pi-skills |
Brave Search Headless web search and content extraction using Brave Search. No browser required. Setup Run once before first use: cd ~/Projects/agent-scripts/skills/brave-search npm ci Needs env: BRAVE_API_KEY . Search ./search.js "query" Basic search (5 results) ./search.js "query" -n 10 More results ./search.js "query" --content Include page content as markdown ./search.js "query" -n 3 --content Combined Extract Page Content ./content.js https://example.com/article Fetches a URL and extrac...
|
101 |
| 10974 | linear | odysseus0/symphony |
Linear Overview This skill provides a structured workflow for managing issues, projects & team workflows in Linear. It ensures consistent integration with the Linear MCP server, which offers natural-language project management for issues, projects, documentation, and team collaboration. Prerequisites Linear MCP server must be connected and accessible via OAuth Confirm access to the relevant Linear workspace, teams, and projects Required Workflow Follow these steps in order. Do not skip steps. St...
|
101 |
| 10975 | wp-block-development | automattic/agent-skills |
WP Block Development When to use Use this skill for block work such as: creating a new block, or updating an existing one changing block.json (scripts/styles/supports/attributes/render/viewScriptModule) fixing “block invalid / not saving / attributes not persisting” adding dynamic rendering ( render.php / render_callback ) block deprecations and migrations ( deprecated versions) build tooling for blocks ( @wordpress/scripts , @wordpress/create-block , wp-env ) Inputs required Repo root and targe...
|
101 |
| 10976 | test-driven-development | bobmatnyc/claude-mpm-skills |
Test-Driven Development (TDD) Overview Write the test first. Watch it fail. Write minimal code to pass. Core principle: If you didn't watch the test fail, you don't know if it tests the right thing. Violating the letter of the rules is violating the spirit of the rules. When to Use Always: New features Bug fixes Refactoring Behavior changes Exceptions (ask your human partner): Throwaway prototypes Generated code Configuration files Thinking "skip TDD just this once"? Stop. That's rationalization...
|
101 |
| 10977 | resource-planning | anthropics/knowledge-work-plugins |
Resource Planning Help plan and optimize resource allocation across projects and teams. Planning Dimensions People Available headcount and skills Current allocation and utilization Planned hires and timeline Contractor and vendor capacity Budget Operating budget by category Project-specific budgets Variance tracking Forecast vs. actual Time Project timelines and dependencies Critical path analysis Buffer and contingency planning Deadline management Utilization Targets Role Type Target Utilizatio...
|
101 |
| 10978 | screenshot | bobmatnyc/claude-mpm-skills |
Screenshot Capture Follow these save-location rules every time: If the user specifies a path, save there. If the user asks for a screenshot without a path, save to the OS default screenshot location. If Codex needs a screenshot for its own inspection, save to the temp directory. Tool priority Prefer tool-specific screenshot capabilities when available (for example: a Figma MCP/skill for Figma files, or Playwright/agent-browser tools for browsers and Electron apps). Use this skill when explicitly...
|
101 |
| 10979 | people-analytics | anthropics/knowledge-work-plugins |
People Analytics Analyze workforce data to surface trends, risks, and opportunities. Key Metrics Retention Overall attrition rate (voluntary + involuntary) Regrettable attrition rate Average tenure Flight risk indicators Diversity Representation by level, team, and function Pipeline diversity (hiring funnel by demographic) Promotion rates by group Pay equity analysis Engagement Survey scores and trends eNPS (Employee Net Promoter Score) Participation rates Open-ended feedback themes Productivity...
|
101 |
| 10980 | skill-installer | aiskillstore/marketplace |
Skill Installer Helps install skills. By default these are from https://github.com/openai/skills/tree/main/skills/.curated , but users can also provide other locations. Use the helper scripts based on the task: List skills when the user asks what is available, or if the user uses this skill without specifying what to do. Default listing is .curated , but you can pass --path skills/.experimental when they ask about experimental skills. Install from the curated list when the user provides a skill ...
|
101 |
| 10981 | vercel-ai-sdk | wsimmonds/claude-nextjs-skills |
Vercel AI SDK v6 Implementation Guide When to Use This Skill Use this skill when: Implementing AI chat interfaces with useChat hook Creating API routes that generate or stream AI responses Building agentic applications with ToolLoopAgent Adding tool calling / function calling capabilities Generating structured output with Output.object() , Output.array() , etc. Generating text embeddings for semantic search or RAG Migrating from AI SDK v5 to v6 Integrating Model Context Protocol (MCP) servers Im...
|
101 |
| 10982 | wolf-howl | senpi-ai/senpi-skills |
HOWL v2 — Hunt, Optimize, Win, Learn The WOLF hunts all day. At night, it HOWLs — reviewing every kill and miss, sharpening its instincts, and waking up sharper tomorrow. Automated daily retrospective with data-driven self-improvement suggestions for the WOLF strategy. Setup Run the setup script to configure the nightly HOWL: python3 scripts/howl-setup.py --wallet { WALLET } --chat-id { CHAT_ID } The agent already knows wallet and chat ID — it just needs to create the cron. Optionally set run ti...
|
101 |
| 10983 | email-imap-fetch | tiangong-ai/skills |
Email IMAP Fetch Core Goal Wait for new mail with IMAP IDLE. Fetch unread messages after each wake-up. Support multiple mailbox accounts configured with env. Control IDLE support strictly with env mode ( idle or poll ) without runtime probing. Forward each fetched email to OpenClaw webhooks. Emit machine-readable JSON lines for downstream steps. Keep this skill strictly in stage-1 routing mode: send snippet + structured refs only, never send full raw message body, and never send attachment binar...
|
101 |
| 10984 | dbos-python | dbos-inc/agent-skills |
DBOS Python Best Practices Guide for building reliable, fault-tolerant Python applications with DBOS durable workflows. When to Apply Reference these guidelines when: Adding DBOS to existing Python code Creating workflows and steps Using queues for concurrency control Implementing workflow communication (events, messages, streams) Configuring and launching DBOS applications Using DBOSClient from external applications Testing DBOS applications Rule Categories by Priority Priority Category Imp...
|
101 |
| 10985 | youtube-automation | composiohq/awesome-claude-skills |
YouTube Automation via Rube MCP Automate YouTube operations through Composio's YouTube toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active YouTube connection via RUBE_MANAGE_CONNECTIONS with toolkit youtube Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works. Verify Rube MCP is available by...
|
101 |
| 10986 | aws-infrastructure | shipshitdev/library |
AWS Infrastructure Expert Overview This skill enables AI assistants to help set up and configure AWS infrastructure for micro startups, including EC2 instances, VPCs, security groups, load balancers, DNS, and SSL certificates. When to Use This Skill This skill activates when users need: EC2 instance setup and configuration VPC and networking setup Security group configuration Application Load Balancer setup Route53 DNS configuration SSL/TLS certificate management (ACM) Auto-scaling groups Cl...
|
101 |
| 10987 | audio-producer | daffy0208/ai-dev-standards |
Audio Producer Skill I help you build audio players, process audio, and create interactive sound experiences for the web. What I Do Audio Playback: Custom audio players Playlist management Playback controls (play, pause, seek, volume) Waveform visualization Audio Processing: Audio effects (reverb, delay, filters) Equalization and mixing Audio recording Real-time audio manipulation Interactive Audio: Background music and sound effects User interaction sounds Spatial audio Audio notificati...
|
101 |
| 10988 | game-engine-resources | gmh5225/awesome-game-security |
Game Engine Development Resources Overview This skill covers game engine development resources from the awesome-game-security collection, including both commercial (Unreal, Unity) and open-source engines. Major Engine Categories Unreal Engine Official documentation and forums Source code access (requires Epic Games account) Community guides and tutorials Plugin development references Unity Engine C reference source code Asset store resources Unity-specific design patterns VR/AR development gui...
|
101 |
| 10989 | accelint-ts-testing | gohypergiant/agent-skills |
Vitest Best Practices Comprehensive patterns for writing maintainable, effective vitest tests. Focused on expert-level guidance for test organization, clarity, and performance. NEVER Do When Writing Vitest Tests NEVER skip global mock cleanup configuration - Manual cleanup appears safe but creates "action at a distance" failures: a mock in test file A leaks into test file B running 3 files later, causing non-deterministic failures that only appear when tests run in specific orders. These Heisenb...
|
101 |
| 10990 | vue-skilld | harlan-zw/vue-ecosystem-skills |
vuejs/core vue The progressive JavaScript framework for building modern web UI. Version: 3.6.0-beta.7 (Feb 2026) Deps: @vue/shared@3.6.0-beta.7, @vue/compiler-dom@3.6.0-beta.7, @vue/runtime-dom@3.6.0-beta.7, @vue/runtime-vapor@3.6.0-beta.7, @vue/server-renderer@3.6.0-beta.7, @vue/compiler-sfc@3.6.0-beta.7 Tags: csp: 1.0.28-csp (Sep 2016), legacy: 2.7.16 (Dec 2023), v2-latest: 2.7.16 (Dec 2023), rc: 3.5.0-rc.1 (Aug 2024), alpha: 3.6.0-alpha.7 (Dec 2025), beta: 3.6.0-beta.7 (Feb 2026), latest: 3.5...
|
101 |
| 10991 | markdown-converter | steipete/agent-scripts |
Markdown Converter Convert files to Markdown using uvx markitdown — no installation required. Basic Usage Convert to stdout uvx markitdown input.pdf Save to file uvx markitdown input.pdf -o output.md uvx markitdown input.docx > output.md From stdin cat input.pdf | uvx markitdown Supported Formats Documents: PDF, Word (.docx), PowerPoint (.pptx), Excel (.xlsx, .xls) Web/Data: HTML, CSV, JSON, XML Media: Images (EXIF + OCR), Audio (EXIF + transcription) Other: ZIP (iterates contents), YouT...
|
101 |
| 10992 | web-artifacts-builder | aiskillstore/marketplace |
Web Artifacts Builder To build powerful frontend claude.ai artifacts, follow these steps: Initialize the frontend repo using scripts/init-artifact.sh Develop your artifact by editing the generated code Bundle all code into a single HTML file using scripts/bundle-artifact.sh Display artifact to user (Optional) Test the artifact Stack : React 18 + TypeScript + Vite + Parcel (bundling) + Tailwind CSS + shadcn/ui Design & Style Guidelines VERY IMPORTANT: To avoid what is often referred to as "AI slo...
|
100 |
| 10993 | converting-minikit-to-farcaster | base/skills |
MiniKit to Farcaster SDK Breaking Changes (SDK v0.2.0+) sdk.context is a Promise — must await sdk.isInMiniApp() accepts no parameters sdk.actions.setPrimaryButton() has no onClick callback Check version: npm list @farcaster/miniapp-sdk Quick Reference MiniKit Farcaster SDK Notes useMiniKit().setFrameReady() await sdk.actions.ready() useMiniKit().context await sdk.context Async useMiniKit().isSDKLoaded await sdk.isInMiniApp() No params useClose() await sdk.actions.close() useOpenUrl(url) await sd...
|
100 |
| 10994 | laravel-quality | leeovery/claude-laravel |
Testing, static analysis, and code quality enforcement. Related guides: - [code-style.md](https://github.com/leeovery/claude-laravel/blob/main/skills/laravel-quality/references/code-style.md) - Laravel Pint configuration and coding style - [type-safety.md](https://github.com/leeovery/claude-laravel/blob/main/skills/laravel-quality/references/type-safety.md) - Strict types and type hints - [Testing](https://github.com/leeovery/claude-laravel/blob/main/skills/laravel-quality/../laravel-testing...
|
100 |
| 10995 | deps-dev | trancong12102/agentskills |
Latest Package Version Lookup Query the deps.dev API to get the latest stable version of open source packages. Supported Ecosystems Ecosystem System ID Example Package npm npm express, @types/node PyPI pypi requests, django Go go github.com/gin-gonic/gin Cargo cargo serde, tokio Maven maven org.springframework:spring-core NuGet nuget Newtonsoft.Json Workflow Think step-by-step: Identify the ecosystem from context: package.json or node_modules → npm requirements.txt, pyproject.toml, setup.py...
|
100 |
| 10996 | graph-database-expert | martinholovsky/claude-skills-generator |
Graph Database Expert 1. Overview Risk Level: MEDIUM (Data modeling and query performance) You are an elite graph database expert with deep expertise in: Graph Theory: Nodes, edges, paths, cycles, graph algorithms Graph Modeling: Entity-relationship mapping, schema design, denormalization strategies Query Languages: SurrealQL, Cypher, Gremlin, SPARQL patterns Graph Traversals: Depth-first, breadth-first, shortest path, pattern matching Relationship Design: Bidirectional edges, typed relations...
|
100 |
| 10997 | accessibility-tester | 404kidwiz/claude-supercode-skills |
Accessibility Tester Purpose Provides WCAG 2.1/2.2 AA compliance expertise specializing in accessibility audits, automated testing, screen reader validation, and remediation guidance. Ensures digital products are usable by everyone, including people with disabilities, through systematic testing methodologies and inclusive design verification. When to Use Conducting accessibility audits (WCAG 2.1/2.2 AA/AAA) Testing with screen readers (VoiceOver, NVDA, JAWS) Validating keyboard navigation and ...
|
100 |
| 10998 | hook-development | aiskillstore/marketplace |
Hook Development for Claude Code Plugins Overview Hooks are event-driven automation scripts that execute in response to Claude Code events. Use hooks to validate operations, enforce policies, add context, and integrate external tools into workflows. Key capabilities: Validate tool calls before execution (PreToolUse) React to tool results (PostToolUse) Enforce completion standards (Stop, SubagentStop) Load project context (SessionStart) Automate workflows across the development lifecycle Hook Typ...
|
100 |
| 10999 | ilspy-decompile | aaronontheweb/dotnet-skills |
.NET Assembly Decompilation with ILSpy Use this skill to understand how .NET code works internally by decompiling compiled assemblies. Prerequisites .NET SDK installed ILSpy command-line tool available via one of the following: dnx ilspycmd (if available in your SDK or runtime) dotnet tool install --global ilspycmd Both forms are shown below. Use the one that works in your environment. Note: ILSpyCmd options may vary slightly by version. Always verify supported flags with ilspycmd -h . Quick sta...
|
100 |
| 11000 | nextjs-server-navigation | wsimmonds/claude-nextjs-skills |
Next.js: Server Component Navigation Pattern ⚠️ CRITICAL RULE Server Components use DIFFERENT navigation methods than Client Components! When requirements call for server-rendered navigation—for example, linking to other pages, redirecting after a check, or demonstrating routing patterns—prefer <Link> and redirect() within Server Components. You still avoid 'use client' unless a client-only API is involved. The Pattern Scenario: build a server component that demonstrates proper navigation pa...
|
100 |