Back to authors
CheekyCodexConjurer

CheekyCodexConjurer

45 Skills published on GitHub.

skills_sync

Align Codex-native skills with documented skills safely.

UncategorizedView skill →

trust_layer_tdd

Enforce test-first changes and debug based on failing tests.

UncategorizedView skill →

update_architecture

Refresh architecture maps after structural changes.

UncategorizedView skill →

update_kit

Update this documentation kit safely from upstream.

UncategorizedView skill →

write_adr

Document architectural decisions with context and consequences.

UncategorizedView skill →

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.

UncategorizedView skill →

Create Backend Service

Use this skill when adding new backend functionality (API endpoints + business logic).

UncategorizedView skill →

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

UncategorizedView skill →

Create New Indicator

Use this skill when you need to add a new Python indicator to AERA.

UncategorizedView skill →

ast_injection

Use AST-aware edits to reduce syntax errors and maintain structure.

UncategorizedView skill →

archaeologist

Detect legacy patterns and guide compatibility decisions.

UncategorizedView skill →

action_logger

Keep an audit trail of changes, commands, and verification.

UncategorizedView skill →

agent_manager

Automatically manage agent lifecycle, proposals, and registry.

UncategorizedView skill →

analyze_repo_capabilities

Detect repo tooling and patterns, then record a dynamic manifest.

UncategorizedView skill →

autonomy_kickoff

Run the full autonomy bootstrap with minimal questions.

UncategorizedView skill →

backlog_curator

Maintain a lightweight backlog of high-value tasks discovered during work.

UncategorizedView skill →

cartographer

Maintain living architecture maps and interaction flows.

UncategorizedView skill →

clarify_first

Ask clarifying questions and get approval before implementation.

UncategorizedView skill →

command_guard

Enforce .agentpolicy rules before executing commands.

UncategorizedView skill →

context_compactor

Compress long-run context into handoff, backlog, and action logs.

UncategorizedView skill →

detect_commands

Infer and verify install/test/lint/build commands for the repo.

UncategorizedView skill →

execplan

Create and maintain PLANS.md for long-running or risky tasks.

UncategorizedView skill →

full_auth

When explicitly authorized, execute end-to-end with a phased plan in one run until Definition of Done is met.

UncategorizedView skill →

handoff_writer

Write a compact HANDOFF.md snapshot to restore context after session resets.

UncategorizedView skill →

impact_analyzer

Analyze and document the impact of planned changes.

UncategorizedView skill →

non_destructive_bootstrap

Install agent docs without overwriting or deleting existing content.

UncategorizedView skill →

pattern_miner

Extract recurring patterns from action logs and propose automations.

UncategorizedView skill →

quality_gates

Enforce Definition of Done checks from QUALITY_GATES.md.

UncategorizedView skill →

refactor_gate

Ask whether to proceed with refactoring after architecture mapping.

UncategorizedView skill →

repo_indexer

Build and maintain a fast navigation index of the repo.

UncategorizedView skill →

response_style_selector

Ask the user to pick a response style and persist the preference.

UncategorizedView skill →

safe_refactor_migration

Plan and execute large refactors with shadow mode and rollback.

UncategorizedView skill →

safety_validation

Validate changes against .agentignore before commit.

UncategorizedView skill →

shadow_coder

Build parallel architectures safely without breaking current behavior.

UncategorizedView skill →

size_guard

Enforce line budgets and rotate or split large context files.

UncategorizedView skill →

skills_auditor

Detect incorrectly installed skills and report issues.

UncategorizedView skill →

Create Strategy (LEAN)

Use this skill when you need to add a new LEAN QCAlgorithm strategy in Python.

UncategorizedView skill →

Create UI Component

Use this skill when creating a new React UI component. It provides a consistent Lumina-style template.

UncategorizedView skill →

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.

UncategorizedView skill →

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.

UncategorizedView skill →

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.

UncategorizedView skill →

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

UncategorizedView skill →

Sync Documentation

Use this skill at the end of a task to ensure documentation matches the code.

UncategorizedView skill →

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.

UncategorizedView skill →

Verify Changes

Use this skill after implementing code to verify correctness before notifying the user.

UncategorizedView skill →