Agent Skills by fourthwiz
Showing 21 vetted skills indexed across 2 GitHub repositories.
expand
Expand terse workflow artifacts into readable English for human review.
triage
Score natural-language prompts against a skill catalog and propose the best-fit command.
thorough_plan
Generate implementation plans through multi-round planning, critique, and revision.
discover
Scan project repositories and store inventory, architecture, and dependency maps in memory.
plan
Generate detailed implementation plans with file paths, task sequencing, and testing strategies.
cost_snapshot
Read cost ledgers and query the cost engine for per-task totals.
end_of_day
Consolidates today's sessions, Git activity and unfinished tasks into a daily cache file.
capture_insight
Append classified insights to a dated markdown daily log.
end_of_task
Finalize approved development tasks by committing changes, pushing branches, and archiving artifacts.
architect
Generate architectural designs for multi-repo systems with integration maps and risk registers.
review
Review code implementations against plans for correctness, safety, and production readiness.
init_workflow
Initialize development workflows by creating artifact directories and scanning codebases.
implement
Convert development plans into tested code with commits and PRs.
gate
Run automated quality checks and present a go/no-go decision between workflow phases.
critic
Review implementation plans against source code to identify gaps and risks.
rollback
Revert implementation commits to a pre-implementation state with git.
run
Orchestrate development workflows across discovery, architecture, planning, implementation, review, and finalization.
revise
Revise implementation plans by applying critic feedback and appending changelog entries.
weekly_review
Aggregates weekly work from caches, sessions, and git history into a structured report.
start_of_day
Restores daily development context by loading cached state and checking git status.
revise-fast
Revise implementation plans by addressing critic feedback and appending changelog entries.