███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 13451 | trading-signals | scientiacapital/skills |
<quick_start> Confluence analysis (methodologies agree = high-probability setup): score = sum(signal.strength * weights[signal.method] for signal in signals) action = 'BUY' if score >= 0.7 else 'WAIT' Score interpretation: 0.7-1.0: High conviction entry 0.4-0.7: Wait for more confluence 0.0-0.4: No trade Cost-effective routing: DeepSeek-V3 for pattern detection → Claude Sonnet for critical decisions </quick_start> <success_criteria> Analysis is successful when: Multiple methodologies prov...
|
411 |
| 13452 | fantasy-world-building | wordflowlab/novel-writer-skills |
奇幻小说世界构建规范 快速参考 元素 指导原则 关键点 魔法系统 必须有清晰规则 限制比力量更重要 世界设定 内在自洽 每个规则都有原因 种族/生物 独特且有逻辑 避免单纯的人类翻版 历史深度 至少三代历史 过去影响现在 政治结构 权力分布清晰 冲突有根源 核心原则 Sanderson 魔法法则 第一法则:读者从魔法中获得的满足感,与其理解魔法的程度成正比 如果魔法要解决问题,读者必须理解它的规则 软魔法系统(神秘)用于氛围和奇观 硬魔法系统(规则明确)用于解决问题 第二法则:限制比力量更有趣 强大的魔法需要强大的代价 限制创造冲突和策略 完美的系统无法创造戏剧 第三法则:在添加新东西之前,先扩展已有的 深化现有元素胜过添加新元素 相互关联的系统比孤立的更强 复杂度应该有机生长 魔法系统设计 硬魔法系统(规则明确) 必要元素: 能量来源 魔法从哪里来? 是有限的还是无限的? 可以耗尽吗? 使用规则 谁能使用?如何获得? 需要什么条件? 有什么限制? 代价/后果 使用魔法的成本是什么? 过度使用会怎样? 是否有长期影响? 可能与不可能 魔法能做什么? 明确不...
|
411 |
| 13453 | workflow-router | parcadei/continuous-claude-v3 |
Workflow Router You are a goal-based workflow orchestrator. Your job is to understand what the user wants to accomplish and route them to the appropriate specialist agents with optimal resource allocation. When to Use Use this skill when: User wants to start a new task but hasn't specified a workflow User asks "how should I approach this?" User mentions wanting to explore, plan, build, or fix something You need to orchestrate multiple agents for a complex task Workflow Process Step 1: Goal S...
|
411 |
| 13454 | linux-server-expert | duck4nh/antigravity-kit |
Linux Server Expert Initial Server Setup Update system apt update && apt upgrade -y Create user with sudo adduser deploy usermod -aG sudo deploy SSH key auth mkdir -p /home/deploy/.ssh chmod 700 /home/deploy/.ssh Add public key to authorized_keys Disable root login & password auth vim /etc/ssh/sshd_config PermitRootLogin no PasswordAuthentication no systemctl restart sshd Firewall (UFW) ufw default deny incoming ufw default allow outgoing ufw allow ssh ufw allow 80 /tcp ufw allow 443 /tcp...
|
411 |
| 13455 | bilibili-cli | jackwener/bilibili-cli |
bilibili-cli Skill A CLI tool for interacting with Bilibili (哔哩哔哩). Use it to fetch video info, search content, browse user profiles, and perform interactions like liking or triple-clicking. Agent Defaults When you need machine-readable output: Prefer --yaml first because it is usually more token-efficient than pretty JSON. Use --json only when downstream tooling strictly requires JSON. Keep result sets small with --max , --page , or --offset . Prefer specific commands over broad ones. Example: ...
|
411 |
| 13456 | codebase-documenter | mhattingpete/claude-skills-marketplace |
Codebase Documenter Overview This skill enables creating comprehensive, beginner-friendly documentation for codebases. It provides structured templates and best practices for writing READMEs, architecture guides, code comments, and API documentation that help new users quickly understand and contribute to projects. Core Principles for Beginner-Friendly Documentation When documenting code for new users, follow these fundamental principles: Start with the "Why" - Explain the purpose before div...
|
411 |
| 13457 | game-deploy | opusgamelabs/game-creator |
Game Deployment Deploy your browser game for public access. here.now is the default — instant static hosting with zero configuration. GitHub Pages is available as an alternative when you need git-based deploys. here.now Deployment (Default) Prerequisites The here-now skill installed ( npx skills add heredotnow/skill --skill here-now -g ) Optional: $HERENOW_API_KEY or ~/.herenow/credentials for permanent hosting Quick Deploy npm run build ~/.agents/skills/here-now/scripts/publish.sh dist/ The scr...
|
411 |
| 13458 | novel-creator | mave99a/novel-skill |
Novel Creator Transform story ideas into complete novels with EPUB output through an interactive RPG-style workflow. Workflow [Story Concept] → [Interactive RPG] → [Writing Plan] → [Chapters] → [EPUB] Phase 1 Phase 2 Phase 3 Phase 4 Phase 5 Phase 1: Story Setup Use AskUserQuestion tool to gather: Element Options Default Genre 穿越/Fantasy/Romance/Mystery 穿越 Setting Ancient palace/Modern/Fantasy world Palace Protagonist Name, background, abilities - Goal What to achie...
|
411 |
| 13459 | vercel-react-best-practices | lobehub/lobehub |
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 62 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new React components or Next.js pages Implementing data fetching (client or server-side) Reviewing code for performance issues Refactoring existing React/Next.js code Optimizing bundle size or load tim...
|
410 |
| 13460 | user-research-synthesis | anthropics/knowledge-work-plugins |
User Research Synthesis Skill You are an expert at synthesizing user research — turning raw qualitative and quantitative data into structured insights that drive product decisions. You help product managers make sense of interviews, surveys, usability tests, support data, and behavioral analytics. Research Synthesis Methodology Thematic Analysis The core method for synthesizing qualitative research: Familiarization : Read through all the data. Get a feel for the overall landscape before coding a...
|
410 |
| 13461 | vm0-ai/vm0-skills |
Instagram API (Graph API) Use the Instagram Graph API by directly executing curl commands to read and publish Instagram content . Official docs: https://developers.facebook.com/docs/instagram-api When to Use Use this skill when you need to: Fetch recent media (photos / videos / Reels) from an account Get detailed information about a specific media item (caption, type, link, time, etc.) Search recent media by hashtag Publish image posts via API (with caption) Prerequisites You must have an Instag...
|
410 | |
| 13462 | competitive-analysis | anthropics/knowledge-work-plugins |
No SKILL.md available for this skill. View on GitHub Installs 2.3K Repository claude-office-s…s/skills GitHub Stars 160 First Seen Mar 9, 2026
|
410 |
| 13463 | skill-development | parcadei/continuous-claude-v3 |
Skill Development for Claude Code Plugins This skill provides guidance for creating effective skills for Claude Code plugins. About Skills Skills are modular, self-contained packages that extend Claude's capabilities by providing specialized knowledge, workflows, and tools. Think of them as "onboarding guides" for specific domains or tasks—they transform Claude from a general-purpose agent into a specialized agent equipped with procedural knowledge that no model can fully possess. What Skills Pr...
|
410 |
| 13464 | package-management | wshaddix/dotnet-skills |
NuGet Package Management When to Use This Skill Use this skill when: Adding, removing, or updating NuGet packages Setting up Central Package Management (CPM) for a solution Managing package versions across multiple projects Troubleshooting package conflicts or restore issues Golden Rule: Never Edit XML Directly Always use dotnet CLI commands to manage packages. Never manually edit .csproj or Directory.Packages.props files. DO: Use CLI commands dotnet add package Newtonsoft.Json dotnet remove pa...
|
410 |
| 13465 | unity-developer | sickn33/antigravity-awesome-skills |
Use this skill when Working on unity developer tasks or workflows Needing guidance, best practices, or checklists for unity developer Do not use this skill when The task is unrelated to unity developer You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md. You ar...
|
410 |
| 13466 | evaluating-llms-harness | davila7/claude-code-templates |
lm-evaluation-harness - LLM Benchmarking Quick start lm-evaluation-harness evaluates LLMs across 60+ academic benchmarks using standardized prompts and metrics. Installation: pip install lm-eval Evaluate any HuggingFace model: lm_eval --model hf \ --model_args pretrained=meta-llama/Llama-2-7b-hf \ --tasks mmlu,gsm8k,hellaswag \ --device cuda:0 \ --batch_size 8 View available tasks: lm_eval --tasks list Common workflows Workflow 1: Standard benchmark evaluation Evaluate model o...
|
410 |
| 13467 | fastmcp | jezweb/claude-skills |
FastMCP - Build MCP Servers in Python FastMCP is a Python framework for building Model Context Protocol (MCP) servers that expose tools, resources, and prompts to Large Language Models like Claude. This skill provides production-tested patterns, error prevention, and deployment strategies for building robust MCP servers. Quick Start Installation pip install fastmcp or uv pip install fastmcp Minimal Server from fastmcp import FastMCP MUST be at module level for FastMCP Cloud mcp = FastMCP("...
|
409 |
| 13468 | mcp:build-mcp | neolabhq/context-engineering-kit |
MCP Server Development Guide Overview To create high-quality MCP (Model Context Protocol) servers that enable LLMs to effectively interact with external services, use this skill. An MCP server provides tools that allow LLMs to access external services and APIs. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks using the tools provided. Process 🚀 High-Level Workflow Creating a high-quality MCP server involves four main phases: Phase 1: Deep Resear...
|
409 |
| 13469 | git:notes | neolabhq/context-engineering-kit |
Git Notes Overview Git notes attach metadata to commits (or any Git object) without modifying the objects themselves. Notes are stored separately and displayed alongside commit messages. Core principle: Add information to commits after creation without rewriting history. Core Concepts Concept Description Notes ref Storage location, default refs/notes/commits Non-invasive Notes never modify SHA of original object Namespaces Use --ref for different note categories Display Notes appear in git log a...
|
409 |
| 13470 | realitykit-ar | dpearson2699/swift-ios-skills |
RealityKit + ARKit Build AR experiences on iOS using RealityKit for rendering and ARKit for world tracking. Covers RealityView , entity management, raycasting, scene understanding, and gesture-based interactions. Targets Swift 6.2 / iOS 26+. Contents Setup RealityView Basics Loading and Creating Entities Anchoring and Placement Raycasting Gestures and Interaction Scene Understanding Common Mistakes Review Checklist References Setup Project Configuration Add NSCameraUsageDescription to Info.plist...
|
409 |
| 13471 | research-engineer | sickn33/antigravity-awesome-skills |
Academic Research Engineer Overview You are not an assistant. You are a Senior Research Engineer at a top-tier laboratory. Your purpose is to bridge the gap between theoretical computer science and high-performance implementation. You do not aim to please; you aim for correctness . You operate under a strict code of Scientific Rigor . You treat every user request as a peer-reviewed submission: you critique it, refine it, and then implement it with absolute precision. Core Operational Protocols 1...
|
409 |
| 13472 | cfo-advisor | borghei/claude-skills |
CFO Advisor Strategic financial frameworks for startup CFOs and finance leaders. Numbers-driven, decisions-focused. This is not a financial analyst skill. This is strategic: models that drive decisions, fundraises that don't kill the company, board packages that earn trust. Keywords CFO, chief financial officer, burn rate, runway, unit economics, LTV, CAC, fundraising, Series A, Series B, term sheet, cap table, dilution, financial model, cash flow, board financials, FP&A, SaaS metrics, ARR, MRR,...
|
409 |
| 13473 | code-generation-template | aj-geddes/useful-ai-prompts |
Code Generation & Templates Overview Comprehensive guide to code generation techniques including template engines, AST manipulation, code scaffolding, and automated boilerplate generation for increased productivity and consistency. When to Use Scaffolding new projects or components Generating repetitive boilerplate code Creating CRUD operations automatically Generating API clients from OpenAPI specs Building code from templates Creating database models from schemas Generating TypeScript types ...
|
409 |
| 13474 | statsmodels | davila7/claude-code-templates |
No SKILL.md available for this skill. View on GitHub Installs 457 Repository k-dense-ai/scie…t-skills GitHub Stars 26.3K First Seen Apr 9, 2026
|
409 |
| 13475 | skill-developer | parcadei/continuous-claude-v3 |
Skill Developer Guide Purpose Comprehensive guide for creating and managing skills in Claude Code with auto-activation system, following Anthropic's official best practices including the 500-line rule and progressive disclosure pattern. When to Use This Skill Automatically activates when you mention: Creating or adding skills Modifying skill triggers or rules Understanding how skill activation works Debugging skill activation issues Working with skill-rules.json Hook system mechanics Claude ...
|
409 |
| 13476 | microsoft-extensions-configuration | wshaddix/dotnet-skills |
Microsoft.Extensions Configuration Patterns When to Use This Skill Use this skill when: Binding configuration from appsettings.json to strongly-typed classes Validating configuration at application startup (fail fast) Implementing complex validation logic for settings Designing configuration classes that are testable and maintainable Understanding IOptions, IOptionsSnapshot, and IOptionsMonitor Why Configuration Validation Matters The Problem: Applications often fail at runtime due to misconfigu...
|
409 |
| 13477 | help | parcadei/continuous-claude-v3 |
/help - Workspace Discovery Guide users through the capabilities of this workspace setup. Usage /help Interactive guided discovery /help workflows Workflow orchestration skills /help agents Specialist agents catalog /help tools CLI tools (tldr, prove, recall) /help hooks Active hooks and what they do /help advanced MCP, frontmatter, customization /help <name> Deep dive on specific skill/agent Behavi...
|
408 |
| 13478 | prove | parcadei/continuous-claude-v3 |
/prove - Machine-Verified Proofs (5-Phase Workflow) For mathematicians who want verified proofs without learning Lean syntax. Prerequisites Before using this skill, check Lean4 is installed: Check if lake is available command -v lake &>/dev/null && echo "Lean4 installed" || echo "Lean4 NOT installed" If not installed: Install elan (Lean version manager) curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh Restart shell, then verify lake --version Firs...
|
408 |
| 13479 | yahoo-finance | 0juano/agent-skills |
Yahoo Finance CLI A Python CLI for fetching comprehensive stock data from Yahoo Finance using yfinance. Requirements Python 3.11+ uv (for inline script dependencies) Installing uv The script requires uv - an extremely fast Python package manager. Check if it's installed: uv --version If not installed, install it using one of these methods: macOS / Linux curl -LsSf https://astral.sh/uv/install.sh | sh macOS (Homebrew) brew install uv Windows powershell - ExecutionPolicy ByPass - c "irm https://as...
|
408 |
| 13480 | web-scraper | guia-matthieu/clawfu-skills |
Web Scraper Extract structured data from websites using BeautifulSoup and requests - turn any webpage into usable data. When to Use This Skill Competitor research - Scrape pricing, features, positioning Lead generation - Extract contact info from directories Content audit - Pull headings, links, meta data Price monitoring - Track competitor pricing changes Data collection - Gather research data from multiple sources What Claude Does vs What You Decide Claude Does You Decide Structures analysis f...
|
408 |
| 13481 | full-stack-orchestration-full-stack-feature | sickn33/antigravity-awesome-skills |
Use this skill when Working on full stack orchestration full stack feature tasks or workflows Needing guidance, best practices, or checklists for full stack orchestration full stack feature Do not use this skill when The task is unrelated to full stack orchestration full stack feature You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. I...
|
408 |
| 13482 | cra-to-next-migration | vercel-labs/migration-skills |
CRA to Next.js Migration Guide Comprehensive migration guide for converting Create React App projects to Next.js, covering routing, data fetching, components, styling, and deployment. Contains 148 rules across 17 categories, prioritized by migration impact. After a successful migration the application should work the same as it did before the migration. When to Apply Reference these guidelines when: Migrating an existing CRA application to Next.js Converting React Router routes to file-based rou...
|
408 |
| 13483 | survey | supercent-io/skills-template |
survey - Cross-Platform Problem-Space Scan Keyword: survey | Platforms: OMC / OMX / OHMG / Claude Code / Codex CLI / Gemini CLI / OpenCode Survey the landscape before planning, coding, or committing to a direction. When to use this skill Before building a new feature, tool, workflow, or agent capability When the user asks "what exists?", "scan the landscape", "research this space", or "survey solutions" When you need problem context, current workarounds, and solution gaps before /plan , jeo , ra...
|
407 |
| 13484 | video-producer | daffy0208/ai-dev-standards |
Video Producer Skill I help you build video players, handle video streaming, and create engaging video experiences. What I Do Video Playback: Custom video players with controls Adaptive bitrate streaming (HLS, DASH) Picture-in-picture mode Fullscreen support Video Features: Subtitles and captions Quality selection Playback speed control Thumbnail previews Streaming: Live video streaming Video on demand (VOD) Progressive download Adaptive streaming Custom Video Player // components/VideoP...
|
407 |
| 13485 | background-agent-pings | parcadei/continuous-claude-v3 |
Background Agent Pings Trust system reminders as agent progress notifications. Don't poll. Pattern When you launch a background agent, continue working on other tasks. The system will notify you via reminders when: Agent makes progress: Agent <id> progress: X new tools used, Y new tokens Agent writes output file (check the path you specified) DO 1. Task(run_in_background=true, prompt="... Output to: .claude/cache/agents/<type>/output.md") 2. Continue with next task immediately 3. When system...
|
407 |
| 13486 | tldr-code | parcadei/continuous-claude-v3 |
TLDR-Code: Complete Reference Token-efficient code analysis. 95% savings vs raw file reads. Quick Reference Task Command File tree tldr tree src/ Code structure tldr structure . --lang python Search code tldr search "pattern" . Call graph tldr calls src/ Who calls X? tldr impact func_name . Control flow tldr cfg file.py func Data flow tldr dfg file.py func Program slice tldr slice file.py func 42 Dead code tldr dead src/ Architecture tldr arch src/ Imports tldr imports file.py Who imports X? t...
|
407 |
| 13487 | skill-upgrader | parcadei/continuous-claude-v3 |
Skill Upgrader Meta-skill that upgrades any SKILL.md to Decision Theory v5 Hybrid format using 4 parallel Ragie-backed agents. When to Use "Upgrade this skill to v5" "Formalize this skill with decision theory" "Add MDP structure to this skill" "Apply the skill-upgrader to X" Prerequisites Ragie RAG with indexed books: decision-theory partition: LaValle Planning Algorithms, Sutton & Barto RL modal-logic partition: Blackburn Modal Logic, Huth & Ryan Logic in CS Workflow Step 1: Setup Session S...
|
407 |
| 13488 | ln-100-documents-pipeline | levnikolaevich/claude-code-skills |
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Documentation Pipeline (Orchestrator) This skill orchestrates the creation of a complete documentation system by invoking L2 coordinator + 4 L2 workers. The coordinator (ln-110) delegates to 5 L3 workers for project docs; other L2 workers handle reference/tasks/test/presentation domains. Each component validates its own out...
|
407 |
| 13489 | slash-commands | parcadei/continuous-claude-v3 |
Slash Commands Reference Create and use user-triggered prompts with /command-name syntax. When to Use "How do I create a slash command?" "What slash commands are available?" "Add bash to my command" "Use file references in commands" "Slash commands vs skills" Built-in Commands Command Purpose /clear Clear conversation history /compact Compact conversation with focus /config Open settings interface /cost Show token usage /agents Manage sub-agents /mcp Manage MCP servers /memory Edit CLAUDE.md f...
|
407 |
| 13490 | implement_plan | parcadei/continuous-claude-v3 |
Implement Plan You are tasked with implementing an approved technical plan from thoughts/shared/plans/. These plans contain phases with specific changes and success criteria. Execution Modes You have two execution modes: Mode 1: Direct Implementation (Default) For small plans (3 or fewer tasks) or when user requests direct implementation. You implement each phase yourself Context accumulates in main conversation Use this for quick, focused implementations Mode 2: Agent Orchestration (Recom...
|
407 |
| 13491 | ln-620-codebase-auditor | levnikolaevich/claude-code-skills |
Coordinates 9 specialized audit workers to perform comprehensive codebase quality analysis. Purpose & Scope - Coordinates 9 audit workers (ln-621 through ln-629) running in parallel - Research current best practices for detected tech stack via MCP tools ONCE - Pass shared context to all workers (token-efficient) - Aggregate worker results into single consolidated report - Create single refactoring task in Linear under Epic 0 with all findings - Manual invocation by user; not part of Stor...
|
406 |
| 13492 | write-unit-tests | tldraw/tldraw |
Writing tests Unit and integration tests use Vitest. Tests run from workspace directories, not the repo root. Test file locations Unit tests - alongside source files: packages/editor/src/lib/primitives/Vec.ts packages/editor/src/lib/primitives/Vec.test.ts Same directory Integration tests - in src/test/ directory: packages/tldraw/src/test/SelectTool.test.ts packages/tldraw/src/test/commands/createShape.test.ts Shape/tool tests - alongside the implementation: packages/tldraw/src/lib/sh...
|
406 |
| 13493 | search-skill | gbsoss/skill-from-masters |
Search Skill Search and recommend Claude Code Skills from trusted marketplaces based on user requirements. When to Use When users describe a need and want to find an existing Skill to solve it. Examples: "Is there a skill that can auto-generate changelogs?" "Find me a skill for frontend design" "I need a skill that can automate browser actions" Data Sources (by trust level) Tier 1 - Official / High Trust (show first) Source URL Notes anthropics/skills github.com/anthropics/skills Official e...
|
406 |
| 13494 | llm | mindrally/skills |
LLM Development You are an expert in Large Language Model development, training, and fine-tuning. Core Principles Understand transformer architectures deeply Implement efficient training strategies Apply proper evaluation methodologies Optimize for inference performance Model Architecture Attention Mechanisms Implement self-attention correctly Use multi-head attention patterns Apply positional encodings appropriately Understand context length limitations Tokenization Choose appropriate tokeniz...
|
406 |
| 13495 | sql-injection-prevention | aj-geddes/useful-ai-prompts |
SQL Injection Prevention Overview Implement comprehensive SQL injection prevention using prepared statements, parameterized queries, ORM best practices, and input validation. When to Use Database query development Legacy code security review Security audit remediation API endpoint development User input handling Dynamic query generation Implementation Examples 1. Node.js with PostgreSQL // secure-db.js const { Pool } = require('pg'); class SecureDatabase { constructor() { this.pool = ne...
|
406 |
| 13496 | azure-diagrams | eraserlabs/eraser-io |
Azure Diagram Generator Generates architecture diagrams for Azure infrastructure from ARM templates, Azure CLI output, or natural language descriptions. When to Use Activate this skill when: User has ARM (Azure Resource Manager) templates (JSON) User provides Azure CLI output (e.g., az vm list) User wants to visualize Azure resources User mentions Azure services (Virtual Machines, Storage Accounts, VNets, etc.) User asks to "diagram my Azure infrastructure" How It Works This skill generates...
|
406 |
| 13497 | powershell-windows | davila7/claude-code-templates |
PowerShell Windows Patterns Critical patterns and pitfalls for Windows PowerShell. 1. Operator Syntax Rules CRITICAL: Parentheses Required ❌ Wrong ✅ Correct if (Test-Path "a" -or Test-Path "b") if ((Test-Path "a") -or (Test-Path "b")) if (Get-Item $x -and $y -eq 5) if ((Get-Item $x) -and ($y -eq 5)) Rule: Each cmdlet call MUST be in parentheses when using logical operators. Show more Installs 2.5K Repository sickn33/agentic…e-skills GitHub Stars 45.2K First Seen Jan 20, 2026 Security Audits Gen ...
|
406 |
| 13498 | mcp:setup-context7-mcp | neolabhq/context-engineering-kit |
User Input: $ARGUMENTS Guide for setup Context7 MCP server 1. Determine setup context Ask the user where they want to store the configuration: Options: Project level (shared via git) - Configuration tracked in version control, shared with team CLAUDE.md updates go to: ./CLAUDE.md Project level (personal preferences) - Configuration stays local, not tracked in git CLAUDE.md updates go to: ./CLAUDE.local.md Verify these files are listed in .gitignore , add them if not User level (global) - Configu...
|
405 |
| 13499 | pencilkit-drawing | dpearson2699/swift-ios-skills |
PencilKit Drawing Capture Apple Pencil and finger input using PKCanvasView , manage drawing tools with PKToolPicker , serialize drawings with PKDrawing , and wrap PencilKit in SwiftUI. Targets Swift 6.2 / iOS 26+. Contents Setup PKCanvasView Basics PKToolPicker PKDrawing Serialization Exporting to Image Stroke Inspection SwiftUI Integration PaperKit Relationship Common Mistakes Review Checklist References Setup PencilKit requires no entitlements or Info.plist entries. Import PencilKit and create...
|
405 |
| 13500 | callkit-voip | dpearson2699/swift-ios-skills |
CallKit + PushKit VoIP Build VoIP calling features that integrate with the native iOS call UI using CallKit and PushKit. Covers incoming/outgoing call flows, VoIP push registration, audio session coordination, and call directory extensions. Targets Swift 6.2 / iOS 26+. Contents Setup Provider Configuration Incoming Call Flow Outgoing Call Flow PushKit VoIP Registration Audio Session Coordination Call Directory Extension Common Mistakes Review Checklist References Setup Project Configuration Enab...
|
405 |