███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 16001 | web-design-guidelines | skillcreatorai/ai-agent-skills |
Web Interface Guidelines Review files for compliance with Web Interface Guidelines. How It Works Fetch the latest guidelines from the source URL below Read the specified files (or prompt user for files/pattern) Check against all rules in the fetched guidelines Output findings in the terse file:line format Guidelines Source Fetch fresh guidelines before each review: https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md Use WebFetch to retrieve the latest rules. Th...
|
164 |
| 16002 | fastapi | srbhr/resume-matcher |
FastAPI Official FastAPI skill to write code with best practices, keeping up to date with new versions and features. Use the fastapi CLI Run the development server on localhost with reload: fastapi dev Run the production server: fastapi run Add an entrypoint in pyproject.toml FastAPI CLI will read the entrypoint in pyproject.toml to know where the FastAPI app is declared. [ tool.fastapi ] entrypoint = "my_app.main:app" Use fastapi with a path When adding the entrypoint to pyproject.toml is not p...
|
163 |
| 16003 | escalation | anthropics/knowledge-work-plugins |
Escalation Skill You are an expert at determining when and how to escalate support issues. You structure escalation briefs that give receiving teams everything they need to act quickly, and you follow escalation through to resolution. When to Escalate vs. Handle in Support Handle in Support When: The issue has a documented solution or known workaround It's a configuration or setup issue you can resolve The customer needs guidance or training, not a fix The issue is a known limitation with a docu...
|
163 |
| 16004 | laravel-testing | leeovery/claude-laravel |
Laravel Testing Testing patterns with Pest: Arrange-Act-Assert, proper mocking, null drivers, declarative factories. Related guides: testing-conventions.md - Test file structure and RESTful ordering testing-factories.md - Declarative factory methods for readable tests validation-testing.md - Form request validation testing Actions - Action pattern for unit testing Controllers - Controller patterns for feature testing DTOs - DTO test factories Services - Service layer with null drivers Philoso...
|
163 |
| 16005 | canned-responses | anthropics/knowledge-work-plugins |
Canned Responses Skill You are a response template assistant for an in-house legal team. You help manage, customize, and generate templated responses for common legal inquiries, and you identify when a situation should NOT use a templated response and instead requires individualized attention. Important : You assist with legal workflows but do not provide legal advice. Templated responses should be reviewed before sending, especially for regulated communications. Template Management Methodology ...
|
163 |
| 16006 | google-calendar-automation | composiohq/awesome-claude-skills |
Google Calendar Automation via Rube MCP Automate Google Calendar workflows including event creation, scheduling, availability checks, attendee management, and calendar browsing through Composio's Google Calendar toolkit. Toolkit docs : composio.dev/toolkits/googlecalendar Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Google Calendar connection via RUBE_MANAGE_CONNECTIONS with toolkit googlecalendar Always call RUBE_SEARCH_TOOLS first to get current tool schemas Se...
|
162 |
| 16007 | frontend-design | buildermethods/design-os |
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
|
161 |
| 16008 | dependency-audit | jezweb/claude-skills |
Dependency Audit Skill Summary Systematic workflow for auditing, updating, and cleaning up project dependencies. Covers security vulnerability scanning, outdated package detection, unused dependency removal, and migration from deprecated libraries. When to Use Weekly/monthly dependency maintenance After security advisories (CVE announcements) Before major releases When bundle size increases unexpectedly During code reviews for dependency changes Onboarding to legacy projects Quick Audit Process ...
|
161 |
| 16009 | flutter-control-and-screenshot | rodydavis/skills |
Flutter Driver Control & Screenshot This skill outlines the process of adding flutter_driver support to a Flutter application, launching it via the Dart MCP server, controlling it (tapping, finding widgets), and capturing screenshots (handling Web/Desktop specific constraints). Prerequisites Dart MCP Server: Ensure the dart-mcp-server is active. Flutter Project: You need a working Flutter project. Step 1: Add Dependency Add flutter_driver to the dev_dependencies in your pubspec.yaml. dev_dep...
|
160 |
| 16010 | xlsx | skillcreatorai/ai-agent-skills |
Requirements for Outputs All Excel files Professional Font Use a consistent, professional font (e.g., Arial, Times New Roman) for all deliverables unless otherwise instructed by the user Zero Formula Errors Every Excel model MUST be delivered with ZERO formula errors (REF!, DIV/0!, VALUE!, N/A, NAME?) Preserve Existing Templates (when updating templates) Study and EXACTLY match existing format, style, and conventions when modifying files Never impose standardized formatting on files with establi...
|
160 |
| 16011 | testing-patterns | jezweb/claude-skills |
Testing Patterns and Utilities Testing Philosophy Test-Driven Development (TDD): Write failing test FIRST Implement minimal code to pass Refactor after green Never write production code without a failing test Behavior-Driven Testing: Test behavior, not implementation Focus on public APIs and business requirements Avoid testing implementation details Use descriptive test names that describe behavior Show more Installs 1.1K Repository sickn33/agentic…e-skills GitHub Stars 45.5K First Seen Jan 19, ...
|
160 |
| 16012 | marketing-leads-generation | vasilyu1983/ai-agents-public |
LEAD GENERATION — PIPELINE OS (OPERATIONAL) Built as a no-fluff execution skill for revenue-aligned demand generation. Structure: Core lead generation fundamentals first. AI-specific automation in clearly labeled "Optional: AI / Automation" sections. Core: Lead Type Definitions Clear definitions prevent Sales/Marketing friction. Align on these before building pipeline. Lead Type Definition Qualification Criteria Owner Lead Any identified contact Has email/phone, some interest signal Marketi...
|
158 |
| 16013 | clean-code | ratacat/claude-skills |
Clean Code Skill This skill embodies the principles of "Clean Code" by Robert C. Martin (Uncle Bob). Use it to transform "code that works" into "code that is clean." 🧠 Core Philosophy "Code is clean if it can be read, and enhanced by a developer other than its original author." — Grady Booch When to Use Use this skill when: Writing new code : To ensure high quality from the start. Reviewing Pull Requests : To provide constructive, principle-based feedback. Refactoring legacy code : To identify a...
|
158 |
| 16014 | tailwind-ui-patterns | autohandai/community-skills |
$ npx skills add https://github.com/autohandai/community-skills --skill tailwind-ui-patterns<div
|
157 |
| 16015 | setup-cloudbase-openclaw | tencentcloudbase/skills |
Setup CloudBase for OpenClaw/Moltbot This skill guides you through configuring your OpenClaw/Moltbot installation for CloudBase full-stack development. Prerequisites Before starting, ensure you have: A Tencent Cloud account with CloudBase enabled Access to your CloudBase environment ID and credentials Quick Setup Overview Step Action Purpose 1 Check installation dirs Find where OpenClaw/Moltbot is installed 2 Locate workspace Identify the agent workspace directory 3 Configure MCP Set up CloudBas...
|
157 |
| 16016 | to-spring-or-not-to-spring | raphaelsalaja/userinterface-wiki |
To Spring or Not To Spring Easing curves and springs are not interchangeable—they come from different ways of thinking about motion and play different roles in an interface. When to Apply Reference these guidelines when: Choosing animation timing functions Debugging motion that feels "off" Implementing gesture-driven interactions Reviewing animation implementations Deciding if motion is needed at all Decision Framework Ask: Is this motion reacting to the user, or is the system speaking? Mo...
|
155 |
| 16017 | qwen-voice | ada20204/qwen-voice |
Use the bundled scripts. Prefer environment variable `DASHSCOPE_API_KEY`. If missing, scripts attempt to read it from `~/.bashrc`. ASR (speech → text) Non-timestamp (default) ``` python3 skills/qwen-voice/scripts/qwen_asr.py --in /path/to/audio.ogg ``` With timestamps (chunk-based) ``` python3 skills/qwen-voice/scripts/qwen_asr.py --in /path/to/audio.ogg --timestamps --chunk-sec 3 ``` Notes: - Timestamps are generated by fixed-length chunking (not word-level alignment). - Input audi...
|
155 |
| 16018 | mviz | matsonj/mviz |
mviz v1.4.7 mviz Generate clean, data-focused charts and dashboards from compact JSON specs or markdown. Maximizes data-ink ratio with minimal chartjunk, gridlines, and decorative elements. Uses a 16-column grid layout system. Setup No installation required. Use npx -y -q mviz which auto-downloads from npm. The -q flag reduces npm output while still showing lint errors. For faster repeated use, install globally: npm install -g mviz What This Skill Does Converts minimal JSON specifications...
|
155 |
| 16019 | sounds-on-the-web | raphaelsalaja/userinterface-wiki |
Sounds on The Web Sound is the forgotten sense in web design. The auditory cortex processes sound in ~25ms—nearly 10x faster than visual processing. A button that clicks feels faster than one that doesn't, even when visual feedback is identical. When to Apply Reference these guidelines when: Adding audio feedback to interactions Designing confirmation or error states Building notification systems Creating immersive or game-like experiences Reviewing audio UX for appropriateness Core Principl...
|
155 |
| 16020 | inbox | boshu2/agentops |
/inbox — Agent Mail Inbox Purpose: Check the agent mail inbox for pending messages, HELP_REQUESTs, and inter-agent notifications. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. CLI dependencies: gt — required. This skill wraps gt mail inbox . Quick Start /inbox Check pending messages Execution Steps Step 1: Check Inbox if command -v gt &> /dev/null ; then gt mail inbox else echo "gt CLI not installed. Install with: brew install gt" exit 1 fi Step 2: Display Results Show the inbox cont...
|
155 |
| 16021 | smart-contract-security | pluginagentmarketplace/custom-plugin-blockchain |
Smart Contract Security Skill Master smart contract security with vulnerability detection, auditing methodology, and incident response procedures. Quick Start Invoke this skill for security analysis Skill("smart-contract-security", topic="vulnerabilities", severity="high") Topics Covered 1. Common Vulnerabilities Recognize and prevent: Reentrancy: CEI pattern violation Access Control: Missing modifiers Oracle Manipulation: Flash loan attacks Integer Issues: Precision loss 2. Auditing Metho...
|
154 |
| 16022 | example-skill | anthropics/claude-plugins-official |
Example Skill This skill demonstrates the structure and format for Claude Code plugin skills. Overview Skills are model-invoked capabilities that Claude autonomously uses based on task context. Unlike commands (user-invoked) or agents (spawned by Claude), skills provide contextual guidance that Claude incorporates into its responses. When This Skill Applies This skill activates when the user's request involves: Creating or understanding plugin skills Skill template or reference needs Skill...
|
154 |
| 16023 | json-render-remotion | vercel-labs/json-render |
@json-render/remotion Remotion renderer that converts JSON timeline specs into video compositions. Quick Start import { Player } from "@remotion/player" ; import { Renderer , type TimelineSpec } from "@json-render/remotion" ; function VideoPlayer ( { spec } : { spec : TimelineSpec } ) { return ( < Player component = { Renderer } inputProps = { { spec } } durationInFrames = { spec . composition . durationInFrames } fps = { spec . composition . fps } compositionWidth = { spec . composition . width...
|
154 |
| 16024 | extract | boshu2/agentops |
Identify reusable patterns, components, and design tokens, then extract and consolidate them into the design system for systematic reuse. Discover Analyze the target area to identify extraction opportunities: Find the design system : Locate your design system, component library, or shared UI directory (grep for "design system", "ui", "components", etc.). Understand its structure: Component organization and naming conventions Design token structure (if any) Documentation patterns Import/export co...
|
154 |
| 16025 | pr-summary | casper-studios/casper-marketplace |
Summarize the latest changes in this branch to create a pull request on GitHub. Compare the current branch against default branch to see what changes need to be described in the pull request. Make sure to only focus on the finalized implementation details. Since pull requests tend to have work-in-progress commits at the beginning, you should be extra mindful on whether these are still relevant in the finalized snapshot. Use the pull request template to generate a .claude/scratchpad/PR.md . Pause...
|
153 |
| 16026 | skill-development | jezweb/claude-skills |
Skill Development for Claude Code Plugins This skill provides guidance for creating effective skills for Claude Code plugins. About Skills Skills are modular, self-contained packages that extend Claude's capabilities by providing specialized knowledge, workflows, and tools. Think of them as "onboarding guides" for specific domains or tasks—they transform Claude from a general-purpose agent into a specialized agent equipped with procedural knowledge that no model can fully possess. What Skills Pr...
|
153 |
| 16027 | playwright-best-practices | 0xbigboss/claude-code |
Playwright Best Practices This skill provides comprehensive guidance for all aspects of Playwright test development, from writing new tests to debugging and maintaining existing test suites. Activity-Based Reference Guide Consult these references based on what you're doing: Writing New Tests When to use : Creating new test files, writing test cases, implementing test scenarios Activity Reference Files Writing E2E tests test-suite-structure.md , locators.md , assertions-waiting.md Writing compone...
|
152 |
| 16028 | xcodebuildmcp-cli | cameroncooke/xcodebuildmcp |
XcodeBuildMCP CLI Use XcodeBuildMCP tools via the xcodebuildmcp executable instead of raw xcodebuild , xcrun , or simctl . Step 1: Ensure the CLI Exists Check availability: xcodebuildmcp --help If missing, install with one of: brew tap getsentry/xcodebuildmcp brew install xcodebuildmcp npm install -g xcodebuildmcp@latest Re-check after install: xcodebuildmcp --help Step 2: Use Help-First Discovery Discover workflows and arguments from the CLI itself: xcodebuildmcp --help xcodebuildmcp tools xcod...
|
152 |
| 16029 | json-render-shadcn | vercel-labs/json-render |
@json-render/shadcn Pre-built shadcn/ui component definitions and implementations for json-render. Provides 36 components built on Radix UI + Tailwind CSS. Two Entry Points Entry Point Exports Use For @json-render/shadcn/catalog shadcnComponentDefinitions Catalog schemas (no React dependency, safe for server) @json-render/shadcn shadcnComponents React implementations Usage Pattern Pick the components you need from the standard definitions. Do not spread all definitions -- explicitly select what ...
|
151 |
| 16030 | tooluniverse-expression-data-retrieval | mims-harvard/tooluniverse |
Gene Expression & Omics Data Retrieval Retrieve gene expression experiments and multi-omics datasets with proper disambiguation and quality assessment. IMPORTANT : Always use English terms in tool calls (gene names, tissue names, condition descriptions), even if the user writes in another language. Only try original-language terms as a fallback if English returns no results. Respond in the user's language. Workflow Overview Phase 0: Clarify Query (if ambiguous) ↓ Phase 1: Disambiguate Gene/Condi...
|
151 |
| 16031 | markdown-tools | daymade/claude-code-skills |
Markdown Tools Convert documents to high-quality markdown with intelligent multi-tool orchestration. Dual Mode Architecture Mode Speed Quality Use Case Quick (default) Fast Good Drafts, simple documents Heavy Slower Best Final documents, complex layouts Quick Start Installation Required: PDF/DOCX/PPTX support uv tool install "markitdown[pdf]" pip install pymupdf4llm brew install pandoc Basic Conversion Quick Mode (default) - fast, single best tool uv run --with pymupdf4llm --with markitdown...
|
151 |
| 16032 | project-workspace-cleaner | gaelic-ghost/productivity-skills |
Project Workspace Cleaner Run a read-only scan over repositories in a workspace root and rank cleanup chores by severity. Inputs Optional CLI overrides: --workspace --min-mb --stale-days --max-findings --config --json Config precedence: CLI flags config/customization.yaml config/customization.template.yaml script defaults Workflow Resolve settings using the documented precedence. Run scripts/scan_workspace_cleanup.py . Record skipped paths when traversal or stat operations fail, then continue sc...
|
150 |
| 16033 | gemini-guide | jezweb/claude-skills |
Gemini Guide Look up Gemini API documentation and SDK patterns when building with Google Gemini. This skill brings Gemini docs TO Claude — it does not call Gemini. Skill Direction Tool gemini-guide (this) Gemini docs -> Claude WebFetch, local docs gemini-peer-review Code -> Gemini Direct Gemini API Documentation Sources Check in this priority order: Priority Source Best For 1 GitHub codegen_instructions Always-current SDK patterns — fetch https://raw.githubusercontent.com/googleapis/js-genai/ref...
|
150 |
| 16034 | mastering-animate-presence | raphaelsalaja/userinterface-wiki |
Mastering Animate Presence When elements leave the DOM, they're gone—no way to animate something that doesn't exist. Motion's AnimatePresence solves this by keeping departing elements mounted long enough to animate out. When to Apply Reference these guidelines when: Animating elements on unmount Coordinating parent-child exit animations Building modals, dialogs, or dismissible content Implementing directional or context-aware transitions Deciding between CSS @starting-style and AnimatePresen...
|
150 |
| 16035 | chrome-cdp | hanyu0001/chrome-cdp-skill |
Chrome CDP Lightweight Chrome DevTools Protocol CLI. Connects directly via WebSocket — no Puppeteer, works with 100+ tabs, instant connection. Prerequisites Chrome with remote debugging enabled: open chrome://inspect/remote-debugging and toggle the switch Node.js 22+ (uses built-in WebSocket) Commands All commands use scripts/cdp.mjs . The <target> is a unique targetId prefix from list ; copy the full prefix shown in the list output (for example 6BE827FA ). The CLI rejects ambiguous prefixes. Li...
|
150 |
| 16036 | shaping | rjs/shaping-skills |
Shaping Methodology A structured approach for collaboratively defining problems and exploring solution options. Multi-Level Consistency (Critical) Shaping produces documents at different levels of abstraction. Truth must stay consistent across all levels. The Document Hierarchy (high to low) Shaping doc — ground truth for R's, shapes, parts, fit checks Slices doc — ground truth for slice definitions, breadboards Individual slice plans (V1-plan, etc.) — ground truth for implementation details The...
|
149 |
| 16037 | content-generation | casper-studios/casper-marketplace |
Content Generation Overview Generate professional content including images, diagrams, documents, and summaries using AI-powered tools. Quick Decision Tree What do you need? │ ├── Generate images │ └── references/images.md │ └── Script: scripts/generate_images.py │ ├── Create flowchart/diagram │ └── references/flowchart.md │ └── Script: scripts/generate_flowchart.py │ ├── Create Google Doc │ └── references/document.md │ └── Script: scripts/generate_document.py │ ├── Generate client pr...
|
149 |
| 16038 | tailwind-patterns | srbhr/resume-matcher |
Tailwind CSS Patterns (v4 - 2025) Modern utility-first CSS with CSS-native configuration. When to Use Use this skill when configuring Tailwind v4, using CSS-first theme and design tokens, or implementing container queries and modern Tailwind patterns. 1. Tailwind v4 Architecture What Changed from v3 Show more Installs 1.2K Repository sickn33/antigra…e-skills GitHub Stars 43.3K First Seen Jan 20, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
149 |
| 16039 | tooluniverse-precision-oncology | mims-harvard/tooluniverse |
Precision Oncology Treatment Advisor Provide actionable treatment recommendations for cancer patients based on their molecular profile using CIViC, ClinVar, OpenTargets, ClinicalTrials.gov, and structure-based analysis. KEY PRINCIPLES : Report-first - Create report file FIRST, update progressively Evidence-graded - Every recommendation has evidence level Actionable output - Prioritized treatment options, not data dumps Clinical focus - Answer "what should we do?" not "what exists?" English-first...
|
149 |
| 16040 | context-optimization | shipshitdev/library |
Context Optimization Techniques Context optimization extends the effective capacity of limited context windows through strategic compression, masking, caching, and partitioning. The goal is not to magically increase context windows but to make better use of available capacity. Effective optimization can double or triple effective context capacity without requiring larger models or longer contexts. When to Use Activate this skill when: Context limits constrain task complexity Optimizing for cost ...
|
148 |
| 16041 | machine learning | pluginagentmarketplace/custom-plugin-python |
Python Machine Learning Skill Overview Build machine learning models using Python libraries including scikit-learn, PyTorch, and supporting tools. Topics Covered Scikit-learn Data preprocessing Model selection Training pipelines Cross-validation Hyperparameter tuning PyTorch Basics Tensor operations Neural network modules Training loops DataLoader usage GPU acceleration Feature Engineering Feature selection Dimensionality reduction Feature scaling Encoding techniques Missing data handling Model ...
|
147 |
| 16042 | macos-accessibility | martinholovsky/claude-skills-generator |
1. Overview Risk Level: HIGH - System-level access, TCC permission requirements, process interaction You are an expert in macOS Accessibility automation with deep expertise in: AXUIElement API: Accessibility element hierarchy, attributes, actions TCC (Transparency, Consent, Control): Permission management ApplicationServices Framework: System-level automation integration Security Boundaries: Sandbox restrictions, hardened runtime Core Expertise Areas Accessibility APIs: AXUIElementRef, AXObse...
|
147 |
| 16043 | scrum master | aj-geddes/claude-code-bmad-skills |
Scrum Master Role: Phase 4 - Implementation Planning specialist Function: Break down work into manageable stories, plan sprints, track velocity, and facilitate agile delivery. Responsibilities Break epics into detailed user stories with acceptance criteria Estimate story complexity using Fibonacci story points Plan sprint iterations based on team velocity and capacity Track sprint progress with burndown metrics Facilitate story refinement and backlog grooming Ensure work is properly sized, scope...
|
146 |
| 16044 | docx | skillcreatorai/ai-agent-skills |
DOCX creation, editing, and analysis Overview A .docx file is a ZIP archive containing XML files. Quick Reference Task Approach Read/analyze content pandoc or unpack for raw XML Create new document Use docx-js - see Creating New Documents below Edit existing document Unpack → edit XML → repack - see Editing Existing Documents below Converting .doc to .docx Legacy .doc files must be converted before editing: python scripts/office/soffice.py --headless --convert-to docx document.doc Reading Conten...
|
146 |
| 16045 | tooluniverse-rare-disease-diagnosis | mims-harvard/tooluniverse |
Rare Disease Diagnosis Advisor Systematic diagnosis support for rare diseases using phenotype matching, gene panel prioritization, and variant interpretation across Orphanet, OMIM, HPO, ClinVar, and structure-based analysis. KEY PRINCIPLES : Report-first approach - Create report file FIRST, update progressively Phenotype-driven - Convert symptoms to HPO terms before searching Multi-database triangulation - Cross-reference Orphanet, OMIM, OpenTargets Evidence grading - Grade diagnoses by supporti...
|
146 |
| 16046 | remove-old-skills-from-workflow | nicepkg/ai-workflow |
Remove Skills from Workflow Guide for removing skills from an existing workflow and updating all related documentation. When to Use User wants to remove a skill from a workflow User says "remove skill", "delete skill", "移除技能", "删除技能" Cleaning up unused or deprecated skills from a workflow Removal Workflow Step 1: Identify the Skill Search for the skill name across the workflow to understand its usage: Find all references to the skill grep -r "skill-name" /path/to/workflow/ Step 2: Delete S...
|
145 |
| 16047 | claw-control | adarshmishra07/claw-control |
Claw Control - Agent Operating System (v2) Complete setup for AI agent coordination with real-time Kanban dashboard, featuring autonomous task discovery, multi-agent collaboration, and human approval gates. What This Skill Does Deploy Claw Control - Three paths: one-click, bot-assisted, or fully automated Theme your team - Pick a series (DBZ, One Piece, Marvel, etc.) Enforce workflow - ALL tasks go through the board, no exceptions Configure agent behavior - Update AGENTS.md and SOUL.md Setup bro...
|
145 |
| 16048 | integrating-tauri-js-frontends | dchuk/claude-code-tauri-skills |
Tauri v2 JavaScript Frontend Integration This skill covers integrating JavaScript frontend frameworks with Tauri v2 for desktop application development. Core Architecture Tauri functions as a static web host, serving HTML, CSS, JavaScript, and WASM files through a native webview. The framework is frontend-agnostic but requires specific configurations for optimal integration. Supported Application Types Static Site Generation (SSG) Single-Page Applications (SPA) Multi-Page Applications (MPA) ...
|
144 |
| 16049 | devtu-optimize-skills | mims-harvard/tooluniverse |
Optimizing ToolUniverse Skills Best practices for high-quality research skills with evidence grading and source attribution. Tool Quality Standards Error messages must be actionable — tell the user what went wrong AND what to do Schema must match API reality — run python3 -m tooluniverse.cli run <Tool> '<json>' to verify Coverage transparency — state what data is NOT included Input validation before API calls — don't silently send invalid values Cross-tool routing — name the correct tool when qu...
|
144 |
| 16050 | json-render-react-native | vercel-labs/json-render |
No SKILL.md available for this skill. View on GitHub
|
144 |