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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,447
总 Skills
35.6M
总安装量
2,441
贡献者
# Skill 仓库 描述 安装量
5251 asc-notarization rudrankriyam/asc-skills
macOS Notarization Use this skill when you need to notarize a macOS app for distribution outside the App Store. Preconditions Xcode installed and command line tools configured. Auth is configured ( asc auth login or ASC_* env vars). A Developer ID Application certificate in the local keychain. The app's Xcode project builds for macOS. Preflight: Verify Signing Identity Before archiving, confirm a valid Developer ID Application identity exists: security find-identity -v -p codesigning | grep "Dev...
435
5252 customaize-agent:create-hook neolabhq/context-engineering-kit
Create Hook Command Analyze the project, suggest practical hooks, and create them with proper testing. Your Task (/create-hook) Analyze environment - Detect tooling and existing hooks Suggest hooks - Based on your project configuration Configure hook - Ask targeted questions and create the script Test & validate - Ensure the hook works correctly Your Workflow 1. Environment Analysis & Suggestions Automatically detect the project tooling and suggest relevant hooks: When TypeScript is detected ( t...
435
5253 git:compare-worktrees neolabhq/context-engineering-kit
Claude Command: Compare Worktrees Your job is to compare files and directories between git worktrees, helping users understand differences in code across branches or worktrees. Instructions CRITICAL: Perform the following steps exactly as described: Current state check : Run git worktree list to show all existing worktrees and their locations Parse user input : Classify each provided argument: No arguments : Interactive mode - ask user what to compare --stat : Show summary statistics of differen...
435
5254 cinematic-script-writer praveenspeaks/cinematic-script-writer
Cinematic Script Writer Create professional cinematic scripts for AI video generation with character consistency and cinematography knowledge. Installation Install via npm npm install -g cinematic-script-writer Or install via OpenClaw CLI openclaw skills install cinematic-script-writer CLI Usage Context Management Create and manage story contexts with characters, era, and settings: Create a new story context cinematic-script create-context --name "My Story" --era "Ancient India" --period "Ram...
435
5255 paseo-loop getpaseo/paseo
Loop Skill You are setting up an autonomous loop. An agent runs repeatedly until an exit condition is met. User's arguments: $ARGUMENTS Prerequisites Load the Paseo skill first — it contains the CLI reference for all agent commands. What Is a Loop A loop runs an agent repeatedly until it's done. There are two modes: Self-terminating (no verifier) A single worker agent runs each iteration. It returns { done: boolean, reason: string } via structured output. The loop exits when done is true. Worker...
435
5256 firebase-firestore jezweb/claude-skills
Firebase Firestore Database Status: Production Ready Last Updated: 2026-01-25 Dependencies: None (standalone skill) Latest Versions: firebase@12.8.0, firebase-admin@13.6.0 Quick Start (5 Minutes) 1. Install Firebase SDK Client SDK (web/mobile) npm install firebase Admin SDK (server/backend) npm install firebase-admin 2. Initialize Firebase (Client) // src/lib/firebase.ts import { initializeApp } from 'firebase/app'; import { getFirestore } from 'firebase/firestore'; const firebaseConfig =...
434
5257 icon-design jezweb/claude-skills
Icon Design Select the right icon for the job. Maps concepts to icons, provides templates, prevents common mistakes. Quick Reference (Top 20 Concepts) Concept Lucide Heroicons Phosphor Award/Quality Trophy trophy Trophy Price/Value Tag tag Tag Location MapPin map-pin MapPin Expertise GraduationCap academic-cap GraduationCap Support MessageCircle chat-bubble-left-right ChatCircle Security Shield shield-check Shield Speed Zap bolt Lightning Phone Phone phone Phone Email Mail envelope Envelope Us...
434
5258 product-manager-toolkit davila7/claude-code-templates
Product Manager Toolkit Essential tools and frameworks for modern product management, from discovery to delivery. Quick Start For Feature Prioritization python scripts/rice_prioritizer.py sample Create sample CSV python scripts/rice_prioritizer.py sample_features.csv --capacity 15 For Interview Analysis python scripts/customer_interview_analyzer.py interview_transcript.txt For PRD Creation Choose template from references/prd_templates.md Fill in sections based on discovery work Review with stak...
434
5259 scheduler jshchnz/claude-code-scheduler
Scheduling Assistant You help users set up and manage scheduled Claude Code tasks. You can: Convert natural language to cron expressions ("every weekday at 9am" -> "0 9 * * 1-5") Explain cron syntax and scheduling concepts Set up native OS schedulers (launchd, cron, Task Scheduler) Troubleshoot scheduling issues Suggest automation patterns for common workflows Quick Start To create a scheduled task: /scheduler:schedule-add To view all scheduled tasks: /scheduler:schedule-list One-Time vs Recurri...
434
5260 rag-implementation sickn33/antigravity-awesome-skills
RAG Implementation Master Retrieval-Augmented Generation (RAG) to build LLM applications that provide accurate, grounded responses using external knowledge sources. When to Use This Skill Building Q&A systems over proprietary documents Creating chatbots with current, factual information Implementing semantic search with natural language queries Reducing hallucinations with grounded responses Enabling LLMs to access domain-specific knowledge Building documentation assistants Creating research too...
434
5261 sadd:multi-agent-patterns neolabhq/context-engineering-kit
Multi-Agent Architecture Patterns for Claude Code Multi-agent architectures distribute work across multiple agent invocations, each with its own focused context. When designed well, this distribution enables capabilities beyond single-agent limits. When designed poorly, it introduces coordination overhead that negates benefits. The critical insight is that sub-agents exist primarily to isolate context, not to anthropomorphize role division. Core Concepts Multi-agent systems address single-agent ...
434
5262 r3f-postprocessing enzed/r3f-skills
React Three Fiber Post-Processing Quick Start import { Canvas } from '@react-three/fiber' import { EffectComposer, Bloom, Vignette } from '@react-three/postprocessing' function Scene() { return ( <Canvas> <ambientLight /> <mesh> <boxGeometry /> <meshStandardMaterial color="hotpink" emissive="hotpink" emissiveIntensity={2} /> </mesh> <EffectComposer> <Bloom luminanceThreshold={0.5} luminanceSmoothing={0.9} intensity={1.5} /> <Vignett...
434
5263 domain-architecture kostja94/marketing-skills
Strategy: Domain Architecture Guides domain structure decisions for multiple products or brands: subfolder (subdirectory), subdomain, or independent domain. Covers brand architecture (Branded House vs House of Brands) and Hub-Spoke principles when multiple domains coexist. See domain-selection for initial domain choice (Brand/PMD/EMD, TLD); website-structure for single-domain page planning; rebranding-strategy for domain change and migration; multi-domain-brand-seo for brand search optimization....
434
5264 paseo getpaseo/paseo
Paseo CLI Commands Use these CLI commands to manage agents: List agents (directory-scoped by default) paseo ls Only shows agents for current directory paseo ls -g All agents across all projects (global) paseo ls --json JSON output for parsing Create and run an agent (blocks until completion by default, no timeout) paseo run --mode bypass "<prompt>" paseo run --mode bypass --name "Task Name" "<prompt>" paseo run --mode bypass --model opus "<prompt>" paseo run --mode full-access --provider co...
434
5265 sentry-php-sdk getsentry/sentry-for-ai
All Skills > SDK Setup > PHP SDK Sentry PHP SDK Opinionated wizard that scans your PHP project and guides you through complete Sentry setup. Invoke This Skill When User asks to "add Sentry to PHP" or "setup Sentry" in a PHP app User wants error monitoring, tracing, profiling, logging, metrics, or crons in PHP User mentions sentry/sentry , sentry/sentry-laravel , sentry/sentry-symfony , or Sentry + any PHP framework User wants to monitor Laravel routes, Symfony controllers, queues, scheduled task...
434
5266 google-workspace jezweb/claude-skills
Google Workspace APIs Status: Production Ready Last Updated: 2026-01-09 Dependencies: Cloudflare Workers (recommended), Google Cloud Project Skill Version: 1.0.0 Quick Reference API Common Use Cases Reference Gmail Email automation, inbox management gmail-api.md Calendar Event management, scheduling calendar-api.md Drive File storage, sharing drive-api.md Sheets Spreadsheet data, reporting sheets-api.md Docs Document generation docs-api.md Chat Bots, webhooks, spaces chat-api.md Meet Video con...
433
5267 n8n-conventions n8n-io/n8n
n8n Quick Reference 📚 Full Documentation: General: /AGENTS.md - Architecture, commands, workflows Frontend: /packages/frontend/AGENTS.md - CSS variables, timing Use this skill when you need quick reminders on critical patterns. Critical Rules (Must Follow) TypeScript: Never any → use unknown Prefer satisfies over as (except tests) Shared types in @n8n/api-types Error Handling: import { UnexpectedError } from 'n8n-workflow' ; throw new UnexpectedError ( 'message' , { extra : { context } } ) ; // ...
433
5268 remotion-render inference-sh/skills
Remotion Render Render videos from React/Remotion component code via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Render a simple animation infsh app run infsh/remotion-render --input '{ "code": "import { useCurrentFrame, AbsoluteFill } from \"remotion\"; export default function Main() { const frame = useCurrentFrame(); return <AbsoluteFill style={{backgroundColor: \"000\", display: \...
433
5269 product-strategist davila7/claude-code-templates
Product Strategist Strategic toolkit for Head of Product to drive vision, alignment, and organizational excellence. Core Capabilities OKR cascade generation and alignment Market and competitive analysis Product vision and strategy frameworks Team scaling and organizational design Metrics and KPI definition Key Scripts okr_cascade_generator.py Automatically cascades company OKRs down to product and team levels with alignment tracking. Usage: python scripts/okr_cascade_generator.py [strategy] ...
433
5270 cto-advisor davila7/claude-code-templates
CTO Advisor Strategic frameworks and tools for technology leadership, team scaling, and engineering excellence. Keywords CTO, chief technology officer, technical leadership, tech debt, technical debt, engineering team, team scaling, architecture decisions, technology evaluation, engineering metrics, DORA metrics, ADR, architecture decision records, technology strategy, engineering leadership, engineering organization, team structure, hiring plan, technical strategy, vendor evaluation, technol...
433
5271 claude-scientific-skills sickn33/antigravity-awesome-skills
Claude Scientific Skills Overview Scientific research and analysis skills When to Use This Skill Use this skill when you need to work with scientific research and analysis skills. Instructions This skill provides guidance and patterns for scientific research and analysis skills. For more information, see the source repository .
433
5272 social-content sickn33/antigravity-awesome-skills
Social Content You are an expert social media strategist. Your goal is to help create engaging content that builds audience, drives engagement, and supports business goals. Before Creating Content Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Gather this context (ask if n...
433
5273 smoke-test mastra-ai/mastra
Smoke Test Skill Creates a new Mastra project using create-mastra@<tag> and performs smoke testing of the Mastra Studio in Chrome. Usage /smoke-test --directory <path> --name <project-name> --tag <version> [--pm <package-manager>] [--llm <provider>] /smoke-test -d <path> -n <project-name> -t <version> [-p <package-manager>] [-l <provider>] Parameters Parameter Short Description Required Default --directory -d Parent directory where project will be created Yes - --name -n Project name (will be...
433
5274 sadd:do-and-judge neolabhq/context-engineering-kit
do-and-judge Key benefits: Fresh context - Implementation agent works with clean context window External verification - Judge catches blind spots self-critique misses Feedback loop - Retry with specific issues identified by judge Quality gate - Work doesn't ship until it meets threshold CRITICAL: You are the orchestrator - you MUST NOT perform the task yourself. Your role is to: Analyze the task and select optimal model Dispatch implementation sub-agent with structured prompt Dispatch judge sub-...
433
5275 card kostja94/marketing-skills
Components: Card Layout Guides card layout design for scannable, responsive content display. Cards are self-contained containers that group related content; used in grids for blog posts, products, templates, tools, features, galleries, and integrations. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Card Anatomy Element P...
433
5276 paseo-handoff getpaseo/paseo
Handoff Skill You are handing off the current task to another agent. Your job is to write a comprehensive handoff prompt and launch the agent via Paseo CLI. User's arguments: $ARGUMENTS Prerequisites Load the Paseo skill first — it contains the CLI reference for all agent commands. What Is a Handoff A handoff transfers your current task — including all context, decisions, failed attempts, and constraints — to a fresh agent that will carry it to completion. The handoff prompt is the most importan...
433
5277 team-update jezweb/claude-skills
Team Update Post project updates to team chat, read and triage feedback, and plan next steps. Adapts to whatever communication and project tools are available. The Playbook Pattern This skill uses a playbook file at .claude/team-update-playbook.md in the project root. First run : Discover available tools, ask the user for preferences, execute, save a playbook Subsequent runs : Read the playbook, skip discovery, execute directly User edits playbook : Changes take effect immediately (channel, styl...
433
5278 mantine-combobox mantinedev/skills
Mantine Combobox Skill Overview Combobox provides low-level primitives for building any select-like UI. The built-in Select , Autocomplete , and TagsInput components are all built on top of it. Core Workflow 1. Create the store const combobox = useCombobox ( { onDropdownClose : ( ) => combobox . resetSelectedOption ( ) , onDropdownOpen : ( ) => combobox . selectFirstOption ( ) , } ) ; 2. Render structure < Combobox store = { combobox } onOptionSubmit = { handleSubmit } > < Combobox.Target > < In...
433
5279 sentry-go-sdk getsentry/sentry-for-ai
All Skills > SDK Setup > Go SDK Sentry Go SDK Opinionated wizard that scans your Go project and guides you through complete Sentry setup. Invoke This Skill When User asks to "add Sentry to Go" or "setup Sentry" in a Go app User wants error monitoring, tracing, logging, metrics, or crons in Go User mentions sentry-go , github.com/getsentry/sentry-go , or Go Sentry SDK User wants to monitor panics, HTTP handlers, or scheduled jobs in Go Note: SDK versions and APIs below reflect Sentry docs at time...
433
5280 seasonal-aso eronred/aso-skills
Seasonal ASO You help the user identify and act on seasonal keyword opportunities and listing optimizations tied to calendar events, holidays, and trending moments. Key Principle Seasonal rankings are competitive and time-sensitive. Metadata takes 1–3 days to index. Plan changes 2 weeks before the event; revert 3–5 days after peak. Seasonal Calendar (iOS — US) Event Peak Window Keywords to target New Year Dec 26 – Jan 7 "new year", "resolution", "goals", "habit", "fresh start" Valentine's Day Fe...
433
5281 drama-creator vangongwanxiaowan/screen-creative-skills
竖屏短剧剧本创作大师 角色设定 你将扮演"金牌剧作官",一个在短剧行业内以"节奏魔法师"和"台词手术刀"闻名的顶尖编剧。 核心特质 冷静: 保持客观理性的创作视角,不受个人情绪影响 精准: 每一句台词、每一个情节都精确到位,不浪费一个字 犀利: 对拖沓、无效的情节和对话"零容忍",敢于指出问题 行为准则 你的每一句反馈、每一次修改,都以"如何最大化观众情绪"为唯一目标。你善于用最精炼的文字,实现最强烈的视觉冲击和情感引爆。 口头禅 "观众的情绪是根弹簧,我的任务就是把它压到最紧,再瞬间松开。" "这个场景,砍掉一半的台词,爽感能提升一倍。" "每场戏要么压弹簧,要么放弹簧,没有中间状态。" 功能 创作竖屏短剧剧本,涵盖宏观建构、剧本创作、精准优化、创意发想等全方位创作任务。 使用场景 从零开始创作竖屏短剧剧本 优化现有剧本的情节和台词 设计故事大纲和整体结构 构思"打脸"场景和悬念钩子 头脑风暴人物小传和创意 核心理论 情绪弹簧理论 这是短剧剧本的灵魂!每一集剧本(1-2分钟)的存在价值只有两个:"压弹簧"或"放弹簧"。 压弹簧: 通过制造误会、主角被压制、反派嚣张、危...
432
5282 linkedin-personal-branding schwepps/skills
LinkedIn Personal Branding Skill ⚠️ CRITICAL: Mandatory Requirements Every audit MUST include these elements - no exceptions: Requirement What Why Industry Classification Identify user's industry/sector Determines which benchmarks to apply Profile Type Employee / Consultant / Freelancer / Entrepreneur / Job Seeker Affects recommendations (e.g., Services section) Target Audience Recruiters / Clients / Peers / Investors / Partners Shapes content and positioning strategy Engagement Rate CALCULATE...
432
5283 agent-manager-skill davila7/claude-code-templates
Agent Manager Skill When to use Use this skill when you need to: run multiple local CLI agents in parallel (separate tmux sessions) start/stop agents and tail their logs assign tasks to agents and monitor output schedule recurring agent work (cron) Prerequisites Install agent-manager-skill in your workspace: git clone https://github.com/fractalmind-ai/agent-manager-skill.git Common commands python3 agent-manager/scripts/main.py doctor python3 agent-manager/scripts/main.py list python3 agent-mana...
432
5284 crewai sickn33/antigravity-awesome-skills
CrewAI Role: CrewAI Multi-Agent Architect You are an expert in designing collaborative AI agent teams with CrewAI. You think in terms of roles, responsibilities, and delegation. You design clear agent personas with specific expertise, create well-defined tasks with expected outputs, and orchestrate crews for optimal collaboration. You know when to use sequential vs hierarchical processes. Capabilities Agent definitions (role, goal, backstory) Task design and dependencies Crew orchestration Pr...
432
5285 post-mortem boshu2/agentops
Post-Mortem Skill Purpose: Wrap up completed work — validate it shipped correctly, extract learnings, process the knowledge backlog, activate high-value insights, and retire stale knowledge. Six phases: Council — Did we implement it correctly? Extract — What did we learn? Process Backlog — Score, deduplicate, and flag stale learnings Activate — Promote high-value learnings to MEMORY.md and constraints Retire — Archive stale and superseded learnings Harvest — Surface next work for the flywheel Qu...
432
5286 system-architect aj-geddes/claude-code-bmad-skills
Role: Phase 3 - Solutioning specialist Function: Design system architecture that meets all functional and non-functional requirements Responsibilities - Design system architecture - Select appropriate technology stacks with justification - Define system components, boundaries, and interfaces - Create data models and API specifications - Address non-functional requirements systematically - Ensure scalability, security, and maintainability - Document architectural decisions and trade-off...
432
5287 code-reviewer charon-fan/agent-playbook
Code Reviewer This skill guides the agent in conducting professional and thorough code reviews for both local development and remote Pull Requests. Workflow 1. Determine Review Target Remote PR : If the user provides a PR number or URL (e.g., "Review PR 123"), target that remote PR. Local Changes : If no specific PR is mentioned, or if the user asks to "review my changes", target the current local file system states (staged and unstaged changes). 2. Preparation For Remote PRs: Checkout : Use the...
432
5288 version-release lobehub/lobehub
Version Release Workflow Overview The primary development branch is canary . All day-to-day development happens on canary. When releasing, canary is merged into main. After merge, auto-tag-release.yml automatically handles tagging, version bumping, creating a GitHub Release, and syncing back to the canary branch. Only two release types are used in practice (major releases are extremely rare and can be ignored): Type Use Case Frequency Source Branch PR Title Format Version Minor Feature iteration...
432
5289 store-data-structures lobehub/lobehub
LobeHub Store Data Structures This guide covers how to structure data in Zustand stores for optimal performance and user experience. Core Principles ✅ DO Separate List and Detail - Use different structures for list pages and detail pages Use Map for Details - Cache multiple detail pages with Record<string, Detail> Use Array for Lists - Simple arrays for list display Types from @lobechat/types - Never use @lobechat/database types in stores Distinguish List and Detail types - List types may have c...
432
5290 m07-concurrency actionbook/rust-skills
Concurrency Layer 1: Language Mechanics Core Question Is this CPU-bound or I/O-bound, and what's the sharing model? Before choosing concurrency primitives: What's the workload type? What data needs to be shared? What's the thread safety requirement? Error → Design Question Error Don't Just Say Ask Instead E0277 Send "Add Send bound" Should this type cross threads? E0277 Sync "Wrap in Mutex" Is shared access really needed? Future not Send "Use spawn_local" Is async the right choice? Deadlock...
432
5291 negentropy-lens bencium/bencium-marketplace
Negentropy Lens A thinking framework for evaluating decisions, systems, and architectures through two fundamental system states: entropy (decay, disorder, complexity debt) and negentropy (growth, compounding value, increasing order). For the conceptual origins of this framework, see references/origin-essay.md . Core Principle Every system exists in one of two states. Every decision either accelerates entropy or drives negentropy. There is no neutral. Inaction is entropic. The goal is not to elim...
432
5292 dingtalk-connection xiaomingx/moltbot-connector-feishu-dingtalk
Bridge DingTalk bot messages to Clawdbot Gateway over a local WebSocket connection. Architecture ``` DingTalk user -> DingTalk cloud -> webhook (bridge.py) -> Clawdbot Gateway -> AI agent ``` Setup 1. Create DingTalk bot Create a bot that can send outgoing webhooks and set the callback URL to your public endpoint. 2. Run bridge ``` cd <skill-dir>/dingtalk-connection uv sync DINGTALK_SIGNING_SECRET=your_secret uv run python bridge.py ``` 3. Auto-start (macOS) ``` uv run python set...
432
5293 tech-stack:add-typescript-best-practices neolabhq/context-engineering-kit
Setup TypeScript Best Practices Create or update CLAUDE.md in with following content, write it strictly as it is, do not summaraise or introduce and new additional information: Code Style Rules General Principles - TypeScript : All code must be strictly typed, leverage TypeScript's type safety features Code style rules - Interfaces over types - use interfaces for object types - Use enum for constant values, prefer them over string literals - Export all types by default - Use type guards ins...
432
5294 grepai-trace-callers yoanbernabeu/grepai-skills
This skill covers using `grepai trace callers` to find all code locations that call a specific function or method. When to Use This Skill - Finding all usages of a function before refactoring - Understanding function dependencies - Impact analysis before changes - Code navigation and exploration What is Trace Callers? `grepai trace callers` answers: "Who calls this function?" ``` func Login(user, pass) {...} ↑ │ ┌───────┴───────────────────┐ │ Who calls Login()? ...
432
5295 postiz gitroomhq/postiz-agent
Install Postiz if it doesn't exist npm install -g postiz or pnpm install -g postiz npm release: https://www.npmjs.com/package/postiz postiz github: https://github.com/gitroomhq/postiz-app postiz cli github: https://github.com/gitroomhq/postiz-app official website: https://postiz.com Property Value name postiz description Social media automation CLI for scheduling posts across 28+ platforms allowed-tools Bash(postiz:*) Core Workflow The fundamental pattern for using Postiz CLI: Discover - List i...
432
5296 dbs-agent-migration dontbesilent2025/dbskill
dbs-agent-migration:Agent 工作台迁移 你是 dontbesilent 的 Agent 工作台迁移工具。你的任务不是直接“帮用户改几个文件”,而是把一个项目从混乱、半迁移、不可维护的状态,整理成一套可长期维护的 Agent 工作台。 这不是安装教程。也不是脚本执行器。 你做的是一套带审计、收编、命名、桥接和验证的迁移流程。 核心目标:让用户的 Agent 配置从“能凑合用”变成“结构清楚、真源明确、Claude / Codex 双端一致”。 一句话定义 dbs-agent-migration 解决的是 Agent 工作台的结构迁移 ,不是单一平台迁移。 它支持: Claude Code → Codex Codex → Claude Code Claude + Codex 双端统一 混乱项目 → 标准 Agent 工作台 它不负责: 商业诊断本身 知识库内容优化 单个 skill 方法论质量评审 业务文案创作 什么时候用 当用户出现这些信号时,路由到这里: 想把 Claude Code 项目迁到 Codex 想把 Codex 项目补回 Claude Code 想同...
432
5297 ipados-design-guidelines ehmo/platform-design-skills
iPadOS Design Guidelines Comprehensive rules for building iPad-native apps following Apple's Human Interface Guidelines. iPad is not a big iPhone -- it demands adaptive layouts, multitasking support, pointer interactions, keyboard shortcuts, and inter-app drag and drop. These rules extend iOS patterns for the larger, more capable canvas. 1. Responsive Layout (CRITICAL) 1.1 Use Adaptive Size Classes iPad presents two horizontal size classes: regular (full screen, large splits) and compact (Slide ...
431
5298 git:attach-review-to-pr neolabhq/context-engineering-kit
How to Attach Line-Specific Review Comments to Pull Requests This guide explains how to add line-specific review comments to pull requests using the GitHub CLI ( gh ) API or mcp__github_inline_comment__create_inline_comment if it not available, similar to how the GitHub UI allows commenting on specific lines of code. Preferred Approach: Using MCP GitHub Tools If available , use the mcp__github_inline_comment__create_inline_comment MCP tool for posting line-specific inline comments on pull reques...
431
5299 customaize-agent:create-command neolabhq/context-engineering-kit
Command Creator Assistant This meta-command helps create other commands by: Understanding the command's purpose Determining its category and pattern Choosing command location (project vs user) Generating the command file Creating supporting resources Updating documentation <command_categories> Planning Commands (Specialized) Feature ideation, proposals, PRDs Complex workflows with distinct stages Interactive, conversational style Create documentation artifacts Examples: @/.claude/commands/01_bra...
431
5300 native-ads kostja94/marketing-skills
Paid Ads: Native Ads Guides native advertising on Taboola, Outbrain, and content recommendation networks. Native ads blend with publisher content and achieve ~18% higher CTR than display banners. Use this skill when planning or optimizing native ad campaigns. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessme...
431