Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
9101 incremental-static-rendering patternsdev/skills
Incremental Static Generation Static Generation (SSG) addresses most of the concerns of SSR and CSR but is suitable for rendering mostly static content. It poses limitations when the content to be rendered is dynamic or changing frequently. Think of a growing blog with multiple posts. You wouldn't possibly want to rebuild and redeploy the site just because you want to correct a typo in one of the posts. Similarly, one new blog post should also not require a rebuild for all the existing pages. Th...
354
9102 cloudflare-troubleshooting daymade/claude-code-skills
Cloudflare Troubleshooting Core Principle Investigate with evidence, not assumptions. Always query Cloudflare API to examine actual configuration before diagnosing issues. The skill's value is the systematic investigation methodology, not predetermined solutions. Investigation Methodology 1. Gather Credentials Request from user: Domain name Cloudflare account email Cloudflare Global API Key (or API Token) Global API Key location: Cloudflare Dashboard → My Profile → API Tokens → View Global ...
354
9103 sympy davila7/claude-code-templates
SymPy - Symbolic Mathematics in Python Overview SymPy is a Python library for symbolic mathematics that enables exact computation using mathematical symbols rather than numerical approximations. This skill provides comprehensive guidance for performing symbolic algebra, calculus, linear algebra, equation solving, physics calculations, and code generation using SymPy. When to Use This Skill Use this skill when: Solving equations symbolically (algebraic, differential, systems of equations) Per...
354
9104 firebase davila7/claude-code-templates
Firebase You're a developer who has shipped dozens of Firebase projects. You've seen the "easy" path lead to security breaches, runaway costs, and impossible migrations. You know Firebase is powerful, but you also know its sharp edges. Your hard-won lessons: The team that skipped security rules got pwned. The team that designed Firestore like SQL couldn't query their data. The team that attached listeners to large collections got a $10k bill. You've learned from all of them. You advocate for ...
354
9105 codebase-cleanup-deps-audit sickn33/antigravity-awesome-skills
Dependency Audit and Security Analysis You are a dependency security expert specializing in vulnerability scanning, license compliance, and supply chain security. Analyze project dependencies for known vulnerabilities, licensing issues, outdated packages, and provide actionable remediation strategies. Use this skill when Auditing dependencies for vulnerabilities Checking license compliance or supply-chain risks Identifying outdated packages and upgrade paths Preparing security reports or remedia...
354
9106 creative-intelligence aj-geddes/claude-code-bmad-skills
Creative Intelligence Role: Creative Intelligence System specialist Function: Facilitate structured brainstorming, conduct research, generate creative solutions Responsibilities Lead brainstorming sessions using proven techniques Conduct market and competitive research Generate creative solutions to complex problems Facilitate idea generation and refinement Document research findings and insights Support innovation across all BMAD phases Core Principles Structured Creativity - Use proven fram...
354
9107 fusion-skills equinor/fusion-skills
No SKILL.md available for this skill. View on GitHub
354
9108 qlty-check parcadei/continuous-claude-v3
Qlty Code Quality Universal code quality tool supporting 70+ linters for 40+ languages via qlty CLI. When to Use Check code for linting issues before commit/handoff Auto-fix formatting and style issues Calculate code metrics (complexity, duplication) Find code smells Quick Reference Check changed files with auto-fix uv run python -m runtime.harness scripts/qlty_check.py --fix Check all files uv run python -m runtime.harness scripts/qlty_check.py --all Format files uv run python -m runtime...
354
9109 recall parcadei/continuous-claude-v3
/recall — Search Past Claude & Codex Sessions Search all past Claude Code and Codex sessions using full-text search with BM25 ranking. Usage python3 ~/.claude/skills/recall/scripts/recall.py QUERY [ --project PATH ] [ --days N ] [ --source claude | codex ] [ --limit N ] [ --reindex ] Examples Simple keyword search python3 ~/.claude/skills/recall/scripts/recall.py "bufferStore" Phrase search (exact match) python3 ~/.claude/skills/recall/scripts/recall.py '"ACP protocol"' Boolean query python3 ...
354
9110 environment-triage parcadei/continuous-claude-v3
Environment Triage When uv sync or pip install behaves unexpectedly, check the actual interpreter. Pattern System Python is not authoritative if uv/venv selects a different interpreter. DO What uv ACTUALLY uses uv run python --version What's pinned (this controls uv) cat .python-version Confirm package is installed uv pip show <package> Confirm import works in uv context uv run python -c "import <package>; print(<package>.__version__)" Common Fix If optional deps require Python 3.12...
354
9111 implement_plan_micro parcadei/continuous-claude-v3
Formal Specification Multimodal Logic Integration Five modal logics via fusion with bridge principles: JL: Justification Logic - evidence-backed claims IEL: Inferential Erotetic Logic - question handling TEL: Temporal Epistemic Logic - phase sequencing SDL: Standard Deontic Logic - obligations/permissions DEL: Dynamic Epistemic Logic - action modalities Justification Logic (JL) Justification terms [h]:context(task_n) Handoff h justifies task context [v]:verified(phase_n) ...
354
9112 write-e2e-tests tldraw/tldraw
Writing E2E tests E2E tests use Playwright. Located in apps/examples/e2e/ (SDK examples) and apps/dotcom/client/e2e/ (tldraw.com). Test file structure apps/examples/e2e/ ├── fixtures/ │ ├── fixtures.ts Test fixtures (toolbar, menus, etc.) │ └── menus/ Page object models ├── tests/ │ └── test-*.spec.ts Test files └── shared-e2e.ts Shared utilities Name test files test-<feature>.spec.ts. Required declarations When using page.evaluate() to access the ...
354
9113 scientific-schematics k-dense-ai/scientific-agent-skills
Scientific Schematics and Diagrams Overview Scientific schematics and diagrams transform complex concepts into clear visual representations for publication. This skill uses Nano Banana Pro AI for diagram generation with Gemini 3 Pro quality review. How it works: Describe your diagram in natural language Nano Banana Pro generates publication-quality images automatically Gemini 3 Pro reviews quality against document-type thresholds Smart iteration: Only regenerates if quality is below threshold...
353
9114 pptx k-dense-ai/scientific-agent-skills
PPTX Skill Quick Reference Task Guide Read/analyze content python -m markitdown presentation.pptx Edit or create from template Read editing.md Create from scratch Read pptxgenjs.md Reading Content Text extraction python -m markitdown presentation.pptx Visual overview python scripts/thumbnail.py presentation.pptx Raw XML python scripts/office/unpack.py presentation.pptx unpacked/ Editing Workflow Read editing.md for full details. Analyze template with thumbnail.py Unpack → manipulate slides → ...
353
9115 fpf:status neolabhq/context-engineering-kit
Status Check Display the current state of the FPF knowledge base. Action (Run-Time) Check Directory Structure: Verify .fpf/ exists and contains required subdirectories. Count Hypotheses: List files in each knowledge layer: .fpf/knowledge/L0/ (Proposed) .fpf/knowledge/L1/ (Verified) .fpf/knowledge/L2/ (Validated) .fpf/knowledge/invalid/ (Rejected) Check Evidence Freshness: Scan .fpf/evidence/ for expired evidence. Count Decisions: List files in .fpf/decisions/ . Report to user. Status Report Form...
353
9116 cloudflare-turnstile jezweb/claude-skills
Cloudflare Turnstile Status: Production Ready ✅ Last Updated: 2026-01-21 Dependencies: None (optional: @marsidev/react-turnstile for React) Latest Versions: @marsidev/react-turnstile@1.4.1, turnstile-types@1.2.3 Recent Updates (2025): December 2025: @marsidev/react-turnstile v1.4.1 fixes race condition in script loading August 2025: v1.3.0 adds rerenderOnCallbackChange prop for React closure issues March 2025: Upgraded Turnstile Analytics with TopN statistics (7 dimensions: hostnames, browser...
353
9117 firebase-firestore-standard firebase/skills
Firestore Standard Edition This skill provides a complete guide for getting started with Cloud Firestore Standard Edition, including provisioning, securing, and integrating it into your application. Provisioning To set up Cloud Firestore in your Firebase project and local environment, see provisioning.md . Security Rules For guidance on writing and deploying Firestore Security Rules to protect your data, see security_rules.md . SDK Usage To learn how to use Cloud Firestore in your application co...
353
9118 tldr-deep parcadei/continuous-claude-v3
TLDR Deep Analysis Full 5-layer analysis of a specific function. Use when debugging or deeply understanding code. Trigger /tldr-deep <function_name> "analyze function X in detail" "I need to deeply understand how Y works" Debugging complex functions Layers Layer Purpose Command L1: AST Structure tldr extract <file> L2: Call Graph Navigation tldr context <func> --depth 2 L3: CFG Complexity tldr cfg <file> <func> L4: DFG Data flow tldr dfg <file> <func> L5: Slice Dependencies tldr slice <file> <...
353
9119 setup-codemap-cli neolabhq/context-engineering-kit
User Input: $ARGUMENTS Guide for setup Codemap CLI 1. Determine setup context Ask the user where they want to store the configuration: Options: Project level (shared via git) - Configuration tracked in version control, shared with team CLAUDE.md updates go to: ./CLAUDE.md Hook settings go to: ./.claude/settings.json Show more
353
9120 pytorch-lightning k-dense-ai/scientific-agent-skills
PyTorch Lightning - High-Level Training Framework Quick start PyTorch Lightning organizes PyTorch code to eliminate boilerplate while maintaining flexibility. Installation: pip install lightning Convert PyTorch to Lightning (3 steps): import lightning as L import torch from torch import nn from torch.utils.data import DataLoader, Dataset Step 1: Define LightningModule (organize your PyTorch code) class LitModel(L.LightningModule): def __init__(self, hidden_size=128): super()....
353
9121 codex-ppt ningzimu/codex-ppt-skill
Codex PPT Overview This skill creates image-based PPT decks. Each slide is a complete 16:9 image generated with the best available image backend. The image contains the slide title, key points, and visual composition. The generated images are then assembled into a .pptx file with scripts/assemble_ppt.py . Prefer the built-in image generation and editing tool when it is available. If it is unavailable, or if the user explicitly requests API/CLI mode, use this skill's local fallback CLI at scripts...
353
9122 kernel-agent-browser kernel/skills
This skill documents best practices for using agent-browser's built-in Kernel provider (`-p kernel`) for cloud browser automation. When to Use This Skill Use this skill when you need to: - Automate websites using `agent-browser -p kernel` commands - Handle bot detection on sites with aggressive anti-bot measures - Persist login sessions across automation runs using profiles - Work with iframes including cross-origin payment forms - Get live view URLs for debugging or manual intervention ...
353
9123 nansen-smart-money-tracker nansen-ai/nansen-cli
Smart Money All commands: nansen research smart-money <sub> [options] Subcommands Netflow — what tokens are smart money accumulating? nansen research smart-money netflow --chain solana --limit 10 DEX trades — real-time spot trades by smart money nansen research smart-money dex-trades --chain solana --labels "Smart Trader" --limit 20 Holdings — aggregated SM portfolio nansen research smart-money holdings --chain solana --limit 10 Perp trades — Hyperliquid only (no --chain needed) nansen resea...
353
9124 outline-coach jwynia/agent-skills
Outline Coach: Assistive Structural Guidance Skill You are an outline coach. Your role is to help writers develop their own story structure through questions, diagnosis, and guided exploration. You never generate outline content for them. The Core Constraint You do not generate: Scene beats or beat sequences Character arc mappings Plot structure proposals Worldbuilding systems Pacing recommendations as specific structures Sample prose or dialogue Any structural content they could copy into t...
353
9125 dial-your-context sanity-io/agent-context
Dial Your Context Help a user create the Instructions field content for their Sanity Agent Context MCP. The goal is a concise set of pure deltas — only information the agent can't figure out from the auto-generated schema. What you're building The Agent Context MCP already provides the agent with: A compressed schema of all document types and fields A GROQ query tutorial (~194 lines) Response style guidance Tool descriptions for GROQ queries, semantic search, etc. The Instructions field you're c...
353
9126 social-media-context-sms blacktwist/social-media-skills
When to Use User wants to set up or update their social media profile, voice, or audience User mentions "set up context," "my voice," or "my audience" User says "content pillars," "brand voice," or "who I'm writing for" User mentions "social media profile" or wants to avoid repeating foundational info User is starting a new project and needs to configure their identity before using other skills User wants to update their platforms, voice adjectives, or example posts Purpose You are an expert soc...
353
9127 websocket-development mindrally/skills
WebSocket Development You are an expert in WebSocket development and real-time communication systems. Follow these best practices when building WebSocket-based applications. Core Principles Think through the implementation step-by-step before writing code Follow the user's requirements carefully and to the letter Prioritize security, scalability, and maintainability throughout Leave NO todos, placeholders, or missing pieces in the implementation Connection Management Establishing Connections A...
353
9128 deployments-cicd vercel/vercel-plugin
Vercel Deployments & CI/CD You are an expert in Vercel deployment workflows — vercel deploy , vercel promote , vercel rollback , vercel inspect , vercel build , and CI/CD pipeline integration with GitHub Actions, GitLab CI, and Bitbucket Pipelines. Deployment Commands Preview Deployment Deploy from project root (creates preview URL) vercel Equivalent explicit form vercel deploy Preview deployments are created automatically for every push to a non-production branch when using Git integration. T...
353
9129 fix-tests neolabhq/context-engineering-kit
Fix Tests User Arguments User can provide to focus on specific tests or modules: $ARGUMENTS If nothing is provided, focus on all tests. Context After business logic changes, refactoring, or dependency updates, tests may fail because they no longer match the current behavior or implementation. This command orchestrates automated fixing of all failing tests using specialized agents. Goal Fix all failing tests to match current business logic and implementation. Show more
353
9130 continuity-ledger parcadei/continuous-claude-v3
Continuity Ledger Note: This skill is now an alias for /create_handoff. Both output the same YAML format. Create a YAML handoff document for state preservation across /clear. This is the same as /create_handoff. Process 1. Filepath & Metadata First, determine the session name from existing handoffs: ls -td thoughts/shared/handoffs/*/ 2>/dev/null | head -1 | xargs basename This returns the most recently modified handoff folder name (e.g., open-source-release). Use this as the handoff folde...
353
9131 slide-generation lingzhi227/agent-research-skills
Slide Generation Convert a completed paper into presentation slides or poster. Input $0 — Paper LaTeX file (main.tex) or paper directory References Slide templates and layout patterns: ~/.claude/skills/slide-generation/references/slide-templates.md Scripts Show more
353
9132 huashu-slides alchaincyf/huashu-skills
AI Presentation Workflow Create professional presentations: Content → Design → Build → Assembly → Polish. Step 0: Choose Workflow Settings At the start of every presentation task, ask the user TWO choices: 0-A. Collaboration Mode Mode Description Checkpoints Full Auto Minimal interaction. Confirm topic only, deliver final PPTX. 1 checkpoint Guided (recommended) Confirm outline, pick design, preview before assembly. 3 checkpoints Collaborative Review every slide, approve every illustration, full ...
353
9133 django-rest-api-development mindrally/skills
Django REST API Development You are an expert in Python, Django, and scalable RESTful API development. Core Principles Use Django's built-in features and tools wherever possible Prioritize readability and maintainability; follow PEP 8 Use descriptive variable and function names Structure your project in a modular way using Django apps Always consider scalability and performance implications Project Structure Application Structure migrations/ - Database migration files admin.py - Django admin con...
353
9134 web-development mindrally/skills
When to use this skill Use this skill for Web frontend project development when you need to: Develop web frontend pages and interfaces Deploy static websites to CloudBase static hosting Integrate CloudBase Web SDK for database, cloud functions, and authentication Set up modern frontend build systems (Vite, Webpack, etc.) Handle routing and build configurations for static hosting Do NOT use for: Mini-program development (use miniprogram-development skill) Backend service development (use cloudrun...
353
9135 pnpm mindrally/skills
pnpm is a fast, disk space efficient package manager. It uses a content-addressable store to deduplicate packages across all projects on a machine, saving significant disk space. pnpm enforces strict dependency resolution by default, preventing phantom dependencies. Configuration should preferably be placed in pnpm-workspace.yaml for pnpm-specific settings. Important: When working with pnpm projects, agents should check for pnpm-workspace.yaml and .npmrc files to understand workspace structure a...
353
9136 patent-architect fradser/dotclaude
You are Patent Architect, a senior patent engineer specializing in AI systems, XR devices, and software-hardware co-design. Execute these phases sequentially to transform technical ideas into complete Chinese patent application forms (专利申请表). Phase 1: Understand the Invention Goal: Extract core technical elements from the user's invention description. Actions: - Domain Analysis: Identify the technical field (技术领域) - Problem Identification: Define what technical problem is being solved (技术问...
353
9137 feature engineering aj-geddes/useful-ai-prompts
Feature Engineering Overview Feature engineering creates and transforms features to improve model performance, interpretability, and generalization through domain knowledge and mathematical transformations. When to Use When you need to improve model performance beyond using raw features When dealing with categorical variables that need encoding for ML algorithms When features have different scales and require normalization When creating domain-specific features based on business knowledge When h...
353
9138 howto-section-generator kostja94/marketing-skills
Components: HowTo Section Guides HowTo as an in-page section : a block of ordered steps (and optional HowTo JSON-LD) embedded inside article, documentation, tool, or landing pages. Not a standalone page type—parent page structure and templates come from article-page-generator , docs-page-generator , tools-page-generator , landing-page-generator , etc. Distinct from FAQ (Q&A → FAQPage) and from full article body drafting alone ( article-content ). schema-markup remains the source for exhaustive S...
353
9139 data-scientist borghei/claude-skills
Use this skill when Working on data scientist tasks or workflows Needing guidance, best practices, or checklists for data scientist Do not use this skill when The task is unrelated to data scientist 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-playbook.md . You are a...
353
9140 cli-demo-generator daymade/claude-code-skills
CLI Demo Generator Generate professional animated CLI demos with ease. This skill supports both automated generation from command descriptions and manual control for custom demos. When to Use This Skill Trigger this skill when users request: "Create a demo showing how to install my package" "Generate a CLI demo of these commands" "Make an animated GIF of my terminal workflow" "Record a terminal session and convert to GIF" "Batch generate demos from this config" "Create an interactive typing ...
353
9141 video-summarizer liang121/video-summarizer
Video Summarizer Overview Download videos from any platform and generate a complete resource package including: Original video file (mp4) Audio file (mp3) Subtitle file (with timestamps, vtt/srt format) Summary file (summary.md) Supports all 1800+ websites supported by yt-dlp. Trigger Conditions When the user: Provides a video link and asks for a summary Says "summarize this video", "what's in this video" Asks to "extract video content", "transcribe video" Says "download this video" Provides a l...
353
9142 agentica-prompts parcadei/continuous-claude-v3
Agentica Prompt Engineering Write prompts that Agentica agents reliably follow. Standard natural language prompts fail ~35% of the time due to LLM instruction ambiguity. The Orchestration Pattern Proven workflow for context-preserving agent orchestration: 1. RESEARCH (Nia) → Output to .claude/cache/agents/research/ ↓ 2. PLAN (RP-CLI) → Reads research, outputs .claude/cache/agents/plan/ ↓ 3. VALIDATE → Checks plan against best practices ↓ 4. IMPLEMENT (...
353
9143 agentica-claude-proxy parcadei/continuous-claude-v3
Agentica-Claude Code Proxy Integration Use this skill when developing or debugging the Agentica-Claude proxy integration. When to Use Setting up Agentica agents to use Claude Code tools Debugging agent hallucination issues Fixing permission errors in file operations Understanding the REPL response format Architecture Overview Agentica Agent → S_M_BASE_URL → Claude Proxy → claude -p → Claude CLI (with tools) (localhost:2345) (localhost:8080) Critical Requirements 1. --allowe...
353
9144 migrate parcadei/continuous-claude-v3
Migrate to Playwright Interactive migration from Cypress or Selenium to Playwright with file-by-file conversion. Input $ARGUMENTS can be: "from cypress" — migrate Cypress test suite "from selenium" — migrate Selenium/WebDriver tests A file path: convert a specific test file Empty: auto-detect source framework Steps 1. Detect Source Framework Use Explore subagent to scan: cypress/ directory or cypress.config.ts → Cypress selenium , webdriver in package.json deps → Selenium .py test files with sel...
353
9145 observe-before-editing parcadei/continuous-claude-v3
Observe Before Editing Before editing code to fix a bug, confirm what the system actually produced. Pattern Outputs don't lie. Code might. Check outputs first. DO Check if expected directories exist: ls -la .claude/cache/ Check if expected files were created: ls -la .claude/cache/learnings/ Check logs for errors: tail .claude/cache/*.log Run the failing command manually to see actual error Only then edit code DON'T Assume "hook didn't run" without checking outputs Edit code based on what you...
353
9146 project-workflow jezweb/claude-skills
Project Workflow Skill 9 integrated slash commands for complete project lifecycle automation: idea validation → planning → execution → session management → context preservation → release. Time savings: 35-55 minutes per project lifecycle Installation Marketplace: /plugin install project-workflow@claude-skills Manual: Copy commands/*.md to ~/.claude/commands/ The 7 Commands 1. /explore-idea - Pre-Planning Exploration Use when: Rough idea that needs tech stack validation, scope management, ...
352
9147 fpf:propose-hypotheses neolabhq/context-engineering-kit
Propose Hypotheses Workflow Execute the First Principles Framework (FPF) cycle: generate competing hypotheses, verify logic, validate evidence, audit trust, and produce a decision. User Input Problem Statement: $ARGUMENTS Workflow Execution Step 1a: Create Directory Structure (Main Agent) Create .fpf/ directory structure if it does not exist: mkdir -p .fpf/ { evidence,decisions,sessions,knowledge/ { L0,L1,L2,invalid } } touch .fpf/ { evidence,decisions,sessions,knowledge/ { L0,L1,L2,invalid } } ...
352
9148 fpf:decay neolabhq/context-engineering-kit
Evidence Freshness Management Manages evidence freshness by identifying stale decisions and providing governance actions. Implements FPF B.3.4 (Evidence Decay). Key principle: Evidence is perishable. Decisions built on expired evidence carry hidden risk. Quick Concepts What is "stale" evidence? Every piece of evidence has a valid_until date. A benchmark from 6 months ago may no longer reflect current system performance. A security audit from before a major dependency update doesn't account for n...
352
9149 fpf:actualize neolabhq/context-engineering-kit
Actualize Knowledge Base This command is a core part of maintaining a living assurance case. It keeps your FPF knowledge base ( .fpf/ ) in sync with the evolving reality of your project's codebase. The command performs a three-part audit against recent git changes to surface potential context drift, stale evidence, and outdated decisions. This aligns with the Observe phase of the FPF Canonical Evolution Loop (B.4) and helps manage Epistemic Debt (B.3.4). Action (Run-Time) Step 1: Check Git Chang...
352
9150 drawio-skill agents365-ai/drawio-skill
Draw.io Diagrams Overview Generate .drawio XML files and export to PNG/SVG/PDF/JPG locally using the native draw.io desktop app CLI. Supported formats: PNG, SVG, PDF, JPG — no browser automation needed. PNG, SVG, and PDF exports support --embed-diagram ( -e ) — the exported file contains the full diagram XML, so opening it in draw.io recovers the editable diagram. Use double extensions ( name.drawio.png ) to signal embedded XML. Bundled resources When the workflow references one of these, read i...
352