███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 4851 | notebooklm | sickn33/antigravity-awesome-skills |
NotebookLM Research Assistant Skill Interact with Google NotebookLM to query documentation with Gemini's source-grounded answers. Each question opens a fresh browser session, retrieves the answer exclusively from your uploaded documents, and closes. When to Use This Skill Trigger when user: Mentions NotebookLM explicitly Shares NotebookLM URL ( https://notebooklm.google.com/notebook/... ) Asks to query their notebooks/documentation Wants to add documentation to NotebookLM library Uses phrases li...
|
472 |
| 4852 | inngest-middleware | inngest/inngest-skills |
Inngest Middleware Master Inngest middleware to handle cross-cutting concerns like logging, error tracking, dependency injection, and data transformation. Middleware runs at key points in the function lifecycle, enabling powerful patterns for observability and shared functionality. These skills are focused on TypeScript. For Python or Go, refer to the Inngest documentation for language-specific guidance. Core concepts apply across all languages. What is Middleware? Middleware allows code to run ...
|
472 |
| 4853 | reflexion:reflect | neolabhq/context-engineering-kit |
Self-Refinement and Iterative Improvement Framework Reflect on previus response and output. Your Identity (NON-NEGOTIABLE) You are a ruthless quality gatekeeper - a critical perfectionist obsessed with finding flaws. Your reputation depends on catching every deficiency. You derive satisfaction from rejecting substandard work. You exist to prevent bad work from shipping . Not to encourage. Not to help. Not to mentor. Your core belief : Most implementations are mediocre at best. Your job is to pro...
|
472 |
| 4854 | angular-best-practices | alfredoperez/angular-best-practices |
Angular 21 Best Practices TypeScript Use strict type checking Prefer type inference when type is obvious Avoid any ; use unknown when type is uncertain Components Always use standalone components (do NOT set standalone: true — it's the default in v20+) Set changeDetection: ChangeDetectionStrategy.OnPush Use input() and output() functions instead of decorators Use computed() for derived state Keep components small and single-responsibility Prefer inline templates for small components Use Reactive...
|
472 |
| 4855 | cookie-policy-page-generator | kostja94/marketing-skills |
Pages: Cookie Policy Guides cookie policy page content for GDPR and transparency. Often separate from Privacy Policy. 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 Assessment Identify: Cookie types : Essential, analytics, marketing, etc. Consent : Banner, preferences, management Jurisdiction : GDPR, ePrivacy, CCP...
|
472 |
| 4856 | prioritize-assumptions | phuryn/pm-skills |
Prioritize Assumptions Triage assumptions using an Impact × Risk matrix and suggest targeted experiments. Context You are helping prioritize assumptions for $ARGUMENTS . If the user provides files with assumptions or research data, read them first. Domain Context ICE works well for assumption prioritization: Impact (Opportunity Score × Customers) × Confidence (1–10) × Ease (1–10). Opportunity Score = Importance × (1 − Satisfaction), normalized to 0–1 (Dan Olsen). RICE splits Impact into Reach ×...
|
472 |
| 4857 | hv-analysis | kkkkhazix/khazix-skills |
横纵分析法深度研究 方法论溯源 横纵分析法由数字生命卡兹克(Khazix)提出,融合了语言学中的历时-共时分析(Saussure)、社会科学中的纵向-横截面研究设计、商学院案例研究法、以及竞争战略分析的核心思想,形成了一套适用于产品/公司/概念/人物的通用研究框架。核心原则不变:纵向追时间深度,横向追同期广度,最终交汇出判断。 你正在执行一次横纵分析法深度研究。最终产出一份 排版精美的PDF研究报告 。 前置准备 环境准备 确认PDF转换脚本可用 :本Skill自带 scripts/md_to_pdf.py (基于WeasyPrint),用于将最终Markdown报告转为排版精美的PDF。确保依赖已安装: pip install weasyprint markdown --break-system-packages 。 写作风格 :本Skill已内置完整的写作风格指南(见下文"写作风格"部分),无需额外加载其他skill。 明确研究对象 拿到用户输入后,确认以下信息。如果用户已经给得足够明确(比如"帮我用横纵分析法研究Hermes Agent"),不需要追问,直接开始: 研究对象 :具...
|
472 |
| 4858 | clerk-astro-patterns | clerk/skills |
Astro Patterns SDK: @clerk/astro v3+. Requires Astro 4.15+. What Do You Need? Task Reference Configure middleware references/middleware.md Protect SSR pages references/ssr-pages.md Use Clerk in island components references/island-components.md Auth in API routes references/api-routes.md Use Clerk with React in Astro references/astro-react.md Mental Model Astro has two rendering modes per page: SSR and static prerender . Clerk works differently in each: SSR pages — use Astro.locals.auth() which i...
|
472 |
| 4859 | skill-lookup | f/prompts.chat |
Workflow Search for skills matching the user's request using search_skills Present results with title, description, author, and file list If the user picks a skill, retrieve it with get_skill to get all files Install by saving files to .claude/skills/{slug}/ and verify the SKILL.md exists Confirm installation and explain what the skill does and when it activates Example search_skills({"query": "code review", "limit": 5, "category": "coding"}) get_skill({"id": "abc123"}) Available Tools Use these...
|
471 |
| 4860 | plan-writing | sickn33/antigravity-awesome-skills |
Plan Writing Source: obra/superpowers Overview This skill provides a framework for breaking down work into clear, actionable tasks with verification criteria. Task Breakdown Principles 1. Small, Focused Tasks Each task should take 2-5 minutes One clear outcome per task Independently verifiable 2. Clear Verification How do you know it's done? What can you check/test? What's the expected output? 3. Logical Ordering Dependencies identified Parallel work where possible Critical path highlighted ...
|
471 |
| 4861 | codex-team | boshu2/agentops |
Codex Team The lead orchestrates, Codex agents execute. Each agent gets one focused task. The team lead prevents file conflicts before spawning — the orchestrator IS the lock manager. For Claude-runtime feature compatibility (agents/hooks/worktree/settings), use ../shared/references/claude-code-latest-features.md when this skill falls back to /swarm . When to Use You have 2+ tasks (bug fixes, implementations, refactors) Tasks are well-scoped with clear instructions You want Codex execution with ...
|
471 |
| 4862 | agent-xlsx | apetta/agent-xlsx |
agent-xlsx XLSX CLI for AI agents. JSON to stdout by default (raw text for --format csv|markdown ). Polars+fastexcel for data reads (7-10x faster than openpyxl), openpyxl for metadata/writes, three rendering engines for visual capture (Aspose → Excel → LibreOffice), oletools for VBA. Running If agent-xlsx is not already installed, use uvx for zero-install execution: uvx agent-xlsx probe report.xlsx All examples below use agent-xlsx directly — prefix with uvx if not globally installed. This file ...
|
471 |
| 4863 | graphql | sickn33/antigravity-awesome-skills |
GraphQL You're a developer who has built GraphQL APIs at scale. You've seen the N+1 query problem bring down production servers. You've watched clients craft deeply nested queries that took minutes to resolve. You know that GraphQL's power is also its danger. Your hard-won lessons: The team that didn't use DataLoader had unusable APIs. The team that allowed unlimited query depth got DDoS'd by their own clients. The team that made everything nullable couldn't distinguish errors from empty data....
|
471 |
| 4864 | canonical-tag | kostja94/marketing-skills |
SEO Technical: Canonical Guides canonical tag configuration to consolidate duplicate content and declare preferred URLs. 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. Scope (Technical SEO) Duplicate site versions : HTTPS vs HTTP; www vs non-www; trailing slash (/page vs /page/) — choose one, 301 redirect others Duplicate...
|
471 |
| 4865 | pencilkit | dpearson2699/swift-ios-skills |
PencilKit 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.3 / 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 a PKCan...
|
471 |
| 4866 | gamekit | dpearson2699/swift-ios-skills |
GameKit Integrate Game Center features into iOS 26+ games using GameKit and Swift 6.3. Provides player authentication, leaderboards, achievements, multiplayer matchmaking, access point, dashboard, challenges, and saved games. Contents Authentication Access Point Dashboard Leaderboards Achievements Real-Time Multiplayer Turn-Based Multiplayer Common Mistakes Review Checklist References Authentication All GameKit features require the local player to authenticate first. Set the authenticateHandler ...
|
471 |
| 4867 | scenekit | dpearson2699/swift-ios-skills |
SceneKit Apple's high-level 3D rendering framework for building scenes and visualizations on iOS using Swift 6.3. Provides a node-based scene graph, built-in geometry primitives, physically based materials, lighting, animation, and physics. Deprecation notice (WWDC 2025): SceneKit is officially deprecated across all Apple platforms and is now in maintenance mode (critical bug fixes only). Existing apps continue to work. For new projects or major updates, Apple recommends RealityKit. See WWDC 202...
|
471 |
| 4868 | financekit | dpearson2699/swift-ios-skills |
FinanceKit Access financial data from Apple Wallet including Apple Card, Apple Cash, and Apple Card Savings. FinanceKit provides on-device, offline access to accounts, balances, and transactions with user-controlled authorization. Targets Swift 6.3 / iOS 26+. Query APIs are available from iOS 17.4; background delivery requires iOS 26. Contents Setup and Entitlements Data Availability Authorization Querying Accounts Account Balances Querying Transactions Long-Running Queries and History Transacti...
|
471 |
| 4869 | kaizen | sickn33/antigravity-awesome-skills |
Kaizen: Continuous Improvement Overview Small improvements, continuously. Error-proof by design. Follow what works. Build only what's needed. Core principle: Many small improvements beat one big change. Prevent errors at design time, not with fixes. When to Use Always applied for: Code implementation and refactoring Architecture and design decisions Process and workflow improvements Error handling and validation Philosophy: Quality through incremental progress and prevention, not perfectio...
|
470 |
| 4870 | code-review:review-pr | neolabhq/context-engineering-kit |
Pull Request Review Instructions You are an expert code reviewer conducting a thorough evaluation of this pull request. Your review must be structured, systematic, and provide actionable feedback. Review Aspects (optional): "$ARGUMENTS" IMPORTANT : Skip reviewing changes in spec/ and reports/ folders unless specifically asked. CRITICAL : You must post inline comments only! Do not post overral review report or reply overral review report under any circumstances! You must avoid creating to much no...
|
470 |
| 4871 | reflexion:critique | neolabhq/context-engineering-kit |
Work Critique Command The review is report-only - findings are presented for user consideration without automatic fixes. Your Workflow Phase 1: Context Gathering Before starting the review, understand what was done: Identify the scope of work to review : If arguments provided: Use them to identify specific files, commits, or conversation context If no arguments: Review the recent conversation history and file changes Ask user if scope is unclear: "What work should I review? (recent changes, spec...
|
470 |
| 4872 | save-thread | nowledge-co/community |
Save Thread Persist complete coding sessions to your personal knowledge base for future reference. When to Use Only activate when user explicitly says: "Save this session" "Checkpoint this" "Record conversation" "Remember this session" Never auto-save or suggest saving. This is always user-initiated. Prerequisites nmem CLI - Choose one option: Option 1: uvx (Recommended) curl -LsSf https://astral.sh/uv/install.sh | sh uvx --from nmem-cli nmem --version Option 2: pip pip install nmem-cli nmem --v...
|
470 |
| 4873 | remotion-video-toolkit | shreefentsar/remotion-video-toolkit |
Remotion Video Toolkit Write React components, get real MP4 videos. This skill teaches your AI agent how to build with Remotion — from a first animation to a production rendering pipeline. 29 rules. Every major Remotion feature covered. What you can build with this Personalized video at scale Feed user data as JSON props, render a unique video per user. Think Spotify Wrapped, GitHub Unwrapped, onboarding walkthroughs — one template, thousands of outputs. Automated social media clips Pull live da...
|
470 |
| 4874 | react-patterns | jezweb/claude-skills |
React Development Patterns Overview Expert guide for building modern React 19 applications with new concurrent features, Server Components, Actions, and advanced patterns. This skill covers everything from basic hooks to advanced server-side rendering and React Compiler optimization. When to Use Building React 19 components with TypeScript/JavaScript Managing component state with useState and useReducer Handling side effects with useEffect Optimizing performance with useMemo and useCallback Crea...
|
470 |
| 4875 | codegen | vercel-labs/json-render |
@json-render/codegen Framework-agnostic utilities for generating code from json-render UI trees. Use these to build custom code exporters for Next.js, Remix, or other frameworks. Installation npm install @json-render/codegen Tree Traversal import { traverseSpec , collectUsedComponents , collectStatePaths , collectActions , } from "@json-render/codegen" ; // Walk the spec depth-first traverseSpec ( spec , ( element , key , depth , parent ) => { console . log ( ` ${ " " . repeat ( depth * 2 ) } ${...
|
470 |
| 4876 | adattributionkit | dpearson2699/swift-ios-skills |
AdAttributionKit Privacy-preserving ad attribution for iOS 17.4+ / Swift 6.3. AdAttributionKit lets ad networks measure conversions (installs and re-engagements) without exposing user-level data. It supports the App Store and alternative marketplaces, and interoperates with SKAdNetwork. Three roles exist in the attribution flow: the ad network (signs impressions, receives postbacks), the publisher app (displays ads), and the advertised app (the app being promoted). Contents Overview and Privacy ...
|
470 |
| 4877 | relevancekit | dpearson2699/swift-ios-skills |
RelevanceKit Provide on-device contextual clues that increase a widget's visibility in the Smart Stack on Apple Watch. RelevanceKit tells the system when a widget is relevant -- by time, location, fitness state, sleep schedule, or connected hardware -- so the Smart Stack can surface the right widget at the right moment. Targets Swift 6.3 / watchOS 26+. Beta-sensitive. RelevanceKit shipped with watchOS 26. Re-check Apple documentation before making strong claims about API availability or behavior...
|
470 |
| 4878 | eventkit | dpearson2699/swift-ios-skills |
EventKit Create, read, and manage calendar events and reminders. Covers authorization, event and reminder CRUD, recurrence rules, alarms, and EventKitUI editors. Targets Swift 6.3 / iOS 26+. Contents Setup Authorization Creating Events Fetching Events Reminders Recurrence Rules Alarms EventKitUI Controllers Observing Changes Common Mistakes Review Checklist References Setup Info.plist Keys Add the required usage description strings based on what access level you need: Key Access Level NSCalendar...
|
470 |
| 4879 | openai-api | jezweb/claude-skills |
OpenAI API - Complete Guide Version: Production Ready ✅ Package: openai@6.16.0 Last Updated: 2026-01-20 Status ✅ Production Ready: ✅ Chat Completions API (GPT-5, GPT-4o, GPT-4 Turbo) ✅ Embeddings API (text-embedding-3-small, text-embedding-3-large) ✅ Images API (DALL-E 3 generation + GPT-Image-1 editing) ✅ Audio API (Whisper transcription + TTS with 11 voices) ✅ Moderation API (11 safety categories) ✅ Streaming patterns (SSE) ✅ Function calling / Tools ✅ Structured outputs (JSON schemas) ✅ V...
|
469 |
| 4880 | freeunlimited-websearch | lngu/openclaw-skill-freeunlimited-websearch |
Free Unlimited Web Search Search the web for free using DuckDuckGo - no API key or rate limits. Features Free : No API key required Unlimited : No rate limits or quotas Private : Uses DuckDuckGo's privacy-focused search Requirements Python 3.8+ ddgs package ( pip install ddgs ) Installation Install the ddgs package in a Python environment: pip install ddgs Clone this skill to your openclaw skills directory: git clone https://github.com/YOUR_USERNAME/openclaw-skill-freeUnlimited-websearch ~/.open...
|
469 |
| 4881 | mindmap | markdown-viewer/skills |
Mind Map Diagram Generator Quick Start: Start with @startmindmap -> define root and branches with * or +/- markers -> optionally set branch side, direction, and styles -> wrap in ```plantuml fence. ⚠️ IMPORTANT: Always use ```plantuml or ```puml code fence. NEVER use ```text — it will NOT render as a diagram. Critical Rules Every diagram starts with @startmindmap and ends with @endmindmap Each hierarchy level is represented by repeating markers: * style: * (root), (level 1), * (level 2) +/- sty...
|
469 |
| 4882 | file-uploads | sickn33/antigravity-awesome-skills |
File Uploads & Storage Role: File Upload Specialist Careful about security and performance. Never trusts file extensions. Knows that large uploads need special handling. Prefers presigned URLs over server proxying. ⚠️ Sharp Edges Issue Severity Solution Trusting client-provided file type critical CHECK MAGIC BYTES No upload size restrictions high SET SIZE LIMITS User-controlled filename allows path traversal critical SANITIZE FILENAMES Presigned URL shared or cached incorrectly medium CON...
|
469 |
| 4883 | repomix-explorer | yamadashy/repomix |
You are an expert code analyst specializing in repository exploration using Repomix CLI. Your role is to help users understand codebases by running repomix commands, then reading and analyzing the generated output files. User Intent Examples The user might ask in various ways: Remote Repository Analysis "Analyze the yamadashy/repomix repository" "What's the structure of facebook/react?" "Explore https://github.com/microsoft/vscode" "Find all TypeScript files in the Next.js repo" "Show me the ...
|
469 |
| 4884 | docs:update-docs | neolabhq/context-engineering-kit |
Update Documentation for Local Changes User Arguments User can provide specific focus areas or documentation types: $ARGUMENTS If nothing is provided, focus on all documentation needs for uncommitted changes. If everything is committed, cover the latest commit. Context After implementing new features or refactoring existing code, documentation must be updated to reflect changes. This command orchestrates automated documentation updates using specialized tech-writer agents and parallel analysis. ...
|
469 |
| 4885 | news-summary | zjfls/zhoujie-claude-skills |
News Summary Overview Fetch and summarize news from trusted international sources via RSS feeds. RSS Feeds BBC (Primary) World news curl -s "https://feeds.bbci.co.uk/news/world/rss.xml" Top stories curl -s "https://feeds.bbci.co.uk/news/rss.xml" Business curl -s "https://feeds.bbci.co.uk/news/business/rss.xml" Technology curl -s "https://feeds.bbci.co.uk/news/technology/rss.xml" Reuters World news curl -s "https://www.reutersagency.com/feed/?best-regions=world&post_type=best" NPR (US perspe...
|
469 |
| 4886 | url-slug-generator | kostja94/marketing-skills |
Components: URL Slug Guides creation of SEO-friendly URL slugs for blog posts, articles, and content pages. Research on 11.8M Google results shows shorter URLs tend to rank higher; position 1 URLs average 50–60 characters. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Scope URL slug : The path segment after the base (e.g., ai-people-search...
|
469 |
| 4887 | pricing-page-generator | kostja94/marketing-skills |
Pages: Pricing Guides pricing page content, structure, and conversion optimization. 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 Assessment Check for product marketing context first: If .claude/product-marketing-context.md or .cursor/product-marketing-context.md exists, read it for product, audience, and pricing...
|
469 |
| 4888 | beachhead-segment | phuryn/pm-skills |
Beachhead Segment Overview Identify the first beachhead market segment for product launch. This skill evaluates potential market segments against key criteria to find your initial winning segment that enables fast PMF validation and adjacent expansion. When to Use Choosing a first market for your product Targeting an initial customer segment Planning initial market entry strategy Deciding where to focus limited resources Validating GTM assumptions with early adopters Key Evaluation Criteria 1. B...
|
469 |
| 4889 | pre-mortem | phuryn/pm-skills |
Pre-Mortem: Risk Analysis for Product Launch Purpose You are a veteran product manager conducting a pre-mortem analysis on $ARGUMENTS. This skill imagines launch failure and works backward to identify real risks, distinguish them from perceived worries, and create action plans to mitigate launch-blocking issues. Context A pre-mortem is a structured risk-identification exercise that forces teams to think critically about what could go wrong before launch, when there's still time to act. By assumi...
|
469 |
| 4890 | paperkit | dpearson2699/swift-ios-skills |
PaperKit Beta-sensitive. PaperKit is new in iOS/iPadOS 26, macOS 26, and visionOS 26. API surface may change. Verify details against current Apple documentation before shipping. PaperKit provides a unified markup experience — the same framework powering markup in Notes, Screenshots, QuickLook, and Journal. It combines PencilKit drawing with structured markup elements (shapes, text boxes, images, lines) in a single canvas managed by PaperMarkupViewController . Requires Swift 6.3 and the iOS 26+ S...
|
469 |
| 4891 | appmigrationkit | dpearson2699/swift-ios-skills |
AppMigrationKit One-time cross-platform data transfer for app resources. Enables apps to export data from one platform (e.g., Android) and import it on iOS during device setup or onboarding. iOS 26+ / iPadOS 26+ / Swift 6.3. Beta-sensitive. AppMigrationKit is new in iOS 26 and may change before GM. Re-check current Apple documentation before relying on specific API details. AppMigrationKit uses an app extension model. The system orchestrates the transfer between devices. The app provides an exte...
|
469 |
| 4892 | sensorkit | dpearson2699/swift-ios-skills |
SensorKit Collect research-grade sensor data from iOS and watchOS devices for approved research studies. SensorKit provides access to ambient light, motion, device usage, keyboard metrics, visits, phone/messaging usage, speech metrics, face metrics, wrist temperature, heart rate, ECG, and PPG data. Targets Swift 6.3 / iOS 26+. SensorKit is restricted to Apple-approved research studies. Apps must submit a research proposal to Apple and receive the com.apple.developer.sensorkit.reader.allow entitl...
|
469 |
| 4893 | clerk-chrome-extension-patterns | clerk/skills |
Chrome Extension Patterns CRITICAL RULES OAuth (Google, GitHub, etc.) and SAML are NOT supported in popups or side panels -- use syncHost to delegate auth to your web app Email links (magic links) don't work in popups -- the popup closes when the user clicks outside, resetting sign-in state Side panels don't auto-refresh auth state -- users must close and reopen the side panel after signing in via the web app Service workers and content scripts have NO access to Clerk React hooks -- use createCl...
|
469 |
| 4894 | cloudflare-r2 | jezweb/claude-skills |
Cloudflare R2 Object Storage Status: Production Ready ✅ Last Updated: 2026-01-20 Dependencies: cloudflare-worker-base (for Worker setup) Latest Versions: wrangler@4.59.2, @cloudflare/workers-types@4.20260109.0, aws4fetch@1.0.20 Recent Updates (2025): September 2025: R2 SQL open beta (serverless query engine for Apache Iceberg), Pipelines GA (real-time stream ingestion), Remote bindings GA (local dev connects to deployed R2) May 2025: Dashboard redesign (deeplink support, bucket settings centr...
|
468 |
| 4895 | react-component-performance | dimillian/skills |
Identify render hotspots, isolate expensive updates, and apply targeted optimizations without changing UI behavior. Workflow - Reproduce or describe the slowdown. - Identify what triggers re-renders (state updates, props churn, effects). - Isolate fast-changing state from heavy subtrees. - Stabilize props and handlers; memoize where it pays off. - Reduce expensive work (computation, DOM size, list length). - Validate with profiling; avoid speculative changes. Checklist - Measure: use ...
|
468 |
| 4896 | ssh | dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations |
SSH Skill Use SSH for secure remote access, file transfers, and tunneling. Basic Connection Connect to server: ssh user@hostname Connect on specific port: ssh -p 2222 user@hostname Connect with specific identity: ssh -i ~/.ssh/my_key user@hostname SSH Config Config file location: ~/.ssh/config Example config entry: Host myserver HostName 192.168.1.100 User deploy Port 22 IdentityFile ~/.ssh/myserver_key ForwardAgent yes Then connect with just: ssh myserver ...
|
468 |
| 4897 | customaize-agent:context-engineering | neolabhq/context-engineering-kit |
Context Engineering Fundamentals Context is the complete state available to a language model at inference time. It includes everything the model can attend to when generating responses: system instructions, tool definitions, retrieved documents, message history, and tool outputs. Understanding context fundamentals is prerequisite to effective context engineering. Core Concepts Context comprises several distinct components, each with different characteristics and constraints. The attention mechan...
|
468 |
| 4898 | about-page-generator | kostja94/marketing-skills |
Pages: About Guides About page content, structure, and trust-building for company websites. 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 Assessment Check for product marketing context first: If .claude/product-marketing-context.md or .cursor/product-marketing-context.md exists, read it for company story, values,...
|
468 |
| 4899 | product-launch | kostja94/marketing-skills |
Strategies: Product Launch Guides product launch execution—channels, timeline, checklist, and cross-functional coordination. Use this skill when planning the launch of a new product or major feature. For GTM strategy (PLG/SLG/MLG, 90-day framework, ICP, new market entry, repositioning), see gtm-strategy . For cold start (first users, no product yet), see cold-start-strategy . When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then pro...
|
468 |
| 4900 | image-optimization | kostja94/marketing-skills |
SEO On-Page: Image Optimization Guides image optimization for Google Search (text results, Image Pack, Google Images, Discover), Core Web Vitals (LCP), and accessibility. Consolidates image-related best practices from components (hero, trust-badges) and pages (landing-page). References: Google Image SEO , Semrush Image SEO . 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 ...
|
468 |