Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
response_style_selector
Ask the user to pick a response style and persist the preference.
CheekyCodexConjurer/quant-lab
-
clarify_first
Ask clarifying questions and get approval before implementation.
CheekyCodexConjurer/quant-lab
-
update_kit
Update this documentation kit safely from upstream.
CheekyCodexConjurer/quant-lab
-
handoff_writer
Write a compact HANDOFF.md snapshot to restore context after session resets.
CheekyCodexConjurer/quant-lab
-
pattern_miner
Extract recurring patterns from action logs and propose automations.
CheekyCodexConjurer/quant-lab
-
impact_analyzer
Analyze and document the impact of planned changes.
CheekyCodexConjurer/quant-lab
-
repo_indexer
Build and maintain a fast navigation index of the repo.
CheekyCodexConjurer/quant-lab
-
ast_injection
Use AST-aware edits to reduce syntax errors and maintain structure.
CheekyCodexConjurer/quant-lab
-
write_adr
Document architectural decisions with context and consequences.
CheekyCodexConjurer/quant-lab
-
execplan
Create and maintain PLANS.md for long-running or risky tasks.
CheekyCodexConjurer/quant-lab
-
Verify Changes
Use this skill after implementing code to verify correctness before notifying the user.
CheekyCodexConjurer/quant-lab
-
frontend-design-lumina
Design or redesign frontend interfaces in quant-lab with high-quality, production-ready UI/UX while preserving Lumina identity. Use when the user asks for UI polish, visual redesign, page/layout revamp, dashboard/chart UX improvements, interaction quality upgrades, or anti-generic "AI-looking" frontend output.
CheekyCodexConjurer/quant-lab
-
Create Backend Service
Use this skill when adding new backend functionality (API endpoints + business logic).
CheekyCodexConjurer/quant-lab
-
Sync Documentation
Use this skill at the end of a task to ensure documentation matches the code.
CheekyCodexConjurer/quant-lab
-
Create Strategy (LEAN)
Use this skill when you need to add a new LEAN QCAlgorithm strategy in Python.
CheekyCodexConjurer/quant-lab
-
Create New Indicator
Use this skill when you need to add a new Python indicator to AERA.
CheekyCodexConjurer/quant-lab
-
debug-fix-first-run-resolution
Root-cause debugging and first-run bug fixes with reproduction-first workflow, explicit hypotheses, disciplined instrumentation, minimal changes, and validated fixes (repro + tests + feature verification). Use when diagnosing a bug and delivering a verified fix instead of shotgun debugging.
CheekyCodexConjurer/quant-lab
-
Create UI Component
Use this skill when creating a new React UI component. It provides a consistent Lumina-style template.
CheekyCodexConjurer/quant-lab
-
Create Interactive Menu
Use this skill when creating dropdowns, context menus, or overlays that need a polished UX (open/close animation, click-outside, Escape, etc.).
CheekyCodexConjurer/quant-lab
-
cupertino-ui-consistency
Maintain Cupertino + Lumina visual consistency for the AERA frontend. Use when creating or modifying UI, CSS/tokens, layouts, components, menus/overlays, tables, charts, or interaction states in this repo.
CheekyCodexConjurer/quant-lab
-
Refactor/Slice File
Use this skill when a file exceeds ~350 lines (target) / approaches the 500-line hard cap, or has mixed responsibilities (UI + Logic + Types).
CheekyCodexConjurer/quant-lab
-
verify-debug-mode
Confirm a requested feature change via AERA Debug mode (Debug view, console, logs). Use when validation must happen through Debug UI or when you need to add debug-only probes/commands to make a change observable.
CheekyCodexConjurer/quant-lab
-
Plan Task (Architectural)
Use when the user asks for a plan or the task is complex/ambiguous. Enforces AGENTS.md workflow and encourages loading other relevant skills.
CheekyCodexConjurer/quant-lab
-
release-version
发布 Daily Satori 新版本,生成更新日志并执行 git commit 和 git tag 命令
SatoriTours/Daily 3