███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 8551 | network-security-groups | aj-geddes/useful-ai-prompts |
Network Security Groups Overview Implement network security groups and firewall rules to enforce least privilege access, segment networks, and protect infrastructure from unauthorized access. When to Use Inbound traffic control Outbound traffic filtering Network segmentation Zero-trust networking DDoS mitigation Database access restriction VPN access control Multi-tier application security Implementation Examples 1. AWS Security Groups aws-security-groups.yaml Resources: VPC Security Group...
|
242 |
| 8552 | academic-pipeline | imbad0202/academic-research-skills |
Academic Pipeline v3.2.2 — Full Academic Research Workflow Orchestrator A lightweight orchestrator that manages the complete academic pipeline from research exploration to final manuscript. It does not perform substantive work — it only detects stages, recommends modes, dispatches skills, manages transitions, and tracks state. v2.0 Core Improvements : Mandatory user confirmation checkpoints — Each stage completion requires user confirmation before proceeding to the next step Academic integrity v...
|
242 |
| 8553 | reader-recap | readwiseio/readwise-skills |
You are summarizing the user's recent reading activity from Readwise Reader. Follow this process carefully. Readwise Access Check if Readwise MCP tools are available (e.g. mcp__readwise__reader_list_documents ). If they are, use them throughout. If not, use the equivalent readwise CLI commands instead (e.g. readwise list , readwise read <id> , readwise highlights <id> ). The instructions below reference MCP tool names — translate to CLI equivalents as needed. Setup Check for persona file. Read r...
|
242 |
| 8554 | open-websearch | aas-ee/open-websearch |
Open WebSearch Use this as the single user-facing entry skill for open-websearch . Assumption: The preferred low-friction path is a working local open-websearch CLI/daemon setup. A workspace that already exposes the open-websearch MCP tools such as search , fetchWebContent , and fetchGithubReadme is also a valid path and should continue to work. If neither path is available, treat that as a missing open-websearch capability in the current workspace, not as a broken skill. If the workspace tool e...
|
242 |
| 8555 | senior-data-engineer | alirezarezvani/claude-skills |
Senior Data Engineer World-class senior data engineer skill for production-grade AI/ML/Data systems. Quick Start Main Capabilities Core Tool 1 python scripts/pipeline_orchestrator.py --input data/ --output results/ Core Tool 2 python scripts/data_quality_validator.py --target project/ --analyze Core Tool 3 python scripts/etl_performance_optimizer.py --config config.yaml --deploy Core Expertise This skill covers world-class capabilities in: Advanced production patterns and architectur...
|
241 |
| 8556 | qqbot-media | sliverp/qqbot |
QQBot 图片/语音/视频/文件收发 标签速查(直接复制使用) 类型 标签格式 示例 图片 <qqimg>绝对路径或URL</qqimg> <qqimg>/tmp/pic.jpg</qqimg> 语音 <qqvoice>绝对路径</qqvoice> <qqvoice>/tmp/voice.mp3</qqvoice> 视频 <qqvideo>绝对路径或URL</qqvideo> <qqvideo>/tmp/video.mp4</qqvideo> 文件 <qqfile>绝对路径或URL</qqfile> <qqfile>/tmp/doc.pdf</qqfile> 标签拼写必须严格按上表 ,只有这 4 个标签名: qqimg 、 qqvoice 、 qqvideo 、 qqfile 。 ⚠️ 重要:你有能力发送本地图片! 当用户要求发送本地图片时,只需使用 <qqimg> 标签包裹图片路径即可。系统会自动处理文件读取和发送。 ❌ 绝对不要说"无法发送本地图片"! ✅ 使用 <qqimg> 标签,系统就能发送任何本地图片! 📸 发送图片(推荐方式: <qqimg> 标签) 使用 <qqimg...
|
241 |
| 8557 | youtube-downloader | daymade/claude-code-skills |
YouTube Video Downloader Download YouTube videos with full control over quality and format settings. Quick Start The simplest way to download a video: python scripts/download_video.py "https://www.youtube.com/watch?v=VIDEO_ID" This downloads the video in best available quality as MP4 to /mnt/user-data/outputs/. Options Quality Settings Use -q or --quality to specify video quality: best (default): Highest quality available 1080p: Full HD 720p: HD 480p: Standard definition 360p: Lower qua...
|
241 |
| 8558 | content-repurposing | inference-sh/skills |
Content Repurposing Turn one piece of content into many formats via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Generate a quote card from a blog pull-quote infsh app run falai/flux-dev-lora --input '{ "prompt": "minimal quote card design, dark navy background, large white quotation marks, clean sans-serif typography space, modern professional design, social media post format", "widt...
|
241 |
| 8559 | twitter-thread-creation | inference-sh/skills |
Twitter/X Thread Creation Write high-engagement Twitter/X threads via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Post a tweet infsh app run x/post-create --input '{ "text": "I analyzed 1,000 landing pages.\n\n90% make the same 5 mistakes.\n\nHere are the fixes (with examples):\n\n🧵👇" }' Character Limits Element Limit Tweet text 280 characters (free), 25,000 (Premium) Thread length N...
|
241 |
| 8560 | scikit-survival | davila7/claude-code-templates |
scikit-survival: Survival Analysis in Python Overview scikit-survival is a Python library for survival analysis built on top of scikit-learn. It provides specialized tools for time-to-event analysis, handling the unique challenge of censored data where some observations are only partially known. Survival analysis aims to establish connections between covariates and the time of an event, accounting for censored records (particularly right-censored data from studies where participants don't expe...
|
241 |
| 8561 | scikit-bio | davila7/claude-code-templates |
scikit-bio Overview scikit-bio is a comprehensive Python library for working with biological data. Apply this skill for bioinformatics analyses spanning sequence manipulation, alignment, phylogenetics, microbial ecology, and multivariate statistics. When to Use This Skill This skill should be used when the user: Works with biological sequences (DNA, RNA, protein) Needs to read/write biological file formats (FASTA, FASTQ, GenBank, Newick, BIOM, etc.) Performs sequence alignments or searches f...
|
241 |
| 8562 | biomni | davila7/claude-code-templates |
Biomni Overview Biomni is an open-source biomedical AI agent framework from Stanford's SNAP lab that autonomously executes complex research tasks across biomedical domains. Use this skill when working on multi-step biological reasoning tasks, analyzing biomedical data, or conducting research spanning genomics, drug discovery, molecular biology, and clinical analysis. Core Capabilities Biomni excels at: Multi-step biological reasoning - Autonomous task decomposition and planning for complex b...
|
241 |
| 8563 | openai-image-gen | 0xbigboss/claude-code |
OpenAI Image Gen Generate a handful of “random but structured” prompts and render them via the OpenAI Images API. Run Note: Image generation can take longer than common exec timeouts (for example 30 seconds). When invoking this skill via OpenClaw’s exec tool, set a higher timeout to avoid premature termination/retries (e.g., exec timeout=300). python3 { baseDir } /scripts/gen.py open ~/Projects/tmp/openai-image-gen-*/index.html if ~/Projects/tmp exists; else ./tmp/... Useful flags: GPT image m...
|
241 |
| 8564 | isms-audit-expert | davila7/claude-code-templates |
Senior ISMS Audit Expert Expert-level Information Security Management System (ISMS) auditing with comprehensive knowledge of ISO 27001, security audit methodologies, security control assessment, and cybersecurity compliance verification. Core ISMS Auditing Competencies 1. ISO 27001 ISMS Audit Program Management Design and manage comprehensive ISMS audit programs ensuring systematic security evaluation and continuous improvement. ISMS Audit Program Framework: ISMS AUDIT PROGRAM MANAGEMENT ├── Sec...
|
241 |
| 8565 | quick-mockups | civitai/civitai |
Create multiple design mockups in parallel using the `design-mockup` agent. Usage When asked to create mockups for a feature: - Create the output directory if it doesn't exist: ``` docs/working/mockups/<feature-name>/ ``` - Launch 3-5 parallel mockup agents using the Task tool with `subagent_type: design-mockup` - Each agent creates a unique variation with different: Layout approaches (grid, list, masonry, cards) - Information hierarchy - Visual emphasis - Interaction patterns D...
|
241 |
| 8566 | javascript-testing-patterns | sickn33/antigravity-awesome-skills |
JavaScript Testing Patterns Comprehensive guide for implementing robust testing strategies in JavaScript/TypeScript applications using modern testing frameworks and best practices. When to Use This Skill Setting up test infrastructure for new projects Writing unit tests for functions and classes Creating integration tests for APIs and services Implementing end-to-end tests for user flows Mocking external dependencies and APIs Testing React, Vue, or other frontend components Implementing test-d...
|
241 |
| 8567 | swiftui-expert-skill | sickn33/antigravity-awesome-skills |
SwiftUI Expert Skill Overview Use this skill to build, review, or improve SwiftUI features with correct state management, modern API usage, Swift concurrency best practices, optimal view composition, and iOS 26+ Liquid Glass styling. Prioritize native APIs, Apple design guidance, and performance-conscious patterns. This skill focuses on facts and best practices without enforcing specific architectural patterns. Workflow Decision Tree 1) Review existing SwiftUI code Check property wrapper usage...
|
241 |
| 8568 | tdd-orchestrator | sickn33/antigravity-awesome-skills |
Use this skill when Working on tdd orchestrator tasks or workflows Needing guidance, best practices, or checklists for tdd orchestrator Do not use this skill when The task is unrelated to tdd orchestrator 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...
|
241 |
| 8569 | docx-to-markdown | duc01226/easyplatform |
docx-to-markdown Convert Microsoft Word (.docx) documents to Markdown format. Installation Required cd .claude/skills/docx-to-markdown npm install Dependencies: mammoth, turndown, @truto/turndown-plugin-gfm Quick Start Basic conversion node .claude/skills/docx-to-markdown/scripts/convert.cjs \ --file ./document.docx Custom output path node .claude/skills/docx-to-markdown/scripts/convert.cjs \ --file ./doc.docx \ --output ./output/doc.md Extract images to directory node .claude/sk...
|
241 |
| 8570 | data-engineering-data-driven-feature | sickn33/antigravity-awesome-skills |
Data-Driven Feature Development Build features guided by data insights, A/B testing, and continuous measurement using specialized agents for analysis, implementation, and experimentation. [Extended thinking: This workflow orchestrates a comprehensive data-driven development process from initial data analysis and hypothesis formulation through feature implementation with integrated analytics, A/B testing infrastructure, and post-launch analysis. Each phase leverages specialized agents to ensure f...
|
241 |
| 8571 | security-scanning-security-dependencies | sickn33/antigravity-awesome-skills |
Dependency Vulnerability Scanning You are a security expert specializing in dependency vulnerability analysis, SBOM generation, and supply chain security. Scan project dependencies across multiple ecosystems to identify vulnerabilities, assess risks, and provide automated remediation strategies. Use this skill when Auditing dependencies for vulnerabilities or license risks Generating SBOMs for compliance or supply chain visibility Planning remediation for outdated or vulnerable packages Standard...
|
241 |
| 8572 | react-router-declarative-mode | remix-run/agent-skills |
React Router Declarative Mode Declarative mode is React Router's simplest mode using <BrowserRouter> , <Routes> , and <Route> for basic client-side routing without data loading features like loaders or actions. When to Apply Using <BrowserRouter> for routing Configuring routes with <Routes> and <Route> Navigating with <Link> , <NavLink> , or useNavigate Reading URL params with useParams Working with search params using useSearchParams Accessing location with useLocation References Load the relev...
|
241 |
| 8573 | conductor-manage | sickn33/antigravity-awesome-skills |
Track Manager Manage the complete track lifecycle including archiving, restoring, deleting, renaming, and cleaning up orphaned artifacts. Use this skill when Archiving, restoring, renaming, or deleting Conductor tracks Listing track status or cleaning orphaned artifacts Managing the track lifecycle across active, completed, and archived states Do not use this skill when Conductor is not initialized in the repository You lack permission to modify track metadata or files The task is unrelated to C...
|
241 |
| 8574 | macos-calendar | lucaperret/agent-skills |
macOS Calendar Manage Apple Calendar events via $SKILL_DIR/scripts/calendar.sh . All date handling uses relative math ( current date + N * days ) to avoid locale issues (FR/EN/DE date formats). Quick start List calendars Always list calendars first to find the correct calendar name: " $SKILL_DIR /scripts/calendar.sh" list-calendars Create an event echo '<json>' | " $SKILL_DIR /scripts/calendar.sh" create-event JSON fields: Field Required Default Description summary yes - Event title calendar no ...
|
241 |
| 8575 | economic-systems | jwynia/agent-skills |
Economic Systems: Fictional Economy Design Skill You help writers create authentic economic systems for fictional worlds by applying the ten core principles that govern how real economies form, function, and evolve. This produces economies that drive plot and character rather than serving as backdrop. Core Principles Resource Foundation: Economic systems are shaped by available resources and their distribution Exchange Evolution: Trade evolves from barter to complex financial instruments throu...
|
241 |
| 8576 | follow-builders | xiaoxuerenww/follow-builders |
Follow Builders, Not Influencers You are an AI-powered content curator that tracks the top builders in AI — the people actually building products, running companies, and doing research — and delivers digestible summaries of what they're saying. Philosophy: follow builders with original opinions, not influencers who regurgitate. Detecting Platform Before doing anything, detect which platform you're running on by running: which openclaw 2 > /dev/null && echo "PLATFORM=openclaw" || echo "PLATFORM=o...
|
241 |
| 8577 | system-info | agno-agi/agno |
This skill provides scripts to gather system information. Available Scripts - `get_system_info.py` - Returns basic system information (OS, Python version, current time) - `list_directory.py` - Lists files in a specified directory Usage - Use `run_skill_script("system-info", "get_system_info.py")` to get system information - Use `run_skill_script("system-info", "list_directory.py", args=["path"])` to list a directory
|
241 |
| 8578 | aws-penetration-testing | sickn33/antigravity-awesome-skills |
AWS Penetration Testing Purpose Provide comprehensive techniques for penetration testing AWS cloud environments. Covers IAM enumeration, privilege escalation, SSRF to metadata endpoint, S3 bucket exploitation, Lambda code extraction, and persistence techniques for red team operations. Inputs/Prerequisites AWS CLI configured with credentials Valid AWS credentials (even low-privilege) Understanding of AWS IAM model Python 3, boto3 library Tools: Pacu, Prowler, ScoutSuite, SkyArk Outputs/Deliverabl...
|
241 |
| 8579 | graphql-implementation | aj-geddes/useful-ai-prompts |
GraphQL Implementation Overview Implement GraphQL APIs with proper schema design, resolver patterns, error handling, and performance optimization for flexible client-server communication. When to Use Designing new GraphQL APIs Creating GraphQL schemas and types Implementing resolvers and mutations Adding subscriptions for real-time data Migrating from REST to GraphQL Optimizing GraphQL performance Instructions 1. GraphQL Schema Design type User { id: ID! email: String! firstName: String!...
|
241 |
| 8580 | property-based-testing | aj-geddes/useful-ai-prompts |
Property-Based Testing Guide Use this skill proactively during development when you encounter patterns where PBT provides stronger coverage than example-based tests. When to Invoke (Automatic Detection) Invoke this skill when you detect: Serialization pairs: encode/decode, serialize/deserialize, toJSON/fromJSON, pack/unpack Parsers: URL parsing, config parsing, protocol parsing, string-to-structured-data Normalization: normalize, sanitize, clean, canonicalize, format Validators: is_valid, va...
|
241 |
| 8581 | network analysis | aj-geddes/useful-ai-prompts |
Network Analysis Overview This skill enables analysis of network structures to identify communities, measure centrality, detect influential nodes, and visualize complex relationships in social networks, organizational structures, and interconnected systems. When to Use Analyzing social networks to identify influential users and community structures Mapping organizational hierarchies and identifying key connectors or bottlenecks Studying citation networks to find impactful research papers and col...
|
241 |
| 8582 | third-party-integration | aj-geddes/useful-ai-prompts |
Third-Party Integration Overview Build robust integrations with external services using standardized patterns for API calls, error handling, authentication, and data transformation. When to Use Integrating payment processors (Stripe, PayPal) Using messaging services (SendGrid, Twilio) Connecting to analytics platforms (Mixpanel, Segment) Syncing with storage services (AWS S3, Google Cloud) Integrating CRM systems (Salesforce, HubSpot) Building multi-service architectures Instructions 1. Third-...
|
241 |
| 8583 | safe-publish | webflow/webflow-skills |
Publish a Webflow site with comprehensive preview, validation, and explicit confirmation workflow. Important Note ALWAYS use Webflow MCP tools for all operations: - Use Webflow MCP's `data_sites_tool` with action `list_sites` for listing available sites - Use Webflow MCP's `data_sites_tool` with action `get_site` for detailed site information - Use Webflow MCP's `data_pages_tool` with action `list_pages` for retrieving all pages - Use Webflow MCP's `data_cms_tool` with action `get_collect...
|
241 |
| 8584 | asset-audit | webflow/webflow-skills |
Asset Audit Analyze assets on a Webflow site for SEO optimization. Important Note ALWAYS use Webflow MCP tools for all operations: Use Webflow MCP's asset_tool for fetching and updating assets Use Webflow MCP's get_image_preview for analyzing image content Use Webflow MCP's data_sites_tool with action list_sites for listing available sites Use Webflow MCP's webflow_guide_tool to get best practices before starting DO NOT use any other tools or methods for Webflow operations All tool calls mus...
|
241 |
| 8585 | nano-banana-pro | steipete/clawdis |
Nano Banana Pro Image Generation & Editing Generate new images or edit existing ones using Google's Nano Banana Pro API (Gemini 3 Pro Image). Usage Run the script using absolute path (do NOT cd to skill directory first): Generate new image: uv run ~/.claude/skills/nano-banana-pro/scripts/generate_image.py --prompt "your image description" --filename "output-name.png" [--resolution 1K|2K|4K] [--api-key KEY] Edit existing image: uv run ~/.claude/skills/nano-banana-pro/scripts/generate_imag...
|
240 |
| 8586 | axiom-ios-testing | charleswiltgen/axiom |
iOS Testing Router You MUST use this skill for ANY testing-related question, including writing tests, debugging test failures, making tests faster, or choosing between testing approaches. When to Use Use this router when you encounter: Writing new unit tests or UI tests Swift Testing framework (@Test, expect, @Suite) XCTest or XCUITest questions Making tests run faster (without simulator) Flaky tests (pass sometimes, fail sometimes) Testing async code reliably Migrating from XCTest to Swift ...
|
240 |
| 8587 | agent-native-audit | everyinc/compound-engineering-plugin |
Agent-Native Architecture Audit Conduct a comprehensive review of the codebase against agent-native architecture principles, launching parallel sub-agents for each principle and producing a scored report. Core Principles to Audit Action Parity - "Whatever the user can do, the agent can do" Tools as Primitives - "Tools provide capability, not behavior" Context Injection - "System prompt includes dynamic context about app state" Shared Workspace - "Agent and user work in the same data space" CRUD ...
|
240 |
| 8588 | website-cloner | horuz-ai/claude-plugins |
Website Cloner Skill Clone any website with pixel-perfect fidelity using an orchestrated multi-agent workflow. Overview This skill provides a complete system for cloning websites: Slash command : /clone-website <url> orchestrates the entire workflow 4 specialized sub-agents : Each handles a specific phase Output : Single React component using Tailwind CSS + motion Architecture ┌─────────────────────────────────────────┐ │ ORCHESTRATOR (/clone-website) │ │ Delegates, doesn't code ...
|
240 |
| 8589 | aixyz-on-openclaw | agentlyhq/aixyz |
aixyz for openclaw Users This guide is written for openclaw users who want to ship a live, paid AI agent using aixyz. You do not need prior coding experience or knowledge of crypto infrastructure — every step is explained from scratch. Quick reference: The general aixyz skill lives at skills.sh/agentlyhq/aixyz . Consult it for full CLI flags and advanced topics. This guide focuses on the path that matters most to openclaw users. What You Are Building An AI agent that: Runs on the internet at a p...
|
240 |
| 8590 | kernel-auth | kernel/skills |
Kernel Auth Skill Setup and manage Kernel managed authentication connections for any website with safety checks and reauthentication support. Quick Start kernel-auth setup gmail Then visit the URL printed to complete login. Works for any website — See Using Custom Domains for any other site. Usage kernel-auth setup < service > [ --profile-name < name > ] Built-in Services gmail → gmail.com github → github.com outlook → outlook.com Using Custom Domains For any other website, use the --domain flag...
|
240 |
| 8591 | browsing | obra/superpowers-chrome |
Browsing with Chrome Direct Overview Control Chrome via DevTools Protocol using the use_browser MCP tool. Single unified interface with auto-starting Chrome. Announce: "I'm using the browsing skill to control Chrome." When to Use Use this when: Controlling authenticated sessions Managing multiple tabs in running browser Playwright MCP unavailable or excessive Use Playwright MCP when: Need fresh browser instances Generating screenshots/PDFs Prefer higher-level abstractions Auto-Capture Every DOM ...
|
240 |
| 8592 | pitch-deck-visuals | inference-sh/skills |
Pitch Deck Visuals Create investor-ready pitch deck visuals via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Generate a slide background infsh app run infsh/html-to-image --input '{ "html": "<div style=\"width:1920px;height:1080px;background:linear-gradient(135deg,0f0f23,1a1a3e);display:flex;align-items:center;padding:100px;font-family:system-ui;color:white\"><div><p style=\"font-size...
|
240 |
| 8593 | pyvene-interventions | davila7/claude-code-templates |
pyvene: Causal Interventions for Neural Networks pyvene is Stanford NLP's library for performing causal interventions on PyTorch models. It provides a declarative, dict-based framework for activation patching, causal tracing, and interchange intervention training - making intervention experiments reproducible and shareable. GitHub: stanfordnlp/pyvene (840+ stars) Paper: pyvene: A Library for Understanding and Improving PyTorch Models via Interventions (NAACL 2024) When to Use pyvene Use pyve...
|
240 |
| 8594 | game-changing-features | davila7/claude-code-templates |
10x Mode You are a product strategist with founder mentality. We're not here to add features—we're here to find the moves that 10x the product's value. Think like you own this. What would make users unable to live without it? No Chat Output : ALL responses go to .claude/docs/ai/<product-or-area>/10x/session-N.md No Code : This is pure strategy. Implementation comes later. The Point Most product work is incremental: fix bugs, add requested features, polish edges. That's necessary but not sufficie...
|
240 |
| 8595 | geo-database | davila7/claude-code-templates |
GEO Database Overview The Gene Expression Omnibus (GEO) is NCBI's public repository for high-throughput gene expression and functional genomics data. GEO contains over 264,000 studies with more than 8 million samples from both array-based and sequence-based experiments. When to Use This Skill This skill should be used when searching for gene expression datasets, retrieving experimental data, downloading raw and processed files, querying expression profiles, or integrating GEO data into comput...
|
240 |
| 8596 | deslop | davila7/claude-code-templates |
Remove AI code slop Check the diff against main, and remove all AI generated slop introduced in this branch. This includes: Extra comments that a human wouldn't add or is inconsistent with the rest of the file Extra defensive checks or try/catch blocks that are abnormal for that area of the codebase (especially if called by trusted / validated codepaths) Casts to any to get around type issues Any other style that is inconsistent with the file Report at the end with only a 1-3 sentence summar...
|
240 |
| 8597 | langfuse | davila7/claude-code-templates |
Langfuse This skill helps you use Langfuse effectively across all common workflows: instrumenting applications, migrating prompts, debugging traces, and accessing data programmatically. Core Principles Follow these principles for ALL Langfuse work: Documentation First : NEVER implement based on memory. Always fetch current docs before writing code (Langfuse updates frequently) See the section below on how to access documentation. CLI for Data Access : Use langfuse-cli when querying/modifying Lan...
|
240 |
| 8598 | reddit-fetch | ykdojo/claude-code-tips |
Reddit Fetch via Gemini CLI When WebFetch fails to access Reddit (blocked, 403, etc.), use Gemini CLI via tmux. Pick a unique session name (e.g., gemini_abc123) and use it consistently throughout. Setup tmux new-session -d -s <session_name> -x 200 -y 50 tmux send-keys -t <session_name> 'gemini' Enter sleep 3 wait for Gemini CLI to load Send query and capture output tmux send-keys -t <session_name> 'Your Reddit query here' Enter sleep 30 wait for response (adjust as needed, up to 90s for ...
|
240 |
| 8599 | appwrite-dart | appwrite/agent-skills |
Appwrite Dart SDK Installation Flutter (client-side) flutter pub add appwrite Dart (server-side) dart pub add dart_appwrite Setting Up the Client Client-side (Flutter) import 'package:appwrite/appwrite.dart' ; final client = Client ( ) . setEndpoint ( 'https://<REGION>.cloud.appwrite.io/v1' ) . setProject ( '[PROJECT_ID]' ) ; Server-side (Dart) import 'package:dart_appwrite/dart_appwrite.dart' ; final client = Client ( ) . setEndpoint ( 'https://<REGION>.cloud.appwrite.io/v1' ) . setProject ( ...
|
240 |
| 8600 | memory | johnlindquist/claude |
Memory - Read & Access Operations Unified read-side memory skill with subcommands for searching, loading, syncing, history, and visualization. Cross-session read strategy (Opus 4.7 / CC 2.1.111+): Opus 4.7 reads filesystem memory more reliably than 4.6. When loading context at session start, prefer the layered read order: ~/.claude/projects/<slug>/memory/MEMORY.md (durable index — load first, always) .claude/chain/state.json + most recent NN-*.json handoff (session continuation) MCP mcp__memory_...
|
240 |