claude-code-setup
Parallel coding orchestration with verified completion and shared memory
All Skills in This Repository (56)
Pure Emerald Level Indicatorsperformance-testing
Run load tests with k6, Locust, or Artillery and report latency, throughput, and error rate.
terraform
Automate multi-cloud infrastructure provisioning with Terraform/OpenTofu modules and remote state.
threat-model
Identify and mitigate security threats in system designs using STRIDE, DREAD, and PASTA.
documentation
Generate and update code, API, architecture, and user documentation.
error-handling
Implement structured error hierarchies with retry, circuit breaker, and fallback strategies.
karpenter
Automate Kubernetes node autoscaling with Karpenter for dynamic provisioning and consolidation.
docker
Generate and optimize Dockerfiles and docker-compose configurations with security best practices.
database-design
Design normalized relational and NoSQL database schemas with migrations and indexing.
technical-writing
Generate professional technical documentation for software projects.
model-evaluation
Evaluate machine learning models with metrics, validation, and monitoring.
istio
Configure Istio resources for mTLS, traffic routing, and policy enforcement.
python
Guide Python development with type hints, async patterns, pytest, and PEP 8.
Frequently Asked Questions
FAQPage SchemaHow to install claude-code-setup?โผ
Run `npx skills add cosmix/claude-code-setup --all -g -y` in your terminal to install all skills globally.
What problem does Loom solve?โผ
It stops autonomous coding runs from failing silently: stages run in parallel worktrees, completion is proven by checks Loom executes itself, and crashes or context exhaustion trigger automatic recovery and handoffs.
How does Loom verify work is actually done?โผ
It runs each stage's acceptance criteria itself, checks artifacts for stubs like TODO markers, and uses wiring checks to prove new code is genuinely imported, mounted, or dispatched.
Does Loom work with Claude Code and Codex?โผ
Yes. It orchestrates Claude Code sessions by default and can delegate implementation to Codex tiers, with all skills following the standard SKILL.md format.
How does Loom prevent repeated mistakes across sessions?โผ
Each stage records notes and decisions to a memory journal, a distillation stage curates them into a tiered knowledge base, and later sessions read that knowledge before touching code.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core