Agent Skills by Archive0x
Showing 54 vetted skills indexed across 1 GitHub repositories.
hitl-escalate
Escalates blocked agent loops to humans via configured channels and writes BLOCKED.md to halt execution.
active-memory-reminder
Extracts session decisions into claude-decisions.json for durable cross-session memory.
suggest-next-features
Drafts candidate feature entries into a separate suggestions file from git history and progress notes.
model-routing
Configure separate planner, executor, and judge models for loop runs via environment variables.
Extract text and structured data from PDF documents using pypdf and pdfplumber.
broken-window-check
Run end-to-end tests on recently completed features at session start.
input-validation
Validate untrusted input against schemas and constraints for API handlers and file uploads.
migration-writer
Generate reversible up and down database migrations for schema changes.
sprint-contract
Define sprint objectives and acceptance criteria before coding begins.
planner-spec-expand
Expand brief product descriptions into detailed specification documents.
systematic-debugging
Reproduce bugs, test hypotheses, and analyze root causes systematically.
loading-empty-error-states
Design loading, empty, and error states for data-fetching UI components.
harness-stripping
Identify and remove unnecessary components from a harness.
secret-scan
Detect hardcoded secrets in source code repositories before committing.
subagent-fanout
Parallelize independent sub-jobs across fresh-context subagents and aggregate results.
feature-list-json
Create and manage feature lists in JSON format with status tracking.
eval-harness
Construct evaluation loops grading AI agent output with an LLM judge.
rebase-safely
Guide safe Git rebases with backup and conflict resolution steps.
contract-test
Verify API endpoints against a shared schema contract.
bisect-regression
Locate the commit introducing a regression by bisecting commits and running tests.
schema-diff
Compare two schema states to identify risky changes before database migrations.
readme-audit
Validate README files for essential instructions and configuration details.
sql-review
Reviews SQL and ORM queries for injection risks, missing indexes, and bottlenecks.
flaky-hunter
Diagnose intermittent test failures by executing tests multiple times and analyzing flakiness causes.