Claude Code /batch and /simplify Skills
by alexander-opalic
How the /batch and /simplify Claude Code skills work — parallel work orchestration and automated code cleanup.
by alexander-opalic
How the /batch and /simplify Claude Code skills work — parallel work orchestration and automated code cleanup.
by github
GitHub's official collection of community-contributed customizations—agents, prompts, instructions, and skills—for extending Copilot's capabilities across domains and workflows.
by microsoft
Prompt files (.prompt.md) enable reusable, standardized AI workflows that load on demand—unlike custom instructions which apply globally.
by aws
AWS Lambda durable functions let developers write reliable business logic as sequential code while gaining automatic checkpointing, retry handling, and execution suspension—combining monolith simplicity with microservice resilience.
by aws
Lambda durable functions use checkpoint/replay to enable resilient multi-step workflows that can run for up to a year, automatically recovering from failures without re-executing completed work.
by indydevdan
AI coding agents can execute destructive commands autonomously. Without guardrails like permission prompts, sandboxing, and careful workflow design, Claude Code's power becomes a liability.
by prize-individual4729
A community-sourced collection of Claude Code tips covering skills-based workflows, spec-driven development, git worktrees, and autonomous coding sessions.
by alberto-salazar
Subagents offer isolated, autonomous task execution within Copilot Chat—running refactors, tests, and security scans in separate Git worktrees without polluting your main workspace.
by microsoft
AI-assisted TDD in VS Code works best through custom agents that enforce Red-Green-Refactor discipline with explicit handoffs between phases.
by paul-sobocinski
TDD remains essential with AI coding assistants—unit tests provide fast, accurate feedback that catches LLM hallucinations, while incremental test-first development aligns with how AI performs best.