cosmixcosmixCommunityยท56 Agent Skills Included

claude-code-setup

Parallel coding orchestration with verified completion and shared memory

Executes multi-stage coding plans in parallel across isolated git worktrees with automatic crash recovery. Verifies every stage itself by running acceptance checks, detecting stubs, and proving code is actually wired in. Captures what each session learns into a tiered knowledge base so later sessions stop repeating mistakes. Enforces commit discipline, worktree isolation, and context budgets through deterministic shell hooks.
npx skills add cosmix/claude-code-setup --all -g -y
Available:

Tells the agent how Loom's orchestration works โ€” knowledge-first retrieval, build commands, plan format, stage lifecycle, and mandatory rules like never writing plans to ~/.claude/plans.

All Skills in This Repository (56)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
cosmixcosmix

performance-testing

Run load tests with k6, Locust, or Artillery and report latency, throughput, and error rate.

Community
Advanced
๐Ÿ“ฆ In Repo
cosmixcosmix

terraform

Automate multi-cloud infrastructure provisioning with Terraform/OpenTofu modules and remote state.

Community
Advanced
๐Ÿ“ฆ In Repo
cosmixcosmix

threat-model

Identify and mitigate security threats in system designs using STRIDE, DREAD, and PASTA.

Community
Advanced
๐Ÿ“ฆ In Repo
cosmixcosmix

documentation

Generate and update code, API, architecture, and user documentation.

Community
Intermediate
๐Ÿ“ฆ In Repo
cosmixcosmix

error-handling

Implement structured error hierarchies with retry, circuit breaker, and fallback strategies.

Community
Advanced
๐Ÿ“ฆ In Repo
cosmixcosmix

karpenter

Automate Kubernetes node autoscaling with Karpenter for dynamic provisioning and consolidation.

Community
Advanced
๐Ÿ“ฆ In Repo
cosmixcosmix

docker

Generate and optimize Dockerfiles and docker-compose configurations with security best practices.

Community
Advanced
๐Ÿ“ฆ In Repo
cosmixcosmix

database-design

Design normalized relational and NoSQL database schemas with migrations and indexing.

Community
Advanced
๐Ÿ“ฆ In Repo
cosmixcosmix

technical-writing

Generate professional technical documentation for software projects.

Community
Intermediate
๐Ÿ“ฆ In Repo
cosmixcosmix

model-evaluation

Evaluate machine learning models with metrics, validation, and monitoring.

Community
Advanced
๐Ÿ“ฆ In Repo
cosmixcosmix

istio

Configure Istio resources for mTLS, traffic routing, and policy enforcement.

Community
Advanced
๐Ÿ“ฆ In Repo
cosmixcosmix

python

Guide Python development with type hints, async patterns, pytest, and PEP 8.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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โ†’