Debugging specialist for errors, test failures, and unexpected behavior. Use when encountering issues, bugs, or failures that need root cause analysis.
لغة النص الأصلي: الإنجليزية
القائمة
Skills في هذا المستودع
جمع SkillsMP عدد ٢٬٩٤٣ من skills من tools-only/X-Skills. افتح أي skill لمراجعة مصدره وتفاصيله.
tools-only/X-Skillsعرض ٤٠ من أصل ٢٬٩٤٣ skills مجمعة.
Debugging specialist for errors, test failures, and unexpected behavior. Use when encountering issues, bugs, or failures that need root cause analysis.
لغة النص الأصلي: الإنجليزية
Start a structured clinical research session. Use when users describe research goals, want to analyze cohorts, investigate hypotheses, or need a rigorous research plan. Interviews the user, then produces a research protocol.
لغة النص الأصلي: الإنجليزية
Use the M4 Python API to query clinical datasets programmatically. Use when writing code to access clinical databases, executing SQL via Python, or performing multi-step data analysis.
لغة النص الأصلي: الإنجليزية
Calculate Charlson Comorbidity Index (CCI) and Elixhauser Comorbidity Index for hospital admissions. Use for risk adjustment, mortality prediction, case-mix analysis, or comparing comorbidity burden across patient populations.
لغة النص الأصلي: الإنجليزية
Calculate APACHE IV (Acute Physiology and Chronic Health Evaluation IV) score for ICU mortality prediction. Use for severity assessment, hospital mortality prediction, ICU benchmarking, or case-mix adjustment. eICU has pre-computed scores; MIMIC-IV requires…
لغة النص الأصلي: الإنجليزية
Use the Synth AI SDK end-to-end for policy optimization (GEPA), graph optimization, eval, and inference
لغة النص الأصلي: الإنجليزية
Send work to Gemini CLI in headless mode. Use when the user wants to run prompts, pipe content, or parse output through `gemini -p`.
لغة النص الأصلي: الإنجليزية
Send work to Codex CLI in non-interactive mode. Use when the user wants to run prompts, pipe content, or parse output through `codex exec`.
لغة النص الأصلي: الإنجليزية
This skill generates a structured chapter outline for intelligent textbooks by analyzing course descriptions, learning graphs, and concept dependencies. Use this skill after the learning graph has been created and before generating chapter content, to design…
لغة النص الأصلي: الإنجليزية
Creates interactive educational MicroSims using the best-matched JavaScript library (p5.js, Chart.js, Plotly, Mermaid, vis-network, vis-timeline, Leaflet, Venn.js). Analyzes user requirements to route to the appropriate visualization type and generates…
لغة النص الأصلي: الإنجليزية
This skill generates comprehensive chapter content for intelligent textbooks after the book-chapter-generator skill has created the chapter structure. Use this skill when a chapter index.md file exists with title, summary, and concept list, and detailed…
لغة النص الأصلي: الإنجليزية
Use after initial design context is gathered, before brainstorming - resolves contradictions in requirements, disambiguates terminology, clarifies scope boundaries, and verifies assumptions to prevent building the wrong solution
لغة النص الأصلي: الإنجليزية
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
لغة النص الأصلي: الإنجليزية
Use when exploring websites, proving hypotheses about web application behavior, automating browser interactions, or generating E2E tests - investigates page structure through accessibility snapshots, tests assumptions systematically, and coordinates…
لغة النص الأصلي: الإنجليزية
Use when completing development phases and project context files may need updating - analyzes what changed since phase start, identifies affected CLAUDE.md or AGENTS.md files, and coordinates updates to maintain accurate project documentation
لغة النص الأصلي: الإنجليزية
Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Read tool before announcing usage, following brainstorming before coding, and creating task todos for checklists
لغة النص الأصلي: الإنجليزية
Creates dependency-based task plans for parallel AI agent execution. Transforms architecture docs and PRDs into priority-ordered tasks with acceptance criteria, sync checkpoints, and quality gates. Uses CLEAR+CoVe task design standards.
لغة النص الأصلي: الإنجليزية
Use when analyzing a large corpus of text, code, or data that exceeds a single agent's effective context - orchestrates parallel Worker subagents, Critic review subagents, and a final Summarizer subagent with task tracking and failure recovery
لغة النص الأصلي: الإنجليزية
Use when writing or refactoring code, before creating files - enforces separation of pure business logic (Functional Core) from side effects (Imperative Shell) using FCIS pattern with mandatory file classification
لغة النص الأصلي: الإنجليزية
Use when completing tasks, implementing major features, or before merging to verify work meets requirements - dispatches code-reviewer subagent, handles retries and timeouts, manages review-fix loop until zero issues
لغة النص الأصلي: الإنجليزية
Use when executing implementation plans with independent tasks in the current session - dispatches fresh subagent for each task, reviews once per phase, loads phases just-in-time to minimize context usage
لغة النص الأصلي: الإنجليزية
Use after brainstorming completes - writes validated designs to docs/design-plans/ with structured format and discrete implementation phases required for creating detailed implementation plans
لغة النص الأصلي: الإنجليزية
Use when planning or designing features and need to understand current codebase state, find existing patterns, or verify assumptions about what exists; when design makes assumptions about file locations, structure, or existing code that need verification -…
لغة النص الأصلي: الإنجليزية
ALWAYS use this skill when writing or refactoring code. Includes context-dependent sub-skills to empower different coding styles across languages and runtimes.
لغة النص الأصلي: الإنجليزية
Use when beginning any design process - orchestrates gathering context, clarifying requirements, brainstorming solutions, and documenting validated designs to create implementation-ready design documents
لغة النص الأصلي: الإنجليزية
Use when design is complete and you need detailed implementation tasks for engineers with zero codebase context - creates comprehensive implementation plans with exact file paths, complete code examples, and verification steps assuming engineer has minimal…
لغة النص الأصلي: الإنجليزية
Use when creating or developing anything, before writing code or implementation plans - refines rough ideas into fully-formed designs through structured Socratic questioning, alternative exploration, and incremental validation
لغة النص الأصلي: الإنجليزية
Use when writing instructions that guide Claude behavior - skills, CLAUDE.md files, agent prompts, system prompts. Covers token efficiency, compliance techniques, and discovery optimization.
لغة النص الأصلي: الإنجليزية
Reviews completed project steps against plans and enforces coding standards. Use when a numbered step from a plan is complete, a major feature is implemented, or before creating a PR. Validates plan alignment, code quality, test coverage, and architecture.…
لغة النص الأصلي: الإنجليزية
Fixes issues identified by code-reviewer and triggers re-review. Use when code-reviewer returns any issues that need to be addressed before merge approval.
لغة النص الأصلي: الإنجليزية
Implements individual tasks from plans with TDD, skill application, verification, and git commits. Use when executing a specific task that requires writing, modifying, or testing code as part of a larger plan.
لغة النص الأصلي: الإنجليزية
Use when understanding how external libraries or open-source projects implement features by examining actual source code - finds repos via web search, clones to temp directory, investigates with codebase analysis. Triggers: "how does library X implement Y",…
لغة النص الأصلي: الإنجليزية
Use when writing TypeScript code, reviewing TS implementations, or making decisions about type declarations, function styles, or naming conventions - comprehensive house style covering type vs interface rules, function declarations, FCIS integration,…
لغة النص الأصلي: الإنجليزية
Advanced memory operations reference. Basic patterns (profile loading, simple recall/remember) are in project instructions. Consult this skill for background writes, memory versioning, complex queries, edge cases, session scoping, retention management,…
لغة النص الأصلي: الإنجليزية
Distill Opus-level reasoning into optimized instructions for Haiku 4.5 (and Sonnet). Generates explicit, procedural prompts with n-shot examples that maximize smaller model performance on a given task. Use when user says "down-skill", "distill for Haiku",…
لغة النص الأصلي: الإنجليزية
Use the Postiz CLI to publish posts (create, schedule, upload images) to any configured integrations.
لغة النص الأصلي: الإنجليزية
Assist Swift developers using BridgeJS for Swift-to-JavaScript interoperability in WebAssembly projects
لغة النص الأصلي: الإنجليزية
Medicinal chemistry filters. Apply drug-likeness rules (Lipinski, Veber), PAINS filters, structural alerts, complexity metrics, for compound prioritization and library filtering.
لغة النص الأصلي: الإنجليزية
Neuropixels neural recording analysis. Load SpikeGLX/OpenEphys data, preprocess, motion correction, Kilosort4 spike sorting, quality metrics, Allen/IBL curation, AI-assisted visual analysis, for Neuropixels 1.0/2.0 extracellular electrophysiology. Use when…
لغة النص الأصلي: الإنجليزية
Comprehensive toolkit for preparing ISO 13485 certification documentation for medical device Quality Management Systems. Use when users need help with ISO 13485 QMS documentation, including (1) conducting gap analysis of existing documentation, (2) creating…
لغة النص الأصلي: الإنجليزية