███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 13101 | 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 |
| 13102 | 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 |
| 13103 | 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 |
| 13104 | 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 |
| 13105 | 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 |
| 13106 | 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 |
| 13107 | 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 |
| 13108 | 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 |
| 13109 | 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 |
| 13110 | 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 |
| 13111 | 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 |
| 13112 | 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 |
| 13113 | 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 |
| 13114 | 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 |
| 13115 | 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 |
| 13116 | 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 |
| 13117 | 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 |
| 13118 | 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 |
| 13119 | tailwind-patterns | srbhr/resume-matcher |
Tailwind CSS Component Patterns Status : Production Ready ✅ Last Updated : 2026-01-14 Tailwind Compatibility : v3.x and v4.x Source : Production projects, shadcn/ui patterns Quick Start Essential Patterns // Section Container < section className = " max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16 sm:py-24 " > { /* content */ } </ section > // Card Base < div className = " bg-card text-card-foreground rounded-lg border border-border p-6 " > { /* content */ } </ div > // Button Primary < button class...
|
149 |
| 13120 | 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 |
| 13121 | 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 |
| 13122 | 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 |
| 13123 | 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 |
| 13124 | 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 |
| 13125 | 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 |
| 13126 | 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 |
| 13127 | 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 |
| 13128 | 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 |
| 13129 | 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 |
| 13130 | 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 |
| 13131 | json-render-react-native | vercel-labs/json-render |
No SKILL.md available for this skill. View on GitHub
|
144 |
| 13132 | context-mate | jezweb/claude-skills |
Context Mate A toolkit that works with Claude Code's natural flow. Use what helps, ignore what doesn't. When This Skill Activates When context-mate is invoked, analyze the project first before recommending tools. Step 1: Quick Project Scan Check for these files (use Glob, don't read contents yet): File/Pattern Indicates SESSION.md Session tracking active IMPLEMENTATION_PHASES.md Phased planning in use PROJECT_BRIEF.md Project explored/planned CLAUDE.md or .claude/ AI context exists .claude/rules...
|
144 |
| 13133 | security-review | zackkorman/skills |
Security Review Skill This skill ensures all code follows security best practices and identifies potential vulnerabilities. When to Activate Implementing authentication or authorization Handling user input or file uploads Creating new API endpoints Working with secrets or credentials Implementing payment features Storing or transmitting sensitive data Integrating third-party APIs Security Checklist 1. Secrets Management ❌ NEVER Do This const apiKey = "sk-proj-xxxxx" // Hardcoded secret const dbP...
|
144 |
| 13134 | commit | casper-studios/casper-marketplace |
Sentry Commit Messages Follow these conventions when creating commits for Sentry projects. Prerequisites Before committing, always check the current branch: git branch --show-current If you're on main or master , you MUST create a feature branch first — unless the user explicitly asked to commit to main. Do not ask the user whether to create a branch; just proceed with branch creation. The create-branch skill will still propose a branch name for the user to confirm. Use the create-branch skill t...
|
143 |
| 13135 | stripe-subscriptions | andrelandgraf/fullstackrecipes |
Stripe Subscriptions Complete subscription billing system with Stripe integration, feature flags for plan gating, webhook handling, and billing portal. Prerequisites Complete these recipes first (in order): Type-Safe Environment Configuration Type-safe environment variable validation using Zod with a Drizzle-like schema API. Supports server/public fields, feature flags, either-or constraints, and client-side protection. curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recip...
|
143 |
| 13136 | devtu-create-tool | mims-harvard/tooluniverse |
ToolUniverse Tool Creator Create new scientific tools following established patterns. Top 7 Mistakes (90% of Failures) Missing default_config.py Entry — tools silently won't load Non-nullable Mutually Exclusive Parameters — validation errors (1 issue in 2026) Fake test_examples — tests fail, agents get bad examples Single-level Testing — misses registration bugs Skipping test_new_tools.py — misses schema/API issues Tool Names > 55 chars — breaks MCP compatibility Raising Exceptions — should retu...
|
143 |
| 13137 | create-handoff | casper-studios/casper-marketplace |
Create Handoff You are tasked with writing a handoff document to hand off your work to another agent in a new session. You will create a handoff document that is thorough, but also concise. The goal is to compact and summarize your context without losing any of the key details of what you're working on. Process 1. Filepath & Metadata Use the following information to understand how to create your document: First, determine the session name from existing handoffs: ls -td thoughts/shared/hando...
|
143 |
| 13138 | implement-plan | casper-studios/casper-marketplace |
Implement Plan You are tasked with implementing an approved technical plan from .claude/scratchpad/{plan_name}.md . These plans contain phases with specific changes and success criteria. If no file is provided, ask for one. Getting Started When given a plan path: Read the plan completely and check for any existing checkmarks (- [x]) Read the original ticket and all files mentioned in the plan Read files fully - never use limit/offset parameters, you need complete context Think deeply about how t...
|
142 |
| 13139 | pseudo-elements | raphaelsalaja/userinterface-wiki |
Pseudo Elements Modern CSS pseudo-elements provide direct styling hooks into browser-native features—dialogs, popovers, view transitions—reducing the need for JavaScript. Sometimes you don't need to install a library; the browser has you covered. When to Apply Reference these guidelines when: Adding decorative elements without DOM nodes Implementing view transitions (image lightboxes, page transitions) Building hover/focus states Styling native browser UI components Reducing JavaScript for v...
|
142 |
| 13140 | polishing | casper-studios/casper-marketplace |
Polishing A comprehensive workflow for finalizing code changes before creating a PR. This skill ensures code quality, consistency with codebase patterns, and removes common AI-generated artifacts. Workflow Step 1: Recover Branch Context Use the Skill tool to invoke recover-branch-context to understand what the branch is trying to accomplish. This provides essential context about: The purpose and goals of the current branch What changes have been made The intended functionality being implemented ...
|
142 |
| 13141 | ai-tech-rss-fetch | tiangong-ai/skills |
AI Tech RSS Fetch Core Goal Subscribe to RSS/Atom sources. Persist feed and entry metadata to SQLite. Deduplicate entries with layered identity keys plus content fingerprints. Keep only metadata; do not fetch full article bodies and do not summarize. Triggering Conditions Receive a request to subscribe RSS feeds from URLs or OPML. Receive a request to run incremental RSS sync reliably. Need stable metadata persistence for downstream processing. Need dedupe-safe storage of feed items over repeate...
|
142 |
| 13142 | terminaluse | terminaluse/agent-skills |
TerminalUse Build, deploy, interact with agents. Flow: init → deploy → create task → send messages. Full docs: https://docs.terminaluse.com/llms-full.txt Default Rule For New Agents When creating a new agent, use tu init by default. Only skip tu init if the user explicitly instructs another approach (for example, modifying an existing agent template or a pre-scaffolded repository). CLI Setup The tu CLI is provided by the terminaluse Python package. Before running any tu commands: Verify tu is av...
|
142 |
| 13143 | create-tooluniverse-skill | mims-harvard/tooluniverse |
Create ToolUniverse Skill Systematic workflow for creating production-ready ToolUniverse skills. Core Principles Build on the 10 pillars from devtu-optimize-skills : TEST FIRST - never document untested tools Verify tool contracts - don't trust function names Handle SOAP tools - add operation parameter Implementation-agnostic docs - no Python/MCP code in SKILL.md Foundation first - query aggregators before specialized tools Disambiguate carefully - resolve IDs properly Implement fallbacks - Prim...
|
141 |
| 13144 | csv-data-wrangler | 404kidwiz/claude-supercode-skills |
CSV Data Wrangler Purpose Provides expertise in efficient CSV file processing, data cleaning, and transformation. Handles large files, encoding issues, malformed data, and performance optimization for tabular data workflows. When to Use Processing large CSV files efficiently Cleaning and validating CSV data Transforming and reshaping datasets Handling encoding and delimiter issues Merging or splitting CSV files Converting between tabular formats Querying CSV with SQL (DuckDB) Quick Start Invo...
|
141 |
| 13145 | webapp-testing | skillcreatorai/ai-agent-skills |
Web Application Testing To test local web applications, write native Python Playwright scripts. Helper Scripts Available : scripts/with_server.py - Manages server lifecycle (supports multiple servers) Always run scripts with --help first to see usage. DO NOT read the source until you try running the script first and find that a customized solution is abslutely necessary. These scripts can be very large and thus pollute your context window. They exist to be called directly as black-box scripts ra...
|
141 |
| 13146 | angular-rxjs-patterns | thebushidocollective/han |
Angular RxJS Patterns Master RxJS in Angular for handling async operations, data streams, and reactive programming patterns. Observable Creation Basic Observable Creation import { Observable, of, from, interval, fromEvent } from 'rxjs'; // of - emit values in sequence const numbers$ = of(1, 2, 3, 4, 5); // from - convert array, promise, or iterable const fromArray$ = from([1, 2, 3]); const fromPromise$ = from(fetch('/api/data')); // interval - emit numbers at intervals const timer$ = interv...
|
141 |
| 13147 | tooluniverse-protein-therapeutic-design | mims-harvard/tooluniverse |
Therapeutic Protein Designer AI-guided de novo protein design using RFdiffusion backbone generation, ProteinMPNN sequence optimization, and structure validation for therapeutic protein development. KEY PRINCIPLES : Structure-first design - Generate backbone geometry before sequence Target-guided - Design binders with target structure in mind Iterative validation - Predict structure to validate designs Developability-aware - Consider aggregation, immunogenicity, expression Evidence-graded - Grade...
|
141 |
| 13148 | recover-branch-context | casper-studios/casper-marketplace |
Recover Branch Context You are tasked with understanding the intent and current state of an existing branch so you can resume or continue work effectively. The code state is your primary source of truth - it may have drifted from any associated Linear ticket. Initial Response When this command is invoked, respond with: I'll help you understand the context of this branch. Let me analyze the commits and changes. Do you have a Linear ticket ID or URL for this work? (optional - I can proceed without...
|
141 |
| 13149 | devtu-optimize-descriptions | mims-harvard/tooluniverse |
ToolUniverse Tool Description Optimization Optimize tool descriptions in ToolUniverse JSON configuration files to ensure they are clear, complete, and user-friendly. When to Apply This Skill Use when: Reviewing newly created tool descriptions User asks "are these tools easy to understand?" Improving existing tool documentation Adding new tools to ToolUniverse User mentions tool usability, clarity, or documentation Quick Optimization Checklist Tool Description Review: - [ ] Prerequisites stated (...
|
141 |
| 13150 | skill-install | cexll/myclaude |
Skill Install Overview Install Claude skills from GitHub repositories with built-in security scanning to protect against malicious code, backdoors, and vulnerabilities. When to Use Trigger this skill when the user: Provides a GitHub repository URL and wants to install skills Asks to "install skills from GitHub" Wants to browse and select skills from a repository Needs to add new skills to their Claude environment Workflow Step 1: Parse GitHub URL Accept a GitHub repository URL from the user...
|
141 |