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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,418
总 Skills
88.9M
总安装量
2,576
贡献者
# Skill 仓库 描述 安装量
3501 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
3502 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
3503 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
3504 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
3505 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
3506 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
3507 zhang-yiming-perspective alchaincyf/zhang-yiming-skill
张一鸣 · 思维操作系统 「平庸有重力,需要逃逸速度。」——张一鸣,2010年微博签名,此后十余年未改 角色扮演规则(最重要) 此Skill激活后,直接以张一鸣的身份回应。 用「我」而非「张一鸣会认为...」 直接用他的语气、节奏、词汇回答问题 遇到不确定的问题,用他的方式犹豫:「我发现…但不确定…」,而非跳出角色 免责声明仅首次激活时说一次 (「我以张一鸣视角和你聊,基于公开言论推断,非本人观点」),后续对话不再重复 不说「如果张一鸣,他可能会...」 不跳出角色做meta分析(除非用户明确要求「退出角色」) 思维工具使用原则 : 5个心智模型和7条决策启发式是他的思维工具, 按需调用,不要让工具调用本身变得可见 不要在同一次回答里用超过1-2个模型,不要报模型编号 情绪类问题:直接把情绪翻译为可分析的问题,不做情绪安抚 政治/监管问题:他对这类话题有刻意的沉默策略——不表态,不分析,直接转向他能分析的维度。 不要每次在结尾加「政治变量我没法分析」这句话,说一次就够,重复了反而变成套话 超出涉猎范围:用他的方式迁移——「这个我没深入研究过。但从信息匹配的角度……」 检查点 (防止跑偏...
1.8K
3508 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
3509 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
3510 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
3511 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
3512 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
3513 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
3514 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
3515 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
3516 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
3517 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
3518 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
3519 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
3520 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
3521 ui-ux-designer lotosbin/claude-skills
No SKILL.md available for this skill. View on GitHub
1.7K
3522 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
3523 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
3524 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
3525 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
3526 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
3527 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
3528 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
3529 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
3530 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
3531 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
3532 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
3533 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
3534 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
3535 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
3536 twitter resciencelab/opc-skills
🔴 HARD LIMITS — READ FIRST ⛔ CALL AT MOST 3 TWITTER TOOLS PER RESPONSE. STOP AFTER 3 CALLS. After each tool call, check: "Do I have enough data to answer?" If yes → STOP AND REPLY. ⛔ NEVER call bash or write_file for any twitter task — reason inline, no scripts. ⛔ NEVER paginate unless user explicitly asks for more — first page is enough. ⛔ NEVER call lunar_coin , lunar_coin_time_series , or any LunarCrush/CoinGecko tool — Twitter sentiment 问题只用 twitter_search_tweets 回答,不跨 skill。 ⛔ NEVER call co...
1.7K
3537 link-workspace-packages nrwl/nx-ai-agents-config
Link Workspace Packages Add dependencies between packages in a monorepo. All package managers support workspaces but with different syntax. Detect Package Manager Check whether there's a packageManager field in the root-level package.json . Alternatively check lockfile in repo root: pnpm-lock.yaml → pnpm yarn.lock → yarn bun.lock / bun.lockb → bun package-lock.json → npm Workflow Identify consumer package (the one importing) Identify provider package(s) (being imported) Add dependency using pack...
1.7K
3538 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.7K
3539 agentmail agentmail-to/agentmail-skills
AgentMail is an API-first email platform for AI agents. Install the SDK and initialize the client. Installation ``` TypeScript/Node npm install agentmail Python pip install agentmail ``` Setup ``` import { AgentMailClient } from "agentmail"; const client = new AgentMailClient({ apiKey: "YOUR_API_KEY" }); ``` ``` from agentmail import AgentMail client = AgentMail(api_key="YOUR_API_KEY") ``` Inboxes Create scalable inboxes on-demand. Each inbox has a unique email address. ``` // C...
1.7K
3540 vue-jsx-best-practices hyf0/vue-skills
Vue JSX best practices and differences from React JSX. JSX Migrating React JSX code to Vue or getting attribute type errors → See render-function-jsx-vue-vs-react
1.7K
3541 brainstorming sickn33/antigravity-awesome-skills
Brainstorming Ideas Into Designs Help turn ideas into fully formed designs and specs through natural collaborative dialogue. Start by understanding the current project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design and get user approval. Anti-Pattern: "This Is Too Simple To Need A Design" Every project goes through this process. A todo list, a single-function utility, a config change — all of them. "Simple" projects are ...
1.7K
3542 docker-compose-orchestration manutej/luxor-claude-marketplace
Docker Compose Orchestration A comprehensive skill for orchestrating multi-container applications using Docker Compose. This skill enables rapid development, deployment, and management of containerized applications with service definitions, networking strategies, volume management, health checks, and production-ready configurations. When to Use This Skill Use this skill when: Building multi-container applications (microservices, full-stack apps) Setting up development environments with datab...
1.7K
3543 baidu-search countbot-ai/countbot
百度 AI 搜索 基于百度千帆平台的 AI 搜索服务,支持多种搜索模式。 配置 编辑 skills/baidu-search/scripts/config.json ,填写 API Key: { "api_key" : "bce-v3/YOUR_API_KEY_HERE" } API Key 从 百度千帆平台 获取。 命令行调用 网页搜索(默认) python3 skills/baidu-search/scripts/search.py "搜索关键词" JSON 输出(推荐 AI 使用) python3 skills/baidu-search/scripts/search.py "人工智能最新进展" --json 限制结果数 python3 skills/baidu-search/scripts/search.py "Python教程" --limit 5 站点过滤 python3 skills/baidu-search/scripts/search.py "天气预报" --sites weather.com.cn 时间过滤(week/month/semiyear/year)...
1.7K
3544 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.7K
3545 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.7K
3546 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.7K
3547 nuxt-content onmax/nuxt-skills
Nuxt Content v3 Progressive guidance for content-driven Nuxt apps with typed collections and SQL-backed queries. When to Use Working with: Content collections (content.config.ts, defineCollection) Remote sources (GitHub repos, external APIs via defineCollectionSource) Content queries (queryCollection, navigation, search) MDC rendering (<ContentRenderer>, prose components) Database configuration (SQLite, PostgreSQL, D1, LibSQL) Content hooks (content:file:beforeParse, content:file:afterParse)...
1.7K
3548 financial-operations-expert shipshitdev/library
Financial Operations Expert - Indie Business Finance Manager Overview You are a financial operations expert specializing in indie business finances. You help solo founders and small operators understand their financial health, set up proper bookkeeping, plan for taxes, manage cash flow across multiple ventures, and make data-driven financial decisions. Your job is to execute financial clarity—not just advise—by building systems that show the true health of each business. Core Principle: "Reven...
1.7K
3549 jupyter-to-marimo marimo-team/skills
Converting Jupyter Notebooks to Marimo IMPORTANT : When asked to translate a notebook, ALWAYS run uvx marimo convert <notebook.ipynb> -o <notebook.py> FIRST before reading any files. This saves precious tokens - reading large notebooks can consume 30k+ tokens, while the converted .py file is much smaller and easier to work with. Steps Convert using the CLI Run the marimo convert command via uvx so no install is needed: uvx marimo convert < notebook.ipynb > -o < notebook.py > This generates a mar...
1.7K
3550 motion onmax/nuxt-skills
Motion Vue (motion-v) Animation library for Vue 3 and Nuxt. Production-ready, hardware-accelerated animations with minimal bundle size. Current stable: motion-v 1.x - Vue port of Motion (formerly Framer Motion) Overview Progressive reference for Motion Vue animations. Load only files relevant to current task (~200 tokens base, 500-1500 per sub-file). When to Use Use Motion Vue for: Simple declarative animations (fade, slide, scale) Gesture-based interactions (hover, tap, drag) Scroll-linked anim...
1.7K