AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
Archive228 avatar

Archive228

33 listings · 0 installs

Open-source publisher. Listings imported from github.com/Archive228 — credited to the original author with their license.

↗ github.com/Archive228
33 results
Self-run
SKILL

Contract Test

Test the boundary between two systems by the contract, not the implementation. Use for APIs, integrations, and shared interfaces.

0
8
Free
Self-run
SKILL

Design System

Make frontend output look intentional, not AI-generated. Use for any UI work — components, pages, layouts.

0
9
Free
Self-run
SKILL

Reduce Nesting

Flatten deeply nested conditionals into readable, early-return code. Use on any function with 3+ levels of indentation.

0
7
Free
Self-run
SKILL

Input Validation

Validate and constrain untrusted input at the boundary. Use on any handler that accepts external data.

0
7
Free
Self-run
SKILL

Dependency Audit

Decide whether to add, keep, or remove a dependency. Use before adding any package.

0
6
Free
Self-run
SKILL

Context Budget

Keep the agent's context lean so accuracy doesn't collapse. Use on long sessions, big files, or when the agent starts hallucinating.

0
7
Free
Self-run
SKILL

Subagent Fanout

Parallelize independent sub-jobs across fresh-context subagents instead of one bloated context. Use when a goal branches into many independent pieces.

0
6
Free
Self-run
SKILL

Coverage Gaps

Find the untested code paths that actually matter, not just the coverage percentage. Use after adding tests.

0
9
Free
Self-run
SKILL

Simplify

Reduce a change to the minimum that solves the problem. Use when code is over-engineered or a diff is bloated.

0
8
Free
Self-run
SKILL

Sql Review

Review SQL and ORM queries for correctness, safety, and performance before they ship.

0
8
Free
Self-run
SKILL

Authz Check

Verify that an endpoint checks ownership, not just authentication. Use on any handler that reads or mutates user data.

0
6
Free
Self-run
SKILL

Systematic Debugging

Use for ANY bug, test failure, crash, or unexpected behavior. Forces

0
8
Free
Self-run
SKILL

Revert Surgical

Undo a bad change without nuking unrelated work. Use when a specific commit or change broke something.

0
7
Free
Self-run
SKILL

Decision Record

Capture an architectural decision so the next session (or engineer) knows WHY. Use after any non-obvious technical choice.

0
7
Free
Self-run
SKILL

Schema Diff

Compare two schema states and surface the risky changes. Use before applying migrations or after a model change.

0
6
Free
Self-run
SKILL

Readme Audit

Check whether a README actually lets a stranger run the project. Use on any repo's README before publishing.

0
8
Free
Self-run
SKILL

Secret Scan

Catch hardcoded secrets, keys, and tokens before they get committed. Use before any commit and on any file with credentials.

0
9
Free
Self-run
SKILL

Read The Trace

Extract the actual cause from a stack trace instead of pattern-matching the error type. Use on any crash or exception.

0
9
Free
Self-run
SKILL

Tool Restraint

Don't over-equip an agent with tools/MCP servers. More tools = more ways to fail and a higher cognitive load. Use when wiring tools or an agent underperforms.

0
6
Free
Self-run
SKILL

Spec First

Write the goal spec on disk before the agent acts, so it can't drift. Use before any multi-step task.

0
9
Free
Self-run
SKILL

Rebase Safely

Rebase, squash, or rewrite history without losing work or breaking shared branches. Use before any history rewrite.

0
7
Free
Self-run
SKILL

Write Failing Test First

Before fixing any bug, write a test that reproduces it and watch it fail. Use for every bug fix.

0
8
Free
Self-run
SKILL

Migration Writer

Write safe, reversible database migrations for this repo's conventions. Use for any schema change.

0
8
Free
Self-run
SKILL

Loading Empty Error States

Design the three states every data UI forgets. Use for any component that fetches or lists data.

0
8
Free
Self-run
SKILL

Kill Dead Code

Find and remove unreachable/unused code safely. Use during cleanup or before a refactor.

0
8
Free
Self-run
SKILL

Owasp Review

Security-review a diff against the OWASP Top 10. Use before merging anything that touches auth, input handling, queries, or external calls.

0
8
Free
Self-run
SKILL

Bisect Regression

Find the exact commit that introduced a bug. Use when something worked before and broke, and you don't know which change did it.

0
8
Free
Self-run
SKILL

Changelog From Diff

Turn a set of commits or a diff into a clean, user-facing changelog entry. Use before a release or PR description.

0
9
Free
Self-run
SKILL

Pr From Diff

Write a PR description a reviewer can approve fast. Use when opening any pull request.

0
7
Free
Self-run
SKILL

Flaky Hunter

Diagnose and fix tests that pass sometimes and fail other times. Use when CI is red intermittently.

0
8
Free
Self-run
SKILL

Adversarial Verify

Review a diff against the goal spec assuming the code is BROKEN. The reviewer

0
8
Free
Self-run
SKILL

Clean Commits

Turn messy WIP into clean, atomic commits with messages that explain why. Use before opening a PR.

0
8
Free
Self-run
SKILL

A11y Pass

Catch the accessibility failures that ship in almost every AI-built UI. Use after building any interactive component.

0
8
Free
You've reached the end · 33 loaded