Top Agent Skills

25836 skills

ichichuang
Yuanbao
Yuanbao (元宝) groups: @mention users, query info/members.
0
ichichuang
Kanban Worker
Pitfalls, examples, and edge cases for Hermes Kanban workers. The lifecycle itself is auto-injected into every worker's system prompt as KANBAN_GUIDANCE (from agent/prompt_builder.py); this skill is what you load when you want deeper detail on specific scenarios.
0
ichichuang
Claude Design
Design one-off HTML artifacts (landing, deck, prototype).
0
ichichuang
Kanban Orchestrator
Decomposition playbook + specialist-roster conventions + anti-temptation rules for an orchestrator profile routing work through Kanban. The "don't do the work yourself" rule and the basic lifecycle are auto-injected into every kanban worker's system prompt; this skill is the deeper playbook when you're specifically playing the orchestrator role.
0
ichichuang
Spike
Throwaway experiments to validate an idea before build.
0
ichichuang
Popular Web Designs
54 production-quality design systems extracted from real websites. Load a template to generate HTML/CSS that matches the visual identity of sites like Stripe, Linear, Vercel, Notion, Airbnb, and more. Each template includes colors, typography, components, layout rules, and ready-to-use CSS values.
0 · bundle
ichichuang
Vue Giant File Refactoring
Refactor Vue 3 giant files (>500 lines) using Blueprint-First Mode. Extract composables and UI sub-components while preserving 100% business logic.
0
ichichuang
Python Debugpy
Debug Python: pdb REPL + debugpy remote (DAP).
0
ichichuang
Baoyu Comic
Knowledge comic creator supporting multiple art styles and tones. Creates original educational comics with detailed panel layouts and sequential image generation. Use when user asks to create "知识漫画", "教育漫画", "biography comic", "tutorial comic", or "Logicomix-style comic".
0 · bundle
smith6jt-cop
Crypto Websocket Bars
Use Alpaca CryptoDataStream websocket for real-time crypto bars in live trading (OHLC only, volume excluded)
3
smith6jt-cop
Example Skill
Example skill demonstrating the registry structure and format
3
smith6jt-cop
Shiny LLM Chat
Patterns for integrating OpenAI-compatible LLM chat into Shiny apps. Covers UF Navigator, reasoning models, streaming, fallback logic, and credential management.
3
smith6jt-cop
Stitched Image Qc
Stitched Image Quality Control
3
smith6jt-cop
Pypi Collision Fix
Fix PyPI package name collisions when local package name exists on PyPI
3
smith6jt-cop
Qc Plot PDF Export
KINTSUGI quantification plots: Always save QC heatmaps and profiles as PDF
3
smith6jt-cop
Batch Isolation
Batch Signal Isolation with Recipe-Driven Processing
3
smith6jt-cop
Repo Reorganization
Python package reorganization with pyproject.toml inside package directory
3
smith6jt-cop
Training Resilience
Fix PPO training early-stop issues. Trigger when: (1) impossible drawdown values (>100%), (2) training stops too early, (3) need adaptive recovery instead of hard stop.
3
smith6jt-cop
Gpu Only Scheduling
GPU-only SLURM scheduling for KINTSUGI: never use CPU fallback — measured speedups: stitch 25x, decon 5x, EDF 15x (~13x full cycle)
3
smith6jt-cop
Windows Cupy Nvrtc
Fix CuPy NVRTC compilation errors on Windows. Trigger: NVRTC_ERROR_BUILTIN_OPERATION_FAILURE, nvrtc-builtins64 not found
3
smith6jt-cop
Colab Unzip Workflow
Colab notebook setup pattern. Trigger when: (1) Creating new Colab notebooks, (2) API key file not found, (3) file path errors in Colab, (4) repository extraction fails, (5) 'yfinance fallback' despite keys existing.
3
smith6jt-cop
Data Source Priority
CRITICAL: Alpaca API is MANDATORY for all OHLCV data. yfinance is NOT a valid fallback - EVER. Trigger when: (1) any code attempts yfinance for price/volume data, (2) crypto volume filter fails, (3) zero-volume bars detected, (4) API key configuration issues, (5) fallback behavior proposed.
3
smith6jt-cop
Dual Folder Workflow
Workflow for private repos + Colab training. Trigger when: (1) training on Colab with private repo, (2) separating dev from production, (3) avoiding untested code in production.
3
smith6jt-cop
Reward Function V410
v4.1.0 reward function redesign to fix overtrading and DSR dominance
3
smith6jt-cop
Channel Name Parsing
Multi-format channel name parsing for KINTSUGI CHANNELNAMES.txt files
3
smith6jt-cop
Gpu Quality Priority
KINTSUGI NOTEBOOK processing principles: Never sacrifice quality for speed, always use GPU when available. Trigger: performance optimization, CPU/GPU choice, fast mode, quality vs speed in NOTEBOOKS (not SLURM).
3
smith6jt-cop
Region Aware Matching
Spatial region-aware cell matching for CODEX/scRNAseq integration
3
smith6jt-cop
Agent Validation V420
Agent validation overhaul: reward weight overrides, fitness decline gate, pinned data, staged experiments
3
smith6jt-cop
Agent Validation V430
Agent validation v4.3.0 — Make agents act effectively by disabling harmful actions, lowering gates, and injecting cross-run learning
3
smith6jt-cop
Var Unit Mismatch Fix
VaR Unit Mismatch Fix
3
smith6jt-cop
Shiny Modularization
Patterns and pitfalls for modularizing large Shiny apps with plotly, sf, and cross-module reactives
3
smith6jt-cop
Dataclass Optimization
Python dataclass best practices: slots, frozen, validation. Trigger when optimizing dataclasses or creating config classes.
3
smith6jt-cop
Adaptive Predator Prey
Use when tuning predator-prey dynamics, regime detection coefficients, or cooldown mechanisms
3
smith6jt-cop
Extended Hours Trading
Extended hours trading support for pre-market and after-hours sessions via Alpaca
3
smith6jt-cop
Markov Regime Features
Debugging constant Markov regime features in RL observations - when HMM probabilities show uniform values instead of dynamic regime estimates
3
smith6jt-cop
Selection Data Caching
SUPERSEDED by persistent-cache-gap-filling (v2.8.0). Cache data during symbol selection for instant repeat runs.
3
smith6jt-cop
Globus Dataset Staging
Globus CLI workflow for staging HuBMAP CODEX datasets from remote endpoints to HiPerGator
3
smith6jt-cop
Hdl73 Signal Isolation
Batch signal isolation for Phenocycler spleen channels using matched blank pairs and kintsugi.signal
3
smith6jt-cop
Windows Console Unicode
Windows Console Unicode Compatibility
3
smith6jt-cop
Bimodal Score Diagnosis
Diagnosing and fixing bimodal matching score distributions in MaxFuse
3
smith6jt-cop
Agent Validation Review
End-to-end review of agent validation system for live trader readiness. Audits gating thresholds, model health wiring, live feedback loop, notebook consistency.
3
smith6jt-cop
Gpu Correlation Caching
GPU-accelerated correlation matrix computation with persistent SQLite caching to eliminate bottleneck at correlation calculation during symbol selection
3
smith6jt-cop
Integrated Risk Manager
Use when implementing unified position sizing, Kelly criterion, or combining GARCH+Capital+Portfolio risk systems
3
smith6jt-cop
Multi Agent Integration
Integrate Claude agents into training and live trading (v3.0). Trigger when: (1) setting up multi-agent training, (2) adding agent consultation to live trading, (3) configuring orchestrator, (4) understanding agent roles and safety mechanisms.
3
smith6jt-cop
Training Archive Gating
Mandatory training archive with model gating (APPROVED/REVIEW/DROP). Trigger when: (1) training run completes, (2) need to decide which models to deploy, (3) want historical training reference, (4) need checkpoint recommendations for overfitting.
3
smith6jt-cop
Training Data Lifecycle
Training Data Lifecycle Management (v5.4.2)
3
smith6jt-cop
Channel Tif To Ome Tiff
Convert single-channel TIF directories to pyramidal OME-TIFF with SubIFDs
3
smith6jt-cop
Gpu Parallel Scheduling
GPU-safe parallel processing patterns for KINTSUGI to prevent OOM crashes and ensure Jupyter-compatible progress output
3
smith6jt-cop
Old Code Data Detection
Detect processed data produced with old/buggy KINTSUGI code via timestamp forensics
3
smith6jt-cop
Snakemake Skip Existing
Per-channel skip-existing checks in Snakemake wrapper scripts for resuming interrupted SLURM jobs. Trigger: Snakemake interrupted job, skip existing channels, resume incomplete cycle, sentinel missing but outputs exist, per-channel completeness check, wrapper script resume logic.
3
smith6jt-cop
Hpc Dev Testing Workflow
Efficient development testing workflow for HPC environments with VS Code tunneling. Trigger: testing code changes on HPC, development workflow with external data directories, VS Code Remote SSH development
3
smith6jt-cop
Broker Order Limitations
Alpaca broker limitations: crypto shorts blocked (broker doesn't support), stock shorts allowed. Trigger when: (1) shorting gate blocks wrong assets, (2) SELL signals blocked, (3) order type confusion.
3
smith6jt-cop
Dashboard Cohesion Fixes
Integration fixes between backtest engine, FastAPI dashboard, Vue.js frontend, and live trader
3
smith6jt-cop
MCP Server Configuration
MCP (Model Context Protocol) server configuration for Claude Code integration with trading platform. Trigger when setting up MCP servers, fixing alpaca-mcp-server issues, or adding new integrations.
3
smith6jt-cop
Multi Timeframe Training
DEPRECATED in v5.6.0 — see joint-multi-tf-v560 skill. Documents the v5.2.0 dual-model approach (train separate 15Min/1Hour models, combine via weighted voting). Still relevant for: (1) loading legacy v5.5.0 dual models, (2) understanding the historical aggregation layer, (3) resampling pattern via origin='start'.
3
smith6jt-cop
Risk Sizing Not Blocking
Risk managers should SIZE trades, not BLOCK them. Trigger when: (1) capital manager blocks trades, (2) risk manager rejects orders, (3) trades fail due to 'exceeds limit', (4) components don't work in harmony.
3
smith6jt-cop
MCP Absolute Path Config
Fix MCP server 'Executable not found' by resolving absolute paths in .mcp.json
3
smith6jt-cop
Multi Project Batch Isolation
Multi-project signal isolation with cascading recipe resolution
3
smith6jt-cop
Sentinel Validation
Sentinel Validation & Project Promotion
3
smith6jt-cop
Valis Registration Codex
VALIS registration for CODEX: rigid + non-rigid with tuned smoothing. Earlier 'rigid-only' conclusion was caused by a parameter passing bug — all non-rigid tests ran with unsmoothed OpticalFlowWarper.
3