
aws-samples/sample-claude-code-agent-team
2 skills2 installs94 starsGitHub
Install
npx skills add https://github.com/aws-samples/sample-claude-code-agent-teamSkills in this repo
1Concurrent Cached FetchThis skill teaches a code pattern for fetching from external APIs concurrently and caching every response to disk, instead of looping calls one at a time with no reuse. A developer applies it when writing or refactoring code that makes many independent network calls, such as enriching each item in a list. It bakes in bounded concurrency and a content-keyed disk cache with hygiene rules like atomic writes and not caching failures.1installs2DocumentationThis skill provides technical writing patterns for READMEs, runbooks, and architecture documentation with accuracy verification. A developer uses it when writing docs, creating runbooks, or documenting system architecture. It supplies concrete templates (README structure, runbook, ADR, OpenAPI API docs) and points to supporting tools for diagrams and accuracy checks.1installs