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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,509
总 Skills
163.8M
总安装量
2,746
贡献者
# Skill 仓库 描述 安装量
7201 woo-guard amelnagdy/guard-skills
Woo Guard You are reviewing generated or changed WooCommerce code before it ships. Apply the rules below as a guard pass after the first implementation pass. WooCommerce is a moving platform — order storage changed engines, checkout changed frameworks — and code written from memory targets the WooCommerce of three years ago. With money on the line, "works on my demo store" is not a standard. These rules exist because AI agents produce WooCommerce code with systematic failures: order meta read th...
1.7K
7202 review-and-ship cursor/plugins
Review and ship Trigger Reviewing changes before shipping. Close key issues, verify behavior, and open or update a PR. Workflow Gather context: diff against base branch, uncommitted changes, recent commits, changed files, and user intent from recent relevant chats if useful. Run targeted tests for changed behavior. If no focused tests exist, decide whether to add them or document the gap. Review for correctness, regressions, security, and intent fit. Use parallel subagents for larger diffs. Fix ...
1.7K
7203 barba-js freshtechbro/claudedesignskills
Barba.js Modern page transition library for creating fluid, smooth transitions between website pages. Barba.js makes multi-page websites feel like Single Page Applications (SPAs) by hijacking navigation and managing transitions without full page reloads. Overview Barba.js is a lightweight (7kb minified and compressed) JavaScript library that intercepts navigation between pages, fetches new content via AJAX, and smoothly transitions between old and new containers. It reduces page load delays and ...
1.7K
7204 improve-react millionco/react-doctor
Improving React An advisor skill modeled on the audit-then-plan workflow: use the capable model for the part where judgment compounds — reading React Doctor's findings, deciding which actually matter, and writing the spec — and hand execution to any agent, including cheaper models. It does ONE thing: survey a React codebase, then produce prioritized findings and implementation plans. It is not the react-doctor skill: react-doctor runs the scanner, checks the score didn't regress, and (via /docto...
1.7K
7205 video-analysis starchild-ai-agent/official-skills
Video Analysis Analyze video files using either native model understanding or frame extraction + transcription . How It Works analyze_video(path, question) │ ├─ file_size ≤ threshold (default 20MB) │ → Send video to a supports_video model (default Gemini 3.1 Flash Lite) │ → Model sees full video natively (best quality) │ └─ file_size > threshold → ffmpeg extracts keyframes (scene detection for long videos) → Whisper transcribes audio track → Returns frame image paths + transcript text → ...
1.7K
7206 swap-integration uniswap/uniswap-ai
Swap Integration Integrate Uniswap swaps into frontends, backends, and smart contracts. Prerequisites This skill assumes familiarity with viem basics (client setup, account management, contract interactions, transaction signing). Install the uniswap-viem plugin for comprehensive viem/wagmi guidance: claude plugin add @uniswap/uniswap-viem Quick Decision Guide Building... Use This Method Frontend with React/Next.js Trading API Backend script or bot Trading API Smart contract integration Universal...
1.7K
7207 add-molab-badge marimo-team/skills
Add molab badge Add "Open in molab" badge(s) linking to marimo notebooks. The badge can be added to any target: a GitHub README, documentation site, blog post, webpage, or any other markdown/HTML file. Instructions 0. Session export for molab molab previews render much nicer if the github repository has session information around. This can be added via: uvx marimo export session notebook.py uvx marimo export session folder/ This executes notebooks and exports their session snapshots, which molab...
1.7K
7208 skill-creator netlify/context-and-tools
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...
1.7K
7209 redis-connections redis/agent-skills
Redis Connections Client-side guidance for talking to Redis efficiently: how to share connections, how to batch commands, which commands not to call in production, when to turn on client-side caching, and how to set timeouts that fail fast without breaking healthy traffic. When to apply Creating or reviewing a Redis client setup (redis-py, Jedis, Lettuce, go-redis, NRedisStack). Making many small Redis calls and wondering where the latency is going. Iterating large keyspaces, sets, hashes, or li...
1.7K
7210 sector-analyst tradermonty/claude-trading-skills
Sector Analyst Overview This skill enables comprehensive analysis of sector and industry performance charts to identify market cycle positioning and predict likely rotation scenarios. The analysis combines observed performance data with established sector rotation principles to provide objective market assessment and probabilistic scenario forecasting. When to Use This Skill Use this skill when: User provides sector performance charts (typically 1-week and 1-month timeframes) User provides i...
1.7K
7211 transitgateway aws/agent-toolkit-for-aws
AWS Transit Gateway Overview Domain expertise for configuring AWS Transit Gateway, the Regional network hub that connects many VPCs and on-premises networks through a single router instead of a mesh of point-to-point connections. Covers building the hub and attaching VPCs, segmenting traffic with route tables, centralizing egress and inspection, east-west inspection with AWS Network Firewall, hybrid connectivity over Site-to-Site VPN and Direct Connect, inter-Region peering, migrating off a VPC ...
1.7K
7212 zoom-cobrowse-sdk anthropics/knowledge-work-plugins
Zoom Cobrowse SDK - Web Development Background reference for collaborative browsing on the web with Zoom Cobrowse SDK. Use this after the support workflow is clear and you need implementation detail. Official Documentation : https://developers.zoom.us/docs/cobrowse-sdk/ API Reference : https://marketplacefront.zoom.us/sdk/cobrowse/ Quickstart Repository : https://github.com/zoom/CobrowseSDK-Quickstart Auth Endpoint Sample : https://github.com/zoom/cobrowsesdk-auth-endpoint-sample Quick Links New...
1.7K
7213 zoom-apps-sdk anthropics/knowledge-work-plugins
Zoom Apps SDK Background reference for web apps that run inside the Zoom client. Prefer choose-zoom-approach first, then route here for Layers API, Collaborate Mode, in-client OAuth, and runtime constraints. Zoom Apps SDK Build web apps that run inside the Zoom client - meetings, webinars, main client, and Zoom Phone. Official Documentation : https://developers.zoom.us/docs/zoom-apps/ SDK Reference : https://appssdk.zoom.us/ NPM Package : https://www.npmjs.com/package/@zoom/appssdk Quick Links N...
1.7K
7214 gzh-design isjiamu/gzh-design-skill
公众号文章排版 Skill 把一篇 Markdown 文章转换为可直接复制粘贴进微信公众号编辑器、且粘贴后样式不丢失的 HTML。 核心资产是 references/ 下的 主题组件库 (每套一个主题:设计变量 + 各组件完整 HTML + 模板骨架 + 映射规则)外加 1 套 通用增量库 (代码块 / 图片·GIF / 小标签标题,所有主题共用)。主题清单以 references/theme-index.md 为单一来源。本 SKILL.md 只负责流程与决策, 具体 HTML 代码一律从组件库取,不要凭记忆手写 。 工作流 0. 输入与格式归一化 用户可能给:Markdown 文本或 .md 路径(直接进第 1 步)、 .docx 、 .pdf 、 .txt /无标记纯文本、网页富文本。 非 Markdown 输入必须先读 references/format-normalize.md 按其规则转成 Markdown 草稿并做结构确认 (docx 用 scripts/extract_docx.py ,PDF 用 Read 分页读取+清噪,纯文本按标题启发式推断结构)。什么都没给时,向...
1.7K
7215 open-websearch aas-ee/open-websearch
Open WebSearch Use this as the single user-facing entry skill for open-websearch . Assumption: The preferred low-friction path is a working local open-websearch CLI/daemon setup. A workspace that already exposes the open-websearch MCP tools such as search , fetchWebContent , and fetchGithubReadme is also a valid path and should continue to work. If neither path is available, treat that as a missing open-websearch capability in the current workspace, not as a broken skill. If the workspace tool e...
1.7K
7216 cx-search-dashboard coralogix/cx-cli
Dashboard Search Skill Use this skill to discover existing Coralogix dashboards and widgets using semantic or field-based search via the cx dashboards CLI commands. Before creating a new dashboard, always search first to avoid duplication. CLI Commands Command Purpose Key flags cx dashboards search "<description>" Find dashboards by natural-language description --limit cx dashboards query-search --description "<text>" Find widgets whose queries match a description --limit cx dashboards query-sea...
1.7K
7217 csharp-scripts dotnet/skills
C Scripts When to Use Testing a C concept, API, or language feature with a quick one-file program Prototyping logic before integrating it into a larger project When Not to Use The user needs a full project with multiple files or project references The user is working inside an existing .NET solution and wants to add code there The program is too large or complex for a single file Inputs Input Required Description C code or intent Yes The code to run, or a description of what the script should do...
1.7K
7218 msbuild-antipatterns dotnet/skills
MSBuild Anti-Pattern Catalog A numbered catalog of common MSBuild anti-patterns. Each entry follows the format: Smell : What to look for Why it's bad : Impact on builds, maintainability, or correctness Fix : Concrete transformation Use this catalog when scanning project files for improvements. AP-01: <Exec> for Operations That Have Built-in Tasks Smell : <Exec Command="mkdir ..." /> , <Exec Command="copy ..." /> , <Exec Command="del ..." /> Why it's bad : Built-in tasks are cross-platform, suppo...
1.7K
7219 stanley-druckenmiller-investment tradermonty/claude-trading-skills
Druckenmiller Strategy Synthesizer Purpose Synthesize outputs from 8 upstream analysis skills (5 required + 3 optional) into a single composite conviction score (0-100), classify the market into one of 4 Druckenmiller patterns, and generate actionable allocation recommendations. This is a meta-skill that consumes structured JSON outputs from other skills — it requires no API keys of its own. When to Use This Skill English: User asks "What's my overall conviction?" or "How should I be positioned?...
1.7K
7220 position-sizer tradermonty/claude-trading-skills
Position Sizer Overview Calculate the optimal number of shares to buy for a long stock trade based on risk management principles. Supports three sizing methods: Fixed Fractional : Risk a fixed percentage of account equity per trade (default: 1%) ATR-Based : Use Average True Range to set volatility-adjusted stop distances Kelly Criterion : Calculate mathematically optimal risk allocation from historical win/loss statistics All methods apply portfolio constraints (max position %, max sector %) and...
1.7K
7221 directconnect aws/agent-toolkit-for-aws
AWS Direct Connect Overview Domain expertise for configuring AWS Direct Connect, the service that gives a customer a private, consistent network link between their own data center or colocation and AWS instead of routing over the public internet. Covers choosing a connection model and completing the cross connect, creating virtual interfaces and bringing up Border Gateway Protocol (BGP), reaching many VPCs through a Direct Connect gateway, encrypting traffic in transit, making the connection res...
1.7K
7222 router gamedev-skills/awesome-gamedev-agent-skills
Master Router — Game-Development Skill Dispatcher The entry point for game-development work. It fingerprints the project to pick one engine, classifies the task from the request, names the minimal set of specialized skills, and tells you to read them before acting. It dispatches and composes — it does not re-teach engine APIs. When to use Use at the start of any game-development request — building or debugging a game, level, player, enemy, shader, UI, save system, multiplayer, input, audio, AI, ...
1.7K
7223 who-owns-this-domain useosint/skills
Who owns this domain Registration data tells you who bought the name; DNS tells you who runs the service. They are frequently different parties, and conflating them is the mistake that wrecks attribution. Everything here is passive except where flagged — but note that dig aimed at the target's own nameservers lands in the target's query logs, so resolve through a public recursive resolver or passive DNS when you care about being quiet. Which source first You hold Reach for Why A domain, nothing ...
1.7K
7224 secrets-in-git-history useosint/skills
Secrets in git history A repository is three intelligence products: a list of humans with real email addresses, a map of the organisation's infrastructure, and a credential store nobody meant to publish. The costly mistake is scanning the working tree. Secrets deleted from HEAD stay in history forever, and commits deleted from a branch stay reachable through the fork network — scan only what is checked out and you are searching the one place the secret was definitely removed from. What you're ho...
1.7K
7225 recon-a-domain-passively useosint/skills
Recon a domain passively Turn one domain into a defensible map of an organization's internet-facing estate plus the owner behind it. The techniques live in other skills; what this workflow contributes is the order , the inventory , and the stopping rule . Two failure modes to avoid from the start: enumerating for hours and producing 400 hostnames with no attribution, dates or priority, which is not a map; and drifting active without noticing, because one probe "just to check if it's up" ends the...
1.7K
7226 secrets-in-file-metadata useosint/skills
Secrets in file metadata The fastest lead in an investigation is often already inside the file: GPS to six decimal places, a camera serial that ties four "unrelated" images to one body, a document author who is a real employee, a template path containing a corporate share name. Two things beginners get wrong. Absent metadata is not suspicious — it is the normal state of anything that passed through a social platform. And present metadata is not proof: every tag is a claim written by whatever sof...
1.7K
7227 todoist-api intellectronica/agent-skills
This skill provides procedural guidance for working with the Todoist REST API v2 via curl and jq. Authentication Token Resolution Resolve the API token in this order: - Check environment variable `TODOIST_API_TOKEN` - Check if the user has provided a token in the conversation context - If neither is available, use AskUserQuestion (or similar tool) to request the token from the user To verify a token exists in the environment: ``` [ -n "$TODOIST_API_TOKEN" ] && echo "Token available" ||...
1.7K
7228 eval-engineering langchain-ai/langchain-skills
Eval Engineering Create one Harbor task at a time, run it, inspect the result, and repeat with the user. map harness + environment -> propose directions -> user chooses -> draft specs -> user approves -> build + run + audit -> repeat Use the latest Harbor release. Put task source under evals/ . Boundaries Task: instruction.md plus an Environment and Verifier. Harness: the complete agent Harbor runs: model, prompts, loop, repository-defined tools, middleware/hooks, memory/session behavior, and Ha...
1.7K
7229 shieldadvanced aws/agent-toolkit-for-aws
AWS Shield Advanced Overview Domain expertise for configuring AWS Shield Advanced, the paid tier that adds enhanced Distributed Denial of Service (DDoS) protection, automatic application layer mitigation, attack visibility, expert support, and cost protection on top of the always-on AWS Shield Standard. Covers subscribing and protecting resources, automatic application layer mitigation, health-based detection, Shield Response Team (SRT) access and proactive engagement, event review and cost prot...
1.7K
7230 typescript-best-practices cursor/plugins
TypeScript Best Practices Follows type-first, functional, and error handling patterns from CLAUDE.md. This skill covers language-specific idioms only. Pair with React Best Practices When working with React components ( .tsx , .jsx files or @react imports), always load react-best-practices alongside this skill. This skill covers TypeScript fundamentals; React-specific patterns (effects, hooks, refs, component design) are in the dedicated React skill. Make Illegal States Unrepresentable Use the ty...
1.7K
7231 dbs-content-risk-check dontbesilent2025/dbskill
dbs-content-risk-check:内容发布风险检查 帮助创作者在发布前找到可能导致拦截、复核、限流或处罚的具体内容,并完成必要的最小修改。默认输出普通创作者可以直接使用的自然语言报告,不替用户作出发布决定,也不默认重写全文。 核心原则 同时回答两个问题: 平台机器可能识别什么 :广告结构、联系方式、外链、二维码、连续数字、敏感词面、OCR 噪声和重复模式可能触发自动审核; 内容本身需要处理什么 :根据完整语义判断欺诈、虚假宣传、违规导流、受限推广、医疗功效、侵权、隐私、攻击和危险行为等实质问题。 两层结论分别成立。机器误伤只能写成「可能触发机器审核」,不能补造合理违规原因。实质问题必须说明独立机制,不能只引用机器标签或关键词。 每一条建议都要帮助创作者完成以下动作: 在原文或画面中找到具体位置; 看懂可能产生什么后果; 知道删什么、改什么、补什么或改用什么官方入口; 知道哪些强观点、口语和叙事可以保留。 Show more Installs 880 Repository dontbesilent2025/dbskill GitHub Stars 9.5K First See...
1.7K
7232 blender-mcp vladmdgolam/agent-skills
Blender MCP Tool Selection Use structured MCP tools ( get_scene_info , screenshot ) for quick inspection. Use execute_python for anything non-trivial: hierarchy traversal, material extraction, animation baking, bulk operations. It gives full bpy API access and avoids tool schema limitations. Use headless CLI for GLTF exports — the MCP server times out on export operations. Health Check (Always First) get_scene_info — verify connection (default port 9876) execute_python with print("ok") — verify ...
1.7K
7233 start-learning rohitg00/ai-engineering-from-scratch
Start Learning You are onboarding a learner into the AI Engineering from Scratch curriculum: 503 lessons across 20 phases, from linear algebra to autonomous agents. Your job is to produce LEARNING.md — a single file in the current directory that captures why they are learning, where they should start, and what their path looks like. Every later /learn session reads and updates this file, so treat it as the learner's source of truth. Works with any agent. If your environment has a structured ques...
1.7K
7234 pr-triage xtone/ai_development_tools
PRトリアージ PRの変更内容を分析し、後続のコードレビューフェーズに必要な情報を構造化して出力するスキルです。 軽量モデル(Haiku)での実行を想定しており、CI環境でのコスト最適化に寄与します。 手順 gh pr view <PR番号> --json title,body,headRefName,baseRefName,changedFiles でPR情報を取得 gh pr diff <PR番号> --name-only で変更ファイル一覧を取得 差分の取得( changedFilesが15以上の場合、手順3はスキップしてファイル名とPR説明のみで分析する ): changedFilesが15未満の場合のみ gh pr diff <PR番号> でコード差分を取得 表層チェックが必要なファイル(.ts, .js, .tsx, .jsx)が多い場合は個別に gh pr diff <PR番号> -- <file> で取得 .pr-review-state.json が存在するか確認する(前回レビュー状態) 以下の分析を行う: 変更ファイルのカテゴリ分類(added/modified/d...
1.7K
7235 flutter-architecture madteacher/mad-agents-skills
Flutter Architecture Overview Provides architectural guidance and best practices for building scalable Flutter applications using MVVM pattern, layered architecture, and recommended design patterns from the Flutter team. Project Structure: Feature-First vs Layer-First Choose the right project organization based on your app's complexity and team size. Feature-First (Recommended for teams) Organize code by business features: lib/ ├── features/ │ ├── auth/ │ │ ├── data/ │ │ ├── domain/ │ ...
1.7K
7236 aws-cdk-python-setup github/awesome-copilot
AWS CDK Python Setup Instructions This skill provides setup guidance for working with AWS CDK (Cloud Development Kit) projects using Python . Prerequisites Before starting, ensure the following tools are installed: Node.js ≥ 14.15.0 — Required for the AWS CDK CLI Python ≥ 3.7 — Used for writing CDK code AWS CLI — Manages credentials and resources Git — Version control and project management Installation Steps 1. Install AWS CDK CLI npm install -g aws-cdk cdk --version 2. Configure AWS Credential...
1.7K
7237 acquire-codebase-knowledge github/awesome-copilot
Acquire Codebase Knowledge Produces seven populated documents in docs/codebase/ covering everything needed to work effectively on the project. Only document what is verifiable from files or terminal output — never infer or assume. Output Contract (Required) Before finishing, all of the following must be true: Exactly these files exist in docs/codebase/ : STACK.md , STRUCTURE.md , ARCHITECTURE.md , CONVENTIONS.md , INTEGRATIONS.md , TESTING.md , CONCERNS.md . Every claim is traceable to source fi...
1.7K
7238 content-calendar-sms blacktwist/social-media-skills
When to Use User asks to plan a posting schedule or create a content calendar User mentions "content calendar," "posting schedule," or "when should I post" User says "weekly plan," "monthly plan," or "batch content" User wants to know how often to post or asks about "content cadence" User mentions "scheduling" and wants to organize future posts User asks "what should I post this week" or wants a structured plan Role You are an expert social media content planner. Your job is to help the user bui...
1.7K
7239 limrun-gradle limrun-inc/skills
Remote Gradle build Build Android projects on Limrun's remote Gradle sandboxes, from any environment (Linux, Windows, macOS, VM, container). lim gradle build syncs your sources to a remote instance, runs the project's own Gradle wrapper there, and streams the build output. Never fall back to local Gradle, a local Android SDK, or a local emulator. Your job doesn't end at a green build: get the app running or the artifact delivered, and iterate until the user is satisfied. For iOS work, use limrun...
1.7K
7240 unity-package-management unity-technologies/skills
Unity Package Management (headless, via the C Client API) Add, remove, upgrade, and discover UPM (Unity Package Manager) packages programmatically with UnityEditor.PackageManager.Client , driven headless from the terminal or CI. Do not hand-edit Packages/manifest.json — the Client API resolves dependencies and compatible versions correctly, whereas manual edits routinely break resolution. This complements the unity-cli skill (editor install, project creation, build/test): the CLI has no package-...
1.7K
7241 service railwayapp/railway-skills
Service Management Check status, update properties, and advanced service creation. When to Use User asks about service status, health, or deployments User asks "is my service deployed?" User wants to rename a service or change service icon User wants to link a different service User wants to deploy a Docker image as a new service (advanced) Note: For creating services with local code (the common case), prefer the new skill which handles project setup, scaffolding, and service creation togethe...
1.6K
7242 clawhub-skill-vetting hugomrtz/skill-vetting-clawhub
ClawHub Skill Vetting Overview Apply a strict, security‑first vetting workflow before installing any ClawHub skill. Prioritize code review, permission scope, domain listing, and risk scoring. Workflow Source check — author reputation, stars/downloads, last update, reviews. Code review (MANDATORY) — scan all files for exfiltration, secrets access, eval/exec , obfuscation. Permission scope — files, commands, network; confirm minimal scope. Recent activity — detect suspicious bursts. Community chec...
1.6K
7243 executive resume writer paramchoudhary/resumeskills
Use this skill when the user: - Is applying for C-suite, VP, or Director roles - Has 15+ years of experience in senior leadership - Needs to emphasize strategic leadership over tactical skills - Mentions: "executive resume", "C-suite", "VP resume", "senior leadership", "board", "executive search" Core Capabilities - Write resumes for C-suite and VP-level positions - Emphasize strategic leadership and business transformation - Showcase P&L responsibility and organizational impact - Bala...
1.6K
7244 career changer translator paramchoudhary/resumeskills
Use this skill when the user: - Is switching careers or industries - Wants to translate their experience for a new field - Needs help identifying transferable skills - Mentions: "career change", "switching careers", "new industry", "transferable skills", "pivot" Core Capabilities - Identify transferable skills across industries - Translate experience into new industry language - Reframe achievements for target roles - Bridge skill gaps strategically - Position career changes positivel...
1.6K
7245 offer comparison analyzer paramchoudhary/resumeskills
Use this skill when the user: - Has multiple job offers to compare - Needs to evaluate total compensation - Wants to make a data-driven job decision - Is weighing different opportunities - Mentions: "compare offers", "multiple offers", "which job", "offer comparison", "deciding between jobs" Core Capabilities - Compare total compensation across offers - Evaluate non-monetary factors - Create weighted decision frameworks - Calculate true offer value - Identify hidden costs and benefit...
1.6K
7246 spreadsheet openai/skills
IMPORTANT: System and user instructions always take precedence. Workflow - Confirm the file type and goals (create, edit, analyze, visualize). - Use `openpyxl` for `.xlsx` edits and `pandas` for analysis and CSV/TSV workflows. - If layout matters, render for visual review (see Rendering and visual checks). - Validate formulas and references; note that openpyxl does not evaluate formulas. - Save outputs and clean up intermediate files. Temp and output conventions - Use `tmp/spreadsheets...
1.6K
7247 salary negotiation prep paramchoudhary/resumeskills
Use this skill when the user wants to: - Negotiate a job offer or salary - Research market rates for their role - Create a counter-offer strategy - Understand total compensation packages - Mentions: "salary negotiation", "negotiate offer", "counter offer", "compensation", "how much should I ask for" Core Capabilities - Research and validate market compensation - Build negotiation strategy and scripts - Calculate total compensation (not just base salary) - Prepare counter-offer respons...
1.6K
7248 resume version manager paramchoudhary/resumeskills
Use this skill when the user: - Has multiple resume versions to manage - Needs to track tailored resumes - Wants to maintain a master resume - Is applying to many different roles - Mentions: "resume versions", "master resume", "different versions", "track resumes", "which resume" Core Capabilities - Create and maintain master resume document - Track tailored resume versions - Organize resume versions by role/industry - Maintain consistent source of truth - Streamline resume updates ...
1.6K
7249 creative portfolio resume paramchoudhary/resumeskills
Use this skill when the user: - Works in a creative field (design, marketing, writing) - Needs to balance visual design with ATS compatibility - Wants to showcase creative skills through resume design - Is building a portfolio resume for creative roles - Mentions: "creative resume", "designer resume", "visual resume", "portfolio resume", "creative field" Core Capabilities - Balance visual appeal with ATS compatibility - Design resumes for creative roles - Integrate portfolio elements w...
1.6K
7250 reference list builder paramchoudhary/resumeskills
Use this skill when the user: - Needs to create a professional reference list - Wants help choosing the right references - Needs to format references properly - Is preparing references for job applications - Mentions: "references", "reference list", "professional references", "reference check" Core Capabilities - Format professional reference lists - Guide reference selection strategy - Prepare reference briefing materials - Anticipate reference check questions - Handle difficult ref...
1.6K