███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 4851 | address-github-comments | sickn33/antigravity-awesome-skills |
Address GitHub Comments Overview Efficiently address PR review comments or issue feedback using the GitHub CLI (gh). This skill ensures all feedback is addressed systematically. Prerequisites Ensure gh is authenticated. gh auth status If not logged in, run gh auth login. Workflow 1. Inspect Comments Fetch the comments for the current branch's PR. gh pr view --comments Or use a custom script if available to list threads. 2. Categorize and Plan List the comments and review threads. Pro...
|
455 |
| 4852 | app-icon | code-with-beto/skills |
App Icon Generation Workflow Overview Generate professional app icons using AI and configure them for both iOS (with iOS 26 Liquid Glass support) and Android platforms in Expo apps. Step 0: Verify SnapAI Setup (CRITICAL - DO THIS FIRST) Before attempting to generate icons, check if SnapAI is configured: Check if SnapAI is configured: npx snapai config --show If the config check fails or shows no API key: SnapAI requires an OpenAI API key to generate icons Each icon costs approximately $0....
|
455 |
| 4853 | react-patterns | jezweb/claude-skills |
React Development Patterns Overview Expert guide for building modern React 19 applications with new concurrent features, Server Components, Actions, and advanced patterns. This skill covers everything from basic hooks to advanced server-side rendering and React Compiler optimization. When to Use Building React 19 components with TypeScript/JavaScript Managing component state with useState and useReducer Handling side effects with useEffect Optimizing performance with useMemo and useCallback Crea...
|
455 |
| 4854 | community-forum | kostja94/marketing-skills |
Channels: Community & Forum Promotion Guides forum promotion, community invitation, and vertical community marketing. Community-led growth (CLG) costs ~90% less than paid acquisition with ~3.2x higher customer LTV. Indie Hackers delivers ~23% conversion vs Product Hunt ~3%; HN and Reddit require sustained engagement. For cold start planning (first users, launch channels), see cold-start-strategy . For indie hacker strategy (first 100 users, Build in Public content framework, Indie Hackers tactic...
|
455 |
| 4855 | customaize-agent:thought-based-reasoning | neolabhq/context-engineering-kit |
Thought-Based Reasoning Techniques for LLMs Overview Chain-of-Thought (CoT) prompting and its variants encourage LLMs to generate intermediate reasoning steps before arriving at a final answer, significantly improving performance on complex reasoning tasks. These techniques transform how models approach problems by making implicit reasoning explicit. Quick Reference Technique When to Use Complexity Accuracy Gain Zero-shot CoT Quick reasoning, no examples available Low +20-60% Few-shot CoT Have g...
|
455 |
| 4856 | skill-writer | getsentry/skills |
Skill Writer This Skill helps you create well-structured Agent Skills for Claude Code that follow best practices and validation requirements. When to use this Skill Use this Skill when: Creating a new Agent Skill Writing or updating SKILL.md files Designing skill structure and frontmatter Troubleshooting skill discovery issues Converting existing prompts or workflows into Skills Instructions Step 1: Determine Skill scope First, understand what the Skill should do: Ask clarifying questions:...
|
455 |
| 4857 | agentcash | merit-systems/agentcash-skills |
AgentCash — Paid API Access Call any x402-protected API with automatic wallet authentication and payment. No API keys or subscriptions required. Wallet Task Command Check total balance npx agentcash@latest balance Funding addresses and deposit links npx agentcash@latest accounts Redeem invite code npx agentcash@latest redeem <code> Open guided funding flow npx agentcash@latest fund Use balance when you only need to know whether paid calls are affordable. Use accounts only when the user needs dep...
|
455 |
| 4858 | openapi-specification-v3.2 | hairyf/skills |
Agent-oriented reference for the OpenAPI Specification 3.2.0. Use when editing, generating, or validating OpenAPI descriptions (OAD). When to Use - Authoring or updating OpenAPI 3.2 YAML/JSON documents - Resolving `$ref`, `$self`, and relative URIs in multi-document OADs - Describing paths, operations, parameters (query/path/header/cookie/querystring), request body, and responses - Using Schema Objects (JSON Schema Draft 2020-12 dialect), components, and references - Configuring security ...
|
454 |
| 4859 | v4-security-foundations | uniswap/uniswap-ai |
v4 Hook Security Foundations Security-first guide for building Uniswap v4 hooks. Hook vulnerabilities can drain user funds—understand these concepts before writing any hook code. Threat Model Before writing code, understand the v4 security context: Threat Area Description Mitigation Caller Verification Only PoolManager should invoke hook functions Verify msg.sender == address(poolManager) Sender Identity msg.sender always equals PoolManager, never the end user Use sender parameter for user ident...
|
454 |
| 4860 | remotion-video-toolkit | shreefentsar/remotion-video-toolkit |
Remotion Video Toolkit Write React components, get real MP4 videos. This skill teaches your AI agent how to build with Remotion — from a first animation to a production rendering pipeline. 29 rules. Every major Remotion feature covered. What you can build with this Personalized video at scale Feed user data as JSON props, render a unique video per user. Think Spotify Wrapped, GitHub Unwrapped, onboarding walkthroughs — one template, thousands of outputs. Automated social media clips Pull live da...
|
454 |
| 4861 | hubspot-integration | sickn33/antigravity-awesome-skills |
HubSpot Integration Patterns OAuth 2.0 Authentication Secure authentication for public apps Private App Token Authentication for single-account integrations CRM Object CRUD Operations Create, read, update, delete CRM records Anti-Patterns ❌ Using Deprecated API Keys ❌ Individual Requests Instead of Batch ❌ Polling Instead of Webhooks ⚠️ Sharp Edges Issue Severity Solution Issue high See docs Issue high See docs Issue critical See docs Issue high See docs Issue critical See docs Issue mediu...
|
454 |
| 4862 | api-design-principles | sickn33/antigravity-awesome-skills |
API Design Principles Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers and stand the test of time. When to Use This Skill Designing new REST or GraphQL APIs Refactoring existing APIs for better usability Establishing API design standards for your team Reviewing API specifications before implementation Migrating between API paradigms (REST to GraphQL, etc.) Creating developer-friendly API documentation Optimizing APIs for ...
|
454 |
| 4863 | pirate-skill | google-gemini/gemini-cli |
You are a pirate. Respond to everything in pirate speak. Always mention "Arrr".
|
454 |
| 4864 | pre-mortem | phuryn/pm-skills |
Pre-Mortem: Risk Analysis for Product Launch Purpose You are a veteran product manager conducting a pre-mortem analysis on $ARGUMENTS. This skill imagines launch failure and works backward to identify real risks, distinguish them from perceived worries, and create action plans to mitigate launch-blocking issues. Context A pre-mortem is a structured risk-identification exercise that forces teams to think critically about what could go wrong before launch, when there's still time to act. By assumi...
|
454 |
| 4865 | wwas | phuryn/pm-skills |
Why-What-Acceptance (WWA) Create product backlog items in Why-What-Acceptance format. Produces independent, valuable, testable items with strategic context. Use when: Writing backlog items, creating product increments, breaking features into work items, or communicating strategic intent to teams. Arguments: $PRODUCT : The product or system name $FEATURE : The new feature or capability $DESIGN : Link to design files (Figma, Miro, etc.) $ASSUMPTIONS : Key assumptions and strategic context Step-by-...
|
454 |
| 4866 | sadd:subagent-driven-development | neolabhq/context-engineering-kit |
Subagent-Driven Development Create and execute plan by dispatching fresh subagent per task or issue, with code and output review after each or batch of tasks. Core principle: Fresh subagent per task + review between or after tasks = high quality, fast iteration. Executing Plans through agents: Same session (no context switch) Fresh subagent per task (no context pollution) Code review after each or batch of task (catch issues early) Faster iteration (no human-in-loop between tasks) Supported type...
|
454 |
| 4867 | backlink-analysis | kostja94/marketing-skills |
SEO Off-Page: Backlink Analysis Guides backlink profile analysis: assessing quality, identifying issues, and planning improvements. 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. Scope (Off-Page SEO) Backlink audit : Analyze profile; toxic links; competitive analysis Authority Score : Monitor domain/page authority; referr...
|
454 |
| 4868 | faq-page-generator | kostja94/marketing-skills |
Pages: FAQ Guides FAQ page content, structure, and optimization for SEO and conversion. 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 objections, product detail...
|
454 |
| 4869 | cloudbase-guidelines | tencentcloudbase/skills |
CloudBase Development Guidelines 💡 Recommended: MCP Installation For enhanced CloudBase development experience, we recommend installing CloudBase MCP (Model Context Protocol). CloudBase MCP provides essential tools for CloudBase development, including environment management, function deployment, database operations, and more. While not required, installing MCP will significantly improve your development workflow. MCP Configuration Instructions Most Coding Agents support project-level MCP configu...
|
453 |
| 4870 | cypress | bobmatnyc/claude-mpm-skills |
Cypress (E2E + Component Testing) Overview Cypress runs browser automation with first-class network control, time-travel debugging, and a strong local dev workflow. Use it for critical path E2E tests and for component tests when browser-level rendering matters. Quick Start Install and open npm i -D cypress npx cypress open Minimal spec // cypress/e2e/health.cy.ts describe("health", () => { it("loads", () => { cy.visit("/"); cy.contains("Hello").should("be.visible"); }); }); Core ...
|
453 |
| 4871 | zapier-make-patterns | sickn33/antigravity-awesome-skills |
Zapier & Make Patterns You are a no-code automation architect who has built thousands of Zaps and Scenarios for businesses of all sizes. You've seen automations that save companies 40% of their time, and you've debugged disasters where bad data flowed through 12 connected apps. Your core insight: No-code is powerful but not unlimited. You know exactly when a workflow belongs in Zapier (simple, fast, maximum integrations), when it belongs in Make (complex branching, data transformation, budget)...
|
453 |
| 4872 | nanobanana-ppt-skills | sickn33/antigravity-awesome-skills |
Nanobanana Ppt Skills Overview AI-powered PPT generation with document analysis and styled images When to Use This Skill Use this skill when you need to work with ai-powered ppt generation with document analysis and styled images. Instructions This skill provides guidance and patterns for ai-powered ppt generation with document analysis and styled images. For more information, see the source repository .
|
453 |
| 4873 | vitest | hairyf/skills |
Vitest is a next-generation testing framework powered by Vite. It provides a Jest-compatible API with native ESM, TypeScript, and JSX support out of the box. Vitest shares the same config, transformers, resolvers, and plugins with your Vite app. Key Features: Vite-native: Uses Vite's transformation pipeline for fast HMR-like test updates Jest-compatible: Drop-in replacement for most Jest test suites Smart watch mode: Only reruns affected tests based on module graph Native ESM, TypeScript, JSX su...
|
452 |
| 4874 | feishu-cli-doc-guide | riba2534/feishu-cli |
飞书文档创建规范指南 1. 概述 本技能是 其他飞书文档技能的参考规范 ,不可直接调用。整合了以下来源的验证经验: feishu-cli 项目代码实现( converter/ 、 client/board.go 、 cmd/import_markdown.go ) feishu-cli-write 、 feishu-cli-import 、 feishu-cli-plantuml 技能的实测数据 大规模导入测试:10,000+ 行 / 127 个图表 / 170+ 个表格的验证结果 适用场景 :生成将要导入飞书的 Markdown 文档时,参考本规范确保兼容性。 2. Markdown 语法全量参考 支持的语法与 Block 类型映射 Markdown 语法 Block Type 飞书块名称 说明 标题 ~ 标题 3-8 Heading1-6 最多 6 级(7-9 级导出降级为粗体段落) 普通段落 2 Text 纯文本 - 无序列表 12 Bullet 支持无限深度嵌套 1. 有序列表 13 Ordered 支持无限深度嵌套 - [x] / - [ ] 17 Todo 任务列表 `...
|
452 |
| 4875 | paid-ads | sickn33/antigravity-awesome-skills |
Paid Ads You are an expert performance marketer with direct access to ad platform accounts. Your goal is to help create, optimize, and scale paid advertising campaigns that drive efficient customer acquisition. Before Starting Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task....
|
452 |
| 4876 | firebase-app-hosting-basics | firebase/skills |
App Hosting Basics Description This skill enables the agent to deploy and manage modern, full-stack web applications (Next.js, Angular, etc.) using Firebase App Hosting. Important : In order to use App Hosting, your Firebase project must be on the Blaze pricing plan. Direct the user to https://console.firebase.google.com/project/_/overview?purchaseBillingPlan=metered to upgrade their plan. Hosting vs App Hosting Choose Firebase Hosting if: You are deploying a static site (HTML/CSS/JS). You are d...
|
452 |
| 4877 | cta-generator | kostja94/marketing-skills |
Components: Call-to-Action (CTA) Guides CTA button design for conversion. A well-designed CTA can increase conversion by 25–10%. 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 exist...
|
452 |
| 4878 | sentry-otel-exporter-setup | getsentry/sentry-for-ai |
All Skills > Feature Setup > OTel Exporter Sentry OTel Exporter Setup Terminology : Always capitalize "Sentry Exporter" when referring to the exporter component. Configure the OpenTelemetry Collector to send traces and logs to Sentry using the Sentry Exporter. Setup Overview Copy this checklist to track your progress: OTel Exporter Setup: - [ ] Step 1: Check for existing configuration - [ ] Step 2: Check collector version and install if needed - [ ] Step 3: Configure project creation settings - ...
|
452 |
| 4879 | nextjs-best-practices | davila7/claude-code-templates |
Next.js Best Practices Principles for Next.js App Router development. 1. Server vs Client Components Decision Tree Does it need...? │ ├── useState, useEffect, event handlers │ └── Client Component ('use client') │ ├── Direct data fetching, no interactivity │ └── Server Component (default) │ └── Both? └── Split: Server parent + Client child By Default Type Use Server Data fetching, layout, static content Client Forms, buttons, interactive UI 2. Data Fetching Patterns Fetch Strategy Pattern Us...
|
451 |
| 4880 | asc-subscription-localization | rudrankriyam/asc-skills |
asc subscription localization Use this skill to bulk-create or bulk-update display names (and descriptions) for subscriptions, subscription groups, and in-app purchases across all App Store Connect locales. This eliminates the tedious manual process of clicking through each language in App Store Connect to set the same display name. Preconditions Auth configured ( asc auth login or ASC_* env vars). Know your app ID ( ASC_APP_ID or --app ). Subscription groups and subscriptions already exist. Sup...
|
451 |
| 4881 | test-tui | openai/codex |
You can start and use Codex TUI to verify changes. Important notes: Start interactively. Always set RUST_LOG="trace" when starting the process. Pass -c log_dir=<some_temp_dir> argument to have logs written to a specific directory to help with debugging. When sending a test message programmatically, send text first, then send Enter in a separate write (do not send text + Enter in one burst). Use just codex target to run - just codex -c ...
|
451 |
| 4882 | writing-skills | sickn33/antigravity-awesome-skills |
Writing Skills Overview Writing skills IS Test-Driven Development applied to process documentation. Personal skills live in agent-specific directories ( ~/.claude/skills for Claude Code, ~/.agents/skills/ for Codex) You write test cases (pressure scenarios with subagents), watch them fail (baseline behavior), write the skill (documentation), watch tests pass (agents comply), and refactor (close loopholes). Core principle: If you didn't watch an agent fail without the skill, you don't know if the...
|
451 |
| 4883 | cursor-best-practices | siviter-xyz/dot-agent |
Cursor Best Practices Best practices for working with Cursor to maximize productivity and code quality. Core Principles Start with plans - Use Plan Mode (Shift+Tab) for complex tasks Manage context effectively - Let agent find context, start new conversations when needed Extend the agent - Use Rules for static context, Skills for dynamic capabilities Review carefully - AI-generated code needs review like human code Key Workflows Test-driven development - Write tests first, iterate until passin...
|
451 |
| 4884 | pubmed-database | davila7/claude-code-templates |
PubMed Database Overview PubMed is the U.S. National Library of Medicine's comprehensive database providing free access to MEDLINE and life sciences literature. Construct advanced queries with Boolean operators, MeSH terms, and field tags, access data programmatically via E-utilities API for systematic reviews and literature analysis. When to Use This Skill This skill should be used when: Searching for biomedical or life sciences research articles Constructing complex search queries with Boo...
|
451 |
| 4885 | chrome-devtools-cli | chromedevtools/chrome-devtools-mcp |
The chrome-devtools-mcp CLI lets you interact with the browser from your terminal. Setup Note: If this is your very first time using the CLI, see references/installation.md for setup. Installation is a one-time prerequisite and is not part of the regular AI workflow. AI Workflow Execute : Run tools directly (e.g., chrome-devtools list_pages ). The background server starts implicitly; do not run start / status / stop before each use. Inspect : Use take_snapshot to get an element <uid> . Act : Use...
|
451 |
| 4886 | metrickit | dpearson2699/swift-ios-skills |
MetricKit Collect aggregated performance metrics and crash diagnostics from production devices using MetricKit. The framework delivers daily metric payloads (CPU, memory, launch time, hang rate, animation hitches, network usage) and immediate diagnostic payloads (crashes, hangs, disk-write exceptions) with full call-stack trees for triage. Contents Subscriber Setup Receiving Metric Payloads Receiving Diagnostic Payloads Key Metrics Call Stack Trees Custom Signpost Metrics Exporting and Uploading...
|
451 |
| 4887 | activitykit | dpearson2699/swift-ios-skills |
ActivityKit Build real-time, glanceable experiences on the Lock Screen, Dynamic Island, StandBy, CarPlay, and a paired Mac using ActivityKit. Patterns target iOS 26+ with Swift 6.3, backward-compatible to iOS 16.1 unless noted. See references/activitykit-patterns.md for complete code patterns including push payload formats, concurrent activities, state observation, and testing. Contents Workflow ActivityAttributes Definition Activity Lifecycle Lock Screen Presentation Dynamic Island Push-to-Upda...
|
451 |
| 4888 | photokit | dpearson2699/swift-ios-skills |
PhotoKit Modern patterns for photo picking, camera capture, image loading, and media permissions targeting iOS 26+ with Swift 6.3. Patterns are backward-compatible to iOS 16 unless noted. See references/photokit-patterns.md for complete picker recipes and references/camera-capture.md for AVCaptureSession patterns. Contents PhotosPicker (SwiftUI, iOS 16+) Privacy and Permissions Camera Capture Basics Image Loading and Display Common Mistakes Review Checklist References PhotosPicker (SwiftUI, iOS ...
|
451 |
| 4889 | dd-pup | datadog-labs/agent-skills |
pup (Datadog CLI) Pup CLI for Datadog API operations. Supports OAuth2 and API key auth. Quick Reference Task Command Search error logs pup logs search --query "status:error" --duration 1h List monitors pup monitors list Mute a monitor pup monitors mute --id 123 --duration 1h Find slow traces pup apm traces list --service api --min-duration 500ms List active incidents pup incidents list --status active Create incident pup incidents create --title "Issue" --severity SEV-2 Query metrics pup metrics...
|
451 |
| 4890 | canonical-tag | kostja94/marketing-skills |
SEO Technical: Canonical Guides canonical tag configuration to consolidate duplicate content and declare preferred URLs. 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. Scope (Technical SEO) Duplicate site versions : HTTPS vs HTTP; www vs non-www; trailing slash (/page vs /page/) — choose one, 301 redirect others Duplicate...
|
451 |
| 4891 | kaizen:root-cause-tracing | neolabhq/context-engineering-kit |
Root Cause Tracing Overview Bugs often manifest deep in the call stack (git init in wrong directory, file created in wrong location, database opened with wrong path). Your instinct is to fix where the error appears, but that's treating a symptom. Core principle: Trace backward through the call chain until you find the original trigger, then fix at the source. When to Use digraph when_to_use { "Bug appears deep in stack?" [ shape = diamond ] ; "Can trace backwards?" [ shape = diamond ] ; "Fix at ...
|
451 |
| 4892 | skill-creator | api/git |
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
|
450 |
| 4893 | skill-developer | sickn33/antigravity-awesome-skills |
Skill Developer Guide Purpose Comprehensive guide for creating and managing skills in Claude Code with auto-activation system, following Anthropic's official best practices including the 500-line rule and progressive disclosure pattern. When to Use This Skill Automatically activates when you mention: Creating or adding skills Modifying skill triggers or rules Understanding how skill activation works Debugging skill activation issues Working with skill-rules.json Hook system mechanics Claude ...
|
450 |
| 4894 | 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, ...
|
450 |
| 4895 | zoho-crm | membranedev/application-skills |
Zoho CRM Zoho CRM is a customer relationship management platform used by sales, marketing, and customer support teams. It helps businesses manage their sales pipeline, automate marketing tasks, and provide better customer service. Official docs: https://www.zoho.com/crm/developer/docs/api/v6/ Zoho CRM Overview Leads Contacts Accounts Deals Tasks Meetings Calls Modules Layouts Working with Zoho CRM This skill uses the Membrane CLI to interact with Zoho CRM. Membrane handles authentication and cre...
|
450 |
| 4896 | sf-datacloud-retrieve | jaganpro/sf-skills |
sf-datacloud-retrieve: Data Cloud Retrieve Phase Use this skill when the user needs query, search, and metadata introspection for Data Cloud: sync SQL, paginated SQL, async query workflows, table describe, vector search, hybrid search, or search index operations. When This Skill Owns the Task Use sf-datacloud-retrieve when the work involves: sf data360 query * sf data360 search-index * sf data360 metadata * sf data360 profile * or sf data360 insight * inspection understanding Data Cloud SQL resu...
|
450 |
| 4897 | dcf-model | anthropics/financial-services-plugins |
DCF Model Builder Overview This skill creates institutional-quality DCF models for equity valuation following investment banking standards. Each analysis produces a detailed Excel model (with sensitivity analysis included at the bottom of the DCF sheet). Tools Default to using all of the information provided by the user and MCP servers available for data sourcing. Critical Constraints - Read These First These constraints apply throughout all DCF model building. Review before starting: Sensitivit...
|
450 |
| 4898 | cookie-policy-page-generator | kostja94/marketing-skills |
Pages: Cookie Policy Guides cookie policy page content for GDPR and transparency. Often separate from Privacy Policy. 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 Identify: Cookie types : Essential, analytics, marketing, etc. Consent : Banner, preferences, management Jurisdiction : GDPR, ePrivacy, CCP...
|
450 |
| 4899 | data-analysis-jupyter | mindrally/skills |
Data Analysis and Jupyter Notebook Development You are an expert in data analysis, visualization, and Jupyter Notebook development, with a focus on pandas, matplotlib, seaborn, and numpy. Key Principles Write concise, technical responses with accurate Python examples Prioritize readability and reproducibility in data analysis workflows Favor functional programming approaches; minimize class-based solutions Prefer vectorized operations over explicit loops for better performance Employ descripti...
|
450 |
| 4900 | codegen | vercel-labs/json-render |
@json-render/codegen Framework-agnostic utilities for generating code from json-render UI trees. Use these to build custom code exporters for Next.js, Remix, or other frameworks. Installation npm install @json-render/codegen Tree Traversal import { traverseSpec , collectUsedComponents , collectStatePaths , collectActions , } from "@json-render/codegen" ; // Walk the spec depth-first traverseSpec ( spec , ( element , key , depth , parent ) => { console . log ( ` ${ " " . repeat ( depth * 2 ) } ${...
|
450 |