███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 23451 | v3 mcp optimization | proffesor-for-testing/agentic-qe |
V3 MCP Optimization What This Skill Does Optimizes claude-flow v3 MCP (Model Context Protocol) server implementation with advanced transport layer optimizations, connection pooling, load balancing, and comprehensive performance monitoring to achieve sub-100ms response times. Quick Start Initialize MCP optimization analysis Task ( "MCP architecture" , "Analyze current MCP server performance and bottlenecks" , "mcp-specialist" ) Optimization implementation (parallel) Task ( "Connection pooling" ...
|
47 |
| 23452 | rust-refactor | pproenca/dot-skills |
Rust Refactor Best Practices Architectural refactoring guide for Rust applications. Contains 91 rules across 10 categories, prioritized by impact from critical (type safety, ownership) to incremental (iterator idioms). When to Apply Refactoring existing Rust codebases or planning large-scale restructuring Reviewing PRs for architectural issues and code smells Designing type-safe APIs with proper error handling Organizing Rust project structure with Cargo workspaces Improving module boundaries an...
|
47 |
| 23453 | typo3-update | dirnbauer/webconsulting-skills |
TYPO3 Dual-Version Development: v13 & v14 Strategy: Write code that works on both TYPO3 v13 and v14, with v14 as the preferred target. All patterns in this skill are designed for dual-version compatibility. 1. Version Strategy Target: TYPO3 v13 and v14 Version Status PHP Support Until v12.4 LTS Maintenance 8.1-8.3 April 2026 v13.4 LTS Active LTS 8.2-8.4 ~2028 v14.x Latest 8.2-8.4 ~2029 Best Practice: Target both v13 and v14 for maximum compatibility. New projects should prefer v14. Version C...
|
47 |
| 23454 | ubs | dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations |
UBS - Ultimate Bug Scanner Static analysis tool built for AI coding workflows. Catches bugs that AI agents commonly introduce: null safety, async/await issues, security holes, memory leaks. Scans JS/TS, Python, Go, Rust, Java, C++, Ruby, Swift in 3-5 seconds. Why This Exists AI agents move fast. Bugs move faster. You're shipping features in minutes, but: Null pointer crashes slip through Missing await causes silent failures XSS vulnerabilities reach production Memory leaks accumulate UBS is...
|
47 |
| 23455 | ralph | snarktank/amp-skills |
ralph (Ouroboros) — Specification-First AI Development Stop prompting. Start specifying. "The beginning is the end, and the end is the beginning." The serpent doesn't repeat — it evolves. When to use this skill Before writing any code — expose hidden assumptions with Socratic interviewing Long-running tasks that need autonomous iteration until verified Vague requirements — crystallize them into an immutable spec (Ambiguity ≤ 0.2) Tasks requiring guaranteed completion — loop until verification pa...
|
47 |
| 23456 | senior-computer-vision | borghei/claude-skills |
Senior Computer Vision Engineer World-class senior computer vision engineer skill for production-grade AI/ML/Data systems. Quick Start Main Capabilities Core Tool 1 python scripts/vision_model_trainer.py --input data/ --output results/ Core Tool 2 python scripts/inference_optimizer.py --target project/ --analyze Core Tool 3 python scripts/dataset_pipeline_builder.py --config config.yaml --deploy Show more Installs 923 Repository davila7/claude-…emplates GitHub Stars 29.2K First Seen Jan 20, 2...
|
47 |
| 23457 | swarm-advanced | proffesor-for-testing/agentic-qe |
Advanced Swarm Orchestration Master advanced swarm patterns for distributed research, development, and testing workflows. This skill covers comprehensive orchestration strategies using both MCP tools and CLI commands. Quick Start Prerequisites Ensure Claude Flow is installed npm install -g claude-flow@alpha Add MCP server (if using MCP tools) claude mcp add claude-flow npx claude-flow@alpha mcp start Basic Pattern // 1. Initialize swarm topology mcp__claude - flow__swarm_init ( { topology : "m...
|
47 |
| 23458 | adhd-task-management | breverdbidder/life-os |
ADHD Task Management Skill Specialized task tracking and intervention system designed for ADHD productivity patterns, context switching detection, and accountability support. When to Use This Skill Tracking task initiation and completion Detecting task abandonment patterns Providing ADHD-optimized interventions Managing context switches Supporting task follow-through Generating task analytics and insights Core Principles No Softening Language - Direct, honest feedback only Pattern Recognition Ov...
|
47 |
| 23459 | sql-injection-prevention | dengineproblem/agents-monorepo |
SQL Injection Prevention Overview Implement comprehensive SQL injection prevention using prepared statements, parameterized queries, ORM best practices, and input validation. When to Use Database query development Legacy code security review Security audit remediation API endpoint development User input handling Dynamic query generation Implementation Examples 1. Node.js with PostgreSQL // secure-db.js const { Pool } = require('pg'); class SecureDatabase { constructor() { this.pool = ne...
|
47 |
| 23460 | senior-data-scientist | borghei/claude-skills |
Senior Data Scientist World-class senior data scientist skill for production-grade AI/ML/Data systems. Quick Start Main Capabilities Core Tool 1 python scripts/experiment_designer.py --input data/ --output results/ Core Tool 2 python scripts/feature_engineering_pipeline.py --target project/ --analyze Core Tool 3 python scripts/model_evaluation_suite.py --config config.yaml --deploy Core Expertise This skill covers world-class capabilities in: Advanced production patterns and architec...
|
47 |
| 23461 | erpnext-database | openaec-foundation/erpnext_anthropic_claude_development_skill_package |
ERPNext Database Operations Quick Overview Frappe provides three abstraction levels for database operations: Level API Usage High-level ORM frappe.get_doc , frappe.new_doc Document CRUD with validations Mid-level Query frappe.db.get_list , frappe.db.get_value Reading with filters Low-level SQL frappe.db.sql , frappe.qb Complex queries, reports RULE : Always use the highest abstraction level appropriate for your use case. Decision Tree What do you want to do? │ ├─ Create/modify/delete document? │...
|
47 |
| 23462 | godot-genre-battle-royale | thedivergentai/gd-agentic-skills |
Genre: Battle Royale Expert blueprint for Battle Royale games with zone mechanics, large-scale networking, and survival gameplay. NEVER Do NEVER sync all 100 players every frame — Use relevancy system: only sync players within visual range. Far players update at 4Hz, nearby at 20Hz+. NEVER make zone center fully random — New circle must overlap significantly with old circle, or players teleport. Limit offset to current_radius - target_radius . NEVER use client-side hit detection — Client says "I...
|
47 |
| 23463 | conventional-committer | caomeiyouren/momei |
Conventional Committer Skill (规范提交技能) 能力 (Capabilities) 暂存 (Staging) : 将修改后的文件添加到 git 暂存区。 消息生成 : 创建遵循 type(scope): description 格式的提交消息 (例如: feat(auth): add login page )。 提交 (Committing) : 执行 git commit 。 指令 (Instructions) Worktree 感知 : 提交前确认当前所在目录(如 ../momei-dev ),确保提交是在正确的分支和上下文中进行的。 规范对齐 : 在提交前必须确认遵循 开发规范 - 提交规模与原子化改动 。 规模校验 : 强制检查本次改动的文件数量。原则上文件数 不要超过 10 个 ;对应的功能点必须单一。 任务关联 : 每次提交应且仅应关联 待办事项 (Todo) 中的一个原子条目。 提交前检查 : 在执行任何 git 提交操作前,确认 @code-auditor 已经通过了 pnpm typecheck , pnpm lint 和必要的 定向测试 ...
|
47 |
| 23464 | ct | commontoolsinc/labs |
CT CLI The ct binary is the CLI for CommonTools. Use --help for current commands: deno task ct --help Top-level commands deno task ct piece --help Piece operations deno task ct check --help Type checking Environment Setup Identity key (required for most operations): ls -la claude.key Check for existing For local dev: derive key matching toolshed's "implicit trust" identity deno run -A packages/cli/mod.ts id derive "implicit trust" > claude.key For a fresh random key (e.g., against producti...
|
47 |
| 23465 | tmux | volcengine/openviking |
tmux Session Control Control tmux sessions by sending keystrokes and reading output. Essential for managing Claude Code sessions. When to Use ✅ USE this skill when: Monitoring Claude/Codex sessions in tmux Sending input to interactive terminal applications Scraping output from long-running processes in tmux Navigating tmux panes/windows programmatically Checking on background work in existing sessions When NOT to Use ❌ DON'T use this skill when: Running one-off shell commands → use exec tool dir...
|
47 |
| 23466 | doc-spec | vladm3105/aidoc-flow-framework |
doc-spec Purpose Create Technical Specifications (SPEC) - Layer 10 artifact in the SDD workflow that defines implementation-ready specifications in YAML format, providing complete technical details for code generation. Layer: 10 Upstream: BRD (Layer 1), PRD (Layer 2), EARS (Layer 3), BDD (Layer 4), ADR (Layer 5), SYS (Layer 6), REQ (Layer 7), IMPL (Layer 8), CTR (Layer 9) Downstream Artifacts: TASKS (Layer 11), Code (Layer 12) Prerequisites Upstream Artifact Verification (CRITICAL) Before ...
|
47 |
| 23467 | configure-tests | laurigates/claude-plugins |
/configure:tests Check and configure testing frameworks against best practices (Vitest, Jest, pytest, cargo-nextest). When to Use This Skill Use this skill when... Use another approach when... Setting up testing infrastructure Just running tests (use /test:run skill) Checking test framework configuration Tests already properly configured Migrating to modern test frameworks (Vitest, pytest, nextest) Writing individual tests (write tests directly) Validating coverage configuration Debugging failin...
|
47 |
| 23468 | vb-core | bobmatnyc/claude-mpm-skills |
Visual Basic .NET Core Patterns Modern VB.NET (2019+) best practices with focus on type safety, LINQ, async/await, and .NET integration. Quick Start ' Always enable strict type checking Option Strict On Option Explicit On Option Infer On ' Modern class definition Public Class Customer Public Property Id As Integer Public Property Name As String Public Property Email As String ' Constructor Public Sub New ( id As Integer , name As String , email As String ) Me . Id = id Me . Name = name Me . Emai...
|
47 |
| 23469 | dashboard-create-screen | automattic/wp-calypso |
Dashboard Create Screen Skill Creates new screens in client/dashboard with automatic route discovery and registration. Step 1: Discover Available Routes First, find all router files and extract available routes. Find Router Files Use Glob to discover router files: client/dashboard/app/router/*.tsx client/dashboard/app/router/*.ts Extract Routes from Each File For each router file, use Grep to extract route information. Find exported route constants: export \s + const \s + ( \w + Route ) \s * = \...
|
47 |
| 23470 | android-notification-builder | dengineproblem/agents-monorepo |
Android Notification Builder Expert Эксперт по реализации уведомлений Android с использованием NotificationCompat.Builder и notification channels. Notification Channels (API 26+) class NotificationHelper ( private val context : Context ) { companion object { const val CHANNEL_ID_MESSAGES = "messages" const val CHANNEL_ID_UPDATES = "updates" const val CHANNEL_ID_PROMOTIONS = "promotions" } fun createNotificationChannels ( ) { if ( Build . VERSION . SDK_INT >= Build . VERSION_CODES . O ) { val mes...
|
47 |
| 23471 | code-review | shareai-lab/learn-claude-code |
Two-axis review of the diff between HEAD and a fixed point the user supplies: Standards — does the code conform to this repo's documented coding standards? Spec — does the code faithfully implement the originating issue / PRD / spec? Both axes run as parallel sub-agents so they don't pollute each other's context, then this skill aggregates their findings. The issue tracker should have been provided to you — run /setup-matt-pocock-skills if docs/agents/issue-tracker.md is missing. Process 1. Pin ...
|
47 |
| 23472 | skill-scanner | bvinci1-design/skill-scanner |
Skill Security Scanner Scan agent skills for security issues before adoption. Detects prompt injection, malicious code, excessive permissions, secret exposure, and supply chain risks. Important : Run all scripts from the repository root using the full path via ${CLAUDE_SKILL_ROOT} . Bundled Script scripts/scan_skill.py Static analysis scanner that detects deterministic patterns. Outputs structured JSON. uv run ${CLAUDE_SKILL_ROOT} /scripts/scan_skill.py < skill-directory > Returns JSON with find...
|
47 |
| 23473 | security-visual-testing | proffesor-for-testing/agentic-qe |
<default_to_action> When performing security-aware visual testing: - VALIDATE URLs before navigation (check for malicious patterns) - SCAN for PII before saving screenshots (mask sensitive data) - CAPTURE parallel viewports (mobile, tablet, desktop) - COMPARE against baselines (detect visual regressions) - AUDIT accessibility (WCAG 2.1 AA compliance) Quick Security-Visual Checklist: - URL validation (no javascript:, data:, file: schemes) - PII detection (emails, phones, SSN, credit cards...
|
47 |
| 23474 | product-marketing | openclaudia/openclaudia-skills |
Product Marketing Context You help users create and maintain a product marketing context document. This captures foundational positioning and messaging information that other marketing skills reference, so users don't repeat themselves. The document is stored at .agents/product-marketing.md . Workflow Step 1: Check for Existing Context First, check if .agents/product-marketing.md already exists. Also check .claude/product-marketing.md and the legacy filename product-marketing-context.md (in eith...
|
47 |
| 23475 | sprint planner | eddiebe147/claude-settings |
Sprint Planner The Sprint Planner skill helps teams plan and execute effective Agile sprints using Scrum methodology. It focuses on capacity-based planning, velocity tracking, and continuous improvement through retrospectives. The skill ensures sprints are properly scoped, committed, and executed with clear goals and metrics. This skill excels at breaking down epics and user stories into sprint-sized work, estimating effort using story points or hours, tracking team velocity, and facilitating sp...
|
47 |
| 23476 | music-search | netease-youdao/lobsterai |
Music Search Skill 搜索音乐资源(歌曲、专辑、无损音乐),通过实时爬虫深度抓取资源页面,从各网盘平台获取公开分享的资源链接。 前置条件 web-search skill(必需,用于搜索发现资源页面) Node.js >= 18 (应用内置,无需额外安装) 命令 搜索资源 bash " $SKILLS_ROOT /music-search/scripts/music-search.sh" search "关键词" [ 选项 ] 选项: 参数 说明 默认值 --pan <type> 筛选网盘类型: quark , baidu , aliyun , uc , all all --format <f> 筛选音频格式: flac , ape , wav , dsd , hires , mp3 , aac , all all --limit <n> 每个平台最大结果数 5 --engine <e> 搜索引擎: deep , web deep 引擎说明: deep (默认,推荐)— web-search 搜索发现资源页面 + JavaScript 深度页面抓取提取网盘链接和提取码,...
|
47 |
| 23477 | chat response generator | eddiebe147/claude-settings |
Chat Response Generator The Chat Response Generator skill helps you craft quick, effective responses for chat platforms like Slack, Teams, Discord, WhatsApp, or any real-time messaging environment. Whether you're responding to a question, acknowledging a message, providing an update, or handling a sensitive situation, this skill ensures your responses are clear, appropriate, and achieve their purpose. This skill understands that chat communication is fast-paced and contextual. Messages need to b...
|
47 |
| 23478 | symmetric-dogfooding | terrylica/cc-skills |
Symmetric Dogfooding Bidirectional integration validation pattern where two repositories each consume the other for testing, ensuring both sides work correctly together before downstream adoption. Pattern Overview ┌─────────────────────────────────────────────────────────────────┐ │ SYMMETRIC DOGFOODING │ │ │ │ Repo A ◄─────── mutual validation ───────► Repo B │ │ ...
|
47 |
| 23479 | tool-design-style-selector | heyvhuang/ship-faster |
Design Style Selector Scan project, identify intent, recommend and deploy the most suitable design system style. Style Presets This skill can either: Preserve existing style and extract it into design-system.md (recommended when the project already looks “mature”), or Apply one of 30 preset styles and generate design-system.md . Style files live in styles/ and are indexed in: styles-index.md (ID → filename → theme) Quick examples of presets: 05-saas (B2B tools, dashboards) 08-swiss-minimalist (c...
|
47 |
| 23480 | airtable | membranedev/application-skills |
Airtable Airtable is a low-code platform for building collaborative databases and applications. It's used by a wide range of professionals, from project managers to marketers, to organize data and automate workflows. Think of it as a spreadsheet on steroids, with relational database capabilities. Official docs: https://airtable.com/developers/web/api/introduction Airtable Overview Base Table Record Attachment View When to use which actions: Use action names and parameters as needed. Working with...
|
47 |
| 23481 | contract-redliner | travisjneuman/.claude |
No SKILL.md available for this skill. View on GitHub
|
47 |
| 23482 | python-skills | llama-farm/llamafarm |
Python Skills for LlamaFarm Shared Python best practices and code review checklists for all Python components in the LlamaFarm monorepo. Applicable Components Component Path Python Key Dependencies Server server/ 3.12+ FastAPI, Celery, Pydantic, structlog RAG rag/ 3.11+ LlamaIndex, ChromaDB, Celery Universal Runtime runtimes/universal/ 3.11+ PyTorch, transformers, FastAPI Config config/ 3.11+ Pydantic, JSONSchema Common common/ 3.10+ HuggingFace Hub Quick Reference Topic File Key Points Patter...
|
47 |
| 23483 | confluence-expert | borghei/claude-skills |
Atlassian Confluence Expert Master-level expertise in Confluence space management, documentation architecture, content creation, macros, templates, and collaborative knowledge management. Atlassian MCP Integration Primary Tool : Confluence MCP Server Key Operations : // Create a new space create_space({ key: "TEAM", name: "Engineering Team", description: "Engineering team knowledge base" }) // Create a page under a parent create_page({ spaceKey: "TEAM", title: "Sprint 42 Notes", parentId: "12345...
|
47 |
| 23484 | redis | pluginagentmarketplace/custom-plugin-sql |
Redis Data Structures Getting Started Start Redis server redis-server Connect to Redis CLI redis-cli Test connection ping Returns "PONG" Select database SELECT 0 Default database SELECT 1 Database 1 String Operations // SET and GET SET key value SET user:1:name "John Doe" GET user:1:name // SET with options SET key value EX 3600 // Expire in 3600 seconds SET key value PX 3600000 // Expire in milliseconds SET key va...
|
47 |
| 23485 | maritime-expert | personamanagmentlayer/pcl |
Expert guidance for maritime systems, vessel tracking, port operations, cargo management, maritime logistics, and shipping industry software. Core Concepts Maritime Systems - Vessel Traffic Services (VTS) - Port Management Systems - Cargo Management Systems - Fleet Management - Maritime Communication Systems - Container Terminal Operating Systems (TOS) - Ship Performance Monitoring Maritime Technologies - AIS (Automatic Identification System) - ECDIS (Electronic Chart Display and ...
|
47 |
| 23486 | icon-generator | dkyazzentwatwa/chatgpt-skills |
Icon Generator Generate app icons in all required sizes from a single image. Features Multi-Platform: iOS, Android, Web, macOS, Windows Batch Generation: All sizes from one source Smart Scaling: Maintain quality at all sizes Format Support: PNG, ICO, ICNS Presets: Platform-specific size sets Rounding Options: Square or rounded corners Quick Start from icon_generator import IconGenerator gen = IconGenerator() Generate all iOS icons gen.load("logo.png") gen.generate_ios("ios_icons/") Genera...
|
47 |
| 23487 | team-issue | catlog22/claude-code-workflow |
Team Issue Resolution Orchestrate issue resolution pipeline: explore context -> plan solution -> review (optional) -> marshal queue -> implement. Supports Quick, Full, and Batch pipelines with review-fix cycle. Architecture Skill(skill="team-issue", args="<issue-ids> [--mode=<mode>]") | SKILL.md (this file) = Router | +--------------+--------------+ | | no --role flag --role <name> | | Coordinator Worker roles/...
|
47 |
| 23488 | vercel-deploy | vercel-labs/vercel-skills |
Vercel Deploy Deploy any project to Vercel instantly. No authentication required. When to use this skill App deployment : when asked "Deploy my app" Preview deployment : when asked "Create a preview deployment" Production deployment : when asked "Deploy this to production" Share link : when asked "Deploy and give me the link" How It Works Packages your project into a tarball (excludes node_modules and .git ) Auto-detects framework from package.json Uploads to deployment service Returns Preview U...
|
47 |
| 23489 | ha-automations | laurigates/claude-plugins |
Home Assistant Automations When to Use This Skill Use this skill when... Use ha-configuration instead when... Creating automation rules Editing configuration.yaml Writing triggers/conditions/actions Setting up integrations Working with scripts and scenes Managing secrets Using blueprints Organizing packages Device trigger setup General YAML configuration Automation Structure automation : - id : "unique_automation_id" alias : "Descriptive Name" description : "What this automation does" mode : sin...
|
47 |
| 23490 | swarm orchestration | proffesor-for-testing/agentic-qe |
Swarm Orchestration Skill Purpose Multi-agent swarm coordination for complex tasks. Uses hierarchical topology with specialized agents to break down and execute complex work across multiple files and modules. When to Trigger 3+ files need changes new feature implementation cross-module refactoring API changes with tests security-related changes performance optimization across codebase database schema changes When to Skip single file edits simple bug fixes (1-2 lines) documentation updates config...
|
47 |
| 23491 | environment-variables-handler | jeremylongshore/claude-code-plugins-plus-skills |
Environment Variables Handler Purpose This skill provides automated assistance for environment variables handler tasks within the DevOps Basics domain. When to Use This skill activates automatically when you: Mention "environment variables handler" in your request Ask about environment variables handler patterns or best practices Need help with foundational devops skills covering version control, containerization, basic ci/cd, and infrastructure fundamentals. Capabilities Provides step-by-st...
|
47 |
| 23492 | tax strategist | eddiebe147/claude-settings |
Tax Strategist Expert tax planning agent that develops tax-efficient strategies, identifies deductions, optimizes entity structures, and ensures compliance. Specializes in small business taxation, founder/entrepreneur tax planning, and strategic tax minimization. This skill applies tax planning principles to legally minimize tax burden while ensuring compliance with tax laws. Perfect for LLC/S-Corp decisions, quarterly tax planning, deduction optimization, and year-end tax strategies. Disclaimer...
|
47 |
| 23493 | quickbooks-online-api | linehaul-ai/linehaulai-claude-marketplace |
QuickBooks Online API Expert Guide Overview The QuickBooks Online API provides comprehensive access to accounting data and operations for QuickBooks Online companies. This skill enables you to build integrations that handle invoicing, payments, customer management, inventory tracking, and financial reporting. The API uses OAuth 2.0 for authentication and supports operations across all major accounting entities including customers, invoices, payments, items, accounts, and more. The QuickBooks Onl...
|
47 |
| 23494 | git-ai-search | git-ai-project/git-ai |
Git AI Search Skill Search and restore AI conversation context from git history using git-ai search and git-ai continue . Overview Git AI tracks AI-generated code and the conversations that produced it. This skill helps you: Search - Find AI prompt sessions by commit, file, pattern, or author Continue - Restore AI session context to continue work where someone left off Show - View the full transcript of a specific prompt When to Use Each Command You want to... Use... See what AI context exists f...
|
47 |
| 23495 | alicloud-ai-audio-cosyvoice-voice-design-test | cinience/alicloud-skills |
Category: test Minimal Viable Test Recommended check python skills/ai/audio/alicloud-ai-audio-cosyvoice-voice-design/scripts/prepare_cosyvoice_design_request.py \ --target-model cosyvoice-v3.5-plus \ --prefix announcer \ --voice-prompt "沉稳的中年男性播音员,低沉有磁性,语速平稳。" \ --preview-text "各位听众朋友,大家好。"
|
47 |
| 23496 | project-analyze | catlog22/claude-code-workflow |
Project Analysis Skill Generate comprehensive project analysis reports through multi-phase iterative workflow. Architecture Overview ┌─────────────────────────────────────────────────────────────────┐ │ Context-Optimized Architecture │ ├─────────────────────────────────────────────────────────────────┤ │ │ │ Phase 1: Requirements → analysis-config.json │ │ ↓ ...
|
47 |
| 23497 | debugging-with-opensrc | blogic-cz/blogic-marketplace |
Debugging with OpenSrc Overview CRITICAL: Never guess how a library works. Always verify by reading the actual source code. OpenSrc provides access to the exact version of external libraries installed in this project. Use it BEFORE making assumptions. When to Use This Skill Something doesn't work as expected Documentation is unclear or missing Need to understand library internals Debugging integration issues Before implementing patterns with external libraries When error messages are cryptic Ope...
|
47 |
| 23498 | dbos-python | sickn33/antigravity-awesome-skills |
DBOS Python Best Practices Guide for building reliable, fault-tolerant Python applications with DBOS durable workflows. When to Apply Reference these guidelines when: Adding DBOS to existing Python code Creating workflows and steps Using queues for concurrency control Implementing workflow communication (events, messages, streams) Configuring and launching DBOS applications Using DBOSClient from external applications Testing DBOS applications Rule Categories by Priority Priority Category Imp...
|
47 |
| 23499 | jira-expert | borghei/claude-skills |
Atlassian Jira Expert Master-level expertise in Jira configuration, project management, JQL, workflows, automation, and reporting. Handles all technical and operational aspects of Jira. Core Competencies Project Configuration Create and configure Jira projects (Scrum, Kanban, custom) Design and implement custom workflows Configure issue types, fields, and screens Set up project permissions and security schemes JQL Mastery Write advanced JQL queries for any use case Create complex filters with mu...
|
47 |
| 23500 | mcp-builder | guanyang/antigravity-skills |
MCP Server Development Guide Overview Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks. Process 🚀 High-Level Workflow Creating a high-quality MCP server involves four main phases: Phase 1: Deep Research and Planning 1.1 Understand Modern MCP Design API Coverage vs. Workflow Tools: Balance comprehensive API endpoint coverag...
|
47 |