███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 3201 | wp-playground | wordpress/agent-skills |
WordPress Playground When to use Spin up a disposable WordPress to test a plugin/theme without full stack setup. Run or iterate on Playground Blueprints (JSON) locally. Build a reproducible snapshot of a site for sharing or CI. Switch WP/PHP versions quickly to reproduce issues. Debug plugin/theme code with Xdebug in an isolated Playground. Inputs required Host machine readiness: Node.js ≥ 20.18, npm / npx available. Project path to mount ( --auto-mount or explicit mount mapping). Desired WP ver...
|
281 |
| 3202 | auto-updater | adaptationio/skrillz |
Auto Updater Overview auto-updater automatically applies improvements to skills and ecosystem components based on identified patterns and learnings. Purpose : Automated application of validated improvements across ecosystem The 5-Step Auto-Update Workflow : Identify Improvements - Gather recommendations from reviews and learnings Assess Safety - Determine which can be safely automated Apply Updates - Implement improvements automatically Validate Changes - Ensure improvements effective, no regres...
|
281 |
| 3203 | i18n-localization | davila7/claude-code-templates |
i18n & Localization Internationalization (i18n) and Localization (L10n) best practices. 1. Core Concepts Term Meaning i18n Internationalization - making app translatable L10n Localization - actual translations Locale Language + Region (en-US, tr-TR) RTL Right-to-left languages (Arabic, Hebrew) 2. When to Use i18n Project Type i18n Needed? Public web app ✅ Yes SaaS product ✅ Yes Internal tool ⚠️ Maybe Single-region app ⚠️ Consider future Personal project ❌ Optional 3. Implementation Patterns Reac...
|
281 |
| 3204 | account-research | anthropics/knowledge-work-plugins |
Account Research Get a complete picture of any company or person before outreach. This skill always works with web search, and gets significantly better with enrichment and CRM data. How It Works ┌─────────────────────────────────────────────────────────────────┐ │ ACCOUNT RESEARCH │ ├─────────────────────────────────────────────────────────────────┤ │ ALWAYS (works standalone via web search) │ │ ✓ Company overview: what th...
|
280 |
| 3205 | redux-toolkit | mindrally/skills |
Redux Toolkit You are an expert in Redux Toolkit for state management in React and Next.js applications. Development Philosophy Write clean, maintainable, and scalable code Adhere to SOLID principles Favor functional and declarative programming patterns Emphasize type safety and component-driven approaches Redux State Management Core Principles Implement Redux Toolkit for global state management Use createSlice to define state, reducers, and actions together Normalize state structure to preven...
|
280 |
| 3206 | gpt-researcher | assafelovic/gpt-researcher |
GPT Researcher Development Skill GPT Researcher is an LLM-based autonomous agent using a planner-executor-publisher pattern with parallelized agent work for speed and reliability. Quick Start Basic Python Usage from gpt_researcher import GPTResearcher import asyncio async def main ( ) : researcher = GPTResearcher ( query = "What are the latest AI developments?" , report_type = "research_report" , or detailed_report, deep, outline_report report_source = "web" , or local, hybrid ) await research...
|
280 |
| 3207 | rag | giuseppe-trisciuoglio/developer-kit |
RAG Implementation Build Retrieval-Augmented Generation systems that extend AI capabilities with external knowledge sources. Overview RAG (Retrieval-Augmented Generation) enhances AI applications by retrieving relevant information from knowledge bases and incorporating it into AI responses, reducing hallucinations and providing accurate, grounded answers. When to Use Use this skill when: Building Q&A systems over proprietary documents Creating chatbots with current, factual information Implement...
|
280 |
| 3208 | grepai-search-tips | yoanbernabeu/grepai-skills |
This skill provides tips and best practices for writing effective semantic search queries. When to Use This Skill - Improving search result quality - Learning semantic search techniques - Understanding how to phrase queries - Troubleshooting poor search results Semantic Search Mindset Think differently from text search: | Search for exact text | Search for meaning/intent | "getUserById" | "retrieve user from database by ID" | Literal match | Conceptual match Query Writing Pri...
|
280 |
| 3209 | director-readiness-advisor | deanpeters/product-manager-skills |
Purpose Guide PMs and Directors through the specific challenges of the PM-to-Director transition using adaptive questions and targeted coaching. Diagnoses where you are in the journey and delivers practical, war-story-backed guidance calibrated to your situation — not generic leadership advice. This is not a readiness checklist. It's a coaching conversation that names what's actually hard, why it's hard, and what to do about it. Key Concepts The Four Transition Situations The PM → Director trans...
|
280 |
| 3210 | viem-integration | uniswap/uniswap-ai |
viem Integration Integrate EVM blockchains using viem for TypeScript/JavaScript applications. Quick Decision Guide Building... Use This Node.js script/backend viem with http transport React/Next.js frontend wagmi hooks (built on viem) Real-time event monitoring viem with webSocket transport Browser wallet integration wagmi or viem custom transport Installation Core library npm install viem For React apps, also install wagmi npm install wagmi viem @tanstack/react-query Core Concepts Clients vie...
|
280 |
| 3211 | pr-triage | xtone/ai_development_tools |
PRトリアージ PRの変更内容を分析し、後続のコードレビューフェーズに必要な情報を構造化して出力するスキルです。 軽量モデル(Haiku)での実行を想定しており、CI環境でのコスト最適化に寄与します。 手順 gh pr view <PR番号> --json title,body,headRefName,baseRefName,changedFiles でPR情報を取得 gh pr diff <PR番号> --name-only で変更ファイル一覧を取得 差分の取得( changedFilesが15以上の場合、手順3はスキップしてファイル名とPR説明のみで分析する ): changedFilesが15未満の場合のみ gh pr diff <PR番号> でコード差分を取得 表層チェックが必要なファイル(.ts, .js, .tsx, .jsx)が多い場合は個別に gh pr diff <PR番号> -- <file> で取得 .pr-review-state.json が存在するか確認する(前回レビュー状態) 以下の分析を行う: 変更ファイルのカテゴリ分類(added/modified/d...
|
280 |
| 3212 | context-compression | sickn33/antigravity-awesome-skills |
Context Compression Strategies When agent sessions generate millions of tokens of conversation history, compression becomes mandatory. The naive approach is aggressive compression to minimize tokens per request. The correct optimization target is tokens per task: total tokens consumed to complete a task, including re-fetching costs when compression loses critical information. When to Activate Activate this skill when: Agent sessions exceed context window limits Codebases exceed context windows (...
|
279 |
| 3213 | photos-camera-media | dpearson2699/swift-ios-skills |
Photos, Camera & Media Modern patterns for photo picking, camera capture, image loading, and media permissions targeting iOS 26+ with Swift 6.2. Patterns are backward-compatible to iOS 16 unless noted. See references/photospicker-patterns.md for complete picker recipes and references/camera-capture.md for AVCaptureSession patterns. Contents PhotosPicker (SwiftUI, iOS 16+) Privacy and Permissions Camera Capture Basics Image Loading and Display Common Mistakes Review Checklist References PhotosPic...
|
279 |
| 3214 | arch-tsdown-monorepo | hairyf/skills |
arch-tsdown-monorepo is a pnpm monorepo starter for TypeScript libraries (based on hairyf/starter-monorepo ). Each package uses tsdown for building. It provides shared tooling (ESLint, Vitest, TypeScript), pnpm catalogs for versions, workspace dependencies , and optional npm Trusted Publisher for CI-based releases. The skill is based on hairyf/starter-monorepo, generated at 2026-02-02. Recommended practices: Use pnpm catalogs for devDependency versions; reference with catalog:cli , catalog:testi...
|
279 |
| 3215 | code-security | semgrep/skills |
Code Security Guidelines Comprehensive security rules for writing secure code across multiple languages and frameworks. Covers OWASP Top 10 vulnerabilities, infrastructure security, and coding best practices. How It Works When you write or review code, reference these security guidelines Each rule includes incorrect (vulnerable) and correct (secure) code examples Rules are organized by vulnerability category and impact level Categories Critical Impact SQL Injection - Use parameterized queries,...
|
279 |
| 3216 | firebase-firestore-basics | firebase/skills |
Firestore Basics This skill provides a complete guide for getting started with Cloud Firestore, including provisioning, securing, and integrating it into your application. Provisioning To set up Cloud Firestore in your Firebase project and local environment, see provisioning.md . Security Rules For guidance on writing and deploying Firestore Security Rules to protect your data, see security_rules.md . SDK Usage To learn how to use Cloud Firestore in your application code, choose your platform: W...
|
279 |
| 3217 | playwright-visual-testing | manutej/luxor-claude-marketplace |
Playwright Visual Testing & Browser Automation A comprehensive skill for browser automation and visual testing using Playwright MCP server integration. This skill enables rapid UI testing, visual regression detection, automated browser interactions, and cross-browser validation for modern web applications. When to Use This Skill Use this skill when: Testing web applications across multiple browsers (Chromium, Firefox, WebKit) Implementing visual regression testing for UI changes Automating u...
|
279 |
| 3218 | gsap-awwwards-website | eng0ai/eng0-template-skills |
GSAP Awwwards Website A stunning product landing page with GSAP scroll animations, modern React 19 architecture, and Tailwind CSS 4 styling. Tech Stack Framework: React 19 Build Tool: Vite Animation: GSAP Styling: Tailwind CSS 4 Package Manager: npm Output: dist directory Dev Port: 5173 Setup 1. Clone the Template git clone --depth 1 https://github.com/Eng0AI/gsap-awwwards-website-template.git . If the directory is not empty: git clone --depth 1 https://github.com/Eng0AI/gsap-awwwards-websi...
|
278 |
| 3219 | vp-cpo-readiness-advisor | deanpeters/product-manager-skills |
Purpose Guide Directors and senior product leaders through the specific challenges of the transition to VP or CPO using adaptive questions and targeted coaching. Diagnoses where you are in the journey and delivers practical, lived-experience coaching calibrated to your situation — not generic executive advice. The VP/CPO transition is not a continuation of the Director transition. The landscape changes. Strategy becomes largely unwritten. Your primary customer may shift. You stop using product l...
|
278 |
| 3220 | finnhub-api | adaptationio/skrillz |
Complete integration with FinnHub's financial data API providing access to stocks, forex, crypto, company fundamentals, news, and real-time market data. Quick Start Authentication ``` Environment variable (recommended) export FINNHUB_API_KEY="your_api_key" Or in .env file FINNHUB_API_KEY=your_api_key ``` Basic Usage (Python) ``` import requests import os API_KEY = os.getenv("FINNHUB_API_KEY") BASE_URL = "https://finnhub.io/api/v1" def get_quote(symbol: str) -> dict: """Get real...
|
278 |
| 3221 | adk | botpress/skills |
Botpress ADK Guidelines Use this skill when you've got questions about the Botpress Agent Development Kit (ADK) - like when you're building a feature that involves tables, actions, tools, workflows, conversations, files, knowledge bases, triggers, or Zai. What is the ADK? The Botpress ADK is a convention-based TypeScript framework where file structure maps directly to bot behavior. Place files in the correct directories, and they automatically become available as bot capabilities. The ADK pr...
|
278 |
| 3222 | using-superpowers | sickn33/antigravity-awesome-skills |
IF A SKILL APPLIES TO YOUR TASK, YOU DO NOT HAVE A CHOICE. YOU MUST USE IT. This is not negotiable. This is not optional. You cannot rationalize your way out of this. Instruction Priority Superpowers skills override default system prompt behavior, but user instructions always take precedence : User's explicit instructions (CLAUDE.md, GEMINI.md, AGENTS.md, direct requests) — highest priority Superpowers skills — override default system behavior where they conflict Default system prompt — lowest p...
|
278 |
| 3223 | wordpress-content | jezweb/claude-skills |
WordPress Content Create, update, and manage WordPress content — posts, pages, media, categories, tags, and menus. Produces live content on the site via WP-CLI or the REST API. Prerequisites Working WP-CLI SSH connection or REST API credentials (use wordpress-setup skill) Site config from wordpress.config.json or wp-cli.yml Workflow Step 1: Determine the Operation Task Best Method Create/edit single post or page WP-CLI wp post create/update Bulk create posts WP-CLI loop or REST API batch Upload ...
|
278 |
| 3224 | wpds | wordpress/agent-skills |
WordPress Design System (WPDS) Prerequisites This skill works best with the WPDS MCP server installed. The MCP provides access to WordPress Design System documentation and resources, such as components and DS token lists. The following terms should be treated as synonyms: "WordPress" and "WP"; "Design System" and "DS"; "WordPress Design System" and "WPDS". When to use Use this skill when the user mentions: building and/or reviewing any UI in a WordPress-related context (for example, Gutenberg, W...
|
278 |
| 3225 | wp-interactivity-api | wordpress/agent-skills |
WP Interactivity API When to use Use this skill when the user mentions: Interactivity API, @wordpress/interactivity , data-wp-interactive , data-wp-on--* , data-wp-bind--* , data-wp-context , block viewScriptModule / module-based view scripts, hydration issues or “directives don’t fire”. Inputs required Repo root + triage output ( wp-project-triage ). Which block/theme/plugin surfaces are affected (frontend, editor, both). Any constraints: WP version, whether modules are supported in the build. ...
|
278 |
| 3226 | notion-meeting-intelligence | openai/skills |
Meeting Intelligence Prep meetings by pulling Notion context, tailoring agendas/pre-reads, and enriching with Codex research. Quick start Confirm meeting goal, attendees, date/time, and decisions needed. Gather context: search with Notion:notion-search , then fetch with Notion:notion-fetch (prior notes, specs, OKRs, decisions). Pick the right template via reference/template-selection-guide.md (status, decision, planning, retro, 1:1, brainstorming). Draft agenda/pre-read in Notion with Notion:not...
|
278 |
| 3227 | job description analyzer | paramchoudhary/resumeskills |
Use this skill when the user: - Wants to analyze a job posting - Asks "should I apply to this job?" - Wants to know their match percentage for a role - Needs help understanding job requirements - Wants to tailor their resume for a specific position - Mentions: "analyze this job", "am I qualified", "match score", "should I apply" Use this BEFORE resume tailoring to ensure effort is worth it. Core Capabilities - Extract and categorize job requirements (must-have vs nice-to-have) - Calcu...
|
278 |
| 3228 | codex | oil-oil/codex |
Codex Skill Guide Running a Task Default to gpt-5.2 model. Ask the user (via AskUserQuestion ) which reasoning effort to use ( xhigh , high , medium , or low ). User can override model if needed (see Model Options below). Select the sandbox mode required for the task; default to --sandbox read-only unless edits or network access are necessary. Assemble the command with the appropriate options: -m, --model <MODEL> --config model_reasoning_effort="<high|medium|low>" --sandbox <read-only|workspace-...
|
278 |
| 3229 | codebase-cleanup-refactor-clean | sickn33/antigravity-awesome-skills |
Refactor and Clean Code You are a code refactoring expert specializing in clean code principles, SOLID design patterns, and modern software engineering best practices. Analyze and refactor the provided code to improve its quality, maintainability, and performance. Use this skill when Cleaning up large codebases with accumulated debt Removing duplication and simplifying modules Preparing a codebase for new feature work Aligning implementation with clean code standards Do not use this skill when Y...
|
277 |
| 3230 | django-cloud-sql-postgres | jezweb/claude-skills |
Django on Google Cloud SQL PostgreSQL Status: Production Ready Last Updated: 2026-01-24 Dependencies: None Latest Versions: Django@5.1, psycopg2-binary@2.9.9, gunicorn@23.0.0, google-cloud-sql-connector@1.12.0 Quick Start (10 Minutes) 1. Install Dependencies pip install Django psycopg2-binary gunicorn For Cloud SQL Python Connector (recommended for local dev): pip install "cloud-sql-python-connector[pg8000]" Why this matters: psycopg2-binary is the PostgreSQL adapter for Django gunicorn ...
|
277 |
| 3231 | building-dashboards | axiomhq/skills |
Building Dashboards You design dashboards that help humans make decisions quickly. Dashboards are products: audience, questions, and actions matter more than chart count. Philosophy Decisions first. Every panel answers a question that leads to an action. Overview → drilldown → evidence. Start broad, narrow on click/filter, end with raw logs. Rates and percentiles over averages. Averages hide problems; p95/p99 expose them. Simple beats dense. One question per panel. No chart junk. Validate with...
|
277 |
| 3232 | marketing-skills | alirezarezvani/claude-skills |
Marketing Skills Division 42 production-ready marketing skills organized into 7 specialist pods with a context foundation and orchestration layer. Quick Start Claude Code /read marketing-skill/marketing-ops/SKILL.md The router will direct you to the right specialist skill. Codex CLI codex --full-auto "Read marketing-skill/marketing-ops/SKILL.md, then help me write a blog post about [topic]" OpenClaw Skills are auto-discovered from the repository. Ask your agent for marketing help — it routes via...
|
277 |
| 3233 | brainstorming | everyinc/compound-engineering-plugin |
Brainstorming Ideas Into Designs Help turn ideas into fully formed designs and specs through natural collaborative dialogue. Start by understanding the current project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design and get user approval. Anti-Pattern: "This Is Too Simple To Need A Design" Every project goes through this process. A todo list, a single-function utility, a config change — all of them. "Simple" projects are ...
|
277 |
| 3234 | react-dev | davila7/claude-code-templates |
React TypeScript Type-safe React = compile-time guarantees = confident refactoring. <when_to_use> Building typed React components Implementing generic components Typing event handlers, forms, refs Using React 19 features (Actions, Server Components, use()) Router integration (TanStack Router, React Router) Custom hooks with proper typing NOT for: non-React TypeScript, vanilla JS React </when_to_use> <react_19_changes> React 19 breaking changes require migration. Key patterns: ref as prop - forwa...
|
277 |
| 3235 | tipkit | dpearson2699/swift-ios-skills |
TipKit Add feature discovery tips, contextual hints, and onboarding coach marks to iOS 17+ apps using Apple's TipKit framework. TipKit manages display frequency, eligibility rules, and persistence so tips appear at the right time and disappear once the user has learned the feature. Contents Setup Defining Tips Displaying Tips Tip Rules Tip Actions Tip Groups Programmatic Control Common Mistakes Review Checklist References Setup Call Tips.configure() once in App.init , before any views render. Th...
|
277 |
| 3236 | react-patterns | davila7/claude-code-templates |
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...
|
277 |
| 3237 | sheets-automation | claude-office-skills/skills |
Google Sheets Automation Automate Google Sheets workflows for data synchronization, task management, reporting dashboards, and multi-platform integrations. Based on n8n's 7,800+ workflow templates. Overview This skill covers: Automated data sync from multiple sources Task management with Slack reminders Real-time reporting dashboards CRM/Marketing data aggregation Scheduled report generation Core Workflows 1. Multi-Source Data Aggregation ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │ Hub...
|
277 |
| 3238 | clean-architecture | giuseppe-trisciuoglio/developer-kit |
Clean Architecture Best Practices Comprehensive guide to Clean Architecture principles for designing maintainable, testable software systems. Based on Robert C. Martin's "Clean Architecture: A Craftsman's Guide to Software Structure and Design." Contains 42 rules across 8 categories, prioritized by architectural impact. When to Apply Reference these guidelines when: Designing new software systems or modules Structuring dependencies between layers Defining boundaries between business logic an...
|
276 |
| 3239 | 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...
|
276 |
| 3240 | copy-editing | sickn33/antigravity-awesome-skills |
Copy Editing You are an expert copy editor specializing in marketing and conversion copy. Your goal is to systematically improve existing copy through focused editing passes while preserving the core message. Core Philosophy 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 editing. Use brand voice and customer language from that context to guide your edits. Good copy editing isn't a...
|
276 |
| 3241 | content-parser | marswaveai/skills |
When to Use User provides a URL and wants to extract/read its content Another skill needs to parse source material from a URL before generation User says "parse this URL", "extract content from this link" User says "解析链接", "提取内容" When NOT to Use User already has text content and doesn't need URL parsing User wants to generate audio/video content (not content extraction) User wants to read a local file (use standard file reading tools) Purpose Extract and normalize content from URLs across suppor...
|
276 |
| 3242 | proposal-writer | ncklrs/startup-os-skills |
Proposal Writer Strategic expertise for crafting winning sales proposals, pricing presentations, and RFP responses that close deals. Philosophy Great proposals don't describe your product. They describe your buyer's future success . The best sales proposals: Lead with outcomes, not features — Buyers care about their results, not your capabilities Make the decision easy — Remove friction, objections, and confusion Tell a story — Context → Challenge → Solution → Success Respect the reader's time —...
|
276 |
| 3243 | knip | brianlovin/claude-config |
Knip Code Cleanup Run knip to find and remove unused files, dependencies, and exports from this codebase. Setup Check if knip is available: Run npx knip --version to test If it fails or is very slow, check if knip is in package.json devDependencies If not installed locally, install with npm install -D knip (or pnpm/yarn equivalent based on lockfile present) If no knip.json or knip.jsonc config exists and knip reports many false positives, consider creating a minimal config based on the fram...
|
276 |
| 3244 | obsidian-markdown | davila7/claude-code-templates |
Obsidian Flavored Markdown Skill Create and edit valid Obsidian Flavored Markdown. Obsidian extends CommonMark and GFM with wikilinks, embeds, callouts, properties, comments, and other syntax. This skill covers only Obsidian-specific extensions -- standard Markdown (headings, bold, italic, lists, quotes, code blocks, tables) is assumed knowledge. Workflow: Creating an Obsidian Note Add frontmatter with properties (title, tags, aliases) at the top of the file. See PROPERTIES.md for all property t...
|
276 |
| 3245 | smart-ocr | claude-office-skills/skills |
Smart OCR Skill Overview This skill enables intelligent text extraction from images and scanned documents using PaddleOCR - a leading OCR engine supporting 100+ languages. Extract text from photos, screenshots, scanned PDFs, and handwritten documents with high accuracy. How to Use Provide the image or scanned document Optionally specify language(s) to detect I'll extract text with position and confidence data Example prompts: "Extract all text from this screenshot" "OCR this scanned PDF document...
|
276 |
| 3246 | ios device automation | web-infra-dev/midscene-skills |
iOS Device Automation CRITICAL RULES — VIOLATIONS WILL BREAK THE WORKFLOW: Never run midscene commands in the background. Each command must run synchronously so you can read its output (especially screenshots) before deciding the next action. Background execution breaks the screenshot-analyze-act loop. Run only one midscene command at a time. Wait for the previous command to finish, read the screenshot, then decide the next action. Never chain multiple commands together. Allow enough time for ea...
|
275 |
| 3247 | graphic-designer | thepexcel/agent-skills |
Create effective visual communication through research-backed design principles. Design = Communication + Aesthetics — Good design is invisible: it guides the eye, conveys the message, and feels "right" without effort. Quick Workflow ``` 1. PURPOSE — What should viewer DO after seeing this? 2. AUDIENCE — Who? What culture? What device? 3. HIERARCHY — What's 1, 2, 3 in importance? 4. LAYOUT — Sketch placement (Z or F pattern) 5. COLORS — 60-30-10 rule (check cultural meaning!) 6. TYP...
|
275 |
| 3248 | git-workflow | agno-agi/agno |
Git Workflow When to use this skill Creating meaningful commit messages Managing branches Merging code Resolving conflicts Collaborating with team Git best practices Instructions Step 1: Branch management Create feature branch : Create and switch to new branch git checkout -b feature/feature-name Or create from specific commit git checkout -b feature/feature-name < commit-hash > Naming conventions : feature/description : New features bugfix/description : Bug fixes hotfix/description : Urgent f...
|
275 |
| 3249 | liquidity-planner | uniswap/uniswap-ai |
Liquidity Position Planning Plan and generate deep links for creating liquidity positions on Uniswap v2, v3, and v4. Runtime Compatibility: This skill uses AskUserQuestion for interactive prompts. If AskUserQuestion is not available in your runtime, collect the same parameters through natural language conversation instead. Overview Plan liquidity positions by: Gathering LP intent (token pair, amount, version) Checking current pool price and liquidity Suggesting price ranges based on current pric...
|
275 |
| 3250 | hindsight-docs | vectorize-io/hindsight |
Hindsight Documentation Skill Complete technical documentation for Hindsight - a biomimetic memory system for AI agents. When to Use This Skill Use this skill when you need to: Understand Hindsight architecture and core concepts Learn about retain/recall/reflect operations Configure memory banks and dispositions Set up the Hindsight API server (Docker, Kubernetes, pip) Integrate with Python/Node.js/Rust SDKs Understand retrieval strategies (semantic, BM25, graph, temporal) Debug issues or optimi...
|
275 |