implicit-labs/autosymph

5Stars on the repository
10Mods indexed here, across every type
8d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

autoplan

01

implicit-labs/autosymph

Skill Claude CodeCodex

Plan a feature - gathers context, researches, interviews, identifies risks, outputs PRD. Use when: user says autoplan, /autoplan, or wants to plan a feature with the full research-interview-premortem workflow.

5 8d ago A 50 tokens original MIT

autosymph-monitor

02

implicit-labs/autosymph

Skill Claude CodeCodex

Autosymph monitor cockpit — observe, diagnose, and heal agent loops. Attaches to a running autosymph instance via the status API, detects stalls/churn/crashes, self-heals via structify/investigation, and mutates Linear. Use when: user says /autosymph-monitor, 'monitor autosymph', 'babysit', or 'watch the agents'.

5 8d ago C 79 tokens original MIT

context-management

03

implicit-labs/autosymph

Skill Claude CodeCodex

Handle large intermediate data safely in long-running agent sessions. Prevents context compaction from silently corrupting base64, JSON, test output, and other data passed between API turns. Use when capturing screenshots, recording videos, uploading artifacts, or running long test suites.

5 8d ago A 56 tokens original MIT

record-demo-video

04

implicit-labs/autosymph

Skill Claude CodeCodex

Record demo videos using real screen recording + screenshot stitching hybrid approach. Captures smooth video clips per action, overlays color-coded subtitle badges, and concatenates into a polished demo. Works with iOS Simulator MCP (recordvideo) and macOS screencapture (web). Triggers on "record a video", "screen…

5 8d ago A 98 tokens original MIT

implicit-labs/autosymph

Skill Claude CodeCodex

Upload screenshots to Linear from iOS Simulator or Playwright. Handles resize, base64 encode, upload, and embed URL generation. Use when capturing visual evidence for Linear issues during verification or implementation.

5 8d ago A 44 tokens original MIT

structify

06

implicit-labs/autosymph

Skill Claude CodeCodex

Turn a recurring agentic failure into a deterministic skill with a test. Investigates the gap, compares working vs failing runs, writes a skill + test.sh, hardens prompts/config, and writes a postmortem. Use when an agent pipeline fails due to infrastructure, skill, or config gaps — not code bugs. Triggers on…

5 8d ago A 98 tokens original MIT

implicit-labs/autosymph

Skill Claude CodeCodex

Use during verifyreview (or after any verify run) to mechanically check whether the verify agent honored its completion contract — posted a summary, uploaded screenshots, no orphan local files. Returns a JSON+markdown audit and exit 0 (clean) or 2 (violations to cite as rejectstructify reasons).

5 8d ago A 68 tokens original MIT

verify-finalize

08

implicit-labs/autosymph

Skill Claude CodeCodex

MANDATORY end-action for the verify agent — script-driven completion that uploads all visual evidence to Linear AND posts the verification summary as ONE atomic operation. Replaces hand-rolled savecomment + createattachment loops that can fail mechanically across long verify runs. Triggers on "verify finalize"…

5 8d ago A 69 tokens original MIT

verify-preflight

09

implicit-labs/autosymph

Skill Claude CodeCodex

Use BEFORE Phase 1 of any verify run. Probes infrastructure (auth.md fixture, idb/simulator, Playwright) in <10s and fast-fails the run if anything is broken instead of stalling for 10 minutes discovering it the hard way. Triggers on "verify preflight", auto-invoked from verify prompt Phase 0.

5 8d ago A 77 tokens original MIT