███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 7501 | uniapp-uview | teachingai/full-stack-skills |
Use this skill whenever the user wants to: - Integrate uView UI into UniApp projects - Configure UniApp projects to work with uView UI (pages.json, manifest.json, easycom) - Handle platform-specific behaviors when using uView in UniApp (H5, mini-program, App, nvue) - Use UniApp features (navigation, APIs, lifecycle) with uView components - Build cross-platform UniApp applications with uView UI components - Configure easycom for automatic uView component import in UniApp - Handle navigatio...
|
114 |
| 7502 | axiom-metal-migration-ref | charleswiltgen/axiom |
Metal Migration Reference Complete reference for converting OpenGL/DirectX code to Metal. When to Use This Reference Use this reference when: Converting GLSL shaders to Metal Shading Language (MSL) Converting HLSL shaders to MSL Looking up GL/D3D API equivalents in Metal Setting up MTKView or CAMetalLayer Building render pipelines Using Metal Shader Converter for DirectX Part 1: GLSL to MSL Conversion Type Mappings GLSL MSL Notes void void bool bool int int 32-bit signed uint uint 32-bit u...
|
114 |
| 7503 | react-flow-code-review | existential-birds/beagle |
React Flow Code Review Critical Anti-Patterns 1. Defining nodeTypes/edgeTypes Inside Components Problem: Causes all nodes to re-mount on every render. // BAD - recreates object every render function Flow() { const nodeTypes = { custom: CustomNode }; // WRONG return <ReactFlow nodeTypes={nodeTypes} />; } // GOOD - defined outside component const nodeTypes = { custom: CustomNode }; function Flow() { return <ReactFlow nodeTypes={nodeTypes} />; } // GOOD - useMemo if dynamic function Flow...
|
114 |
| 7504 | audit-ui | mblode/agent-skills |
No SKILL.md available for this skill. View on GitHub
|
114 |
| 7505 | ln-301-task-creator | levnikolaevich/claude-code-skills |
Worker that generates task documents and creates Linear issues for implementation, refactoring, or test tasks as instructed by orchestrators. Purpose & Scope - Owns all task templates and creation logic (Linear + kanban updates) - Generates full task documents per type (implementation/refactoring/test) - Enforces type-specific hard rules (no new tests in impl, regression strategy for refactoring, risk matrix and limits for test) - Drops NFR bullets if supplied; only functional scope become...
|
114 |
| 7506 | encore-migrate | encoredev/skills |
Migrate to Encore.ts Instructions When migrating existing Node.js applications to Encore.ts, follow these transformation patterns: Express to Encore Basic Route // BEFORE: Express const express = require('express'); const app = express(); app.get('/users/:id', async (req, res) => { const user = await getUser(req.params.id); res.json(user); }); app.listen(3000); // AFTER: Encore import { api } from "encore.dev/api"; interface GetUserRequest { id: string; } interface User { id: stri...
|
114 |
| 7507 | ln-629-lifecycle-auditor | levnikolaevich/claude-code-skills |
Specialized worker auditing application lifecycle and entry points. Purpose & Scope - Worker in ln-620 coordinator pipeline - Audit lifecycle (Category 12: Medium Priority) - Check bootstrap, shutdown, signal handling, probes - Calculate compliance score (X/10) Inputs (from Coordinator) Receives `contextStore` with tech stack, deployment type, codebase root. Workflow - Parse context - Check lifecycle patterns - Collect findings - Calculate score - Return JSON Audit Rules 1. B...
|
114 |
| 7508 | laravel-expert | sickn33/antigravity-awesome-skills |
Laravel Expert Skill Metadata Name: laravel-expert Focus: General Laravel Development Scope: Laravel Framework (10/11+) Role You are a Senior Laravel Engineer. You provide production-grade, maintainable, and idiomatic Laravel solutions. You prioritize: Clean architecture Readability Testability Security best practices Performance awareness Convention over configuration You follow modern Laravel standards and avoid legacy patterns unless explicitly required. Use This Skill When Building new Larav...
|
114 |
| 7509 | ln-113-backend-docs-creator | levnikolaevich/claude-code-skills |
L3 Worker that creates 2 backend documentation files. CONDITIONAL - only invoked when project has backend or database. Purpose & Scope - Creates api_spec.md (if hasBackend) - Creates database_schema.md (if hasDatabase) - Receives Context Store from ln-110-project-docs-coordinator - OpenAPI 3.0 compliant API specification - ER diagrams in Mermaid for database schema - Never gathers context itself; uses coordinator input Invocation (who/when) - ln-110-project-docs-coordinator: CONDITION...
|
114 |
| 7510 | analytics-expert | shipshitdev/library |
Content Analytics Expert Overview This skill enables Claude to analyze content analytics data, generate comprehensive reports, identify performance trends, calculate ROI and revenue attribution, and provide actionable insights for content optimization. When to Use This Skill This skill activates automatically when users: Ask analytics questions or request performance reports Need help analyzing content performance data Want ROI calculations or revenue attribution analysis Request trend ident...
|
114 |
| 7511 | tab-accordion | kostja94/marketing-skills |
Components: Tab & Accordion Guides tab and accordion implementation for organizing content without excessive vertical space. Two layout patterns: vertical accordion (FAQ-style, stacked) and horizontal tabs (how-to style, side-by-side). Both improve UX by reducing scroll; SEO impact depends on implementation and content placement. 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...
|
114 |
| 7512 | sales-engineer | alirezarezvani/claude-skills |
Sales Engineer Skill A production-ready skill package for pre-sales engineering that bridges technical expertise and sales execution. Provides automated analysis for RFP/RFI responses, competitive positioning, and proof-of-concept planning. Overview Role: Sales Engineer / Solutions Architect Domain: Pre-Sales Engineering, Solution Design, Technical Demos, Proof of Concepts Business Type: SaaS / Pre-Sales Engineering What This Skill Does RFP/RFI Response Analysis - Score requirement coverage, ide...
|
114 |
| 7513 | pydantic-ai-agent-creation | existential-birds/beagle |
Creating PydanticAI Agents Quick Start from pydantic_ai import Agent Minimal agent (text output) agent = Agent('openai:gpt-4o') result = agent.run_sync('Hello!') print(result.output) str Model Selection Model strings follow provider:model-name format: OpenAI agent = Agent('openai:gpt-4o') agent = Agent('openai:gpt-4o-mini') Anthropic agent = Agent('anthropic:claude-sonnet-4-5') agent = Agent('anthropic:claude-haiku-4-5') Google agent = Agent('google-gla:gemini-2.0-flash') agent = Age...
|
114 |
| 7514 | ln-115-devops-docs-creator | levnikolaevich/claude-code-skills |
L3 Worker that creates runbook.md. CONDITIONAL - only invoked when project has Docker or deployment config. Purpose & Scope - Creates runbook.md (if hasDocker) - Receives Context Store from ln-110-project-docs-coordinator - Step-by-step setup and deployment instructions - Troubleshooting guide - Never gathers context itself; uses coordinator input Invocation (who/when) - ln-110-project-docs-coordinator: CONDITIONALLY invoked when: `hasDocker=true` (Dockerfile or docker-compose.yml det...
|
114 |
| 7515 | course-designer | teachingai/full-stack-skills |
课程设计技能 概述 本技能帮助您创建结构化的课程内容,包括课程大纲、学习目标、教学计划和评估方案。 关键词: 课程设计、教学大纲、学习目标、教学计划、课程规划、教育设计 核心功能 1. 课程大纲设计 分析学习需求和目标受众 设计课程结构和模块划分 确定课程时长和进度安排 规划知识点的递进关系 2. 学习目标制定 使用 Bloom 分类法制定认知目标 设计可测量的学习成果 确保目标与评估方式对齐 区分不同层次的学习目标(记忆、理解、应用、分析、评价、创造) 3. 教学计划编写 设计每节课的教学流程 规划教学活动和互动环节 准备教学资源和材料清单 安排实践练习和作业 4. 评估方案设计 设计形成性评估(过程评估) 设计总结性评估(最终评估) 创建评估标准和评分 rubric 规划多种评估方式(测验、项目、报告等) 使用指南 课程设计流程 需求分析 明确目标受众和学习需求 确定课程目标和预期成果 分析现有资源和约束条件 内容规划 划分课程模块和单元 确定每个模块的核心知识点 规划知识点的学习顺序 活动设计 为每个知识点设计教学活动 规划实践练习和项目 设计互动和讨论环节 ...
|
114 |
| 7516 | axiom-storage-management-ref | charleswiltgen/axiom |
iOS Storage Management Reference Purpose: Comprehensive reference for storage pressure, purging policies, disk space, and URL resource values Availability: iOS 5.0+ (basic), iOS 11.0+ (modern capacity APIs) Context: Answer to "Does iOS provide any way to mark files as 'purge as last resort'?" When to Use This Skill Use this skill when you need to: Understand iOS file purging behavior Check available disk space correctly Set purge priorities for cached files Exclude files from backup Monitor ...
|
114 |
| 7517 | dead-code-removal | 89jobrien/steve |
Dead Code Removal This skill safely identifies and removes unused code across multiple programming languages. It includes comprehensive safety checks to prevent removing code that's actually needed. When to Use This Skill After refactoring code and removing features Before production deployment to reduce bundle size When cleaning up legacy code When removing deprecated functionality When optimizing codebase size When maintaining code quality standards What This Skill Does Language Detection: I...
|
114 |
| 7518 | go-concurrency-patterns | sickn33/antigravity-awesome-skills |
Go Concurrency Patterns Production patterns for Go concurrency including goroutines, channels, synchronization primitives, and context management. When to Use This Skill Building concurrent Go applications Implementing worker pools and pipelines Managing goroutine lifecycles Using channels for communication Debugging race conditions Implementing graceful shutdown Core Concepts 1. Go Concurrency Primitives Primitive Purpose goroutine Lightweight concurrent execution channel Communication between ...
|
114 |
| 7519 | resolve-conflicts | antinomyhq/forge |
Git Conflict Resolution Resolve Git merge conflicts by intelligently combining changes from both branches while preserving the intent of both changes. This skill follows a plan-first approach: assess conflicts, create a detailed resolution plan, get approval, then execute. Core Principles Plan Before Executing: Always create a structured resolution plan and get user approval before making changes Prefer Both Changes: Default to keeping both changes unless they directly contradict Merge, Don't ...
|
114 |
| 7520 | wds-docs | wix/skills |
WDS Documentation Navigator Docs path: node_modules/@wix/design-system/dist/docs/ CRITICAL: Never Read Entire Files Files are 200-900+ lines. Follow the staged discovery flow below. Stage 1: Find Component Goal: Search for component by feature/keyword Grep: "table" in components.md Grep: "form\|input\|validation" in components.md Grep: "modal\|dialog\|popup" in components.md Output: Component name + description + do/don'ts Next: Go to Stage 2 with component name Stage 2: Get Props + Example List...
|
114 |
| 7521 | wix-cli-orchestrator | wix/skills |
Wix CLI Orchestrator Helps select the appropriate Wix CLI extension type based on use case and requirements. ⚠️ MANDATORY WORKFLOW CHECKLIST ⚠️ Before reporting completion to the user, ALL boxes MUST be checked: Step 1: Determined extension type(s) needed Asked clarifying questions if requirements were unclear Checked for implicit Data Collection need — unless user provided a collection ID directly (see Data Collection Inference ) Obtained app namespace if Data Collection extension is being crea...
|
114 |
| 7522 | design-thinking | melodic-software/claude-code-plugins |
Design Thinking When to Use This Skill Use this skill when: Design Thinking tasks - Working on design thinking methodology for human-centered innovation. covers the 5-phase ideo/stanford d.school approach (empathize, define, ideate, prototype, test) with workshop facilitation and exercise templates Planning or design - Need guidance on Design Thinking approaches Best practices - Want to follow established patterns and standards Overview A human-centered approach to innovation that integrates the...
|
114 |
| 7523 | timescaledb | 2025emma/vibe-coding-cn |
Timescaledb Skill Comprehensive assistance with timescaledb development, generated from official documentation. When to Use This Skill This skill should be triggered when: Working with timescaledb Asking about timescaledb features or APIs Implementing timescaledb solutions Debugging timescaledb code Learning timescaledb best practices Quick Reference Common Patterns Quick reference patterns will be added as you use the skill. Example Code Patterns Example 1 (bash): rails new my_app -d=po...
|
114 |
| 7524 | aetherviz-master | andyhuo520/aetherviz-master |
AetherViz Master —— 互动教育可视化建筑师 版本 : 5.0 (SVG + Three.js 融合版) 创建日期 : 2026-02-22 核心使命 : 把用户输入的任意教学主题瞬间转化为沉浸式3D交互教学网页 核心配色方案 (Professional Teal-Cyan Theme) 主色调系统 /* 核心渐变 - 从青绿到天蓝 */ --primary-gradient : linear-gradient ( 135 deg , 14B8A6 0 % , 06B6D4 50 % , 22D3EE 100 % ) ; --primary-gradient-light : linear-gradient ( 135 deg , 2DD4BF 0 % , 5EEAD4 50 % , 67E8F9 100 % ) ; --primary-gradient-dark : linear-gradient ( 135 deg , 0D9488 0 % , 0891B2 50 % , 0EA5E9 100 % ) ; /* 背景渐变 - 深海科技感 */ --bg-gradien...
|
114 |
| 7525 | ln-772-error-handler-setup | levnikolaevich/claude-code-skills |
ln-772-error-handler-setup Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-770-crosscutting-setup Configures global error handling for .NET and Python backend applications. Overview Aspect Details Input Context Store from ln-770 Output Exception handling middleware and custom exceptions Stacks .NET (ASP.NET Core Middleware), Python (FastAPI exception handlers) Phase 1: Receive Context Accept Context Store from coordinator. Required Context: STACK: .NET or Python FRAMEWORK: ASP.N...
|
114 |
| 7526 | social-media-management | manojbajaj95/claude-gtm-plugin |
Social Media Management Create, optimize, analyze, and repurpose social media content across all platforms. Before Creating Content Check for product marketing context first: If .claude/product-marketing-context.md exists, read it before asking questions. Gather this context (ask if not provided): Goals — Brand awareness, leads, traffic, or community? Personal brand, company brand, or both? Audience — Who to reach? What platforms? What content engages them? Brand Voice — Tone (professional, casu...
|
114 |
| 7527 | weather-skill | mateeb11/weather-forecast |
Weather Skill Provides current weather and forecasts for any location using two free APIs: Nominatim (OpenStreetMap) for geocoding locations → scripts/geocode.py Open-Meteo for weather data → scripts/fetch_weather.py Workflow Understand the user's request. Extract the location, time range, and whether they're planning travel. See examples below. Geocode the location by running scripts/geocode.py "<location>" . It returns JSON with display_name , lat , lon , and an ambiguous flag. If ambiguous, a...
|
114 |
| 7528 | microsoft-extensions-configuration | aaronontheweb/dotnet-skills |
Microsoft.Extensions Configuration Patterns When to Use This Skill Use this skill when: Binding configuration from appsettings.json to strongly-typed classes Validating configuration at application startup (fail fast) Implementing complex validation logic for settings Designing configuration classes that are testable and maintainable Understanding IOptions, IOptionsSnapshot, and IOptionsMonitor Reference Files advanced-patterns.md : Validators with dependencies, named options, complete productio...
|
114 |
| 7529 | python-odoo-cursor-rules | mindrally/skills |
Python and Odoo Development You are an expert in Python, Odoo, and enterprise business application development. Key Principles Write clear, technical responses with precise Odoo examples in Python, XML, and JSON Leverage Odoo's built-in ORM, API decorators, and XML view inheritance Prioritize readability and maintainability; follow PEP 8 Use descriptive model, field, and function names Structure modules with separation of concerns: models, views, controllers, data, security Odoo/Python Guideli...
|
114 |
| 7530 | ln-622-build-auditor | levnikolaevich/claude-code-skills |
Specialized worker auditing build health and code quality tooling. Purpose & Scope - Worker in ln-620 coordinator pipeline - invoked by ln-620-codebase-auditor - Audit codebase for build health issues (Category 2: Critical Priority) - Check compiler/linter errors, deprecation warnings, type errors, failed tests, build config - Return structured findings to coordinator with severity, location, effort, recommendations - Calculate compliance score (X/10) for Build Health category Inputs (f...
|
114 |
| 7531 | sqlalchemy-postgres | cfircoo/claude-code-toolkit |
<essential_principles> SQLAlchemy 2.0 + Pydantic + PostgreSQL Best Practices This skill provides expert guidance for building production-ready database layers. Stack SQLAlchemy 2.0 with async support (asyncpg driver) Pydantic v2 for validation and serialization Alembic for migrations PostgreSQL only Core Principles 1. Separation of Concerns models/ SQLAlchemy ORM models (database layer) schemas/ Pydantic schemas (API layer) repositories/ Data access patterns services/ Bus...
|
114 |
| 7532 | memory-protocol | jwilger/agent-skills |
Memory Protocol Value: Feedback -- accumulated knowledge creates compound feedback loops across sessions. What you learn today should accelerate tomorrow's work. Purpose Teaches the agent to systematically store and recall project knowledge across sessions using a knowledge graph (Memento MCP) when available, with a file-based fallback for harnesses without MCP support. Your long-term memory (training data) and short-term memory (context window) are excellent, but mid-term memory for project-spe...
|
114 |
| 7533 | axiom-photo-library-ref | charleswiltgen/axiom |
Photo Library API Reference Quick Reference // SWIFTUI PHOTO PICKER (iOS 16+) import PhotosUI @State private var item: PhotosPickerItem? PhotosPicker(selection: $item, matching: .images) { Text("Select Photo") } .onChange(of: item) { _, newItem in Task { if let data = try? await newItem?.loadTransferable(type: Data.self) { // Use image data } } } // UIKIT PHOTO PICKER (iOS 14+) var config = PHPickerConfiguration() config.selectionLimit = 1 config.filter...
|
114 |
| 7534 | sentry-react-sdk | getsentry/sentry-agent-skills |
All Skills > SDK Setup > React SDK Sentry React SDK Opinionated wizard that scans your React project and guides you through complete Sentry setup. Invoke This Skill When User asks to "add Sentry to React" or "set up Sentry" in a React app User wants error monitoring, tracing, session replay, profiling, or logging in React User mentions @sentry/react , React Sentry SDK, or Sentry error boundaries User wants to monitor React Router navigation, Redux state, or component performance Note: SDK versio...
|
113 |
| 7535 | git-workflow | jezweb/claude-skills |
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...
|
113 |
| 7536 | axiom-assume-isolated | charleswiltgen/axiom |
assumeIsolated — Synchronous Actor Access Synchronously access actor-isolated state when you know you're already on the correct isolation domain. When to Use ✅ Use when: Testing MainActor code synchronously (avoiding Task overhead) Legacy delegate callbacks documented to run on main thread Performance-critical code avoiding async hop overhead Protocol conformances where callbacks are guaranteed on specific actor ❌ Don't use when: Uncertain about current isolation (use await instead) Alread...
|
113 |
| 7537 | change-management | anthropics/knowledge-work-plugins |
Change Management Help plan and execute changes that affect people, processes, or technology. Change Management Framework 1. Assess What is changing? Who is affected? How significant is the change? (Low / Medium / High) What resistance should we expect? 2. Plan Communication plan (who, what, when, how) Training plan (what skills are needed, how to deliver) Support plan (help desk, champions, FAQs) Timeline with milestones 3. Execute Announce and explain the "why" Train and support Monitor adopti...
|
113 |
| 7538 | fpf:propose-hypotheses | neolabhq/context-engineering-kit |
Propose Hypotheses Workflow Execute the First Principles Framework (FPF) cycle: generate competing hypotheses, verify logic, validate evidence, audit trust, and produce a decision. User Input Problem Statement: $ARGUMENTS Workflow Execution Step 1a: Create Directory Structure (Main Agent) Create .fpf/ directory structure if it does not exist: mkdir -p .fpf/ { evidence,decisions,sessions,knowledge/ { L0,L1,L2,invalid } } touch .fpf/ { evidence,decisions,sessions,knowledge/ { L0,L1,L2,invalid } } ...
|
113 |
| 7539 | tooluniverse-precision-medicine-stratification | mims-harvard/tooluniverse |
Precision Medicine Patient Stratification Transform patient genomic and clinical profiles into actionable risk stratification, treatment recommendations, and personalized therapeutic strategies. KEY PRINCIPLES : Report-first - Create report file FIRST, then populate progressively Disease-specific logic - Cancer vs metabolic vs rare disease pipelines diverge at Phase 3 Multi-level integration - Germline + somatic + expression + clinical data layers Evidence-graded - Every finding has an evidence ...
|
113 |
| 7540 | planning-with-files | charon-fan/agent-playbook |
Planning with Files Work like Manus: Use persistent markdown files as your "working memory on disk." FIRST: Check for Previous Session (v2.2.0) Before starting work , check for unsynced context from a previous session: Linux/macOS $( command -v python3 || command -v python ) ${CLAUDE_PLUGIN_ROOT} /scripts/session-catchup.py " $( pwd ) " Windows PowerShell & ( Get-Command python - ErrorAction SilentlyContinue ) . Source " $env :USERPROFILE\.claude\skills\planning-with-files\scripts\session-catc...
|
113 |
| 7541 | axiom-realm-migration-ref | charleswiltgen/axiom |
Realm to SwiftData Migration — Reference Guide Purpose: Complete migration path from Realm to SwiftData Swift Version: Swift 5.9+ (Swift 6 with strict concurrency recommended) iOS Version: iOS 17+ (iOS 26+ recommended) Context: Realm Device Sync sunset Sept 30, 2025. This guide is essential for Realm users migrating before deadline. Critical Timeline Realm Device Sync DEPRECATION DEADLINE = September 30, 2025 If your app uses Realm Sync: ⚠️ You MUST migrate by September 30, 2025 ✅ SwiftData...
|
113 |
| 7542 | symfony:e2e-panther-playwright | makfly/superpowers-symfony |
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:e2e-panther-playwright<div
|
113 |
| 7543 | ln-632-test-e2e-priority-auditor | levnikolaevich/claude-code-skills |
Specialized worker auditing E2E test coverage for critical paths (risk-based). Purpose & Scope - Worker in ln-630 coordinator pipeline - Audit E2E Critical Coverage (Category 2: High Priority) - Validate E2E coverage for critical paths (Money/Security/Data Priority ≥20) - Validate E2E coverage for core user journeys (Priority 15-19) - Identify wasteful E2E tests (Usefulness Score <15) - Calculate compliance score (X/10) Inputs (from Coordinator) Receives `contextStore` with risk-based...
|
113 |
| 7544 | inngest | davila7/claude-code-templates |
Inngest Integration You are an Inngest expert who builds reliable background processing without managing infrastructure. You understand that serverless doesn't mean you can't have durable, long-running workflows - it means you don't manage the workers. You've built AI pipelines that take minutes, onboarding flows that span days, and event-driven systems that process millions of events. You know that the magic of Inngest is in its steps - each one a checkpoint that survives failures. Your core...
|
113 |
| 7545 | overseer-plan | dmmulroy/overseer |
Converting Markdown Documents to Overseer Tasks Use /overseer-plan to convert any markdown planning document into trackable Overseer tasks. When to Use After completing a plan in plan mode Converting specs/design docs to implementation tasks Creating tasks from roadmap or milestone documents Usage /overseer-plan <markdown-file-path> /overseer-plan <file> --priority 3 Set priority (1-5) /overseer-plan <file> --parent <task-id> Create as child of existing task What It Does Reads...
|
113 |
| 7546 | tooluniverse-drug-target-validation | mims-harvard/tooluniverse |
Drug Target Validation Pipeline Validate drug target hypotheses using multi-dimensional computational evidence before committing to wet-lab work. Produces a quantitative Target Validation Score (0-100) with priority tier classification and GO/NO-GO recommendation. Key Principles Report-first - Create report file FIRST, then populate progressively Target disambiguation FIRST - Resolve all identifiers before analysis Evidence grading - Grade all evidence as T1 (experimental) to T4 (computational) ...
|
113 |
| 7547 | axiom-now-playing | charleswiltgen/axiom |
Now Playing Integration Guide Purpose: Prevent the 4 most common Now Playing issues on iOS 18+: info not appearing, commands not working, artwork problems, and state sync issues Swift Version: Swift 6.0+ iOS Version: iOS 18+ Xcode: Xcode 16+ Core Philosophy "Now Playing eligibility requires THREE things working together: AVAudioSession activation, remote command handlers, and metadata publishing. Missing ANY of these silently breaks the entire system. 90% of Now Playing issues stem from inco...
|
113 |
| 7548 | tooluniverse-adverse-event-detection | mims-harvard/tooluniverse |
Adverse Drug Event Signal Detection & Analysis Automated pipeline for detecting, quantifying, and contextualizing adverse drug event signals using FAERS disproportionality analysis, FDA label mining, mechanism-based prediction, and literature evidence. Produces a quantitative Safety Signal Score (0-100) for regulatory and clinical decision-making. KEY PRINCIPLES : Signal quantification first - Every adverse event must have PRR/ROR/IC with confidence intervals Serious events priority - Deaths, ho...
|
113 |
| 7549 | seo-cannibalization-detector | sickn33/antigravity-awesome-skills |
Use this skill when Working on seo cannibalization detector tasks or workflows Needing guidance, best practices, or checklists for seo cannibalization detector Do not use this skill when The task is unrelated to seo cannibalization detector You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resour...
|
113 |
| 7550 | git-pr-workflows-onboard | sickn33/antigravity-awesome-skills |
Onboard You are an expert onboarding specialist and knowledge transfer architect with deep experience in remote-first organizations, technical team integration, and accelerated learning methodologies. Your role is to ensure smooth, comprehensive onboarding that transforms new team members into productive contributors while preserving institutional knowledge. Use this skill when Working on onboard tasks or workflows Needing guidance, best practices, or checklists for onboard Do not use this skill...
|
113 |