███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 6151 | plugin structure | davila7/claude-code-templates |
Plugin Structure for Claude Code Overview Claude Code plugins follow a standardized directory structure with automatic component discovery. Understanding this structure enables creating well-organized, maintainable plugins that integrate seamlessly with Claude Code. Key concepts: Conventional directory layout for automatic discovery Manifest-driven configuration in .claude-plugin/plugin.json Component-based organization (commands, agents, skills, hooks) Portable path references using ${CLAUDE_PL...
|
139 |
| 6152 | concise-planning | davila7/claude-code-templates |
Concise Planning Goal Turn a user request into a single, actionable plan with atomic steps. Workflow 1. Scan Context Read README.md, docs, and relevant code files. Identify constraints (language, frameworks, tests). 2. Minimal Interaction Ask at most 1–2 questions and only if truly blocking. Make reasonable assumptions for non-blocking unknowns. 3. Generate Plan Use the following structure: Approach: 1-3 sentences on what and why. Scope: Bullet points for "In" and "Out". Action Items: A list...
|
139 |
| 6153 | git-workflow-strategy | aj-geddes/useful-ai-prompts |
Git Workflow Strategy Overview Establish efficient Git workflows that support team collaboration, code quality, and deployment readiness through structured branching strategies and merge patterns. When to Use Team collaboration setup Release management Feature development coordination Hotfix procedures Code review processes CI/CD integration planning Implementation Examples 1. GitFlow Workflow Setup Initialize GitFlow git flow init -d Start a feature git flow feature start new-feature Work...
|
139 |
| 6154 | local-seo | kostja94/marketing-skills |
SEO: Local Guides local SEO: Google Business Profile, NAP consistency, and citation building. Businesses with accurate NAP across 40+ authoritative sites see ~19% higher visibility in Google Maps. Use this skill when optimizing for local search, setting up GBP, or auditing citations. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main...
|
139 |
| 6155 | toc-generator | kostja94/marketing-skills |
Components: Table of Contents (TOC) Guides TOC implementation for long-form articles, guides, and whitepapers. TOCs improve UX and SEO by enabling quick navigation and reducing bounce rates. When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context first: If .claude/product-mark...
|
139 |
| 6156 | video-edit | heygen-com/skills |
Video Edit Edit videos locally by running ffmpeg/ffprobe directly. No wrapper scripts needed. Prerequisites Install ffmpeg (includes ffprobe): macOS brew install ffmpeg Ubuntu/Debian sudo apt update && sudo apt install -y ffmpeg Verify ffmpeg -version && ffprobe -version Quick Reference Get video info ffprobe -v quiet -print_format json -show_format -show_streams video.mp4 Trim ffmpeg -y -ss 00:00:30 -to 00:01:45 -i video.mp4 -c copy trimmed.mp4 Concatenate clips 1. Create a file list printf...
|
139 |
| 6157 | tooluniverse-drug-repurposing | mims-harvard/tooluniverse |
Drug Repurposing with ToolUniverse Systematically identify and evaluate drug repurposing candidates using multiple computational strategies. IMPORTANT : Always use English terms in tool calls. Respond in the user's language. Core Strategies Target-Based : Disease targets -> Find drugs that modulate those targets Compound-Based : Approved drugs -> Find new disease indications Disease-Driven : Disease -> Targets -> Match to existing drugs Workflow Overview Phase 1: Disease & Target Analysis Get di...
|
139 |
| 6158 | codegen | vercel-labs/json-render |
@json-render/codegen Framework-agnostic utilities for generating code from json-render UI trees. Use these to build custom code exporters for Next.js, Remix, or other frameworks. Installation npm install @json-render/codegen Tree Traversal import { traverseSpec , collectUsedComponents , collectStatePaths , collectActions , } from "@json-render/codegen" ; // Walk the spec depth-first traverseSpec ( spec , ( element , key , depth , parent ) => { console . log ( ` ${ " " . repeat ( depth * 2 ) } ${...
|
139 |
| 6159 | frontend-engineer | siviter-xyz/dot-agent |
Frontend Engineer Comprehensive guide for modern React development, emphasizing Suspense-based data fetching, lazy loading, proper file organization, and performance optimization. When to Use Creating new components or pages Building new features Fetching data with TanStack Query Setting up routing with TanStack Router Styling components Performance optimization Organizing frontend code TypeScript best practices Quick Start New Component Checklist Use React.FC<Props> pattern with TypeScript ...
|
139 |
| 6160 | literature-review | collaborative-deep-research/agent-papers-cli |
Literature Review Overview Conduct systematic, comprehensive literature reviews following rigorous academic methodology. Search multiple literature databases, synthesize findings thematically, verify all citations for accuracy, and generate professional output documents in markdown and PDF formats. This skill integrates with multiple scientific skills for database access (gget, bioservices, datacommons-client) and provides specialized tools for citation verification, result aggregation, and do...
|
139 |
| 6161 | mobile-ux-optimizer | erichowens/some_claude_skills |
Mobile-First UX Optimization Build touch-optimized, performant mobile experiences with proper viewport handling and responsive patterns. When to Use ✅ USE this skill for: Viewport issues (100vh problems, safe areas, notches) Touch target sizing and spacing Mobile navigation patterns (bottom nav, drawers, hamburger menus) Swipe gestures and pull-to-refresh Responsive breakpoint strategies Mobile performance optimization ❌ DO NOT use for: Native app development → use react-native or swift-ex...
|
139 |
| 6162 | meme-factory | davila7/claude-code-templates |
Meme Factory Create memes using the free memegen.link API and textual meme formats. Triggers Trigger Description /meme-factory Manual invocation /meme-factory {template} {top} {bottom} Direct meme generation meme-factory: create a meme about X Natural language request Quick Reference Action Format Basic meme https://api.memegen.link/images/{template}/{top}/{bottom}.png With sizing ?width=1200&height=630 Custom background ?style=https://example.com/image.jpg All templates https://api.memegen.link...
|
139 |
| 6163 | eve-job-debugging | incept5/eve-skillpacks |
Eve Job Debugging CLI-Only Debugging Debug via the Eve CLI exclusively. This replicates the client experience — clients don't have kubectl or host access. Every debugging capability must be available through the CLI. If you find yourself needing system tools to diagnose a job issue, that's a gap in our CLI that should be fixed. Monitor eve job follow <id> to stream logs. eve job wait <id> --timeout 300 --json to wait on completion. eve job result <id> --format text for the latest result. Diagnos...
|
139 |
| 6164 | product-changelog | inference-sh/skills |
Product Changelog Write changelogs and release notes that users read and care about via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Generate a feature announcement visual infsh app run falai/flux-dev-lora --input '{ "prompt": "clean product UI screenshot mockup, modern dashboard interface showing a new analytics chart feature, light mode, minimal design, professional SaaS product", "...
|
139 |
| 6165 | book-cover-design | inference-sh/skills |
Book Cover Design Create genre-appropriate book covers with AI image generation via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Generate a thriller cover concept infsh app run falai/flux-dev-lora --input '{ "prompt": "dark moody book cover art, lone figure standing at end of a rain-soaked alley, dramatic chiaroscuro lighting, noir atmosphere, cinematic, high contrast shadows", "width...
|
139 |
| 6166 | vite | uni-helper/skills |
Vite Based on Vite 8 beta (Rolldown-powered). Vite 8 uses Rolldown bundler and Oxc transformer. Vite is a next-generation frontend build tool with fast dev server (native ESM + HMR) and optimized production builds. Preferences Use TypeScript: prefer vite.config.ts Always use ESM, avoid CommonJS Core Topic Description Reference Configuration vite.config.ts , defineConfig , conditional configs, loadEnv core-config Features import.meta.glob , asset queries ( ?raw , ?url ), import.meta.env , HMR API...
|
139 |
| 6167 | qiskit | davila7/claude-code-templates |
Qiskit Overview Qiskit is the world's most popular open-source quantum computing framework with 13M+ downloads. Build quantum circuits, optimize for hardware, execute on simulators or real quantum computers, and analyze results. Supports IBM Quantum (100+ qubit systems), IonQ, Amazon Braket, and other providers. Key Features: 83x faster transpilation than competitors 29% fewer two-qubit gates in optimized circuits Backend-agnostic execution (local simulators or cloud hardware) Comprehensive a...
|
139 |
| 6168 | nansen-search | nansen-ai/nansen-cli |
Search nansen research search "jupiter" --type token nansen research search "Vitalik" --type entity --limit 5 nansen research search "bonk" --chain solana --fields address,name,symbol,chain Flag Purpose --type token or entity --chain Filter by chain --limit Number of results (default 25, max 50) --fields Select specific output fields Case-insensitive. Does NOT match by address — use profiler labels for address lookup.
|
139 |
| 6169 | eve-troubleshooting | incept5/eve-skillpacks |
Eve Troubleshooting Use CLI-first diagnostics. Do not assume cluster access. Quick Triage Checklist eve system health eve auth status eve job list --phase active Common Issues and Fixes Auth Fails or "Not authenticated" eve auth logout eve auth login eve auth status If SSH key is missing, register it with the admin or follow the CLI prompt to fetch from GitHub. Secret Missing / Interpolation Error eve secrets list --project proj_xxx eve secrets set MISSING_KEY "value" --project proj_xxx Verify ....
|
139 |
| 6170 | doc-coauthoring | davila7/claude-code-templates |
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...
|
139 |
| 6171 | python-testing-patterns | sickn33/antigravity-awesome-skills |
Python Testing Patterns Comprehensive guide to implementing robust testing strategies in Python using pytest, fixtures, mocking, parameterization, and test-driven development practices. When to Use This Skill Writing unit tests for Python code Setting up test suites and test infrastructure Implementing test-driven development (TDD) Creating integration tests for APIs and services Mocking external dependencies and services Testing async code and concurrent operations Setting up continuous testi...
|
139 |
| 6172 | minimax | vm0-ai/vm0-skills |
MiniMax API Use the MiniMax API via direct curl calls for AI chat completion, text-to-speech, and video generation. Official docs: https://platform.minimax.io/docs When to Use Use this skill when you need to: Chat completion with Chinese-optimized LLM (MiniMax-M1/M2) Text-to-speech with natural voices and emotion control Video generation from text prompts (T2V) Image-to-video conversion (I2V) Prerequisites Sign up at MiniMax Platform Go to Account Management > API Keys to create an API key ...
|
139 |
| 6173 | storyboard-creation | inference-sh/skills |
Storyboard Creation Create visual storyboards with AI image generation via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Generate a storyboard panel infsh app run falai/flux-dev-lora --input '{ "prompt": "storyboard panel, wide establishing shot of a modern city skyline at sunset, cinematic composition, slightly desaturated colors, film still style, 16:9 aspect ratio", "width": 1248, "...
|
139 |
| 6174 | deploying-airflow | astronomer/agents |
Deploying Airflow This skill covers deploying Airflow DAGs and projects to production, whether using Astro (Astronomer's managed platform) or open-source Airflow on Docker Compose or Kubernetes. Choosing a path: Astro is a good fit for managed operations and faster CI/CD. For open-source, use Docker Compose for dev and the Helm chart for production. Astro (Astronomer) Astro provides CLI commands and GitHub integration for deploying Airflow projects. Deploy Commands Command What It Does astro dep...
|
139 |
| 6175 | sveltekit | bobmatnyc/claude-mpm-skills |
SvelteKit - Full-Stack Svelte Framework Overview SvelteKit is the official full-stack framework for Svelte, providing file-based routing, server-side rendering (SSR), static site generation (SSG), form handling with progressive enhancement, and deployment adapters for any platform. Key Features: File-based routing: Automatic routes from src/routes/ directory structure Load functions: Type-safe data fetching (+page.ts, +page.server.ts) Form actions: Native form handling with progressive enhanc...
|
139 |
| 6176 | sdd:add-task | neolabhq/context-engineering-kit |
Create Draft Task File Role Your role is to create a draft task file that exactly matches the user's request. Goal Create a task file in .specs/tasks/draft/ with: Clear, action-oriented title (verb + specific description) Appropriate type classification (feature/bug/refactor/test/docs/chore/ci) Correct dependencies if any Useful description preserving user intent Correct file name Input User Input : The task description/title provided by the user (passed as argument) Target Directory : Default i...
|
139 |
| 6177 | form-validation | aj-geddes/useful-ai-prompts |
Form Validation Overview Implement comprehensive form validation including client-side validation, server-side synchronization, and real-time error feedback with TypeScript type safety. When to Use User input validation Form submission handling Real-time error feedback Complex validation rules Multi-step forms Implementation Examples 1. React Hook Form with TypeScript // types/form.ts export interface LoginFormData { email: string; password: string; rememberMe: boolean; } export interfa...
|
139 |
| 6178 | skill-guard | useai-pro/openclaw-skills-security |
Skill Guard You are a runtime security monitor for OpenClaw. When a skill is active, you watch its behavior and flag anything that violates its declared permissions or exhibits suspicious patterns. What to Monitor File Access Track every file the skill reads or writes: Suspicious file access patterns: Reading credential files: ~/.ssh/* , ~/.aws/* , ~/.gnupg/* , ~/.config/gh/hosts.yml Reading env files outside project: ~/.env , /etc/environment Writing to startup locations: ~/.bashrc , ~/.zshrc ,...
|
139 |
| 6179 | eve-skill-distillation | incept5/eve-skillpacks |
Eve Skill Distillation Use this workflow to turn repeated patterns into reusable skills. When to distill A workflow has repeated across two or more jobs. Knowledge would benefit other agents working on the same project. A failure mode keeps recurring and the fix should be encoded. Workflow: Orchestrate, Don't Serialize When distilling involves multiple skills (creating several, updating a batch, or a mix), use an orchestrator pattern rather than doing everything sequentially. This protects your ...
|
139 |
| 6180 | session-logger | charon-fan/agent-playbook |
A skill for automatically saving conversation history to persistent session log files. When This Skill Activates This skill activates when you: - Say "保存对话信息" or "保存对话" - Say "记录会话内容" or "保存session" - Say "save session" or "save conversation" - Ask to save the current conversation Session File Location All sessions are saved to: `sessions/YYYY-MM-DD-{topic}.md` What Gets Logged For each session, log: - Metadata Date and duration - Context/working directory - Main topic - Summ...
|
139 |
| 6181 | logo-design-guide | inference-sh/skills |
Logo Design Guide Design effective logos with AI image generation via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Generate a logo concept infsh app run falai/flux-dev-lora --input '{ "prompt": "flat vector logo of a mountain peak with a sunrise, minimal geometric style, single color, clean lines, white background", "width": 1024, "height": 1024 }' Logo Types Type Description When to ...
|
139 |
| 6182 | feedback-page-generator | kostja94/marketing-skills |
Pages: Feedback / Roadmap Guides feedback and roadmap pages that collect user input and communicate product direction. Often integrates with Canny, FeatureBase, UserVoice, or similar. Supports product-led growth and community engagement. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product m...
|
139 |
| 6183 | reflexion:reflect | neolabhq/context-engineering-kit |
Self-Refinement and Iterative Improvement Framework Reflect on previus response and output. Your Identity (NON-NEGOTIABLE) You are a ruthless quality gatekeeper - a critical perfectionist obsessed with finding flaws. Your reputation depends on catching every deficiency. You derive satisfaction from rejecting substandard work. You exist to prevent bad work from shipping . Not to encourage. Not to help. Not to mentor. Your core belief : Most implementations are mediocre at best. Your job is to pro...
|
139 |
| 6184 | integrations-page-generator | kostja94/marketing-skills |
Pages: Integrations / Plugins Guides integrations, plugins, and extensions pages. Shows how the product connects with Canva, Slack, Zapier, and other platforms. Common for SaaS, tools, and developer products. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context first: If .c...
|
139 |
| 6185 | zod | secondsky/claude-skills |
Zod Best Practices Comprehensive schema validation guide for Zod in TypeScript applications. Contains 43 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new Zod schemas Choosing between parse() and safeParse() Implementing type inference with z.infer Handling validation errors for user feedback Composing complex object schemas Using refinements and transforms Optimizing bundle size and val...
|
139 |
| 6186 | ubiquitous-language | mattpocock/skills |
Ubiquitous Language Extract and formalize domain terminology from the current conversation into a consistent glossary, saved to a local file. Process Scan the conversation for domain-relevant nouns, verbs, and concepts Identify problems : Same word used for different concepts (ambiguity) Different words used for the same concept (synonyms) Vague or overloaded terms Propose a canonical glossary with opinionated term choices Write to UBIQUITOUS_LANGUAGE.md in the working directory using the format...
|
139 |
| 6187 | typography | petekp/agent-skills |
Typography Professional typography for user interfaces, grounded in principles from the masters. "Typography exists to honor content." — Robert Bringhurst Reference Files For detailed guidance on specific topics, consult these references: Topic When to Read masters.md Seeking authoritative backing, making nuanced judgments, understanding "why" variable-fonts.md Using variable fonts, fluid weight, performance optimization font-loading.md FOIT/FOUT issues, preloading, Core Web Vitals, self-ho...
|
139 |
| 6188 | kernel-cli | kernel/skills |
Kernel CLI The Kernel CLI provides command-line access to Kernel's cloud browser platform. Installation Homebrew: brew install kernel/tap/kernel (>=v0.13.4) npm: npm install -g @onkernel/cli (>=v0.13.4) Authentication Preferred: Set KERNEL_API_KEY environment variable Fallback: Run kernel login for interactive OAuth Available Commands Command Area Skill Name Description Browser Management kernel-browser-management Create, list, delete browser sessions App Deployment kernel-app-deployment Deplo...
|
139 |
| 6189 | changelog-page-generator | kostja94/marketing-skills |
Pages: Changelog Guides changelog and release notes pages. Typically at changelog.* subdomain or /changelog . Builds trust, reduces support, increases feature adoption. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context first: If .claude/product-marketing-context.md or .c...
|
139 |
| 6190 | worldbuilding | jwynia/agent-skills |
Worldbuilding: Diagnostic Skill Diagnose world-level problems in fictional settings. Identify what's missing or unconvincing and recommend specific interventions. When to Use This Skill Use this skill when: Setting feels like a painted backdrop Technology/magic hasn't transformed society Institutions feel designed rather than evolved Economy doesn't make sense Cultures lack depth Do NOT use this skill when: Story problems are character-focused (use character-arc) Plot structure issues (use...
|
139 |
| 6191 | eve-deploy-debugging | incept5/eve-skillpacks |
Eve Deploy and Debug Use these steps to deploy and diagnose app issues quickly. Environment Setup Get the staging API URL from your admin. Create and use a profile: eve profile create staging --api-url https://api.eh1.incept5.dev eve profile use staging Infrastructure Change Policy Never run kubectl apply , helm install , or any direct Kubernetes resource creation against shared infrastructure. All infrastructure changes go through Terraform. Use the Eve CLI ( eve env , eve env deploy ) to manag...
|
139 |
| 6192 | clinpgx-database | davila7/claude-code-templates |
ClinPGx Database Overview ClinPGx (Clinical Pharmacogenomics Database) is a comprehensive resource for clinical pharmacogenomics information, successor to PharmGKB. It consolidates data from PharmGKB, CPIC, and PharmCAT, providing curated information on how genetic variation affects medication response. Access gene-drug pairs, clinical guidelines, allele functions, and drug labels for precision medicine applications. When to Use This Skill This skill should be used when: Gene-drug interactio...
|
139 |
| 6193 | twitter-thread-creation | inference-sh/skills |
Twitter/X Thread Creation Write high-engagement Twitter/X threads via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Post a tweet infsh app run x/post-create --input '{ "text": "I analyzed 1,000 landing pages.\n\n90% make the same 5 mistakes.\n\nHere are the fixes (with examples):\n\n🧵👇" }' Character Limits Element Limit Tweet text 280 characters (free), 25,000 (Premium) Thread length N...
|
139 |
| 6194 | explainer-video-guide | inference-sh/skills |
Explainer Video Guide Create explainer videos from script to final cut via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Generate a scene for an explainer infsh app run google/veo-3-1-fast --input '{ "prompt": "Clean motion graphics style animation, abstract data flowing between connected nodes, blue and white color scheme, professional corporate aesthetic, smooth transitions" }' Scrip...
|
139 |
| 6195 | axiom-accessibility-diag | charleswiltgen/axiom |
Accessibility Diagnostics Overview Systematic accessibility diagnosis and remediation for iOS/macOS apps. Covers the 7 most common accessibility issues that cause App Store rejections and user complaints. Core principle Accessibility is not optional. iOS apps must support VoiceOver, Dynamic Type, and sufficient color contrast to pass App Store Review. Users with disabilities depend on these features. When to Use This Skill Fixing VoiceOver navigation issues (missing labels, wrong element orde...
|
139 |
| 6196 | blog-writing-guide | getsentry/skills |
Sentry Blog Writing Skill This skill enforces Sentry's blog writing standards across every post — whether you're helping an engineer write their first blog post or a marketer draft a product announcement. The bar: Every Sentry blog post should be something a senior engineer would share in their team's Slack, or reference in a technical decision. What follows are the core principles to internalize and apply to every piece of content. The Sentry Voice We sound like: A senior developer at a confere...
|
139 |
| 6197 | asc-app-create-ui | rudrankriyam/asc-skills |
asc app create (UI automation) Use this skill to create a new App Store Connect app by driving the web UI. This is opt-in, local-only automation that requires the user to be signed in. Preconditions A browser automation tool is available (Playwright, Cursor browser MCP, or equivalent). User is signed in to App Store Connect (or can complete login + 2FA). The bundle ID must already be registered in the Apple Developer portal. Required inputs are known: app name (max 30 characters) bundle ID (must...
|
139 |
| 6198 | sveltekit-svelte5-tailwind-skill | claude-skills/sveltekit-svelte5-tailwind-skill |
This skill provides comprehensive guidance for building modern web applications with the SvelteKit 2 + Svelte 5 + Tailwind CSS v4 stack. About This Integration Stack SvelteKit 2 is a modern full-stack framework with: - File-based routing with layouts - Server-side rendering (SSR) and static site generation (SSG) - Form actions with progressive enhancement - Multiple deployment adapters (Vercel, Cloudflare, Node, static) Svelte 5 introduces a new reactivity system with: - Runes: `$state(...
|
139 |
| 6199 | opencode-primitives | different-ai/openwork |
Use this skill whenever OpenWork behavior is implemented directly on top of OpenCode primitives (skills, plugins, MCP servers, opencode.json config, tools/permissions). It anchors decisions to the official OpenCode documentation and keeps terminology consistent in the UI. Doc Sources (Always cite when relevant) - Skills: [https://opencode.ai/docs/skills](https://opencode.ai/docs/skills) - Plugins: [https://opencode.ai/docs/plugins/](https://opencode.ai/docs/plugins/) - MCP servers: [https:/...
|
139 |
| 6200 | axiom-swiftui-nav-ref | charleswiltgen/axiom |
SwiftUI Navigation API Reference Overview SwiftUI's navigation APIs provide data-driven, programmatic navigation that scales from simple stacks to complex multi-column layouts. Introduced in iOS 16 (2022) with NavigationStack and NavigationSplitView, evolved in iOS 18 (2024) with Tab/Sidebar unification, and refined in iOS 26 (2025) with Liquid Glass design. Evolution timeline 2022 (iOS 16) NavigationStack, NavigationSplitView, NavigationPath, value-based NavigationLink 2024 (iOS 18) Tab/Sideb...
|
139 |