Back to categories
Category

Agent Skills in category: Uncategorized

85236 skills match this category. Browse curated collections and explore related Agent Skills.

postgres-query

Query a Postgres database (read-only) and return structured results

sofer
sofer
0

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.

sofer
sofer
0

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.

sofer
sofer
0

refactor

Clean up implementation code while keeping tests green. Improve code quality without changing behaviour. Use after implement phase to polish code before review.

sofer
sofer
0

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.

sofer
sofer
0

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.

sofer
sofer
0

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.

sofer
sofer
0

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.

sofer
sofer
0

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.

sofer
sofer
0

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.

Salberg87
Salberg87
0

skills_sync

Align Codex-native skills with documented skills safely.

CheekyCodexConjurer
CheekyCodexConjurer
0

trust_layer_tdd

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

CheekyCodexConjurer
CheekyCodexConjurer
0

update_architecture

Refresh architecture maps after structural changes.

CheekyCodexConjurer
CheekyCodexConjurer
0

update_kit

Update this documentation kit safely from upstream.

CheekyCodexConjurer
CheekyCodexConjurer
0

write_adr

Document architectural decisions with context and consequences.

CheekyCodexConjurer
CheekyCodexConjurer
0

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
CheekyCodexConjurer
0

Create Backend Service

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

CheekyCodexConjurer
CheekyCodexConjurer
0

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
CheekyCodexConjurer
0

Create New Indicator

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

CheekyCodexConjurer
CheekyCodexConjurer
0

ast_injection

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

CheekyCodexConjurer
CheekyCodexConjurer
0

archaeologist

Detect legacy patterns and guide compatibility decisions.

CheekyCodexConjurer
CheekyCodexConjurer
0

action_logger

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

CheekyCodexConjurer
CheekyCodexConjurer
0

agent_manager

Automatically manage agent lifecycle, proposals, and registry.

CheekyCodexConjurer
CheekyCodexConjurer
0

analyze_repo_capabilities

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

CheekyCodexConjurer
CheekyCodexConjurer
0

autonomy_kickoff

Run the full autonomy bootstrap with minimal questions.

CheekyCodexConjurer
CheekyCodexConjurer
0

backlog_curator

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

CheekyCodexConjurer
CheekyCodexConjurer
0

cartographer

Maintain living architecture maps and interaction flows.

CheekyCodexConjurer
CheekyCodexConjurer
0

clarify_first

Ask clarifying questions and get approval before implementation.

CheekyCodexConjurer
CheekyCodexConjurer
0

command_guard

Enforce .agentpolicy rules before executing commands.

CheekyCodexConjurer
CheekyCodexConjurer
0

context_compactor

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

CheekyCodexConjurer
CheekyCodexConjurer
0

detect_commands

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

CheekyCodexConjurer
CheekyCodexConjurer
0

execplan

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

CheekyCodexConjurer
CheekyCodexConjurer
0

full_auth

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

CheekyCodexConjurer
CheekyCodexConjurer
0

handoff_writer

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

CheekyCodexConjurer
CheekyCodexConjurer
0

impact_analyzer

Analyze and document the impact of planned changes.

CheekyCodexConjurer
CheekyCodexConjurer
0

non_destructive_bootstrap

Install agent docs without overwriting or deleting existing content.

CheekyCodexConjurer
CheekyCodexConjurer
0

pattern_miner

Extract recurring patterns from action logs and propose automations.

CheekyCodexConjurer
CheekyCodexConjurer
0

quality_gates

Enforce Definition of Done checks from QUALITY_GATES.md.

CheekyCodexConjurer
CheekyCodexConjurer
0

refactor_gate

Ask whether to proceed with refactoring after architecture mapping.

CheekyCodexConjurer
CheekyCodexConjurer
0

repo_indexer

Build and maintain a fast navigation index of the repo.

CheekyCodexConjurer
CheekyCodexConjurer
0

response_style_selector

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

CheekyCodexConjurer
CheekyCodexConjurer
0

safe_refactor_migration

Plan and execute large refactors with shadow mode and rollback.

CheekyCodexConjurer
CheekyCodexConjurer
0

safety_validation

Validate changes against .agentignore before commit.

CheekyCodexConjurer
CheekyCodexConjurer
0

shadow_coder

Build parallel architectures safely without breaking current behavior.

CheekyCodexConjurer
CheekyCodexConjurer
0

size_guard

Enforce line budgets and rotate or split large context files.

CheekyCodexConjurer
CheekyCodexConjurer
0

skills_auditor

Detect incorrectly installed skills and report issues.

CheekyCodexConjurer
CheekyCodexConjurer
0

Create Strategy (LEAN)

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

CheekyCodexConjurer
CheekyCodexConjurer
0

Create UI Component

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

CheekyCodexConjurer
CheekyCodexConjurer
0

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
CheekyCodexConjurer
0

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
CheekyCodexConjurer
0

Page 1671 of 1705 · 85236 results