Instructions file
Instructions for Tarekkharsa/agentstack, covering claude.md — agentstack, invariants, hard rules — context and tests and hard rules — build cache.
Instructions file
Instructions for Tarekkharsa/agentstack, covering claude.md — agentstack, invariants, hard rules — context and tests and hard rules — build cache.
Skill Claude CodeCodex
Review a diff as an adversary — assume the code is wrong, work from the diff alone, and try to construct concrete failures. The reviewer-role procedure for multi-agent workflows (one implements, N review), distilled from the Bun-in-Rust port.
Skill Claude CodeCodex
Report on your own agent usage — parse Claude Code session transcripts for token burn, and cross-check installed agentstack skills/servers against what was actually used to flag dead weight. Local and read-only.
Skill Claude CodeCodex
Ship a Cloudflare Worker correctly — configure wrangler, set bindings and secrets, run a dry-run, deploy, and verify.
Skill Claude CodeCodex
Quick reference mapping Cloudflare product surfaces (Workers, Pages, KV, R2, D1, DNS) to the wrangler CLI commands teams use day to day.
Skill Claude CodeCodex
Find and install agent skills through agentstack — search the library/catalog/registry, pull from any skills repo (owner/repo, git URLs, local dirs), and judge quality by scan verdicts, pins, and provenance instead of install counts. Use when the user asks "how do I X", "is there a skill for X", or wants a capability…
Skill Claude CodeCodex
Break a large Linear issue into small, shippable tickets with clear scope, estimates, and dependencies.
Skill Claude CodeCodex
Mine your past agent sessions (Claude Code, Codex) for recurring failures and re-explained procedures, then distill the best candidates into reusable skills that land in the central library via agentstack more lib add. Local and read-only until you approve a draft.
Skill Claude CodeCodex
Wire a generate-review-fix multi-agent workflow (one implementer, N adversarial reviewers, a fixer) from agentstack profiles — models per role, skills per role, secrets injected at start — and run it in your executor of choice (sandcastle, Claude Code workflows, or plain Docker). agentstack provisions and governs the…
Skill Claude CodeCodex
Set up a sound PostHog A/B experiment or feature flag rollout — hypothesis, primary metric, exposure, and a sample-size check before launch.
Skill Claude CodeCodex
Turn a product or analytics question into the right PostHog query — trends, funnels, or retention — with the correct events, breakdowns, and date range.
Skill Claude CodeCodex
Triage a stack of open pull requests into review / merge / close buckets with a clear next action for each.
Skill Claude CodeCodex
Propose a reviewable multi-agent workflow as a blueprint — pick and name the pattern (map-reduce, pipeline, tournament, loop-until-dry, dag), emit its shape as an agentstack-blueprint JSON block, and WAIT for the user to approve / reject / edit before authoring and running it via agentstack more workflow run.
Skill Claude CodeCodex
Pick the right model for each job — route bulk and mechanical work to cheap models, exploration to fast mid models, and reserve the strongest model for judgment, taste, and final review. Escalate when the output misses the bar.
Skill Claude CodeCodex
Delegate clear-spec, bulk, or mechanical work — migrations, codemods, large refactors, log digs, and independent code review — to gpt-5.5 through the Codex CLI, with quota-aware fallback to Claude models.
Skill Claude CodeCodex
Keep your agentstack central library (/.agentstack/lib) consistent across machines by versioning it as a git repo — commit the index and path-source skill bodies, exclude the content store cache and any resolved secrets.
Skill Claude CodeCodex
Operate and troubleshoot AgentStack projects, personal capability libraries, zero-files MCP delivery, toolsets, secrets, trust, policy, machine bootstrap, and legacy MCP cleanup. Use whenever a task changes or diagnoses an AI coding CLI setup managed by AgentStack.
Skill Claude CodeCodex
A tiny local skill used to demonstrate zero-file MCP profile leases.
Skill Claude CodeCodex
House API conventions for the storefront — REST resource shapes, the shared error envelope, and pagination rules.
Skill Claude CodeCodex
The gate every release passes before it is tagged and shipped.
Skill Claude CodeCodex
Step-by-step incident response runbook for on-call engineers.
Skill Claude CodeCodex
Checklist for reviewing SQL migrations before they hit production.
Skill Claude CodeCodex
Critique REST/RPC endpoint shape, status codes, and pagination.
Skill Claude CodeCodex
Lint an OpenAPI spec for missing schemas and inconsistent naming.