███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 6251 | concurrency-patterns | aj-geddes/useful-ai-prompts |
Concurrency Patterns Overview Implement safe concurrent code using proper synchronization primitives and patterns for parallel execution. When to Use Multi-threaded applications Parallel data processing Race condition prevention Resource pooling Task coordination High-performance systems Async operations Worker pools Implementation Examples 1. Promise Pool (TypeScript) class PromisePool { private queue: Array<() => Promise<any>> = []; private active = 0; constructor(private concurrency:...
|
138 |
| 6252 | humanizer | zed-industries/zed |
Humanizer: Remove AI Writing Patterns You are a writing editor that identifies and removes signs of AI-generated text to make writing sound more natural and human. This guide is based on Wikipedia's "Signs of AI writing" page, maintained by WikiProject AI Cleanup. Your Task When given text to humanize: Identify AI patterns - Scan for the patterns listed below Rewrite problematic sections - Replace AI-isms with natural alternatives Preserve meaning - Keep the core message intact Maintain voice - ...
|
138 |
| 6253 | golang-concurrency-patterns | bobmatnyc/claude-mpm-skills |
Go Concurrency Patterns (Production) Overview Go concurrency scales when goroutine lifetimes are explicit, cancellation is propagated with context.Context, and shared state is protected (channels or locks). Apply these patterns to build reliable services and avoid common failure modes: goroutine leaks, deadlocks, and data races. Quick Start Default building blocks Use context to drive cancellation and deadlines. Use errgroup.WithContext for fan-out/fan-in with early abort. Bound concurrency ...
|
138 |
| 6254 | linkedin-content | inference-sh/skills |
LinkedIn Content Write high-engagement LinkedIn posts via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Research trending LinkedIn content patterns infsh app run tavily/search-assistant --input '{ "query": "LinkedIn viral post examples 2024 high engagement patterns" }' Post to X (cross-posting reference) infsh app run x/post-create --input '{ "text": "Your cross-posted version here" }...
|
138 |
| 6255 | eve-read-eve-docs | incept5/eve-skillpacks |
Eve Read Docs (Load First) Purpose: provide a compact, public, always-available distillation of Eve Horizon system docs. Use this when private system docs are not accessible. When to Use Any question about how to use Eve Horizon via CLI or API. Any question about .eve/manifest.yaml , pipelines, workflows, jobs, or secrets. Any question about events, triggers, agents, teams, builds, or deployments. How to Use Start with references/overview.md for core concepts, IDs, and the reference index. Use t...
|
138 |
| 6256 | seo-content-brief | inference-sh/skills |
SEO Content Brief Create data-driven content briefs via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Research target keyword infsh app run tavily/search-assistant --input '{ "query": "best project management tools for small teams 2024" }' Analyze top-ranking content infsh app run exa/search --input '{ "query": "project management tools small teams comparison guide" }' Content Brief T...
|
138 |
| 6257 | alicloud-platform-openclaw-setup-test | cinience/alicloud-skills |
Category: test OpenClaw Setup Minimal Smoke Test Prerequisites Target host has Node.js 20+ installed. openclaw command is available. DashScope API key and DingTalk/Feishu app credentials or Discord bot token are prepared (masked placeholders are acceptable). Target skill: skills/platform/openclaw/alicloud-platform-openclaw-setup/ . Test Steps Run openclaw --version and verify CLI availability. Open https://docs.openclaw.ai/channels/index and verify target channel is discoverable from official li...
|
138 |
| 6258 | app-ui-design | majiayu000/claude-arsenal |
Mobile App UI Design Expert guidance for designing beautiful, accessible, and platform-native mobile app interfaces following 2025 best practices. Core Philosophy User-First Design — Prioritize user needs, behaviors, and mental models over aesthetics Platform Consistency — Follow iOS HIG and Android Material Design guidelines Accessibility as Foundation — Design for all users from the start, not as an afterthought Emotional Intelligence — Create interfaces that users emotionally connect with P...
|
138 |
| 6259 | tailwindcss-fundamentals-v4 | josiahsiegel/claude-plugin-marketplace |
Tailwind CSS v4 Fundamentals (2025/2026) Overview Tailwind CSS v4.0 was released January 22, 2025, featuring a complete rewrite with a Rust-based engine, CSS-first configuration, and significant performance improvements. Key Changes from v3 Feature v3 v4 Configuration JavaScript (tailwind.config.js) CSS-first (@theme directive) Engine Node.js Rust (10x faster) Color format hex/rgb OKLCH (perceptually uniform) Plugins JS files @plugin directive Custom utilities JS config @utility directive Post...
|
138 |
| 6260 | solutions-page-generator | kostja94/marketing-skills |
Pages: Solutions Guides solutions pages focused on business outcomes. Industry-first is the B2B norm (Salesforce, HubSpot). Answer "what outcome do I get for my industry/team/size?" rather than "what does it do?" Distinct from features (capabilities) and use cases (scenarios); solutions emphasize measurable value by segment. 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 ...
|
138 |
| 6261 | eve-cli-primitives | incept5/eve-skillpacks |
Eve CLI Primitives Use this skill as the command map for Eve. Keep examples short and concrete. Profiles (API Target + Defaults) Create and use a profile eve profile create staging --api-url https://api.eh1.incept5.dev eve profile use staging Set defaults to avoid repeating flags eve profile set --default-email you@example.com --default-ssh-key ~/.ssh/id_ed25519 eve profile set --org org_xxx --project proj_xxx Inspect current profile eve profile show Authentication eve auth login eve auth sta...
|
138 |
| 6262 | kpi-dashboard-design | sickn33/antigravity-awesome-skills |
KPI Dashboard Design Comprehensive patterns for designing effective Key Performance Indicator (KPI) dashboards that drive business decisions. Do not use this skill when The task is unrelated to kpi dashboard design You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playboo...
|
138 |
| 6263 | resources-page-generator | kostja94/marketing-skills |
Pages: Resources Guides resources page and content hub structure for discovery and SEO. 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 .cursor/product-marketing-context.md exists, read it for content themes and audienc...
|
138 |
| 6264 | newsletter-curation | inference-sh/skills |
Newsletter Curation Create and curate high-quality newsletters via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Find content to curate infsh app run tavily/search-assistant --input '{ "query": "most important AI developments this week 2024" }' Generate newsletter header infsh app run infsh/html-to-image --input '{ "html": "<div style=\"width:600px;height:200px;background:linear-gradi...
|
138 |
| 6265 | marketing-content-strategy | vasilyu1983/ai-agents-public |
CONTENT STRATEGY - POSITIONING & TRUST OS (OPERATIONAL) Built as a no-fluff execution skill for content strategy, positioning, and trust-building. Structure: Core frameworks first. Fintech/sensitive data examples throughout. AI-specific automation in clearly labeled "Optional: AI / Automation" sections. Modern Best Practices (Jan 2026): Start from positioning (who you're for, what you replace, why you win), then derive messaging hierarchy. Build trust signals before scaling traffic. Low trus...
|
138 |
| 6266 | tooluniverse-binder-discovery | mims-harvard/tooluniverse |
Small Molecule Binder Discovery Strategy Systematic discovery of novel small molecule binders using 60+ ToolUniverse tools across druggability assessment, known ligand mining, similarity expansion, ADMET filtering, and synthesis feasibility. KEY PRINCIPLES : Report-first approach - Create report file FIRST, then populate progressively Target validation FIRST - Confirm druggability before compound searching Multi-strategy approach - Combine structure-based and ligand-based methods ADMET-aware fil...
|
138 |
| 6267 | og-image-design | inference-sh/skills |
OG Image Design Create social sharing images (Open Graph) 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 an OG image with HTML-to-image infsh app run infsh/html-to-image --input '{ "html": "<div style=\"width:1200px;height:630px;background:linear-gradient(135deg,1a1a2e,16213e);display:flex;align-items:center;padding:60px;font-family:system-ui;color:white\"><div><h1 style=\"...
|
138 |
| 6268 | documentation-engineer | 404kidwiz/claude-supercode-skills |
Documentation Engineer Purpose Specializes in creating, organizing, and maintaining comprehensive technical documentation systems that enhance developer productivity, knowledge transfer, and project understanding. Focuses on documentation as a first-class product that improves the entire development lifecycle. When to Use Building comprehensive technical documentation systems Creating API documentation and developer guides Implementing documentation-driven development workflows Organizing know...
|
138 |
| 6269 | codeagent | cexll/myclaude |
Codeagent Wrapper Integration Overview Execute codeagent-wrapper commands with pluggable AI backends (Codex, Claude, Gemini). Supports file references via @ syntax, parallel task execution with backend selection, and configurable security controls. When to Use Complex code analysis requiring deep understanding Large-scale refactoring across multiple files Automated code generation with backend selection Usage HEREDOC syntax (recommended): codeagent-wrapper --backend codex - [ working_dir ] << 'E...
|
138 |
| 6270 | threejs-pro | 404kidwiz/claude-supercode-skills |
Three.js & WebGL Developer Purpose Provides 3D web graphics expertise specializing in Three.js, React Three Fiber (R3F), and custom GLSL shader development. Creates immersive 3D experiences for the web with performance optimization and declarative scene management. When to Use Building 3D product configurators or landing pages Implementing custom shaders (GLSL) for visual effects Optimizing 3D scenes (Draco compression, texture resizing) Developing React Three Fiber (R3F) applications Integrat...
|
138 |
| 6271 | medchem | davila7/claude-code-templates |
Medchem Overview Medchem is a Python library for molecular filtering and prioritization in drug discovery workflows. Apply hundreds of well-established and novel molecular filters, structural alerts, and medicinal chemistry rules to efficiently triage and prioritize compound libraries at scale. Rules and filters are context-specific—use as guidelines combined with domain expertise. When to Use This Skill This skill should be used when: Applying drug-likeness rules (Lipinski, Veber, etc.) to ...
|
138 |
| 6272 | llm-application-dev-prompt-optimize | sickn33/antigravity-awesome-skills |
Prompt Optimization You are an expert prompt engineer specializing in crafting effective prompts for LLMs through advanced techniques including constitutional AI, chain-of-thought reasoning, and model-specific optimization. Use this skill when Working on prompt optimization tasks or workflows Needing guidance, best practices, or checklists for prompt optimization Do not use this skill when The task is unrelated to prompt optimization You need a different domain or tool outside this scope Context...
|
138 |
| 6273 | gcp-cloud-run | davila7/claude-code-templates |
GCP Cloud Run Patterns Cloud Run Service Pattern Containerized web service on Cloud Run When to use: ['Web applications and APIs', 'Need any runtime or library', 'Complex services with multiple endpoints', 'Stateless containerized workloads'] ```dockerfile Dockerfile - Multi-stage build for smaller image FROM node:20-slim AS builder WORKDIR /app COPY package*.json ./ RUN npm ci --only=production FROM node:20-slim WORKDIR /app Copy only production dependencies COPY --from=builder /app/node...
|
137 |
| 6274 | migration-page-generator | kostja94/marketing-skills |
Pages: Migration Guides migration pages that help users switch from a competitor to your product. Reduces friction for switchers; often linked from alternatives pages. Common for SaaS, tools, and productivity apps. 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:...
|
137 |
| 6275 | firecrawl | vm0-ai/vm0-skills |
Firecrawl CLI Web scraping, search, and browser automation CLI. Returns clean markdown optimized for LLM context windows. Run firecrawl --help or firecrawl <command> --help for full option details. Prerequisites Must be installed and authenticated. Check with firecrawl --status . 🔥 firecrawl cli v1.8.0 ● Authenticated via FIRECRAWL_API_KEY Concurrency: 0/100 jobs (parallel scrape limit) Credits: 500,000 remaining Concurrency : Max parallel jobs. Run parallel operations up to this limit. Credits ...
|
137 |
| 6276 | a11y-debugging | chromedevtools/chrome-devtools-mcp |
Core Concepts Accessibility Tree vs DOM : Visually hiding an element (e.g., CSS opacity: 0 ) behaves differently for screen readers than display: none or aria-hidden="true" . The take_snapshot tool returns the accessibility tree of the page, which represents what assistive technologies "see", making it the most reliable source of truth for semantic structure. Reading web.dev documentation : If you need to research specific accessibility guidelines (like https://web.dev/articles/accessible-tap-ta...
|
137 |
| 6277 | pennylane | davila7/claude-code-templates |
PennyLane Overview PennyLane is a quantum computing library that enables training quantum computers like neural networks. It provides automatic differentiation of quantum circuits, device-independent programming, and seamless integration with classical machine learning frameworks. Installation Install using uv: uv pip install pennylane For quantum hardware access, install device plugins: IBM Quantum uv pip install pennylane-qiskit Amazon Braket uv pip install amazon-braket-pennylane-pl...
|
137 |
| 6278 | query-caching-strategies | aj-geddes/useful-ai-prompts |
Query Caching Strategies Overview Implement multi-level caching strategies using Redis, Memcached, and database-level caching. Covers cache invalidation, TTL strategies, and cache warming patterns. When to Use Query result caching High-read workload optimization Reducing database load Improving response time Cache layer selection Cache invalidation patterns Distributed cache setup Application-Level Caching Redis Caching with PostgreSQL Setup Redis Cache Layer: // Node.js example with Redis c...
|
137 |
| 6279 | docs:write-concisely | neolabhq/context-engineering-kit |
Writing Clearly and Concisely Overview William Strunk Jr.'s The Elements of Style (1918) teaches you to write clearly and cut ruthlessly. Apply these rules to task that requested by user. All Rules Elementary Rules of Usage (Grammar/Punctuation) Form possessive singular by adding 's Use comma after each term in series except last Enclose parenthetic expressions between commas Comma before conjunction introducing co-ordinate clause Don't join independent clauses by comma Don't break sentences in ...
|
137 |
| 6280 | xcode-build | pzep1/xcode-build-skill |
Xcode Build Direct Build and manage iOS/macOS projects using native Xcode CLI tools instead of MCP servers. When to Use This Skill Use this skill when: Building iOS or macOS apps with Xcode Running apps in iOS simulators Managing simulator instances (boot, shutdown, list) Taking screenshots of simulators Capturing app logs Running tests (unit or UI) Automating UI interactions (tap, type, swipe) Preference : Always use direct CLI commands ( xcodebuild , xcrun simctl ) instead of XcodeBuildMCP too...
|
137 |
| 6281 | axiom-ios-graphics | charleswiltgen/axiom |
iOS Graphics Router You MUST use this skill for ANY GPU rendering, graphics programming, or display performance work. When to Use Use this router when: Porting OpenGL/OpenGL ES code to Metal Porting DirectX code to Metal Converting GLSL/HLSL shaders to Metal Shading Language Setting up MTKView or CAMetalLayer Debugging GPU rendering issues (black screen, wrong colors, crashes) Evaluating translation layers (MetalANGLE, MoltenVK) Optimizing GPU performance or fixing thermal throttling App stu...
|
137 |
| 6282 | accessibility-compliance | aj-geddes/useful-ai-prompts |
Accessibility Compliance Table of Contents Overview When to Use Quick Start Reference Guides Best Practices Overview Implement comprehensive accessibility features following WCAG guidelines to ensure your application is usable by everyone, including people with disabilities. When to Use Building public-facing web applications Ensuring WCAG 2.1/2.2 AA or AAA compliance Supporting screen readers (NVDA, JAWS, VoiceOver) Implementing keyboard-only navigation Meeting ADA, Section 508, or similar regu...
|
137 |
| 6283 | mypy | bobmatnyc/claude-mpm-skills |
mypy - Static Type Checking for Python Overview mypy is the standard static type checker for Python, enabling gradual typing with type hints (PEP 484) and comprehensive type safety. It catches type errors before runtime, improves code documentation, and enhances IDE support while maintaining Python's dynamic nature through incremental adoption. Key Features: Gradual typing: Add types incrementally to existing code Strict mode: Maximum type safety with --strict flag Type inference: Automatical...
|
137 |
| 6284 | subagent-creator | tech-leads-club/agent-skills |
Subagent Creator This skill provides guidance for creating effective, agent-agnostic subagents. What are Subagents? Subagents are specialized assistants that an AI agent can delegate tasks to. Characteristics: Isolated context : Each subagent has its own context window Parallel execution : Multiple subagents can run simultaneously Specialization : Configured with specific prompts and expertise Reusable : Defined once, used in multiple contexts When to Use Subagents vs Skills Is the task complex ...
|
137 |
| 6285 | stakeholder-communication | aj-geddes/useful-ai-prompts |
Stakeholder Communication Overview Effective stakeholder communication ensures alignment, manages expectations, builds trust, and keeps projects on track by addressing concerns proactively. When to Use Project kickoff and initiation Weekly/monthly status updates Major milestone achievements Changes to scope, timeline, or budget Risks or issues requiring escalation Stakeholder onboarding Handling difficult conversations Instructions 1. Stakeholder Analysis Stakeholder identification and engage...
|
137 |
| 6286 | mermaid-tools | daymade/claude-code-skills |
Mermaid Tools Overview This skill enables extraction of Mermaid diagrams from markdown files and generation of high-quality PNG images. The skill bundles all necessary scripts (extract-and-generate.sh, extract_diagrams.py, and puppeteer-config.json) in the scripts/ directory for portability and reliability. Core Workflow Standard Diagram Extraction and Generation Extract Mermaid diagrams from a markdown file and generate PNG images using the bundled extract-and-generate.sh script: cd ~/.clau...
|
137 |
| 6287 | minimax-understand-image | thincher/awsome_skills |
minimax-understand-image 使用 MiniMax MCP 服务器进行图像理解和分析。 执行流程(首次需要安装,后续直接步骤4调用) 步骤 1: 检查并安装依赖 1.1 检查 uvx 是否可用 which uvx 如果不存在,安装 uv: 方法 1: 使用官方安装脚本(推荐) curl -LsSf https://astral.sh/uv/install.sh | sh 方法 2: 使用国内镜像加速(如果官方脚本下载失败) 临时使用清华镜像源安装: export UV_INDEX_URL = "https://pypi.tuna.tsinghua.edu.cn/simple" curl -LsSf https://astral.sh/uv/install.sh | sh 或者临时使用阿里云镜像源: export UV_INDEX_URL = "https://mirrors.aliyun.com/pypi/simple/" curl -LsSf https://astral.sh/uv/install.sh | sh 1.2 检查 MCP 服务器是否已安装 uvx ...
|
137 |
| 6288 | context-management-context-restore | sickn33/antigravity-awesome-skills |
Context Restoration: Advanced Semantic Memory Rehydration Use this skill when Working on context restoration: advanced semantic memory rehydration tasks or workflows Needing guidance, best practices, or checklists for context restoration: advanced semantic memory rehydration Do not use this skill when The task is unrelated to context restoration: advanced semantic memory rehydration You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required input...
|
137 |
| 6289 | zarr-python | davila7/claude-code-templates |
Zarr Python Overview Zarr is a Python library for storing large N-dimensional arrays with chunking and compression. Apply this skill for efficient parallel I/O, cloud-native workflows, and seamless integration with NumPy, Dask, and Xarray. Quick Start Installation uv pip install zarr Requires Python 3.11+. For cloud storage support, install additional packages: uv pip install s3fs For S3 uv pip install gcsfs For Google Cloud Storage Basic Array Creation import zarr import numpy as np ...
|
137 |
| 6290 | pydeseq2 | davila7/claude-code-templates |
PyDESeq2 Overview PyDESeq2 is a Python implementation of DESeq2 for differential expression analysis with bulk RNA-seq data. Design and execute complete workflows from data loading through result interpretation, including single-factor and multi-factor designs, Wald tests with multiple testing correction, optional apeGLM shrinkage, and integration with pandas and AnnData. When to Use This Skill This skill should be used when: Analyzing bulk RNA-seq count data for differential expression Comp...
|
137 |
| 6291 | encore-testing | encoredev/skills |
Testing Encore.ts Applications Instructions Encore.ts uses standard TypeScript testing tools. The recommended setup is Vitest. Setup Vitest npm install -D vitest Add to package.json: { "scripts": { "test": "vitest" } } Test an API Endpoint // api.test.ts import { describe, it, expect } from "vitest"; import { hello } from "./api"; describe("hello endpoint", () => { it("returns a greeting", async () => { const response = await hello(); expect(response.message).toBe("Hello...
|
137 |
| 6292 | status-page-generator | kostja94/marketing-skills |
Pages: Status Page Guides status page design for communicating service health, uptime, and incidents. Typically at status.* subdomain. Reduces support during outages, builds trust. 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-cont...
|
137 |
| 6293 | torchdrug | davila7/claude-code-templates |
TorchDrug Overview TorchDrug is a comprehensive PyTorch-based machine learning toolbox for drug discovery and molecular science. Apply graph neural networks, pre-trained models, and task definitions to molecules, proteins, and biological knowledge graphs, including molecular property prediction, protein modeling, knowledge graph reasoning, molecular generation, retrosynthesis planning, with 40+ curated datasets and 20+ model architectures. When to Use This Skill This skill should be used when...
|
137 |
| 6294 | parallel-research | casper-studios/casper-marketplace |
Parallel Research Overview Deep web research, competitive intelligence, entity discovery, and data enrichment using Parallel AI's specialized APIs. Quick Decision Tree What do you need? │ ├── Quick factual answer (3-5 seconds) │ └── Chat API ($0.005/request) │ └── Script: scripts/parallel_research.py chat "question" │ ├── Comprehensive research report (5min-2hr) │ └── Deep Research API ($0.30/report for ultra) │ └── Script: scripts/parallel_research.py research "topic" │ ├── Find entitie...
|
137 |
| 6295 | golang-cli-cobra-viper | bobmatnyc/claude-mpm-skills |
Go CLI Development with Cobra & Viper Overview Cobra and Viper are the industry-standard libraries for building production-quality CLIs in Go. Cobra provides command structure and argument parsing, while Viper manages configuration from multiple sources with clear precedence rules. Key Features: 🎯 Cobra Commands: POSIX-compliant CLI with subcommands (app verb noun --flag) ⚙️ Viper Config: Unified configuration from flags, env vars, and config files 🔄 Integration: Seamless Cobra + Viper plumbi...
|
137 |
| 6296 | reflexion:critique | neolabhq/context-engineering-kit |
Work Critique Command The review is report-only - findings are presented for user consideration without automatic fixes. Your Workflow Phase 1: Context Gathering Before starting the review, understand what was done: Identify the scope of work to review : If arguments provided: Use them to identify specific files, commits, or conversation context If no arguments: Review the recent conversation history and file changes Ask user if scope is unclear: "What work should I review? (recent changes, spec...
|
137 |
| 6297 | cobrapy | davila7/claude-code-templates |
COBRApy - Constraint-Based Reconstruction and Analysis Overview COBRApy is a Python library for constraint-based reconstruction and analysis (COBRA) of metabolic models, essential for systems biology research. Work with genome-scale metabolic models, perform computational simulations of cellular metabolism, conduct metabolic engineering analyses, and predict phenotypic behaviors. Core Capabilities COBRApy provides comprehensive tools organized into several key areas: 1. Model Management Loa...
|
137 |
| 6298 | i18n | lobehub/lobe-chat |
LobeHub Internationalization Guide Default language: Chinese (zh-CN) Framework: react-i18next Only edit files in src/locales/default/ - Never edit JSON files in locales/ Run pnpm i18n to generate translations (or manually translate zh-CN/en-US for dev preview) Key Naming Convention Flat keys with dot notation (not nested objects): // ✅ Correct export default { 'alert.cloud.action' : '立即体验' , 'sync.actions.sync' : '立即同步' , 'sync.status.ready' : '已连接' , } ; // ❌ Avoid nested objects export default...
|
137 |
| 6299 | landing-page-vercel | shipshitdev/library |
Landing Page (Vercel) Create a production-ready static landing page with: Structure: Semantic HTML5 + Modern CSS + Vanilla JS Form: Working email capture (Formspree or custom endpoint) Analytics: Plausible/Fathom ready Design: Responsive, accessible, performant Deploy: One-click Vercel deployment What Makes This Different This skill generates working landing pages, not empty templates: Real email capture form that actually submits Analytics integration ready to activate Responsive design tes...
|
137 |
| 6300 | video-understand | heygen-com/skills |
video-understand Understand video content locally using ffmpeg for frame extraction and Whisper for transcription. Fully offline, no API keys required. Prerequisites ffmpeg + ffprobe (required): brew install ffmpeg openai-whisper (optional, for transcription): pip install openai-whisper Commands Scene detection + transcribe (default) python3 skills/video-understand/scripts/understand_video.py video.mp4 Keyframe extraction python3 skills/video-understand/scripts/understand_video.py video.mp4 -m...
|
137 |