███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 11651 | quality-manager-qmr | alirezarezvani/claude-skills |
Senior Quality Manager Responsible Person (QMR) Quality system accountability, management review leadership, and regulatory compliance oversight per ISO 13485 Clause 5.5.2 requirements. Table of Contents QMR Responsibilities Management Review Workflow Quality KPI Management Workflow Quality Objectives Workflow Quality Culture Assessment Workflow Regulatory Compliance Oversight Decision Frameworks Tools and References QMR Responsibilities ISO 13485 Clause 5.5.2 Requirements Responsibility Scope E...
|
746 |
| 11652 | ministack-aws-emulator | aradotso/trending-skills |
MiniStack AWS Emulator Skill by ara.so — Daily 2026 Skills collection. MiniStack is a free, MIT-licensed drop-in replacement for LocalStack that emulates 25+ AWS services (S3, SQS, DynamoDB, Lambda, SNS, IAM, STS, Kinesis, EventBridge, SecretsManager, SSM, CloudWatch, SES, and more) on a single port ( 4566 ). No account, no API key, no telemetry. Works with boto3 , AWS CLI, Terraform, CDK, and any SDK. Installation Option 1: PyPI (simplest) pip install ministack ministack Server runs at http://...
|
746 |
| 11653 | 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...
|
745 |
| 11654 | sf-vlocity-build-deploy | jaganpro/sf-skills |
sf-vlocity-build-deploy: Vlocity Build DataPack Deployment Use this skill when the user needs Vlocity DataPack deployment orchestration : export/deploy workflow, manifest-driven deploys, failure triage, and CI/CD sequencing for OmniStudio/Industries DataPacks. When This Skill Owns the Task Use sf-vlocity-build-deploy when work involves: vlocity packDeploy , packRetry , packContinue , packExport , packGetDiffs , validateLocalData DataPack job-file design ( projectPath , expansionPath , manifest ,...
|
745 |
| 11655 | premortem | parcadei/continuous-claude-v3 |
Pre-Mortem Identify failure modes before they occur by systematically questioning plans, designs, and implementations. Based on Gary Klein's technique, popularized by Shreyas Doshi (Stripe). Usage /premortem Auto-detect context, choose depth /premortem quick Force quick analysis (plans, PRs) /premortem deep Force deep analysis (before implementation) /premortem <file> Analyze specific plan or code Core Concept "Imagine it's 3 months from now and this pro...
|
745 |
| 11656 | react18-lifecycle-patterns | github/awesome-copilot |
React 18 Lifecycle Patterns Reference for migrating the three unsafe class component lifecycle methods to React 18.3.1 compliant patterns. Quick Decision Guide Before migrating any lifecycle method, identify the semantic category of what the method does. Wrong category = wrong migration. The table below routes you to the correct reference file. componentWillMount - what does it do? What it does Correct migration Reference Sets initial state ( this.setState(...) ) Move to constructor → componentW...
|
745 |
| 11657 | manga-drama | freestylefly/canghe-skills |
漫剧生成器 基于 Seedance 视频生成能力,专门用于创作 漫画风格的短剧 (漫剧)。 核心功能 主角识别 :分析提供的角色图片,提取角色特征 自动分镜 :根据主题自动生成漫剧分镜脚本 图生视频 :以主角图片为基础生成各分镜视频 漫画风格 :内置漫画风格提示词模板 分镜管理 :支持自定义分镜脚本 前置要求 需要设置 ARK_API_KEY 环境变量。 配置方式(推荐) 复制配置模板: cp .canghe-skills/.env.example .canghe-skills/.env 编辑 .canghe-skills/.env 文件,填写你的 API Key: ARK_API_KEY=your-actual-api-key-here 或使用环境变量 export ARK_API_KEY = "your-api-key" 加载优先级 系统环境变量 ( process.env ) 当前目录 .canghe-skills/.env 用户主目录 ~/.canghe-skills/.env 需要依赖技能: seedance-video-generation 使用方法 1. 快速生成漫剧(推...
|
744 |
| 11658 | create-evlog-enricher | hugorcd/evlog |
Create evlog Enricher Add a new built-in enricher to evlog. Every enricher follows the same architecture. This skill walks through all 6 touchpoints. Every single touchpoint is mandatory -- do not skip any. PR Title Recommended format for the pull request title: feat: add {name} enricher The exact wording may vary depending on the enricher (e.g., feat: add user agent enricher , feat: add geo enricher ), but it should always follow the feat: conventional commit prefix. Touchpoints Checklist File...
|
744 |
| 11659 | qms-audit-expert | alirezarezvani/claude-skills |
QMS Audit Expert ISO 13485 internal audit methodology for medical device quality management systems. Table of Contents Audit Planning Workflow Audit Execution Nonconformity Management External Audit Preparation Reference Documentation Tools Audit Planning Workflow Plan risk-based internal audit program: List all QMS processes requiring audit Assign risk level to each process (High/Medium/Low) Review previous audit findings and trends Determine audit frequency by risk level Assign qualified audit...
|
744 |
| 11660 | react18-enzyme-to-rtl | github/awesome-copilot |
React 18 Enzyme → RTL Migration Enzyme has no React 18 adapter and no React 18 support path. All Enzyme tests must be rewritten using React Testing Library. The Philosophy Shift (Read This First) Enzyme tests implementation. RTL tests behavior. // Enzyme: tests that the component has the right internal state expect ( wrapper . state ( 'count' ) ) . toBe ( 3 ) ; expect ( wrapper . instance ( ) . handleClick ) . toBeDefined ( ) ; expect ( wrapper . find ( 'Button' ) . prop ( 'disabled' ) ) . toBe ...
|
744 |
| 11661 | xcodebuildmcp | cameroncooke/xcodebuildmcp |
XcodeBuildMCP Use XcodeBuildMCP tools instead of raw xcodebuild , xcrun , or simctl . Capabilities: Session defaults: Configure project, scheme, simulator, and device defaults to avoid repetitive parameters Project discovery: Find Xcode projects/workspaces, list schemes, inspect build settings Simulator workflows: Build, run, test, install, and launch apps on iOS simulators; manage simulator state (boot, erase, location, appearance) Device workflows: Build, test, install, and launch apps on phys...
|
743 |
| 11662 | test-automator | charon-fan/agent-playbook |
Test Automator Expert in creating and maintaining automated tests for various frameworks and languages. When This Skill Activates Activates when you: Ask to write tests Mention test automation Request test coverage improvement Need to set up testing framework Testing Pyramid /\ /E2E\ - Few, expensive, slow /------\ / Integration \ - Moderate number /--------------\ / Unit Tests \ - Many, cheap, fast /------------------\ Unit Testing Principles Test behavior, not implementation One ass...
|
743 |
| 11663 | wildworld-dataset | aradotso/trending-skills |
WildWorld Dataset Skill Skill by ara.so — Daily 2026 Skills collection. What WildWorld Is WildWorld is a large-scale action-conditioned world modeling dataset automatically collected from a photorealistic AAA action role-playing game (ARPG). It is designed for training and evaluating dynamic world models — generative models that predict future game states given past observations and player actions. Key Statistics Property Value Total frames 108M+ Actions 450+ semantically meaningful Monster spec...
|
742 |
| 11664 | mdr-745-specialist | alirezarezvani/claude-skills |
MDR 2017/745 Specialist EU MDR compliance patterns for medical device classification, technical documentation, and clinical evidence. Table of Contents Device Classification Workflow Technical Documentation Clinical Evidence Post-Market Surveillance EUDAMED and UDI Reference Documentation Tools Device Classification Workflow Classify device under MDR Annex VIII: Identify device duration (transient, short-term, long-term) Determine invasiveness level (non-invasive, body orifice, surgical) Assess ...
|
741 |
| 11665 | 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:...
|
741 |
| 11666 | canvas-design | sickn33/antigravity-awesome-skills |
These are instructions for creating design philosophies - aesthetic movements that are then EXPRESSED VISUALLY. Output only .md files, .pdf files, and .png files. Complete this in two steps: Design Philosophy Creation (.md file) Express by creating it on a canvas (.pdf file or .png file) First, undertake this task: DESIGN PHILOSOPHY CREATION To begin, create a VISUAL PHILOSOPHY (not layouts or templates) that will be interpreted through: Form, space, color, composition Images, graphics, shapes, ...
|
741 |
| 11667 | posthog-analytics | alinaqi/claude-bootstrap |
PostHog Analytics Skill Load with: base.md + [framework].md For implementing product analytics with PostHog - event tracking, user identification, feature flags, and project-specific dashboards. Sources: PostHog Docs | Product Analytics | Feature Flags Philosophy Measure what matters, not everything. Analytics should answer specific questions: Are users getting value? (activation, retention) Where do users struggle? (funnels, drop-offs) What features drive engagement? (feature usage) Is t...
|
741 |
| 11668 | kaizen | sickn33/antigravity-awesome-skills |
Kaizen: Continuous Improvement Apply continuous improvement mindset - suggest small iterative improvements, error-proof designs, follow established patterns, avoid over-engineering; automatically applied to guide quality and simplicity Overview Small improvements, continuously. Error-proof by design. Follow what works. Build only what's needed. Core principle: Many small improvements beat one big change. Prevent errors at design time, not with fixes. When to Use Always applied for: Code implemen...
|
741 |
| 11669 | openai-docs | boshu2/agentops |
OpenAI Docs Provide authoritative, current guidance from OpenAI developer docs using the developers.openai.com MCP server. Always prioritize the developer docs MCP tools over web.run for OpenAI-related questions. Only if the MCP server is installed and returns no meaningful results should you fall back to web search. Quick start Use mcp__openaiDeveloperDocs__search_openai_docs to find the most relevant doc pages. Use mcp__openaiDeveloperDocs__fetch_openai_doc to pull exact sections and quote/par...
|
740 |
| 11670 | m13-domain-error | zhanghandong/rust-skills |
Domain Error Strategy Layer 2: Design Choices Core Question Who needs to handle this error, and how should they recover? Before designing error types: Is this user-facing or internal? Is recovery possible? What context is needed for debugging? Error Categorization Show more
|
739 |
| 11671 | cosmos-dbt-fusion | astronomer/agents |
Cosmos + dbt Fusion: Implementation Checklist Execute steps in order. This skill covers Fusion-specific constraints only. Version note : dbt Fusion support was introduced in Cosmos 1.11.0. Requires Cosmos ≥1.11. Reference : See reference/cosmos-config.md for ProfileConfig, operator_args, and Airflow 3 compatibility details. Before starting , confirm: (1) dbt engine = Fusion (not Core → use cosmos-dbt-core ), (2) warehouse = Snowflake, Databricks, Bigquery and Redshift only. Fusion-Specific Const...
|
739 |
| 11672 | ctv-ads | kostja94/marketing-skills |
Paid Ads: CTV / Streaming TV Guides Connected TV (CTV) and OTT advertising: ads on streaming platforms (Hulu, Roku, YouTube TV, etc.). Use when targeting viewers who watch streaming content; CTV achieves ~95% ad completion, higher than mobile/desktop. 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. What Is CTV / OTT CTV (C...
|
739 |
| 11673 | mobile-first-design | aj-geddes/useful-ai-prompts |
Mobile-first design prioritizes small screens as the starting point, ensuring core functionality works on all devices while leveraging larger screens for enhanced experience. When to Use - Web application design - Responsive website creation - Feature prioritization - Performance optimization - Progressive enhancement - Cross-device experience design Instructions 1. Mobile-First Principles ``` Mobile-First Approach: Step 1: Design for Mobile (320px - 480px) - Constrained space fo...
|
739 |
| 11674 | mobile-app-testing | aj-geddes/useful-ai-prompts |
Mobile App Testing Overview Implement comprehensive testing strategies for mobile applications including unit tests, UI tests, integration tests, and performance testing. When to Use Creating reliable mobile applications with test coverage Automating UI testing across iOS and Android Performance testing and optimization Integration testing with backend services Regression testing before releases Instructions 1. React Native Testing with Jest & Detox // Unit test with Jest import { calculate } ...
|
739 |
| 11675 | malware-analysis-warning | aradotso/security-skills |
Malware Distribution Repository Detection Skill by ara.so — Security Skills collection. ⚠️ CRITICAL SECURITY WARNING This repository exhibits HIGH-RISK INDICATORS of malware distribution disguised as legitimate security software. DO NOT DOWNLOAD, INSTALL, OR EXECUTE ANY FILES FROM THIS SOURCE. Threat Indicators 1. Malicious Intent Signatures Offers "cracked" or "pre-activated" commercial security software Claims to provide license keys, keygens, or activation loaders Uses star inflation tactics ...
|
738 |
| 11676 | template-page-generator | kostja94/marketing-skills |
Pages: Template Page Guides template page design for two distinct use cases: (1) Programmatic SEO — template + data = scale; (2) User-facing templates — users browse, select, and use templates to generate their own content (CMS, images, websites, vibe coding). See programmatic-seo for the scale framework. This skill covers template aggregation pages (gallery, hub) and template detail pages (individual template with "use" flow). When invoking : On first use , if helpful, open with 1–2 sentences o...
|
738 |
| 11677 | marketing-content-pipeline-automation | aradotso/marketing-skills |
Marketing Content Pipeline Automation Skill by ara.so — Marketing Skills collection. This skill enables AI coding agents to work with the Ultimate AI Content Pipeline - an end-to-end content automation system that handles research, content generation, video rendering, and auto-posting. The system crawls news sources, generates multilingual content using Claude/OpenAI, and renders videos using Remotion. What This Project Does The Marketing Content Pipeline automates the entire content creation wo...
|
737 |
| 11678 | angular-best-practices | boise-state-development/agentcore-public-stack |
Modern Angular Best Practices A comprehensive set of 112 rules covering TypeScript strictness, signal-based reactivity, component architecture, template optimization, RxJS patterns, SSR hydration, bundle optimization, accessibility, routing, forms, testing, and styling — so every component, service, template, and route you build is fast, accessible, tested, and maintainable. Below are the key patterns organized by what you're working on. For edge cases or when you need specific code examples bey...
|
737 |
| 11679 | list | kostja94/marketing-skills |
Components: List Layout Guides list layout design for linear, stacked content display. Lists are compact, text-heavy; users scan by title or metadata. Used for blog indexes, documentation, search results, and dense content. 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. When to Use List Use list when Use grid when Text-he...
|
737 |
| 11680 | rust-trait-explorer | zhanghandong/rust-skills |
Rust Trait Explorer Discover trait implementations and understand polymorphic designs. Usage /rust-trait-explorer <TraitName|StructName> Examples: /rust-trait-explorer Handler - Find all implementors of Handler trait /rust-trait-explorer MyStruct - Find all traits implemented by MyStruct LSP Operations Go to Implementation Find all implementations of a trait. Show more
|
736 |
| 11681 | opencode-primitives | different-ai/openwork |
Use this skill whenever OpenWork behavior is implemented directly on top of OpenCode primitives (skills, plugins, MCP servers, opencode.json config, tools/permissions). It anchors decisions to the official OpenCode documentation and keeps terminology consistent in the UI. Doc Sources (Always cite when relevant) - Skills: [https://opencode.ai/docs/skills](https://opencode.ai/docs/skills) - Plugins: [https://opencode.ai/docs/plugins/](https://opencode.ai/docs/plugins/) - MCP servers: [https:/...
|
735 |
| 11682 | scrum-master | alirezarezvani/claude-skills |
Scrum Master Expert Advanced agile practitioner specializing in data-driven team development, psychological safety facilitation, and high-performance sprint execution. Combines traditional Scrum mastery with modern analytics, behavioral science, and continuous improvement methodologies for sustainable team excellence. Table of Contents Capabilities Input Requirements Analysis Tools Methodology Templates & Assets Reference Frameworks Implementation Workflows Assessment & Measurement Best Practice...
|
735 |
| 11683 | templates | railwayapp/railway-skills |
Templates Search and deploy services from Railway's template marketplace. When to Use User asks to "add Postgres", "add Redis", "add a database" User asks to "add Ghost", "add Strapi", "add n8n", or any other service User wants to find templates for a use case (e.g., "CMS", "storage", "monitoring") User asks "what templates are available?" User wants to deploy a pre-configured service Common Template Codes Category Template Code Databases PostgreSQL postgres Redis redis MySQL mysql MongoDB ...
|
734 |
| 11684 | dart-best-practices | kevmoo/dash_skills |
Dart Best Practices 1. When to use this skill Use this skill when: Writing or reviewing Dart code. Looking for guidance on idiomatic Dart usage. 2. Best Practices Multi-line Strings Prefer using multi-line strings ( ''' ) over concatenating strings with + and \n , especially for large blocks of text like SQL queries, HTML, or PEM-encoded keys. This improves readability and avoids lines_longer_than_80_chars lint errors by allowing natural line breaks. Avoid: final pem = '-----BEGIN RSA PRIVATE KE...
|
734 |
| 11685 | masonry | kostja94/marketing-skills |
Components: Masonry Layout Guides masonry layout design for content with varying heights. Masonry stacks items in columns without distinct rows; items fill gaps like a brick wall. Best for image galleries, portfolios, and discovery-focused platforms. 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. When to Use Masonry Use m...
|
733 |
| 11686 | figma-designer | charon-fan/agent-playbook |
"Transform Figma designs into implementation-ready specifications with pixel-perfect accuracy" Overview This skill analyzes Figma designs through the Figma MCP server and generates detailed PRDs with precise visual specifications. It extracts design tokens, component specifications, and layout information that developers can implement directly. Prerequisites Figma MCP Server Ensure the Figma MCP server is connected and accessible: ``` Check if Figma MCP is available mcp-list ``` If n...
|
733 |
| 11687 | browser-automation | davila7/claude-code-templates |
Browser Automation Browser automation powers web testing, scraping, and AI agent interactions. The difference between a flaky script and a reliable system comes down to understanding selectors, waiting strategies, and anti-detection patterns. This skill covers Playwright (recommended) and Puppeteer, with patterns for testing, scraping, and agentic browser control. Key insight: Playwright won the framework war. Unless you need Puppeteer's stealth ecosystem or are Chrome-only, Playwright is the be...
|
733 |
| 11688 | markdown-proxy | joeseesun/markdown-proxy |
Markdown Proxy - URL to Markdown 将任意 URL 转为干净的 Markdown。支持需要登录的页面、PDF、专有平台。 URL Routing (先判断再执行) 收到 URL 后,先判断类型,不同类型走不同通道: URL Pattern Route To Reason mp.weixin.qq.com scripts/fetch_weixin.py 公众号需 Playwright 抓取 feishu.cn/docx/ feishu.cn/wiki/ larksuite.com/docx/ scripts/fetch_feishu.py 需飞书 API 认证 youtube.com youtu.be yt-search-download skill YouTube 有专用工具链 .pdf (URL or local path) scripts/extract_pdf.sh PDF 专用提取 All other URLs scripts/fetch.sh 代理级联自动 fallback Workflow Step 1: Route by URL Type i...
|
732 |
| 11689 | press-coverage-page-generator | kostja94/marketing-skills |
Pages: Press Coverage Guides press coverage and media mentions aggregation—showcasing third-party coverage from authoritative sites to build trust. Optional page; when coverage is sparse, implement as a small "As Seen In" or "As Featured In" section on homepage or elsewhere. Distinct from media-kit-page-generator (assets for journalists). For conceptual overview and comparison table, see reference.md . When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers a...
|
732 |
| 11690 | auth0-vue | auth0/agent-skills |
Auth0 Vue.js Integration Add authentication to Vue.js 3 single-page applications using @auth0/auth0-vue. Prerequisites Vue 3+ application (Vite or Vue CLI) Auth0 account and application configured If you don't have Auth0 set up yet, use the auth0-quickstart skill first When NOT to Use Server-side rendered Vue apps - See Auth0 Nuxt.js guide for SSR patterns Vue 2 applications - This SDK requires Vue 3+, use legacy @auth0/auth0-spa-js wrapper Embedded login - This SDK uses Auth0 Universal Login (r...
|
732 |
| 11691 | math-teacher | jamesrochabrun/skills |
Math Teacher An interactive, playful math teacher that instantly generates engaging learning experiences through interactive artifacts, visual playgrounds, and gamified challenges. What This Skill Does Transforms math learning into interactive, visual experiences: Instant Playground Generation - Creates interactive HTML/JS artifacts on demand Adaptive Learning - Scales from basic arithmetic to advanced calculus Visual Learning - Graphs, animations, and interactive visualizations Gamification...
|
732 |
| 11692 | prompt-library | sickn33/antigravity-awesome-skills |
📝 Prompt Library A comprehensive collection of battle-tested prompts inspired by awesome-chatgpt-prompts and community best practices. When to Use This Skill Use this skill when the user: Needs ready-to-use prompt templates Wants role-based prompts (act as X) Asks for prompt examples or inspiration Needs task-specific prompt patterns Wants to improve their prompting Prompt Categories 🎭 Role-Based Prompts Expert Developer Act as an expert software developer with 15+ years of experience. You s...
|
732 |
| 11693 | zustand-state-management | mindrally/skills |
Zustand State Management Last Updated: 2026-01-21 Latest Version: zustand@5.0.10 (released 2026-01-12) Dependencies: React 18-19, TypeScript 5+ Quick Start npm install zustand TypeScript Store (CRITICAL: use create<T>()() double parentheses): import { create } from 'zustand' interface BearStore { bears: number increase: (by: number) => void } const useBearStore = create<BearStore>()((set) => ({ bears: 0, increase: (by) => set((state) => ({ bears: state.bears + by })), })) Use in...
|
732 |
| 11694 | deep-learning | mindrally/skills |
Deep Learning You are an expert in deep learning, neural network architectures, and model optimization. Core Principles Design networks with clear architectural goals Implement proper training pipelines Optimize for both accuracy and efficiency Follow reproducibility best practices Network Architecture Layer Design Choose appropriate layer types for the task Implement proper normalization (BatchNorm, LayerNorm) Use activation functions appropriately Design skip connections when beneficial Mode...
|
732 |
| 11695 | home-assistant-dashboards-cards | bradsjm/hassio-addons |
Home Assistant Dashboards & Cards Workflow Determine whether to create a new dashboard or edit an existing one. If editing, locate target cards first and transform config with a current config_hash . Use built-in cards unless a custom card is required. Discover entity IDs before wiring cards. Provide minimal, valid dashboard snippets or tool-driven changes. Tooling map (ha-mcp) Discover entities: ha_get_overview , ha_search_entities List/get dashboards: ha_config_get_dashboard Find cards: ha_das...
|
731 |
| 11696 | huashu-proofreading | alchaincyf/huashu-skills |
AI味审校 系统化降低文章AI检测率,增加人味的三遍审校专业能力。 何时使用此Skill 当检测到以下场景时,自动加载此skill: 用户说"审校一下"、"降低AI味"、"太AI了" 初稿创作完成后 用户提到"AI检测率高"、"没人味" 文章需要最终polish 核心目标 降低AI检测率 :目标控制在30%以下 增加人味 :让文章有经验感、有温度、像真人在说话 保持花生风格 :实践导向、技术深度、易懂表达、有用可落地 三遍审校流程 Show more
|
731 |
| 11697 | campaign-analytics | alirezarezvani/claude-skills |
Campaign Analytics Production-grade campaign performance analysis with multi-touch attribution modeling, funnel conversion analysis, and ROI calculation. Three Python CLI tools provide deterministic, repeatable analytics using standard library only -- no external dependencies, no API calls, no ML models. Table of Contents Capabilities Input Requirements Output Formats How to Use Scripts Reference Guides Best Practices Limitations Capabilities Multi-Touch Attribution : Five attribution models (fi...
|
731 |
| 11698 | python-best-practices | nathan-gage/python-skills |
Python Best Practices Follows type-first, functional, and error handling patterns from CLAUDE.md. This skill covers language-specific idioms only. Make Illegal States Unrepresentable Use Python's type system to prevent invalid states at type-check time. Frozen dataclasses for immutable domain models: from dataclasses import dataclass from datetime import datetime @dataclass ( frozen = True ) class User : id : str email : str name : str created_at : datetime Show more Installs 1.9K Repository all...
|
731 |
| 11699 | context7-auto-research | davila7/claude-code-templates |
context7-auto-research Overview Automatically fetch latest library/framework documentation for Claude Code via Context7 API When to Use When you need up-to-date documentation for libraries and frameworks When asking about React, Next.js, Prisma, or any other popular library Installation npx skills add -g BenedictKing/context7-auto-research Step-by-Step Guide Install the skill using the command above Configure API key (optional, see GitHub repo for details) Use naturally in Claude Code conversati...
|
731 |
| 11700 | gcp-development | mindrally/skills |
GCP Development Best Practices Overview This skill provides comprehensive guidelines for developing applications on Google Cloud Platform (GCP), covering serverless computing, data services, Infrastructure as Code with Terraform, and security best practices. Core Principles Write clean, well-structured code using GCP client libraries Use Infrastructure as Code (Terraform) for all infrastructure management Follow Google Cloud security best practices and compliance guidelines Implement comprehen...
|
731 |