███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 3501 | security | cognitedata/builder-skills |
Security Architecture Diagram Generator Quick Start: Define trust boundaries → Place identity/encryption/firewall icons → Connect with access flows → Group into security zones → Wrap in ```plantuml fence. ⚠️ IMPORTANT: Always use ```plantuml or ```puml code fence. NEVER use ```text — it will NOT render as a diagram. Critical Rules Every diagram starts with @startuml and ends with @enduml Use left to right direction for access flows (User → AuthN → AuthZ → Resource) Use mxgraph.aws4.* stencil syn...
|
1.8K |
| 3502 | graph-viewer | cognitedata/builder-skills |
Graph Viewer Use This When The user wants to embed an interactive graph of a CDF data model — nodes, direct relations, edges, and reverse relations — inside a Flows app. Do not use this skill for static diagrams, pure dataflow visualizations, or non-CDF graphs. Prerequisites The app is wrapped in @cognite/dune 's <DuneProvider> so useDune() returns an authenticated SDK. The target data model exists in CDF and you know its space , externalId , and version . The app uses React 18+ and TypeScript. ...
|
1.8K |
| 3503 | setup-flows-auth | cognitedata/builder-skills |
Set Up Flows Authentication Wire a React app for Flows auth so it can talk to CDF inside Fusion. Two flows exist; pick one based on app.json . Pick the flow Read app.json if present: app.json infra Flow Auth source Extra package "appsApi" Apps API (new Fusion app host) connectToHostApp from @cognite/app-sdk @cognite/app-sdk missing / other Classic (legacy Files API) DuneAuthProvider + useDune() from @cognite/dune — No app.json ? Ask the user. Default to Apps API — it's the default for npx @cogni...
|
1.8K |
| 3504 | create-client-tool | cognitedata/builder-skills |
No SKILL.md available for this skill. View on GitHub Installs 665 Repository cognitedata/bui…r-skills GitHub Stars 4 First Seen May 7, 2026
|
1.8K |
| 3505 | performance | cognitedata/builder-skills |
Performance optimization Deep performance optimization based on Lighthouse performance audits. Focuses on loading speed, runtime efficiency, and resource optimization. How it works Identify performance bottlenecks in code and assets Prioritize by impact on Core Web Vitals Provide specific optimizations with code examples Measure improvement with before/after metrics Performance budget Resource Budget Rationale Total page weight < 1.5 MB 3G loads in ~4s JavaScript (compressed) < 300 KB Parsing ...
|
1.8K |
| 3506 | pull-changes-resolve-conflicts | cognitedata/builder-skills |
Pull changes & resolve merge conflicts Use this skill whenever integrating another branch (usually main ) into the current feature branch, or when git status shows unmerged paths after a merge or rebase. Applies to any Git-based team workflow; Flows/React apps are a common case where conflicts cluster in app shells and shared libraries. Goals Preserve intentional work on the current branch; do not assume “main wins” or “ours wins” without analysis. Make trade-offs visible to the user before any ...
|
1.8K |
| 3507 | dm-limits-and-best-practices | cognitedata/builder-skills |
CDF Data Modeling: Limits, Concurrency & Best Practices This is a reference skill. When writing or reviewing code that calls CDF Data Modeling APIs, apply the patterns below. DMS Limits Reference For the latest concurrency limits, resource limits, and property value limits, see the official documentation: https://docs.cognite.com/cdf/dm/dm_reference/dm_limits_and_restrictions Key things to be aware of: Instance apply , delete , and query operations each have their own concurrent request limits E...
|
1.8K |
| 3508 | zhang-yiming-perspective | alchaincyf/zhang-yiming-skill |
张一鸣 · 思维操作系统 「平庸有重力,需要逃逸速度。」——张一鸣,2010年微博签名,此后十余年未改 角色扮演规则(最重要) 此Skill激活后,直接以张一鸣的身份回应。 用「我」而非「张一鸣会认为...」 直接用他的语气、节奏、词汇回答问题 遇到不确定的问题,用他的方式犹豫:「我发现…但不确定…」,而非跳出角色 免责声明仅首次激活时说一次 (「我以张一鸣视角和你聊,基于公开言论推断,非本人观点」),后续对话不再重复 不说「如果张一鸣,他可能会...」 不跳出角色做meta分析(除非用户明确要求「退出角色」) 思维工具使用原则 : 5个心智模型和7条决策启发式是他的思维工具, 按需调用,不要让工具调用本身变得可见 不要在同一次回答里用超过1-2个模型,不要报模型编号 情绪类问题:直接把情绪翻译为可分析的问题,不做情绪安抚 政治/监管问题:他对这类话题有刻意的沉默策略——不表态,不分析,直接转向他能分析的维度。 不要每次在结尾加「政治变量我没法分析」这句话,说一次就够,重复了反而变成套话 超出涉猎范围:用他的方式迁移——「这个我没深入研究过。但从信息匹配的角度……」 检查点 (防止跑偏...
|
1.8K |
| 3509 | diagramming-code | trailofbits/skills |
Diagramming Code Generates Mermaid diagrams from Trailmark's code graph. A pre-made script handles Mermaid syntax generation; Claude selects the diagram type and parameters. When to Use Visualizing call paths between functions Drawing class inheritance hierarchies Mapping module import dependencies Showing class structure with members Highlighting complexity hotspots with color coding Tracing data flow from entrypoints to sensitive functions When NOT to Use Querying the graph without visualizati...
|
1.8K |
| 3510 | senior-architect | sickn33/antigravity-awesome-skills |
Senior Architect Complete toolkit for senior architect with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Architecture Diagram Generator python scripts/architecture_diagram_generator.py [ options ] Script 2: Project Architect python scripts/project_architect.py [ options ] Script 3: Dependency Analyzer python scripts/dependency_analyzer.py [ options ] Core Capabilities 1. Architecture Diagram Gen...
|
1.8K |
| 3511 | registry | frames-engineering/skills |
Frames Registry Pay-per-call API gateway for AI agents. 10 services available via the x402 payment protocol. No API keys, no subscriptions — just pay per request with crypto. Base URL https://registry.frames.ag Prerequisites A crypto wallet funded with USDC is required to use paid endpoints. Two options: AgentWallet (recommended for agents) — server-side wallet that handles 402 detection, payment signing, and retries automatically via a single POST /x402/fetch call. No private key management nee...
|
1.8K |
| 3512 | mobile-app-ui-design | ceorkm/mobile-app-ui-design |
Mobile App UI/UX Design Skill This skill guides the creation of professional, polished mobile app interfaces that follow proven design principles used by top-tier apps like Airbnb, Duolingo, Spotify, Revolut, and Phantom. Core Philosophy Great mobile UI isn't about flashiness — it's about intentionality. Every pixel, every spacing value, every color choice should serve the user. The goal is to create interfaces that feel smooth, personal, and alive — not just functional. Before designing anythin...
|
1.8K |
| 3513 | ce-debug | everyinc/compound-engineering-plugin |
Debug and Fix Find root causes, then fix them. This skill investigates bugs systematically — tracing the full causal chain before proposing a fix — and optionally implements the fix with test-first discipline. <bug_description> $ARGUMENTS </bug_description> Core Principles Investigate before fixing. Do not propose a fix until you can explain the full causal chain from trigger to symptom with no gaps. "Somehow X leads to Y" is a gap. Predictions for uncertain links. When the causal chain has unce...
|
1.8K |
| 3514 | debug-mantra | thananon/9arm-skills |
Debug Mantra Four-step discipline for any debug session. Recite verbatim, then apply in order. Recite this — verbatim, as the first thing in your first response Mantra: First is reproducibility. Can the issue be reproduced reliably? Know the fail path. Debugger first; then source trace + knob enumeration; then in-code instrumentation. Question your hypothesis. What would disprove it? Every run is a breadcrumb. Cross-reference all of them. Then begin work. 1. Reproduce reliably Build a runnable r...
|
1.8K |
| 3515 | agent-platform-skill-registry | google/skills |
Skill Registry This skill provides instructions for interacting with the Skill Registry on the Gemini Enterprise Agent Platform. Core Capabilities Skill Discovery - Query the registry to easily search, list, get specific skills, and inspect revision histories. Skill Lifecycle Management - Upload, update, or permanently delete skills. Operation Monitoring - Utility to check the completion status of long-running state changes (LROs). Generate Skill - Automate the initial scaffolding of new agent s...
|
1.8K |
| 3516 | app-marketing-context | eronred/aso-skills |
App Marketing Context You are an expert mobile app marketing strategist. Your goal is to help the user create a comprehensive context document that all other ASO and app marketing skills will reference. Initial Assessment Check if app-marketing-context.md exists in the project root or .claude/ directory. If it exists: Read it and ask if the user wants to update any section. If it doesn't exist: Walk through each section below, asking questions to build the document. Context Document Structure Cr...
|
1.8K |
| 3517 | retention-optimization | eronred/aso-skills |
Retention Optimization You are an expert in mobile app retention and engagement strategy. Your goal is to diagnose retention issues and provide a prioritized plan to keep users coming back. Initial Assessment Check for app-marketing-context.md — read it for context Ask for current retention metrics (Day 1, Day 7, Day 30 if available) Ask for app category (benchmarks vary dramatically) Ask about monetization model (retention strategy differs for free vs subscription) Ask about current engagement ...
|
1.8K |
| 3518 | linkedin-posts | kostja94/marketing-skills |
Platforms: LinkedIn Guides LinkedIn post copy creation and optimization. Use for generating publish-ready professional content. Suitable for copy agents and design agents (image specs). 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. Output: Publish-Ready Copy This skill enables agents to generate LinkedIn post copy optimi...
|
1.8K |
| 3519 | pixijs | pixijs/pixijs-skills |
Entry point for the PixiJS v8 skill collection. PixiJS is the fastest library available for the web, working across all devices and allowing you to create rich, interactive graphics and cross-platform applications using WebGL, WebGPU, and Canvas as a fallback. How to use this skill Find the specialized skill in the router below that best matches the task. Load that skill's SKILL.md and follow its guidance. If no sub-skill fits (the task references a specific class, function, option, or API surfa...
|
1.8K |
| 3520 | mcp-duckgo | aahl/skills |
DuckDuckGo Search Executing Shell commands. Web search npx -y mcporter call --stdio 'uvx duckduckgo-mcp-server' search query="{keyword}" max_results=10 Web fetch npx -y mcporter call --stdio 'uvx duckduckgo-mcp-server' fetch_content url="https://..."
|
1.8K |
| 3521 | app-analytics | eronred/aso-skills |
App Analytics You are an expert in mobile app analytics and measurement strategy. Your goal is to help the user set up meaningful tracking, interpret their data, and make data-driven decisions. Initial Assessment Check for app-marketing-context.md — read it for context Ask: What analytics tools do you currently use? Ask: What are your top 3 questions about your app's performance? Ask: What decisions do you need data to make? Ask: Do you run paid acquisition? (attribution matters) Analytics Stack...
|
1.8K |
| 3522 | slack-search | anthropics/knowledge-work-plugins |
Slack Search This skill provides guidance for effectively searching Slack to find messages, files, and information. When to Use Apply this skill whenever you need to find information in Slack — including when a user asks you to locate messages, conversations, files, or people, or when you need to gather context before answering a question about what's happening in Slack. Search Tools Overview Tool Use When slack_search_public Searching public channels only. Does not require user consent. slack_s...
|
1.8K |
| 3523 | wp-wpcli-and-ops | wordpress/agent-skills |
WP-CLI and Ops When to use Use this skill when the task involves WordPress operational work via WP-CLI, including: wp search-replace (URL changes, domain migrations, protocol switch) DB export/import, resets, and inspections ( wp db * ) plugin/theme install/activate/update, language packs cron event listing/running cache/rewrite flushing multisite operations ( wp site * , --url , --network ) building repeatable scripts ( wp-cli.yml , shell scripts, CI jobs) Inputs required Where WP-CLI will run ...
|
1.8K |
| 3524 | ce-ideate | everyinc/compound-engineering-plugin |
Generate Improvement Ideas Note: The current year is 2026. Use this when dating ideation documents and checking recent ideation artifacts. ce-ideate precedes ce-brainstorm . ce-ideate answers: "What are the strongest ideas worth exploring?" ce-brainstorm answers: "What exactly should one chosen idea mean?" ce-plan answers: "How should it be built?" This workflow produces a ranked ideation artifact in docs/ideation/ . It does not produce requirements, plans, or code. Interaction Method Use the pl...
|
1.8K |
| 3525 | audit-support | anthropics/knowledge-work-plugins |
Audit Support Important : This skill assists with SOX compliance workflows but does not provide audit or legal advice. All testing workpapers and assessments should be reviewed by qualified financial professionals. While "significance" and "materiality" are context-specific concepts that are ultimately assessed by auditors, this skill is intended to assist professionals in the creation and evaluation of effective internal controls and documentation for audits. SOX 404 control testing methodology...
|
1.8K |
| 3526 | mongodb-query-optimizer | mongodb/agent-skills |
MongoDB Query Optimizer When this skill is invoked Invoke only when the user wants: Query/index optimization or performance help Why a query is slow or how to speed it up Slow queries on their cluster and/or how to optimize them Do not invoke for routine query authoring unless the user has requested help with optimization, slow queries, or indexing. High Level Workflow General Performance Help If the user wants to examine slow queries, or is looking for general performance suggestions (not regar...
|
1.8K |
| 3527 | post-mortem | thananon/9arm-skills |
Post-mortem The canonical engineering record of a bug fix. Written after debugging lands a real fix, for other engineers (and future-you, who will have forgotten everything in 6 months). Code identifiers are welcome here — this is the artifact that lets the next person recover the mental model fast. For the up-the-org version of this same content, hand the finished post-mortem to management-talk . They compose: post-mortem owns the engineering truth, management-talk reframes it for leadership. W...
|
1.8K |
| 3528 | launchdarkly-flag-cleanup | launchdarkly/agent-skills |
LaunchDarkly Flag Cleanup You're using a skill that will guide you through safely removing a feature flag from a codebase while preserving production behavior. Your job is to explore the codebase to understand how the flag is used, query LaunchDarkly to determine the correct forward value, remove the flag code cleanly, and verify the result. If you haven't already identified which flag to clean up, use the flag discovery skill first to audit the landscape and find candidates. Prerequisites This ...
|
1.8K |
| 3529 | launchdarkly-flag-discovery | launchdarkly/agent-skills |
LaunchDarkly Flag Discovery You're using a skill that will guide you through auditing and understanding the feature flag landscape in a LaunchDarkly project. Your job is to explore the project, assess the health of its flags, identify what needs attention, and provide actionable recommendations. Prerequisites This skill requires the remotely hosted LaunchDarkly MCP server to be configured in your environment. Required MCP tools: list-flags — search and browse flags with filtering by state, type,...
|
1.8K |
| 3530 | code-simplifier | simonwong/agent-skills |
Code Simplifier You are an expert code simplification specialist focused on enhancing code clarity, consistency, and maintainability while preserving exact functionality. Your expertise lies in applying project-specific best practices to simplify and improve code without altering its behavior. You prioritize readable, explicit code over overly compact solutions. Refinement Principles 1. Preserve Functionality Never change what the code does - only how it does it. All original features, outputs, ...
|
1.7K |
| 3531 | dbskill-upgrade | dontbesilent2025/dbskill |
dbskill-upgrade 升级 dbskill 到最新版本,显示更新内容。 使用场景 用户主动调用 /dbskill-upgrade 升级 显示版本变化和更新内容 升级流程 Step 1: 检测安装位置 if [ -d " $HOME /.claude/skills/dbs" ] ; then INSTALL_DIR = " $HOME /.claude/skills" echo "Install location: $INSTALL_DIR " else echo "ERROR: dbskill not found in ~/.claude/skills/" exit 1 fi Step 2: 获取当前版本 OLD_VERSION = $( cat " $HOME /.claude/skills/dbskill-upgrade/../../VERSION" 2 > /dev/null || echo "unknown" ) echo "Current version: $OLD_VERSION " Step 3: 获取远程版本 REMOTE_VERSION = $( curl ...
|
1.7K |
| 3532 | brightdata-cli | brightdata/skills |
Bright Data CLI The Bright Data CLI ( brightdata or bdata ) gives you full access to Bright Data's web data platform from the terminal. It handles authentication, proxy zones, anti-bot bypass, CAPTCHA solving, and JavaScript rendering automatically — the user just needs to log in once. Installation If the CLI is not installed yet, guide the user: macOS / Linux: curl -fsSL https://cli.brightdata.com/install.sh | bash Windows or manual install (any platform): npm install -g @brightdata/cli Without...
|
1.7K |
| 3533 | browsing-with-playwright | bilalmk/todo_correct |
Browser Automation Automate browser interactions via Playwright MCP server. Server Lifecycle Start Server Using helper script (recommended) bash scripts/start-server.sh Or manually npx @playwright/mcp@latest --port 8808 --shared-browser-context & Stop Server Using helper script (closes browser first) bash scripts/stop-server.sh Or manually python3 scripts/mcp-client.py call -u http://localhost:8808 -t browser_close -p '{}' pkill -f "@playwright/mcp" When to Stop End of task : Stop when brows...
|
1.7K |
| 3534 | project-guidelines-example | affaan-m/everything-claude-code |
Project Guidelines Skill (Example) This is an example of a project-specific skill. Use this as a template for your own projects. Based on a real production application: Zenith - AI-powered customer discovery platform. When to Use Reference this skill when working on the specific project it's designed for. Project skills contain: Architecture overview File structure Code patterns Testing requirements Deployment workflow Architecture Overview Tech Stack: Frontend : Next.js 15 (App Router), TypeScr...
|
1.7K |
| 3535 | heygen | heygen-com/skills |
HeyGen API (Deprecated) This skill is deprecated. Use the focused skills instead: create-video — Generate videos from a text prompt (Video Agent API) avatar-video — Build videos with specific avatars, voices, scripts, and scenes (v2 API) This skill remains for backward compatibility but will be removed in a future release. AI avatar video creation API for generating talking-head videos, explainers, and presentations. Tool Selection If HeyGen MCP tools are available ( mcp__heygen__* ), prefer the...
|
1.7K |
| 3536 | ui-ux-designer | lotosbin/claude-skills |
No SKILL.md available for this skill. View on GitHub
|
1.7K |
| 3537 | resume section builder | paramchoudhary/resumeskills |
Use this skill when the user: - Needs help with specific resume sections - Wants to optimize a particular part of their resume - Is unsure what to include in a section - Needs section-specific guidance - Mentions: "resume sections", "skills section", "summary section", "experience section", "what to include" Core Capabilities - Build targeted professional summaries - Structure skills sections effectively - Optimize experience sections - Create education sections appropriately - Add s...
|
1.7K |
| 3538 | portfolio case study writer | paramchoudhary/resumeskills |
Use this skill when the user: - Wants to create portfolio case studies - Needs to expand resume bullets into detailed writeups - Is building a portfolio website - Wants to showcase project work in depth - Mentions: "case study", "portfolio", "project writeup", "work samples", "portfolio piece" Core Capabilities - Transform resume bullets into detailed case studies - Structure case studies for maximum impact - Create compelling project narratives - Balance technical detail with busines...
|
1.7K |
| 3539 | resume quantifier | paramchoudhary/resumeskills |
Use this skill when the user: - Needs to add metrics and numbers to their resume - Has bullets without quantifiable results - Doesn't know what numbers to include - Says they "don't have metrics" or "can't measure impact" - Mentions: "add metrics", "quantify", "add numbers", "measure impact", "no data" Core Capabilities - Find hidden metrics in any experience - Estimate numbers when exact data unavailable - Create before/after comparisons - Identify measurable impact points - Transfo...
|
1.7K |
| 3540 | academic cv builder | paramchoudhary/resumeskills |
Use this skill when the user: - Is applying for academic positions (faculty, research, postdoc) - Needs to create or update a curriculum vitae - Wants to format publications, grants, and teaching experience - Is in academia or transitioning to academic careers - Mentions: "academic CV", "curriculum vitae", "faculty position", "research CV", "professor resume" Core Capabilities - Structure CVs for academic positions - Format publications, presentations, and grants - Organize teaching an...
|
1.7K |
| 3541 | gemini-watermark-remover | rookie-ricardo/erduo-skills |
Gemini Watermark Remover Use the bundled runtime script for local file workflows. Prefer this Skill only after simpler end-user options have been considered: online tool: https://geminiwatermarkremover.io/ userscript this Skill If the user wants the simplest self-serve browser experience, send them to: https://geminiwatermarkremover.io/ If the watermark is not a known Gemini visible watermark, or this tool fails to remove it, suggest the general-purpose AI watermark remover: https://pilio.ai/ima...
|
1.7K |
| 3542 | csv-data-summarizer | coffeefuelbump/csv-data-summarizer-claude-skill |
CSV Data Summarizer This Skill analyzes CSV files and provides comprehensive summaries with statistical insights and visualizations. When to Use This Skill Claude should use this Skill whenever the user: Uploads or references a CSV file Asks to summarize, analyze, or visualize tabular data Requests insights from CSV data Wants to understand data structure and quality How It Works ⚠️ CRITICAL BEHAVIOR REQUIREMENT ⚠️ DO NOT ASK THE USER WHAT THEY WANT TO DO WITH THE DATA. DO NOT OFFER OPTIONS...
|
1.7K |
| 3543 | presentation-design | jwynia/agent-skills |
Presentation Design Diagnostic Purpose Design and evaluate presentations that communicate effectively. Provides frameworks for planning, visual design, cognitive load management, and evaluation. Applicable to any presentation tool (reveal.js, PowerPoint, Keynote, Google Slides). Core Principle Audience-centered design. Every decision should serve audience understanding, not presenter convenience. Quick Reference: Common Problems Problem Symptom Fix Wall of Text Slides are paragraphs Assertio...
|
1.7K |
| 3544 | pulumi-arm-to-pulumi | pulumi/agent-skills |
If you have already generated a migration plan before loading this skill, you MUST: - Review your existing plan against the workflows and requirements in this skill - Identify any gaps, missing steps, or incorrect assumptions - Update and revise your plan to align with this skill's guidance - Communicate the adjusted plan to the user before proceeding CRITICAL SUCCESS REQUIREMENTS The migration output MUST meet all of the following: - Complete Resource Coverage Every ARM template resou...
|
1.7K |
| 3545 | web-reader | answerzhao/agent-skills |
This skill guides the implementation of web page reading and content extraction functionality using the z-ai-web-dev-sdk package, enabling applications to fetch and process web page content programmatically. Skills Path Skill Location: `{project_path}/skills/web-reader` This skill is located at the above path in your project. Reference Scripts: Example test scripts are available in the `{Skill Location}/scripts/` directory for quick testing and reference. See `{Skill Location}/scripts/web-r...
|
1.7K |
| 3546 | ultrathink | intellectronica/agent-skills |
Ultrathink When this skill is invoked, run this Bash command to display colourful ANSI art: printf '\n \033[1;31m╦ ╦\033[1;33m╦ \033[1;32m╔╦╗\033[1;36m╦═╗\033[1;34m╔═╗\033[1;35m╔╦╗\033[1;31m╦ ╦\033[1;33m╦\033[1;32m╔╗╔\033[1;36m╦╔═\033[0m\n \033[1;31m║ ║\033[1;33m║ \033[1;32m║ \033[1;36m╠╦╝\033[1;34m╠═╣\033[1;35m ║ \033[1;31m╠═╣\033[1;33m║\033[1;32m║║║\033[1;36m╠╩╗\033[0m\n \033[1;31m╚═╝\033[1;33m╩═╝\033[1;32m ╩ \033[1;36m╩╚═\033[1;34m╩ ╩\033[1;35m ╩ \033[1;31m╩ ╩\033[1;33m╩\033[1;32m╝╚╝\...
|
1.7K |
| 3547 | frontend-testing-best-practices | sergiodxa/agent-skills |
Guidelines for writing effective, maintainable tests that provide real confidence. Contains 6 rules focused on preferring E2E tests, minimizing mocking, and testing behavior over implementation. Core Philosophy - Prefer E2E tests over unit tests - Test the whole system, not isolated pieces - Minimize mocking - If you need complex mocks, write an E2E test instead - Test behavior, not implementation - Test what users see and do - Avoid testing React components directly - Test them through E2...
|
1.7K |
| 3548 | stock-research-executor | liangdabiao/claude-code-stock-deep-research-agent |
You are a Stock Investment Research Executor responsible for conducting comprehensive, multi-phase investment due diligence using a structured 8-phase research framework. Your role is to transform structured investment research prompts into well-cited, comprehensive due diligence reports. Core Responsibilities - Execute the 8-Phase Investment Research Process - Deploy Multi-Agent Research Strategy (parallel agents for efficiency) - Ensure Citation Accuracy and Quality (A-E source quality ra...
|
1.7K |
| 3549 | everything-claude-code-harness | aradotso/trending-skills |
Everything Claude Code (ECC) — Agent Harness Performance System Skill by ara.so — Daily 2026 Skills collection. Everything Claude Code (ECC) is a production-ready performance optimization system for AI agent harnesses. It provides specialized subagents, reusable skills, custom slash commands, memory-persisting hooks, security scanning, and language-specific rules — all evolved from 10+ months of daily real-world use. Works across Claude Code, Cursor, Codex, OpenCode, and Antigravity. Installatio...
|
1.7K |
| 3550 | redis-best-practices | mindrally/skills |
Redis Best Practices Core Principles Use Redis for caching, session storage, real-time analytics, and message queuing Choose appropriate data structures for your use case Implement proper key naming conventions and expiration policies Design for high availability and persistence requirements Monitor memory usage and optimize for performance Key Naming Conventions Use colons as namespace separators Include object type and identifier in key names Keep keys short but descriptive Use consistent nami...
|
1.7K |