postgres-query
Query a Postgres database (read-only) and return structured results
readme-review
Review the project README to understand what it does and suggest a recommended next step. Use when starting work on an unfamiliar project.
reconcile
Analyse and resolve divergences between SDLC manifest and actual development state (git commits, branches, uncommitted files). Use when manifest and reality have drifted apart, or before picking next story to ensure clean state.
refactor
Clean up implementation code while keeping tests green. Improve code quality without changing behaviour. Use after implement phase to polish code before review.
requirements
Transform intent into user stories with acceptance criteria. Use after intent clarification to build a prioritised backlog. Produces stories in standard format ready for spec phase.
spec
Define contracts, schemas, and behaviours for a single user story. Use after a story is selected from the backlog to create a detailed specification before design. Produces testable specifications.
stubs
Create interfaces, type definitions, and stub implementations that compile but are not functional. Use after design-review approval to establish code structure before writing tests. Enables TDD red-green-refactor cycle.
test
Write tests against stubs following TDD red phase. Tests should fail initially (0% pass expected). Use after stubs to define expected behaviour before implementation.
user-test
Reformat code-review manual test script for human or agent execution, run user testing checkpoint, and record pass/fail results. Gates progression to commit:pr.
authenticated-scrape
Scrape data from authenticated websites by capturing network requests with auth headers automatically. Use when the user wants to extract data from logged-in pages, private dashboards, or authenticated APIs.
skills_sync
Align Codex-native skills with documented skills safely.
trust_layer_tdd
Enforce test-first changes and debug based on failing tests.
update_architecture
Refresh architecture maps after structural changes.
update_kit
Update this documentation kit safely from upstream.
write_adr
Document architectural decisions with context and consequences.
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.
Create Backend Service
Use this skill when adding new backend functionality (API endpoints + business logic).
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.).
Create New Indicator
Use this skill when you need to add a new Python indicator to AERA.
ast_injection
Use AST-aware edits to reduce syntax errors and maintain structure.
archaeologist
Detect legacy patterns and guide compatibility decisions.
action_logger
Keep an audit trail of changes, commands, and verification.
agent_manager
Automatically manage agent lifecycle, proposals, and registry.
analyze_repo_capabilities
Detect repo tooling and patterns, then record a dynamic manifest.
autonomy_kickoff
Run the full autonomy bootstrap with minimal questions.
backlog_curator
Maintain a lightweight backlog of high-value tasks discovered during work.
cartographer
Maintain living architecture maps and interaction flows.
clarify_first
Ask clarifying questions and get approval before implementation.
command_guard
Enforce .agentpolicy rules before executing commands.
context_compactor
Compress long-run context into handoff, backlog, and action logs.
detect_commands
Infer and verify install/test/lint/build commands for the repo.
execplan
Create and maintain PLANS.md for long-running or risky tasks.
full_auth
When explicitly authorized, execute end-to-end with a phased plan in one run until Definition of Done is met.
handoff_writer
Write a compact HANDOFF.md snapshot to restore context after session resets.
impact_analyzer
Analyze and document the impact of planned changes.
non_destructive_bootstrap
Install agent docs without overwriting or deleting existing content.
pattern_miner
Extract recurring patterns from action logs and propose automations.
quality_gates
Enforce Definition of Done checks from QUALITY_GATES.md.
refactor_gate
Ask whether to proceed with refactoring after architecture mapping.
repo_indexer
Build and maintain a fast navigation index of the repo.
response_style_selector
Ask the user to pick a response style and persist the preference.
safe_refactor_migration
Plan and execute large refactors with shadow mode and rollback.
safety_validation
Validate changes against .agentignore before commit.
shadow_coder
Build parallel architectures safely without breaking current behavior.
size_guard
Enforce line budgets and rotate or split large context files.
skills_auditor
Detect incorrectly installed skills and report issues.
Create Strategy (LEAN)
Use this skill when you need to add a new LEAN QCAlgorithm strategy in Python.
Create UI Component
Use this skill when creating a new React UI component. It provides a consistent Lumina-style template.
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.
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.
Page 1671 of 1705 · 85236 results