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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,409
总 Skills
88.3M
总安装量
2,574
贡献者
# Skill 仓库 描述 安装量
2451 aflpp trailofbits/skills
AFL++ AFL++ is a fork of the original AFL fuzzer that offers better fuzzing performance and more advanced features while maintaining stability. A major benefit over libFuzzer is that AFL++ has stable support for running fuzzing campaigns on multiple cores, making it ideal for large-scale fuzzing efforts. When to Use Fuzzer Best For Complexity AFL++ Multi-core fuzzing, diverse mutations, mature projects Medium libFuzzer Quick setup, single-threaded, simple harnesses Low LibAFL Custom fuzzers, r...
2.9K
2452 atheris trailofbits/skills
Atheris Atheris is a coverage-guided Python fuzzer built on libFuzzer. It enables fuzzing of both pure Python code and Python C extensions with integrated AddressSanitizer support for detecting memory corruption issues. When to Use Fuzzer Best For Complexity Atheris Python code and C extensions Low-Medium Hypothesis Property-based testing Low python-afl AFL-style fuzzing Medium Choose Atheris when: Fuzzing pure Python code with coverage guidance Testing Python C extensions for memory corrupt...
2.9K
2453 wp-plugin-development wordpress/agent-skills
WP Plugin Development When to use Use this skill for plugin work such as: creating or refactoring plugin structure (bootstrap, includes, namespaces/classes) adding hooks/actions/filters activation/deactivation/uninstall behavior and migrations adding settings pages / options / admin UI (Settings API) security fixes (nonces, capabilities, sanitization/escaping, SQL safety) packaging a release (build artifacts, readme, assets) Inputs required Repo root + target plugin(s) (path to plugin main file ...
2.9K
2454 hackernews vm0-ai/vm0-skills
Hacker News API Use the official Hacker News API via direct curl calls to fetch stories, comments, and user data . Official docs: https://github.com/HackerNews/API When to Use Use this skill when you need to: Fetch top/best/new stories from Hacker News Get story details including title, URL, score, comments Retrieve comments and discussion threads Look up user profiles and their submissions Monitor trending tech topics and discussions Prerequisites No API key required! The Hacker News API is com...
2.9K
2455 playwright-interactive openai/skills
Playwright Interactive Skill Use a persistent js_repl Playwright session to debug local web or Electron apps, keep the same handles alive across iterations, and run functional plus visual QA without restarting the whole toolchain unless the process ownership changed. Preconditions js_repl must be enabled for this skill. If js_repl is missing, enable it in ~/.codex/config.toml : [ features ] js_repl = true You can also start a new session with --enable js_repl (equivalent to -c features.js_repl=t...
2.9K
2456 domain-name-brainstormer composiohq/awesome-claude-skills
Domain Name Brainstormer This skill helps you find the perfect domain name for your project by generating creative options and checking what's actually available to register. When to Use This Skill Starting a new project or company Launching a product or service Creating a personal brand or portfolio site Rebranding an existing project Registering a domain for a side project Finding available alternatives when your first choice is taken What This Skill Does Understands Your Project : Analyzes wh...
2.9K
2457 standup anthropics/knowledge-work-plugins
/standup If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Generate a standup update by pulling together recent activity across your tools. How It Works ┌─────────────────────────────────────────────────────────────────┐ │ STANDUP │ ├─────────────────────────────────────────────────────────────────┤ │ STANDALONE (always works) │ │ ✓ Tell me what you w...
2.9K
2458 wycheproof trailofbits/skills
Wycheproof Wycheproof is an extensive collection of test vectors designed to verify the correctness of cryptographic implementations and test against known attacks. Originally developed by Google, it is now a community-managed project where contributors can add test vectors for specific cryptographic constructions. Background Key Concepts Concept Description Test vector Input/output pair for validating crypto implementation correctness Test group Collection of test vectors sharing attributes (...
2.9K
2459 libafl trailofbits/skills
LibAFL LibAFL is a modular fuzzing library that implements features from AFL-based fuzzers like AFL++. Unlike traditional fuzzers, LibAFL provides all functionality in a modular and customizable way as a Rust library. It can be used as a drop-in replacement for libFuzzer or as a library to build custom fuzzers from scratch. When to Use Fuzzer Best For Complexity libFuzzer Quick setup, single-threaded Low AFL++ Multi-core, general purpose Medium LibAFL Custom fuzzers, advanced features, researc...
2.9K
2460 youtube-transcript intellectronica/agent-skills
YouTube Transcript Extract transcripts from YouTube videos using the youtube-transcript-api. Usage Run the script with a YouTube URL or video ID: uv run scripts/get_transcript.py "VIDEO_URL_OR_ID" With timestamps: uv run scripts/get_transcript.py "VIDEO_URL_OR_ID" --timestamps Defaults Without timestamps (default): Plain text, one line per caption segment With timestamps: [MM:SS] text format (or [HH:MM:SS] for longer videos) Supported URL Formats https://www.youtube.com/watch?v=VIDEO_ID ...
2.9K
2461 microservices-architect jeffallan/claude-skills
Microservices Architect Senior distributed systems architect specializing in cloud-native microservices architectures, resilience patterns, and operational excellence. Role Definition You are a senior microservices architect with 15+ years of experience designing distributed systems. You specialize in service decomposition, domain-driven design, resilience patterns, service mesh technologies, and cloud-native architectures. You design systems that scale, self-heal, and enable autonomous teams...
2.9K
2462 refactor-module hashicorp/agent-skills
Skill: Refactor Module Overview This skill guides AI agents in transforming monolithic Terraform configurations into reusable, maintainable modules following HashiCorp's module design principles and community best practices. Capability Statement The agent will analyze existing Terraform code and systematically refactor it into well-structured modules with: Clear interface contracts (variables and outputs) Proper encapsulation and abstraction Versioning and documentation Testing frameworks Mi...
2.9K
2463 ios-hig-design wondelai/skills
This skill guides creation of native iOS app interfaces that feel intuitive, consistent, and aligned with Apple's design philosophy. Core Design Principles Apple's iOS design philosophy rests on three foundational principles: 1. Clarity Every element must be legible and purposeful. Typography, iconography, and spacing communicate hierarchy and focus. 2. Deference The interface should never overshadow the content. The UI exists to support user tasks, not distract from them. 3. Depth L...
2.9K
2464 email-best-practices resend/resend-skills
Email Best Practices Guidance for building deliverable, compliant, user-friendly emails. Architecture Overview [User] → [Email Form] → [Validation] → [Double Opt-In] ↓ [Consent Recorded] ↓ [Suppression Check] ←──────────────[Ready to Send] ↓ [Idempotent Send + Retry] ──────→ [Email API] ↓ [Webhook Events] ↓ ┌────────┬────────┬─────────────┐ ↓ ↓ ↓ ↓ Delivered Bounced Complained Opened/Clicked ↓ ↓ [Suppression List Updated] ↓ [List Hygiene Jobs] Quick Reference ...
2.9K
2465 k-skill-setup nomadamas/k-skill
k-skill Setup Purpose 전체 k-skill 설치가 끝난 뒤, 공통 후속 작업을 처리한다. credential 확보 (에이전트 vault 또는 기본 secrets.env) 런타임 환경변수 확인 선택 사항: 주기적인 업데이트 확인 자동화 선택 사항: GitHub star 여부 확인 및 동의 시 실행 이 스킬의 기본 정책: 시크릿이 없으면 필요한 값 이름을 사용자에게 정확히 알려준다 credential resolution order에 따라 확보한다 필요한 패키지가 없으면 대체 구현을 찾기보다 전역 설치를 먼저 시도한다 cron , launchd , schtasks , gh 같은 지속성/외부 상태 변경은 자동으로 하지 말고 먼저 사용자 동의를 받는다 GitHub star는 사용자가 명시적으로 동의했을 때만 실행한다 Credential resolution order 모든 credential-bearing 스킬은 아래 우선순위를 따른다. 이미 환경변수에 있으면 그대로 사용한다....
2.9K
2466 secure-code-guardian jeffallan/claude-skills
Secure Code Guardian Security-focused developer specializing in writing secure code and preventing vulnerabilities. Role Definition You are a senior security engineer with 10+ years of application security experience. You specialize in secure coding practices, OWASP Top 10 prevention, and implementing authentication/authorization. You think defensively and assume all input is malicious. When to Use This Skill Implementing authentication/authorization Securing user input handling Implementing...
2.9K
2467 ruzzy trailofbits/skills
Ruzzy Ruzzy is a coverage-guided fuzzer for Ruby built on libFuzzer. It enables fuzzing both pure Ruby code and Ruby C extensions with sanitizer support for detecting memory corruption and undefined behavior. When to Use Ruzzy is currently the only production-ready coverage-guided fuzzer for Ruby. Choose Ruzzy when: Fuzzing Ruby applications or libraries Testing Ruby C extensions for memory safety issues You need coverage-guided fuzzing for Ruby code Working with Ruby gems that have native ...
2.9K
2468 fiat binance/binance-skills-hub
Binance Fiat Skill Query Binance fiat payment capabilities, available payment methods, pricing, and supported currencies/countries using public APIs (no authentication required). For order and payment history, see Authenticated Endpoints . Base URL https://www.binance.com/bapi/fiat/v1/public/fiatpayment/agent Available APIs 1. get_capabilities Query supported fiat currencies, cryptos, and business types for a country. curl "https://www.binance.com/bapi/fiat/v1/public/fiatpayment/agent/get-capabi...
2.9K
2469 chart-designer claude-office-skills/skills
Chart Designer Skill Overview I help you design effective data visualizations by recommending the right chart types, generating configurations for popular charting libraries, and applying data visualization best practices. What I can do: Recommend appropriate chart types for your data Generate ECharts/Chart.js configurations Design dashboard layouts Apply visualization best practices Create Excel chart specifications Suggest color schemes and styling What I cannot do: Render charts directly (use...
2.9K
2470 skill-creator composiohq/awesome-claude-skills
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...
2.9K
2471 search anthropics/knowledge-work-plugins
Search Skill Search the web and get relevant results optimized for LLM consumption. Authentication The script uses OAuth via the Tavily MCP server. No manual setup required - on first run, it will: Check for existing tokens in ~/.mcp-auth/ If none found, automatically open your browser for OAuth authentication Note: You must have an existing Tavily account. The OAuth flow only supports login — account creation is not available through this flow. Sign up at tavily.com first if you don't have an a...
2.9K
2472 update anthropics/knowledge-work-plugins
Update Command If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Keep your task list and memory current. Two modes: Default: Sync tasks from external tools, triage stale items, check memory for gaps --comprehensive : Deep scan chat, email, calendar, docs — flag missed todos and suggest new memories Usage /productivity:update /productivity:update --comprehensive Default Mode 1. Load Current State Read TASKS.md and memory/ directory. If they don't e...
2.9K
2473 infographic claude-office-skills/skills
Infographic Skill Overview I help you design infographics by planning layouts, structuring content, and creating visual hierarchies that tell compelling data stories. I provide detailed specifications that designers can implement. What I can do: Plan infographic layouts and structure Organize content for visual impact Recommend visual elements (icons, charts, imagery) Create text hierarchy and copy Suggest color schemes and typography Provide design specifications What I cannot do: Create actual...
2.9K
2474 binance-tokenized-securities-info binance/binance-skills-hub
Binance Tokenized Securities Info Skill Overview API Function Use Case Token Symbol List List all tokenized stocks Browse Ondo supported tickers, filter by type RWA Meta Tokenized stock metadata Company info, concepts, attestation reports Market Status Overall market open/close Check if Ondo market is currently trading Asset Market Status Per-asset trading status Detect corporate actions (earnings, dividends, splits, mergers) RWA Dynamic V2 Full real-time data On-chain price, holders, US stock f...
2.9K
2475 dotnet-core-expert jeffallan/claude-skills
.NET Core Expert Senior .NET Core specialist with deep expertise in .NET 8, modern C, minimal APIs, and cloud-native application development. Role Definition You are a senior .NET engineer with 10+ years of experience building enterprise applications. You specialize in .NET 8, C 12, minimal APIs, Entity Framework Core, and cloud-native patterns. You build high-performance, scalable applications with clean architecture. When to Use This Skill Building minimal APIs with .NET 8 Implementing cle...
2.9K
2476 csharp-developer jeffallan/claude-skills
C Developer Senior C developer with mastery of .NET 8+ and Microsoft ecosystem. Specializes in high-performance web APIs, cloud-native solutions, and modern C language features. Role Definition You are a senior C developer with 10+ years of .NET experience. You specialize in ASP.NET Core, Blazor, Entity Framework Core, and modern C 12 features. You build scalable, type-safe applications with clean architecture patterns and focus on performance optimization. When to Use This Skill Building AS...
2.9K
2477 twitter-algorithm-optimizer composiohq/awesome-claude-skills
Twitter Algorithm Optimizer When to Use This Skill Use this skill when you need to: Optimize tweet drafts for maximum reach and engagement Understand why a tweet might not perform well algorithmically Rewrite tweets to align with Twitter's ranking mechanisms Improve content strategy based on the actual ranking algorithms Debug underperforming content and increase visibility Maximize engagement signals that Twitter's algorithms track What This Skill Does Analyzes tweets against Twitter's core r...
2.9K
2478 latex-paper-en bahayonghang/academic-writing-skills
LaTeX Academic Paper Assistant (English) Critical Rules NEVER modify \cite{}, \ref{}, \label{}, math environments NEVER fabricate bibliography entries NEVER change domain terminology without confirmation ALWAYS output suggestions in diff-comment format first Unified Output Protocol (All Modules) Each suggestion MUST include fixed fields: Severity: Critical / Major / Minor Priority: P0 (blocking) / P1 (important) / P2 (nice-to-have) Default comment template (diff-comment style): % <MODULE> (L...
2.9K
2479 story worldwonderer/oh-story-claudecode
story:网文工具箱路由 你是网文工具箱的路由入口。用户的请求模糊时由你分发到具体 skill。 路由表 用户意图 关键词示例 路由到 写长篇 开书、写大纲、长篇、连载 /story-long-write 写短篇 短篇、盐言、一万字 /story-short-write 长篇拆文 拆文、分析这本书、黄金三章 /story-long-analyze 短篇拆文 拆短篇、分析这个故事 /story-short-analyze 长篇扫榜 长篇排行、什么火、起点/番茄/晋江 /story-long-scan 短篇扫榜 短篇排行、知乎盐言排行 /story-short-scan 去 AI 味 去 AI 味、太 AI、去味 /story-deslop 封面 封面、封面图 /story-cover 环境部署 准备写书、搭环境、初始化 /story-setup 浏览器操控 浏览器、抓取、登录态 /browser-cdp 查资料 查资料、帮我查资料、调研、搜索一下、搜一下 直接 spawn story-researcher agent 路由流程 分析用户请求,提取意图关键词 匹配上表,找到对应的 ski...
2.9K
2480 google-cloud-networking-observability google/skills
Google Cloud Networking Observability Expert 🛑 Core Directive: Results First Identify the Primary Source : Quickly determine if the user needs firewall logs, threat logs, Cloud NAT, VPC Flow logs, or metrics. Execute & Present : Perform the minimum required query to get a direct answer. Definitive Termination : Once you identify the requested data, regardless of the value (including 0, null, or "No traffic"), present the finding and call the finish tool in the same turn. Do NOT attempt to find "...
2.9K
2481 debugging-wizard jeffallan/claude-skills
Debugging Wizard Expert debugger applying systematic methodology to isolate and resolve issues in any codebase. Role Definition You are a senior engineer with 15+ years debugging experience across multiple languages and frameworks. You apply scientific methodology to isolate root causes efficiently. You never guess - you test hypotheses systematically. When to Use This Skill Investigating errors, exceptions, or unexpected behavior Analyzing stack traces and error messages Finding root causes...
2.9K
2482 slide-creator starchild-ai-agent/official-skills
Slide Creator — HTML → PDF Presentations Build slide decks as HTML, export to pixel-perfect 16:9 PDF via headless Chromium. Output format: PDF — not Microsoft PowerPoint (.pptx). The PDF preserves exact layout, fonts, and colors across all devices. Why HTML → PDF CSS layout (Grid/Flexbox) is far more flexible than any PPT editor Full web typography, gradients, SVG, animations (print degrades gracefully) Git-friendly, reproducible, scriptable One command → PDF with exact 16:9 page dimensions Work...
2.9K
2483 ui-design shajith003/awesome-claude-skills
Only code in HTML/Tailwind in a single code block. Any CSS styles should be in the style attribute. Start with a response, then code and finish with a response. Don't mention about tokens, Tailwind or HTML. Always include the html, head and body tags. Use lucide icons for javascript, 1.5 strokewidth. Unless style is specified by user, design in the style of Linear, Stripe, Vercel, Tailwind UI (IMPORTANT: don't mention names). Checkboxes, sliders, dropdowns, toggles should be custom (don't add, o...
2.9K
2484 story-review worldwonderer/oh-story-claudecode
story-review:多视角对抗式审查 你是审查协调器。并行 spawn 4 个 Agent,各自从不同角度找问题,然后综合裁决。 执行铁律:审查是找问题,不是验证正确性。 Review Mode 选择 /story-review 或 /story-review full → spawn 全部 4 个 Agent /story-review lean → 只 spawn story-architect + consistency-checker /story-review solo → 不 spawn Agent,自身做基础检查 未指定 → 默认 full,并告知用户 审查流程(full 模式) Phase 1:收集待审查内容 确定审查范围: 用户指定了章节/文件 → 只审查指定内容 用户未指定 → 审查最近修改的内容(git diff)或当前章节 读取待审查的正文内容 读取相关的设定文件和大纲 识别目标平台(检查 .active-book 或用户指定),加载对应 rubric: 番茄小说 → 读取 references/rubrics/fanqie.md 起点 → 读取 refe...
2.9K
2485 rails-expert jeffallan/claude-skills
Rails Expert Senior Rails specialist with deep expertise in Rails 7+, Hotwire, and modern Ruby web development patterns. Role Definition You are a senior Ruby on Rails engineer with 10+ years of Rails development experience. You specialize in Rails 7+ with Hotwire/Turbo, convention over configuration, and building maintainable applications. You prioritize developer happiness and rapid development. When to Use This Skill Building Rails 7+ applications with modern patterns Implementing Hotwire...
2.9K
2486 angular-architect jeffallan/claude-skills
Angular Architect Senior Angular architect specializing in Angular 17+ with standalone components, signals, and enterprise-grade application development. Role Definition You are a senior Angular engineer with 10+ years of enterprise application development experience. You specialize in Angular 17+ with standalone components, signals, advanced RxJS patterns, NgRx state management, and micro-frontend architectures. You build scalable, performant, type-safe applications with comprehensive testin...
2.9K
2487 cad earthtojake/text-to-cad
CAD generation, inspection, and validation Purpose Create or modify parametric CAD models from natural-language requirements, generate validated STEP/STP artifacts, inspect geometry references, and return checked outputs. Treat STEP as the primary CAD artifact. Treat DXF, STL, 3MF, and native GLB as secondary workflows that branch from, or accompany, a STEP-first process. For assemblies, prefer source-level build123d joints and named mating datums when the parts have functional assembly relation...
2.9K
2488 company-research claude-office-skills/skills
Company Research Skill Overview I help you conduct comprehensive company research for investment decisions, business development, or competitive intelligence. I analyze business models, competitive positioning, market dynamics, and management quality. What I can do: Business model canvas analysis Competitive landscape mapping SWOT and Porter's Five Forces analysis Market size and growth assessment Management and governance review Risk identification What I cannot do: Access proprietary databases...
2.9K
2489 minimax-pdf minimax-ai/skills
minimax-pdf Three tasks. One skill. Read design/design.md before any CREATE or REFORMAT work. Route table User intent Route Scripts used Generate a new PDF from scratch CREATE palette.py → cover.py → render_cover.js → render_body.py → merge.py Fill / complete form fields in an existing PDF FILL fill_inspect.py → fill_write.py Reformat / re-style an existing document REFORMAT reformat_parse.py → then full CREATE pipeline Rule: when in doubt between CREATE and REFORMAT, ask whether the user has an...
2.9K
2490 apify-lead-generation apify/agent-skills
Lead Generation Scrape leads from multiple platforms using Apify Actors. Prerequisites .env file with APIFY_TOKEN Python 3.9+ and uv Workflow Copy this checklist and track progress: Task Progress: - [ ] Step 1: Determine lead source (select Actor) - [ ] Step 2: Read Actor schema from reference docs - [ ] Step 3: Ask user preferences (format, filename) - [ ] Step 4: Run the lead finder script - [ ] Step 5: Summarize results Step 1: Determine Lead Source Select the appropriate Actor based on...
2.8K
2491 adk-dev-guide google/adk-docs
ADK Development Workflow & Guidelines Session Continuity If this is a long session, re-read the relevant skill before each phase — /adk-cheatsheet before writing code, /adk-eval-guide before running evals, /adk-deploy-guide before deploying, /adk-scaffold before scaffolding. Context compaction may have dropped earlier skill content. DESIGN_SPEC.md — Your Primary Reference IMPORTANT : If DESIGN_SPEC.md exists in this project, it is your primary source of truth. Read it FIRST to understand: Functi...
2.8K
2492 search-for-service coinbase/agentic-wallet-skills
Searching the x402 Bazaar Use the npx awal@2.0.3 x402 commands to discover and inspect paid API endpoints available on the x402 bazaar marketplace. No authentication or balance is required for searching. Commands Search the Bazaar Find paid services by keyword using BM25 relevance search: npx awal@2.0.3 x402 bazaar search < query > [ -k < n > ] [ --force-refresh ] [ --json ] Option Description -k, --top <n> Number of results (default: 5) --force-refresh Re-fetch resource index from CDP API --jso...
2.8K
2493 browser-automation sophieguanongit/openclaw-browser-automation
Browser Automation You are a browser automation expert who has debugged thousands of flaky tests and built scrapers that run for years without breaking. You've seen the evolution from Selenium to Puppeteer to Playwright and understand exactly when each tool shines. Your core insight: Most automation failures come from three sources - bad selectors, missing waits, and detection systems. You teach people to think like the browser, use the right selectors, and let Playwright's auto-wait do its job....
2.8K
2494 xyq-nest-skill pippit-dev/pippit-skills
小云雀会话(生视频) 通过 小云雀的API 创建会话、发送消息(生图、生视频、编辑视频等)、上传图片/视频文件,并查询会话消息进展。 小云雀是一个 AI 综合创作平台,同时为人类创作者和 Agent 设计。Agent 通过 Skill 入口理解任务、调用模型并自动编排工作流。 平台核心能力: 生成 :文生图、文生视频、图生视频、视频续写 编辑 :局部修改、元素替换、镜头调整、风格迁移 复杂创作 :一句话生成完整短剧(剧本→分镜→成片)、复刻已有视频风格做 TVC/宣传片、用音乐生成 MV、产品展示片制作 用户的所有创作和编辑需求都通过发送自然语言消息来完成,Agent 会自主编排工作流。复杂任务(短剧、MV)耗时较长,需耐心轮询。 功能 创建会话 / 发消息 - 创建新会话或向已有会话发送一条消息(如「创作一个视频」) 查询会话进展 - 根据 thread_id 、 run_id 、 after_seq 增量拉取该会话的消息列表,用于轮询创作过程的消息和最终产物结果 上传文件 - 支持上传 单张图片 或 单个视频文件 到小云雀资产库,得到文件对应的 asset_id (编辑已有视频/图...
2.8K
2495 research-paper-writer ailabs-393/ai-labs-claude-skills
Research Paper Writer Overview This skill guides the creation of formal academic research papers that meet publication standards for IEEE and ACM conferences/journals. It ensures proper structure, formatting, academic writing style, and comprehensive coverage of research topics. Workflow 1. Understanding the Research Topic When asked to write a research paper: Clarify the topic and scope with the user: What is the main research question or contribution? What is the target audience (conferen...
2.8K
2496 shadcn-ui jezweb/claude-skills
shadcn/ui Component Integration You are a frontend engineer specialized in building applications with shadcn/ui—a collection of beautifully designed, accessible, and customizable components built with Radix UI or Base UI and Tailwind CSS. You help developers discover, integrate, and customize components following best practices. Core Principles shadcn/ui is not a component library —it's a collection of reusable components that you copy into your project. This gives you: Full ownership : Componen...
2.8K
2497 financial-modeling claude-office-skills/skills
Financial Modeling Skill Overview I help you build integrated 3-statement financial models that link Income Statement, Balance Sheet, and Cash Flow Statement. These models are essential for valuation, budgeting, and strategic planning. What I can do: Build income statement projections Create balance sheet forecasts Generate cash flow statements Model working capital requirements Build debt schedules and interest calculations Create scenario analysis (base/bull/bear cases) What I cannot do: Acces...
2.8K
2498 qmd tobi/qmd
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. QMD - Quick Markdown Search Local search engine for markdown content. Status ! qmd status 2>/dev/null || echo "Not installed: npm install -g @tobilu/qmd" MCP: query { "searches" : [ { "type" : "lex" , "query" : "CAP theorem consistency" } , { "type" : "vec" , "query" : "tradeoff between consistency and availability" } ] , "collections" : [ "doc...
2.8K
2499 shopify-automation claude-office-skills/skills
Shopify Automation Comprehensive Shopify e-commerce automation covering inventory management, order processing, customer workflows, and analytics. Based on n8n's e-commerce workflow templates. Overview This skill covers: Inventory management and alerts Order processing automation Customer lifecycle workflows Multi-channel synchronization Analytics and reporting Inventory Management Low Stock Alerts workflow : "Inventory Alert System" schedule : "Daily 9am" steps : 1. fetch_inventory : shopify : ...
2.8K
2500 game-development sickn33/antigravity-awesome-skills
Game Development Orchestrator skill that provides core principles and routes to specialized sub-skills. When to Use This Skill You are working on a game development project. This skill teaches the PRINCIPLES of game development and directs you to the right sub-skill based on context. Sub-Skill Routing Platform Selection If the game targets... Use Sub-Skill Web browsers (HTML5, WebGL) game-development/web-games Mobile (iOS, Android) game-development/mobile-games PC (Steam, Desktop) game-developme...
2.8K