███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 4651 | agile-sprint-planning | aj-geddes/useful-ai-prompts |
Agile Sprint Planning Overview Agile sprint planning provides a structured approach to organize work into time-boxed iterations, enabling teams to deliver value incrementally while maintaining flexibility and responding to change. When to Use Starting a new sprint cycle Defining sprint goals and objectives Estimating user stories and tasks Managing sprint backlog prioritization Handling mid-sprint changes or scope adjustments Preparing sprint reviews and retrospectives Training team members on...
|
184 |
| 4652 | asc-signing-setup | rudrankriyam/asc-skills |
asc signing setup Use this skill when you need to create or renew signing assets for iOS/macOS apps. Preconditions Auth is configured ( asc auth login or ASC_* env vars). You know the bundle identifier and target platform. You have a CSR file for certificate creation. Workflow Create or find the bundle ID: asc bundle-ids list --paginate asc bundle-ids create --identifier "com.example.app" --name "Example" --platform IOS Configure bundle ID capabilities: asc bundle-ids capabilities list --bundle ...
|
184 |
| 4653 | evaluating-code-models | davila7/claude-code-templates |
BigCode Evaluation Harness - Code Model Benchmarking Quick Start BigCode Evaluation Harness evaluates code generation models across 15+ benchmarks including HumanEval, MBPP, and MultiPL-E (18 languages). Installation: git clone https://github.com/bigcode-project/bigcode-evaluation-harness.git cd bigcode-evaluation-harness pip install -e . accelerate config Evaluate on HumanEval: accelerate launch main.py \ --model bigcode/starcoder2-7b \ --tasks humaneval \ --max_length_generation 51...
|
184 |
| 4654 | testrail | alirezarezvani/claude-skills |
TestRail Integration Bidirectional sync between Playwright tests and TestRail test management. Prerequisites Environment variables must be set: TESTRAIL_URL — e.g., https://your-instance.testrail.io TESTRAIL_USER — your email TESTRAIL_API_KEY — API key from TestRail If not set, inform the user how to configure them and stop. Capabilities 1. Import Test Cases → Generate Playwright Tests /pw:testrail import --project <id> --suite <id> Steps: Call testrail_get_cases MCP tool to fetch test cases For...
|
184 |
| 4655 | incident-response | anthropics/knowledge-work-plugins |
/incident-response If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Manage an incident from detection through postmortem. Usage /incident-response $ARGUMENTS Modes /incident-response new [description] Start a new incident /incident-response update [status] Post a status update /incident-response postmortem Generate postmortem from incident data If no mode is specified, ask what phase the incident is in. How It Works ┌─────...
|
184 |
| 4656 | web-search | yejinlei/web-search-skill |
Web Search & Extraction Search the web and extract content via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Search the web infsh app run tavily/search-assistant --input '{"query": "latest AI developments 2024"}' Available Apps Tavily App App ID Description Search Assistant tavily/search-assistant AI-powered search with answers Extract tavily/extract Extract content from URLs Exa App A...
|
184 |
| 4657 | information-security-manager-iso27001 | alirezarezvani/claude-skills |
Senior Information Security Manager - ISO 27001/27002 Specialist Expert-level Information Security Management System (ISMS) implementation and cybersecurity governance with comprehensive knowledge of ISO 27001, ISO 27002, and healthcare-specific security requirements. Core ISMS Competencies 1. ISO 27001 ISMS Implementation Design and implement comprehensive Information Security Management Systems aligned with ISO 27001:2022 and healthcare regulatory requirements. ISMS Implementation Framewor...
|
184 |
| 4658 | risk-management-specialist | alirezarezvani/claude-skills |
Risk Management Specialist ISO 14971:2019 risk management implementation throughout the medical device lifecycle. Table of Contents Risk Management Planning Workflow Risk Analysis Workflow Risk Evaluation Workflow Risk Control Workflow Post-Production Risk Management Risk Assessment Templates Decision Frameworks Tools and References Risk Management Planning Workflow Establish risk management process per ISO 14971. Workflow: Create Risk Management Plan Define scope of risk management activities: ...
|
184 |
| 4659 | drizzle-orm-patterns | giuseppe-trisciuoglio/developer-kit |
Drizzle ORM Patterns Overview Expert guide for building type-safe database applications with Drizzle ORM. Covers schema definition, relations, queries, transactions, and migrations for all supported databases. When to Use Defining database schemas with tables, columns, and constraints Creating relations between tables (one-to-one, one-to-many, many-to-many) Writing type-safe CRUD queries Implementing complex joins and aggregations Managing database transactions with rollback Setting up migration...
|
184 |
| 4660 | fal-generate | fal-ai-community/skills |
fal.ai Generate Generate images and videos using state-of-the-art AI models on fal.ai. Scripts Script Purpose generate.sh Generate images/videos (queue-based) upload.sh Upload local files to fal CDN search-models.sh Search and discover models get-schema.sh Get OpenAPI schema for any model Queue System (Default) All requests use the queue system by default for reliability: User Request → Queue Submit → Poll Status → Get Result ↓ request_id Benefits: Long-running tasks (video) won't timeout Can ch...
|
184 |
| 4661 | api-rate-limiting | aj-geddes/useful-ai-prompts |
API Rate Limiting Overview Protect APIs from abuse and manage traffic using various rate limiting algorithms with per-user, per-IP, and per-endpoint strategies. When to Use Protecting APIs from brute force attacks Managing traffic spikes Implementing tiered service plans Preventing DoS attacks Fairness in resource allocation Enforcing quotas and usage limits Instructions 1. Token Bucket Algorithm // Token Bucket Rate Limiter class TokenBucket { constructor(capacity, refillRate) { this.ca...
|
184 |
| 4662 | interview-prep | anthropics/knowledge-work-plugins |
Interview Prep Create structured interview plans to evaluate candidates consistently and fairly. Interview Design Principles Structured : Same questions for all candidates in the role Competency-based : Map questions to specific skills and behaviors Evidence-based : Use behavioral and situational questions Diverse panel : Multiple perspectives reduce bias Scored : Use rubrics, not gut feelings Interview Plan Components Role Competencies Define 4-6 key competencies for the role (e.g., technical s...
|
184 |
| 4663 | background-removal | inference-sh/skills |
Background Removal Remove backgrounds from images via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run infsh/birefnet --input '{"image_url": "https://your-photo.jpg"}' How To Use Reve for image editing including background changes: infsh app run falai/reve --input '{ "prompt": "remove the background, make it transparent", "image_url": "https://portrait.jpg" }' Or change backg...
|
184 |
| 4664 | tauri-development | mindrally/skills |
Tauri Development Guidelines You are an expert in TypeScript and Rust development for cross-platform desktop applications using Tauri. Core Principles Write clean, maintainable TypeScript and Rust code Use TailwindCSS and ShadCN-UI for styling Follow step-by-step planning for complex features Prioritize code quality, security, and performance Technology Stack Frontend: TypeScript, React/Next.js, TailwindCSS, ShadCN-UI Backend: Rust, Tauri APIs Build: Tauri CLI, Vite/Webpack Project Structure s...
|
184 |
| 4665 | internationalization-i18n | aj-geddes/useful-ai-prompts |
Internationalization (i18n) & Localization Overview Comprehensive guide to implementing internationalization and localization in applications. Covers message translation, pluralization, date/time/number formatting, RTL languages, and integration with popular i18n libraries. When to Use Building multi-language applications Supporting international users Implementing language switching Formatting dates, times, and numbers for different locales Supporting RTL (right-to-left) languages Extracting ...
|
184 |
| 4666 | telegram-bot | claude-office-skills/skills |
Telegram Bot Build Telegram bots for chatbots, notifications, AI assistants, and group automation. Based on n8n's Telegram workflow templates. Overview This skill covers: Bot setup and configuration Message handling patterns AI-powered assistants Notification workflows Group automation Bot Setup Creating a Bot setup_steps : 1. create_bot : - open : @BotFather on Telegram - command : /newbot - provide : bot_name - provide : bot_username (must end in 'bot') - receive : API_token 2. configure_bot :...
|
184 |
| 4667 | status | alirezarezvani/claude-skills |
Railway Status Check the current Railway project status for this directory. When to Use User asks about Railway status, project, services, or deployments User mentions deploying or pushing to Railway Before any Railway operation (deploy, update service, add variables) User asks about environments or domains When NOT to Use Use the environment skill instead when user wants: Detailed service configuration (builder type, dockerfile path, build command, root directory) Deploy config (start command, ...
|
183 |
| 4668 | frontend-ui-dark-ts | sickn33/antigravity-awesome-skills |
Frontend UI Dark Theme (TypeScript) A modern dark-themed React UI system using Tailwind CSS and Framer Motion . Designed for dashboards, admin panels, and data-rich applications with glassmorphism effects and tasteful animations. Stack Package Version Purpose react ^18.x UI framework react-dom ^18.x DOM rendering react-router-dom ^6.x Routing framer-motion ^11.x Animations clsx ^2.x Class merging tailwindcss ^3.x Styling vite ^5.x Build tool typescript ^5.x Type safety Quick Start npm create vit...
|
183 |
| 4669 | active directory attacks | sickn33/antigravity-awesome-skills |
Active Directory Attacks Purpose Provide comprehensive techniques for attacking Microsoft Active Directory environments. Covers reconnaissance, credential harvesting, Kerberos attacks, lateral movement, privilege escalation, and domain dominance for red team operations and penetration testing. Inputs/Prerequisites Kali Linux or Windows attack platform Domain user credentials (for most attacks) Network access to Domain Controller Tools: Impacket, Mimikatz, BloodHound, Rubeus, CrackMapExec Outputs...
|
183 |
| 4670 | ads-copywriter | claude-office-skills/skills |
Ads Copywriter Generate high-converting ad copy for Google Ads, Meta/Facebook, TikTok, and LinkedIn with platform-specific optimization and A/B testing variants. Platform Specifications Google Ads google_ads_formats : responsive_search_ad : headlines : count : 15 (min 3) max_chars : 30 requirements : - Include keyword in 3+ headlines - Include brand name in 2+ headlines - Include CTA in 2+ headlines - Include numbers/stats in 2+ headlines descriptions : count : 4 (min 2) max_chars : 90 requireme...
|
183 |
| 4671 | goplaces | steipete/clawdis |
goplaces Modern Google Places API (New) CLI. Human output by default, --json for scripts. Install Homebrew: brew install steipete/tap/goplaces Config GOOGLE_PLACES_API_KEY required. Optional: GOOGLE_PLACES_BASE_URL for testing/proxying. Common commands Search: goplaces search "coffee" --open-now --min-rating 4 --limit 5 Bias: goplaces search "pizza" --lat 40.8 --lng -73.9 --radius-m 3000 Pagination: goplaces search "pizza" --page-token "NEXT_PAGE_TOKEN" Resolve: goplaces resolve "Soho, London" -...
|
183 |
| 4672 | heal-skill | boshu2/agentops |
/heal-skill — Automated Skill Maintenance Purpose: Detect and auto-fix common skill hygiene issues across the skills/ directory. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Quick Start /heal-skill Check all skills (report only) /heal-skill --fix Auto-repair all fixable issues /heal-skill --strict Check all skills, exit 1 on findings (CI mode) /heal-skill skills/council Check a specific skill /heal-skill --fix skills/vibe Fix a specific skill What It Detects Ten checks, run in o...
|
183 |
| 4673 | stock-sector-monitoring | zuoa/aj-skills |
Stock Sector Monitoring Skill 用于基于 Tushare 的 A 股市场监测,重点支持: 概念板块监测( sector ) 龙虎榜每日明细( lhb , top_list / doc_id=106) 将结果输出并保存为 Markdown 文件 When to Use 当用户出现以下意图时使用本 skill: “监控概念板块/行业热度/涨幅榜” “查询龙虎榜数据” “过滤 ST 股票后输出结果” “把监控结果保存成 markdown/md 文件” Prerequisites 在 skill 根目录执行: cd /Users/yujian/Code/py/aj-skills/skills/stock-sector-monitoring 依赖准备: python3 -m venv .venv source .venv/bin/activate python3 -m pip install -U pip python3 -m pip install tushare pandas Tushare token 约定从 ~/.aj-skills/.env 读取: ~/....
|
183 |
| 4674 | network 101 | sickn33/antigravity-awesome-skills |
Network 101 Purpose Configure and test common network services (HTTP, HTTPS, SNMP, SMB) for penetration testing lab environments. Enable hands-on practice with service enumeration, log analysis, and security testing against properly configured target systems. Inputs/Prerequisites Windows Server or Linux system for hosting services Kali Linux or similar for testing Administrative access to target system Basic networking knowledge (IP addressing, ports) Firewall access for port configuration Outpu...
|
183 |
| 4675 | instructor | davila7/claude-code-templates |
Instructor: Structured LLM Outputs When to Use This Skill Use Instructor when you need to: Extract structured data from LLM responses reliably Validate outputs against Pydantic schemas automatically Retry failed extractions with automatic error handling Parse complex JSON with type safety and validation Stream partial results for real-time processing Support multiple LLM providers with consistent API GitHub Stars: 15,000+ | Battle-tested: 100,000+ developers Installation Base installation p...
|
183 |
| 4676 | resource-scout | nicepkg/ai-workflow |
Resource Scout Search and discover existing Claude Code skills and MCP servers before building custom solutions. Quick Search Strategy For Skills: WebSearch: site:skillsmp.com [topic] or claude skill [topic] Check GitHub: awesome-claude-skills [topic] Browse: skillhub.club, claudeskills.info For MCP: WebSearch: MCP server [tool/service name] Check: glama.ai/mcp/servers, mcpmarket.com Official: github.com/modelcontextprotocol/servers Skill Search Workflow Step 1: Define Need Before searchi...
|
183 |
| 4677 | init | alirezarezvani/claude-skills |
Initialize Playwright Project Set up a production-ready Playwright testing environment. Detect the framework, generate config, folder structure, example test, and CI workflow. Steps 1. Analyze the Project Use the Explore subagent to scan the project: Check package.json for framework (React, Next.js, Vue, Angular, Svelte) Check for tsconfig.json → use TypeScript; otherwise JavaScript Check if Playwright is already installed ( @playwright/test in dependencies) Check for existing test directories (...
|
183 |
| 4678 | mobile-app-debugging | aj-geddes/useful-ai-prompts |
Mobile App Debugging Overview Mobile app debugging addresses platform-specific issues, device hardware limitations, and mobile-specific network conditions. When to Use App crashes on mobile Performance issues on device Platform-specific bugs Network connectivity issues Device-specific problems Instructions 1. iOS Debugging Xcode Debugging: Attach Debugger: - Xcode → Run on device - Set breakpoints in code - Step through execution - View variables - Console logs View Logs: - Xcode...
|
183 |
| 4679 | company-research | claude-office-skills/skills |
Purpose Create a comprehensive company profile that extracts executive insights, product strategy, transformation initiatives, and organizational dynamics from publicly available sources. Use this to understand competitive landscape, evaluate partnership opportunities, benchmark best practices, prepare for interviews, or inform market entry decisions by understanding how successful companies think about product management and strategy. This is not surface-level research—it's strategic intelligen...
|
183 |
| 4680 | 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...
|
183 |
| 4681 | unsloth | davila7/claude-code-templates |
Unsloth Skill Comprehensive assistance with unsloth development, generated from official documentation. When to Use This Skill This skill should be triggered when: Working with unsloth Asking about unsloth features or APIs Implementing unsloth solutions Debugging unsloth code Learning unsloth best practices Quick Reference Common Patterns Quick reference patterns will be added as you use the skill. Reference Files This skill includes comprehensive documentation in references/: llms-txt.m...
|
183 |
| 4682 | social-push | jihe520/social-push |
用户输入 $ARGUMENTS Social-push Skill 你需要使用 bash 运行 agent-browser,并参考 references 中对应平台的 workflow,帮助用户将文章、图片上传到对应的社交平台上 Rules 打开用户浏览器: open -na "Google Chrome" / "Microsoft Edge" --args --remote-debugging-port=9222 , 确保用户打开的浏览器支持远程调试 使用 agent-browser --auto-connect 自动连接用户的浏览器 最终操作只能是 暂存草稿 ,禁止自动点击"发布"按钮,由用户自行确认发布 每步操作后用 agent-browser snapshot -i 确认元素 ref,因为页面状态变化可能导致 ref 编号变化 Core Workflow 确认发布信息 调用 AskUserQuestion tool:目标平台(还是 添加新平台 )、内容类型、内容来源(文件路径/直接输入/ai 创作)、标题、话题标签 简单了解 agent-browser --help 可用命令 ...
|
183 |
| 4683 | broken authentication testing | sickn33/antigravity-awesome-skills |
Broken Authentication Testing Purpose Identify and exploit authentication and session management vulnerabilities in web applications. Broken authentication consistently ranks in the OWASP Top 10 and can lead to account takeover, identity theft, and unauthorized access to sensitive systems. This skill covers testing methodologies for password policies, session handling, multi-factor authentication, and credential management. Prerequisites Required Knowledge HTTP protocol and session mechanisms Au...
|
183 |
| 4684 | nextjs-shadcn-builder | ovachiever/droid-tings |
Next.js + shadcn/ui Builder & Migration Tool Build production-grade Next.js applications or systematically migrate existing frontends to Next.js + shadcn/ui following strict design principles and best practices. Overview This skill handles two primary workflows: Creating New Next.js Applications - Initialize projects with Next.js 15+ (App Router), shadcn/ui, and proper design system setup Migrating Existing Frontends - Analyze any frontend codebase (React, Vue, Angular, vanilla JS) and syste...
|
183 |
| 4685 | app-store-optimization | alirezarezvani/claude-skills |
App Store Optimization (ASO) Skill This comprehensive skill provides complete ASO capabilities for successfully launching and optimizing mobile applications on the Apple App Store and Google Play Store. Capabilities Research & Analysis Keyword Research: Analyze keyword volume, competition, and relevance for app discovery Competitor Analysis: Deep-dive into top-performing apps in your category Market Trend Analysis: Identify emerging trends and opportunities in your app category Review Sentimen...
|
183 |
| 4686 | quality-documentation-manager | alirezarezvani/claude-skills |
Senior Quality Documentation Manager Expert-level quality documentation management with comprehensive document control system design, regulatory documentation oversight, change management, and configuration control for medical device organizations. Core Documentation Management Competencies 1. Document Control System Design (ISO 13485 Clause 4.2.3) Design and implement comprehensive document control systems ensuring systematic document management and regulatory compliance. Document Control S...
|
183 |
| 4687 | pm-skills | alirezarezvani/claude-skills |
Project Management Skills 6 production-ready project management skills with Atlassian MCP integration. Quick Start Claude Code /read project-management/jira-expert/SKILL.md Codex CLI npx agent-skills-cli add alirezarezvani/claude-skills/project-management Skills Overview Skill Folder Focus Senior PM senior-pm/ Portfolio management, risk analysis, resource planning Scrum Master scrum-master/ Velocity forecasting, sprint health, retrospectives Jira Expert jira-expert/ JQL queries, workflows, autom...
|
183 |
| 4688 | home-assistant-dashboards-cards | bradsjm/hassio-addons |
Home Assistant Dashboards & Cards Workflow Determine whether to create a new dashboard or edit an existing one. If editing, locate target cards first and transform config with a current config_hash . Use built-in cards unless a custom card is required. Discover entity IDs before wiring cards. Provide minimal, valid dashboard snippets or tool-driven changes. Tooling map (ha-mcp) Discover entities: ha_get_overview , ha_search_entities List/get dashboards: ha_config_get_dashboard Find cards: ha_das...
|
183 |
| 4689 | dcf-valuation | claude-office-skills/skills |
DCF Valuation Skill Overview I help you build Discounted Cash Flow (DCF) models to estimate the intrinsic value of companies. DCF is the gold standard for fundamental valuation used by investment banks, hedge funds, and professional investors. What I can do: Build complete DCF models from financial data Calculate WACC (Weighted Average Cost of Capital) Project future free cash flows Estimate terminal value (Gordon Growth or Exit Multiple) Run sensitivity analysis on key assumptions Generate prof...
|
183 |
| 4690 | finding-duplicate-functions | obra/superpowers-lab |
LLM-generated codebases accumulate semantic duplicates: functions that serve the same purpose but were implemented independently. Classical copy-paste detectors (jscpd) find syntactic duplicates but miss "same intent, different implementation." This skill uses a two-phase approach: classical extraction followed by LLM-powered intent clustering. When to Use - Codebase has grown organically with multiple contributors (human or LLM) - You suspect utility functions have been reimplemented multi...
|
183 |
| 4691 | github-actions-workflow | aj-geddes/useful-ai-prompts |
GitHub Actions Workflow Overview Create powerful GitHub Actions workflows to automate testing, building, security scanning, and deployment processes directly from your GitHub repository. When to Use Continuous integration and testing Build automation Security scanning and analysis Dependency updates Automated deployments Release management Code quality checks Implementation Examples 1. Complete CI/CD Workflow .github/workflows/ci.yml name: CI/CD Pipeline on: push: branches: [main, deve...
|
183 |
| 4692 | kotlin-patterns | affaan-m/everything-claude-code |
Kotlin Development Patterns Idiomatic Kotlin patterns and best practices for building robust, efficient, and maintainable applications. When to Use Writing new Kotlin code Reviewing Kotlin code Refactoring existing Kotlin code Designing Kotlin modules or libraries Configuring Gradle Kotlin DSL builds How It Works This skill enforces idiomatic Kotlin conventions across seven key areas: null safety using the type system and safe-call operators, immutability via val and copy() on data classes, seal...
|
183 |
| 4693 | edit-article | mattpocock/skills |
First, divide the article into sections based on its headings. Think about the main points you want to make during those sections. Consider that information is a directed acyclic graph, and that pieces of information can depend on other pieces of information. Make sure that the order of the sections and their contents respects these dependencies. Confirm the sections with the user. For each section: 2a. Rewrite the section to improve clarity, coherence, and flow. Use maximum 240 characters per p...
|
183 |
| 4694 | file path traversal testing | sickn33/antigravity-awesome-skills |
File Path Traversal Testing Purpose Identify and exploit file path traversal (directory traversal) vulnerabilities that allow attackers to read arbitrary files on the server, potentially including sensitive configuration files, credentials, and source code. This vulnerability occurs when user-controllable input is passed to filesystem APIs without proper validation. Prerequisites Required Tools Web browser with developer tools Burp Suite or OWASP ZAP cURL for testing payloads Wordlists for autom...
|
183 |
| 4695 | converter | boshu2/agentops |
/converter -- Cross-Platform Skill Converter Parse AgentOps skills into a universal SkillBundle format, then convert to target agent platforms. Quick Start /converter skills/council codex Convert council skill to Codex format /converter skills/vibe cursor Convert vibe skill to Cursor format /converter --all codex Convert all skills to Codex Pipeline The converter runs a three-stage pipeline: parse --> convert --> write Stage 1: Parse Read the source skill directory and produce a SkillBundle: ...
|
183 |
| 4696 | agentica-prompts | parcadei/continuous-claude-v3 |
Agentica Prompt Engineering Write prompts that Agentica agents reliably follow. Standard natural language prompts fail ~35% of the time due to LLM instruction ambiguity. The Orchestration Pattern Proven workflow for context-preserving agent orchestration: 1. RESEARCH (Nia) → Output to .claude/cache/agents/research/ ↓ 2. PLAN (RP-CLI) → Reads research, outputs .claude/cache/agents/plan/ ↓ 3. VALIDATE → Checks plan against best practices ↓ 4. IMPLEMENT (...
|
183 |
| 4697 | oauth | mcollina/skills |
When to use Use this skill when you need expert guidance on: OAuth 2.0/2.1 specifications Implementation details and security considerations Integration patterns with Fastify applications Token validation, PKCE, and security best practices Instructions You are an OAuth 2.0/2.1 specification author and expert implementer with deep knowledge of the complete OAuth ecosystem. You have intimate familiarity with RFC 6749, RFC 6750, RFC 7636 (PKCE), RFC 8252 (mobile apps), RFC 8628 (device flow), and O...
|
182 |
| 4698 | grepai-storage-qdrant | yoanbernabeu/grepai-skills |
This skill covers using Qdrant as the storage backend for GrepAI, offering high-performance vector search. When to Use This Skill - Need fastest possible search performance - Very large codebases (50K+ files) - Already using Qdrant infrastructure - Want advanced vector search features What is Qdrant? Qdrant is a purpose-built vector database offering: - ⚡ Extremely fast vector similarity search - 📏 Excellent scalability - 🔧 Advanced filtering capabilities - 🐳 Easy Docker deployment ...
|
182 |
| 4699 | hook development | anthropics/claude-plugins-official |
Hook Development for Claude Code Plugins Overview Hooks are event-driven automation scripts that execute in response to Claude Code events. Use hooks to validate operations, enforce policies, add context, and integrate external tools into workflows. Key capabilities: Validate tool calls before execution (PreToolUse) React to tool results (PostToolUse) Enforce completion standards (Stop, SubagentStop) Load project context (SessionStart) Automate workflows across the development lifecycle Hook Typ...
|
182 |
| 4700 | slack-messaging | anthropics/knowledge-work-plugins |
Slack Messaging Best Practices This skill provides guidance for composing well-formatted, effective Slack messages. When to Use Apply this skill whenever composing, drafting, or helping the user write a Slack message — including when using slack_send_message , slack_send_message_draft , or slack_create_canvas . Slack Formatting (mrkdwn) Slack uses its own markup syntax called mrkdwn , which differs from standard Markdown. Always use mrkdwn when composing Slack messages: Format Syntax Notes Bold ...
|
182 |