Skip to main content
xiaden
GitHub creator profile

xiaden

Repository-level view of 47 collected skills across 5 GitHub repositories.

skills collected
47
repositories
5
updated
Aug 29, 2026
repository explorer

Repositories and representative skills

adaptive-token-budget
software-developers

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

Aug 13, 2026
attnres-implementation
software-developers

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.

Aug 13, 2026
check-dependencies
software-developers

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

Aug 13, 2026
check-paper-library
software-developers

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

Aug 13, 2026
add-research-paper
software-developers

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`.

Aug 13, 2026
pyramidal-diffusion
software-developers

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…

Aug 13, 2026
validate-artifacts
software-developers

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

Aug 13, 2026
validate-datasets
software-developers

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

Aug 13, 2026
Showing 8 of 14 collected skills.
docker
network-and-computer-systems-administrators

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…

Apr 29, 2026
artifact-context
software-developers

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…

Apr 5, 2026
context7
software-developers

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…

Apr 5, 2026
copilot-sdk-python
software-developers

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…

Apr 5, 2026
feature-execution
software-developers

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…

Apr 5, 2026
feature-planning
software-developers

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,…

Apr 5, 2026
quality-analysis
software-quality-assurance-analysts-and-testers

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.

Feb 15, 2026
skill-creator
software-developers

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.

Jan 30, 2026
Showing 8 of 13 collected skills.
subsystem-orientation
software-developers

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…

Jun 4, 2026
feature-execution
software-developers

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…

May 27, 2026
feature-planning
software-developers

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…

May 27, 2026
copilot-hooks
software-developers

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,…

May 5, 2026
skill-creator
software-developers

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.

May 5, 2026
mcp-builder
software-developers

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…

Apr 26, 2026
artifact-context
software-developers

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…

Apr 24, 2026
code-discovery
software-developers

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.

Apr 24, 2026
Showing 8 of 13 collected skills.
Showing 5 of 5 repositories
All repositories loaded