Skip to main content
xiaden
ملف منشئ GitHub

xiaden

عرض على مستوى المستودعات لـ ٤٧ skills مجمعة عبر ٥ مستودعات GitHub.

skills مجمعة
٤٧
مستودعات
٥
محدث
٢٩ أغسطس ٢٠٢٦
مستكشف المستودعات

المستودعات و skills الممثلة

adaptive-token-budget
مطوّرو البرمجيات

Methods for adaptive/token-budgeted visual generation — token merging, token pruning, early exiting, and self-budgeting tokenization in diffusion/image generation models.

١٣ أغسطس ٢٠٢٦
attnres-implementation
مطوّرو البرمجيات

Attention Residuals (AttnRes) implementation in the PDLI experiment. Covers AttnResDepth, AttnResBlock, and the L2RTP model that uses them. Essential for anyone modifying the transformer architecture or residual connections.

١٣ أغسطس ٢٠٢٦
check-dependencies
مطوّرو البرمجيات

Comprehensive dependency maintenance — verifies import health, requirements.txt consistency, import hierarchy, and environment health.

١٣ أغسطس ٢٠٢٦
check-paper-library
مطوّرو البرمجيات

Comprehensive paper library maintenance — cross-references papers.md against summaries, techniques, and PDFs. Detects orphans, missing registrations, and pulls missing papers.

١٣ أغسطس ٢٠٢٦
add-research-paper
مطوّرو البرمجيات

Add a new research paper to the library — fetch the paper, write a structured summary to `docs/upstream/papers/`, implement its technique as a standalone Python module in `resources/techniques/`, and register it in `references/papers.md`.

١٣ أغسطس ٢٠٢٦
pyramidal-diffusion
مطوّرو البرمجيات

Multi-scale/pyramidal approaches to denoising diffusion models. Covers the Ryu & Ye 2022 pyramidal DDPM paper and related coarse-to-fine diffusion architectures. Relevant to subdivision mode / spatial budget training and hierarchical latent backbones in the…

١٣ أغسطس ٢٠٢٦
validate-artifacts
مطوّرو البرمجيات

Comprehensive artifact maintenance — validates log naming, decision format, plan syntax compliance, staleness detection, and ensures the artifact corpus is parseable.

١٣ أغسطس ٢٠٢٦
validate-datasets
مطوّرو البرمجيات

Dataset management maintenance — validates dataset integrity, version tracking, storage health, and cache consistency for training datasets.

١٣ أغسطس ٢٠٢٦
عرض 8 من أصل ١٤ skills مجمعة.
docker
مديرو الشبكات وأنظمة الحاسوب

Reference for the Nomarr Docker development environment. Use when working with Docker containers, running e2e tests, querying ArangoDB directly, debugging prod-like issues, testing DB migrations, or interacting with the containerized Nomarr API. Contains…

٢٩ أبريل ٢٠٢٦
artifact-context
مطوّرو البرمجيات

Generates a structured prompt for spawning Support-Librarian to gather relevant ADRs, logs, and design docs before a design, planning, or execution task. Use before starting any significant work — designing a feature, creating a plan, executing a plan, or…

٥ أبريل ٢٠٢٦
context7
مطوّرو البرمجيات

Fetch authoritative, up-to-date external documentation using Context7 MCP tools. Use proactively — without being asked — whenever writing or reviewing code that involves a third-party library or framework API (method signatures, config keys, behavior); a…

٥ أبريل ٢٠٢٦
copilot-sdk-python
مطوّرو البرمجيات

Guide for building Python applications using the GitHub Copilot SDK. Use when integrating GitHub Copilot into Python apps: creating CopilotClient sessions, defining custom tools, handling streaming responses, managing session lifecycle, Pydantic parameter…

٥ أبريل ٢٠٢٦
feature-execution
مطوّرو البرمجيات

Use when executing implementation plans produced by the feature-planning skill. Orchestrates execution subagents (one plan phase at a time), dispatches review subagents for thorough quality enforcement after each plan, and manages fix cycles when review finds…

٥ أبريل ٢٠٢٦
feature-planning
مطوّرو البرمجيات

Use when decomposing a major feature design into dependency-ordered implementation plans. Handles the full pipeline from design document to validated, cross-referenced plan files with minimal drift. Trigger when user mentions planning a large feature,…

٥ أبريل ٢٠٢٦
quality-analysis
محللو ضمان جودة البرمجيات والمختبرون

Use when checking code quality, finding violations, detecting complexity issues, or running QC checks. Provides scripts for linting, naming enforcement, dead code detection, and legacy code discovery.

١٥ فبراير ٢٠٢٦
skill-creator
مطوّرو البرمجيات

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

٣٠ يناير ٢٠٢٦
عرض 8 من أصل ١٣ skills مجمعة.
subsystem-orientation
مطوّرو البرمجيات

Create a subsystem orientation skill after deep research on a stable, non-churning part of the codebase when no skill exists for it. Use when you have just read many files, traced call chains, or explored architecture to understand how a subsystem works — and…

٤ يونيو ٢٠٢٦
feature-execution
مطوّرو البرمجيات

Use when executing implementation plans produced by the feature-planning skill. Orchestrates execution subagents (one plan phase at a time), dispatches review subagents for thorough quality enforcement after each plan, and manages fix cycles when review finds…

٢٧ مايو ٢٠٢٦
feature-planning
مطوّرو البرمجيات

Use when decomposing a major feature design into dependency-ordered implementation plans. Handles the full pipeline from design document to validated, cross-referenced plan files with minimal drift. Trigger when **any** of the following are true, with user…

٢٧ مايو ٢٠٢٦
copilot-hooks
مطوّرو البرمجيات

Use when creating or updating VS Code Copilot agent hook files in .github/hooks. Covers all 8 hook event types (PreToolUse, PostToolUse, SessionStart, SubagentStart, SubagentStop, Stop, UserPromptSubmit, PreCompact), the stdin/stdout JSON contract,…

٥ مايو ٢٠٢٦
skill-creator
مطوّرو البرمجيات

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

٥ مايو ٢٠٢٦
mcp-builder
مطوّرو البرمجيات

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or…

٢٦ أبريل ٢٠٢٦
artifact-context
مطوّرو البرمجيات

Generates a structured prompt for spawning Support-Librarian to gather relevant ADRs, logs, and design docs before a design, planning, or execution task. Use before starting any significant work — designing a feature, creating a plan, executing a plan, or…

٢٤ أبريل ٢٠٢٦
code-discovery
مطوّرو البرمجيات

Use when exploring codebase structure, discovering module APIs, understanding imports, or checking what functions exist. Provides scripts that replace manual file reading with structured discovery.

٢٤ أبريل ٢٠٢٦
عرض 8 من أصل ١٣ skills مجمعة.
عرض ٥ من أصل ٥ مستودعات
تم تحميل كل المستودعات