Archive0x avatar

Archive0x

Community

@archive228

24Followers
|
13Public Repos
|
54Published Skills

Agent Skills by Archive0x

Showing 54 vetted skills indexed across 1 GitHub repositories.

Archive228Archive228
754

hitl-escalate

Escalates blocked agent loops to humans via configured channels and writes BLOCKED.md to halt execution.

Community
Intermediate
Archive228Archive228
754

active-memory-reminder

Extracts session decisions into claude-decisions.json for durable cross-session memory.

Community
Intermediate
Archive228Archive228
754

suggest-next-features

Drafts candidate feature entries into a separate suggestions file from git history and progress notes.

Community
Intermediate
Archive228Archive228
754

model-routing

Configure separate planner, executor, and judge models for loop runs via environment variables.

Community
Basic
Archive228Archive228
746

pdf

Extract text and structured data from PDF documents using pypdf and pdfplumber.

Community
Intermediate
Archive228Archive228
746

broken-window-check

Run end-to-end tests on recently completed features at session start.

Community
Advanced
Archive228Archive228
746

input-validation

Validate untrusted input against schemas and constraints for API handlers and file uploads.

Community
Intermediate
Archive228Archive228
746

migration-writer

Generate reversible up and down database migrations for schema changes.

Community
Intermediate
Archive228Archive228
746

sprint-contract

Define sprint objectives and acceptance criteria before coding begins.

Community
Intermediate
Archive228Archive228
746

planner-spec-expand

Expand brief product descriptions into detailed specification documents.

Community
Advanced
Archive228Archive228
746

systematic-debugging

Reproduce bugs, test hypotheses, and analyze root causes systematically.

Community
Intermediate
Archive228Archive228
746

loading-empty-error-states

Design loading, empty, and error states for data-fetching UI components.

Community
Basic
Archive228Archive228
746

harness-stripping

Identify and remove unnecessary components from a harness.

Community
Advanced
Archive228Archive228
746

secret-scan

Detect hardcoded secrets in source code repositories before committing.

Community
Basic
Archive228Archive228
746

subagent-fanout

Parallelize independent sub-jobs across fresh-context subagents and aggregate results.

Community
Advanced
Archive228Archive228
746

feature-list-json

Create and manage feature lists in JSON format with status tracking.

Community
Intermediate
Archive228Archive228
746

eval-harness

Construct evaluation loops grading AI agent output with an LLM judge.

Community
Advanced
Archive228Archive228
746

rebase-safely

Guide safe Git rebases with backup and conflict resolution steps.

Community
Intermediate
Archive228Archive228
746

contract-test

Verify API endpoints against a shared schema contract.

Community
Advanced
Archive228Archive228
746

bisect-regression

Locate the commit introducing a regression by bisecting commits and running tests.

Community
Advanced
Archive228Archive228
746

schema-diff

Compare two schema states to identify risky changes before database migrations.

Community
Intermediate
Archive228Archive228
746

readme-audit

Validate README files for essential instructions and configuration details.

Community
Basic
Archive228Archive228
746

sql-review

Reviews SQL and ORM queries for injection risks, missing indexes, and bottlenecks.

Community
Intermediate
Archive228Archive228
746

flaky-hunter

Diagnose intermittent test failures by executing tests multiple times and analyzing flakiness causes.

Community
Intermediate